#Body {
  /*   height: calc(100vh - 54px - 59px); */
}
copyright .list-inline-item {
  padding: 12px 0px;
}

@font-face {
    font-family: 'AleoBold';
    src: url('/fonts/Aleo/Aleo/Aleo-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AleoLight';
    src: url('/fonts/Aleo/Aleo/Aleo-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.list-inline {
  /*padding-top: 12px!important;*/
  /*padding-bottom: 12px!important;*/
}

#question{
  margin-left: 37%;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  #question{
    margin-left: 0%;
  }
}

h2 {
  font-family: 'AleoBold';
  font-size: 44px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  padding-top: 50px;
}

.prix_offre {
  height: 75px !important;
}

#loginForm {
  width: 100%;
}

.shadows-offre {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.border-top-4 {
  border-top: 3px solid black;
  text-align: center;
}

.offre_h4,
.offre_h4:hover {
  font-family: 'AleoBold';
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  margin: 34px auto 15px auto;
  background-color: var(--white);
}

.Offres_texte {
  background-color: var(--light_grey);
  padding: 15px;
}

.Offres_texte p {
  font-family: 'AleoLight';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--black);
  padding: 0px;
  margin: 0px;
}
.h-120 {
  min-height: 120px;
  height: 120px;
  max-height: 120px;
  font-family: 'AleoLight';
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--dark_grey);
  background-color: var(--white);
}

.h-80 {
  min-height: 80px;
  height: 80px;
  max-height: 80px;
  font-family: 'AleoLight';
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--dark_grey);
  background-color: var(--white);
}

.prix_offre {
  background-color: rgba(7, 66, 110, 1) ;/*var(--red);*/
  color: var(--white);
  font-size: 14px;
}
.prix_offre p {
  color: var(--white);
  text-align: center;
}
.prix_offre p:first-child {
  color: var(--white);
  text-align: center;
  font-size: 14px;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.kostenloser {
  font-family: 'AleoLight';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--black);
  margin-top: 20px;
}
.daypass {
  margin-right: -20px;
  padding-bottom: 2px;
}

.picto_add {
  width: 9px;
  margin-bottom: 1px;
}

.color-dark-grey {
  color: /*#d1d1d1*/ #a69898 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;

  left: 0;
  right: 0;
  border : 1px solid;
  background-color: black;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 7px;
  margin-top: 9px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: -2px;
  bottom: -4px;
  background-color: /*#ed2939*/rgba(7, 66, 110, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: black;
  border : 1px solid;
}

input:focus + .slider {
  box-shadow: 0 0 1px black;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;

}

.slider.round:before {
  border-radius: 50%;

}

.monat {
  padding-top: 4rem;
  text-align: right !important;
}
.best-value {
  position: absolute;
  width: 68px;
  margin-top: -33px;
  margin-left: 172px;
}
.picto_login {
  width: 18px;
  margin-right: 10px;
}
.logo {
  width: 138px;
  margin-top: 5px;
  margin-right: 13px;
  margin-bottom: 10px;
  margin-left : -15px;
}
.slash {
  /*margin-top: 12px;*/
}
