@font-face {
  font-family: 'Avenir';
  font-weight: 500;
  src: url("/fonts/AvenirLTStd-Roman.otf") format("opentype");
}

@font-face {
  font-family: 'Avenir';
  font-weight: 600;
  src: url("/fonts/AvenirLTStd-Black.otf") format("opentype");
}

@font-face {
  font-family: 'Bebas';
  src: url("/fonts/Bebas-Regular.otf") format("opentype");
}

#register input, #location input, #smscode input, #log_pw input {
  color: white !important;
  text-align: center !important;
}

#register input::placeholder, #location input::placeholder {
  color: white !important;
}

.page {
  font-family: 'Avenir' !important;
  font-weight: 500 !important;
}

.profil_name {
  color: #ababab;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 23px;
  text-transform: capitalize;
}

.profil_menu .menu_container {
  display: flex;
  justify-content: flex-start;
  padding-left: 45px;
  margin: 30px 0;
}

.profil_menu .menu_container .number {
  font-size: 12px;
  margin-right: 16px;
}

.profil_menu .menu_container .label {
  font-size: 25px;
  border-bottom: 2px solid #019dd8;
}

.profil_mentions {
  text-align: center;
  position: absolute;
  bottom: 2%;
  width: 100%;
}

#home .page__content {
  overflow: hidden;
}

#user .back-button__icon, #interventions .back-button__icon, #edit_profil .back-button__icon {
  fill: white !important;
}

#registerform ons-input {

  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 0;

}

.addressform-fuite ons-input, .addressform-entretien ons-input {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 0;
}

.page__background {
  background-color: white;
}

.home-toolbar {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

.home-toolbar ons-icon {
  margin-right: 25px;
}

.home-illustration {
  position: absolute;
  height: 75%;
  left: 15vw;
  top: 200px;
  z-index: -1;
}

.tarif-illustration {
  position: absolute;
  height: 85%;
  top: 140px;
  z-index: -1;
  left: -56vw;
}

.home-img {
  height: 56%;
  max-height: 355px;
  margin-top: -15%;
  margin-left: -110px;
  overflow: hidden;
}

.home-img img {
  height: 100%;
}

.home-slogan {
  text-transform: uppercase;
  color: #B3B3B3;
  margin-top: -110px;
  text-align: center;
  margin-bottom: 25px;
}

.home-menu {
  padding: 15px 25px;
}

.home-menu .number {
  font-size: 40px;
}

.home-menu .label {
  background-color: #079DD8;
  color: white;
  text-transform: uppercase;
  width: 55%;
  text-align: center;
  padding: 8px;
}

.home-menu.disabled .number {
  color: #C4C4C4;
}

.home-menu.disabled .label {
  background-color: #C4C4C4;
}

.tunnel .page__content {
  overflow: hidden;
}

.tunnel.noof .page__content {
  overflow: auto !important;
}

.tunnel .toolbar {
  background-color: white;
}

.tunnel .page__content {
  top: 100px !important;
}

.profil.page__content {
  top: 120px !important;
}

#interventions .page__background {
  background-color: #EFEFEF !important;
}

.tunnel-toolbar {
  height: 100px;
}

.tunnel-toolbar .center img {
  height: 150px;
  margin-top: -12px;
  margin-left: -50px;
}

.tunnel-toolbar ons-back-button {
  margin-top: 50px;
}

.tunnel-toolbar ons-icon {
  margin-top: 50px;
}

.tunnel .banner {
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0;
  color: white;
  background: black;
  font-size: 15px;
}

.tunnel .header {
  padding: 10px 30px;
  position: relative;
}

.tunnel .header div{
  display: inline-block
}

.tunnel .header .left{
  font-size: 18vw;
}

.tunnel .header .center{
  width: 55%;
}

.tunnel .header .right{
  color: #c5c5c5;
  position: absolute;
  top: 20px;
  right: 30px;
}

.fa-exclamation-triangle {
  color: red;
}

.tunnel-content.image {
  position: relative;
  display: flex;
  justify-content: center;
}

.tunnel-content .img-background {
  height: auto;
  z-index: -1;
  width: 100%;
}

.tunnel-bottom.image {
  display: flex;
  justify-content: space-around;
}

.tunnel-bottom .left, .tunnel-bottom .right  {
  background: #858B93;
  color: white;
  padding: 19px;
  text-transform: uppercase;
  margin-bottom: 10%;
}

.tunnel-content .left {
  margin-left: -17px;
}

.tunnel-nav {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 8px;
  overflow: hidden;
}

.tunnel-nav .item {
  white-space: nowrap;
  margin-left: 25px;
  text-transform: uppercase;
  font-size: 12px;
  color: #BFBFBF;
}

.tunnel-nav .item.active {
  color: black;
  border-bottom: 2px solid #079DD8;
  padding: 0 15px 5px 0;
}

.tunnel-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.img-choice {
  position: relative;
  width: 100%;
  height: auto;
}

.list {
  padding: 0 25px;
  margin-top: 35px;
}

.list .label {
  margin-bottom: 16px;
  font-weight: 600;
}

.list .item {
  background: #F0F0F0;
  padding: 12px 8px;
  margin-bottom: 8px;
}

.img-choice img {
  width: 100%
}

.btn-next {
  position: relative;
  text-transform: uppercase;
  color: white;
  background-color: black;
  text-align: center;
  margin: 30px 30px;
  padding: 20px 0;
  font-size: 3.8vw;
}

.btn-next .ons-icon {
  position: absolute;
  right: 20px;
}

.grid-choice {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  /*margin: 0 30px;*/
}

.grid-choice div {
  text-align: center;
  border: 1px solid #F5F5F5;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 21px;
  color: #B3B7BB;
}

.grid-choice .active {
  color: black;
  background: #F5F5F5;
  font-weight: 600;
}

.mbsc-ios.mbsc-datepicker-inline {
  background: #fff0 !important;
  border-color: #ccc0 !important;
}

.mbsc-datepicker-tab.mbsc-datepicker-tab-timegrid.mbsc-ios.mbsc-datepicker-tab-active {
  margin-top: 20px !important;
}

.tarif-container {
  padding-right: 30px;
  padding-top: 92px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tarif-container .title {
  text-transform: uppercase;
  text-align: right;
  width: 40%;
  font-size: 22px;
  margin-bottom: 30px;
}

.tarif-container .label {
  margin-top: 25px;
  font-size: 20px;
}

.tarif-container .price {
  color: #079DD8;
  font-size: 45px;
  font-weight: 700;
}

.tarif-container .time {
  color: #079DD8;
  font-size: 35px;
}

.paymentsuccess-container {
  text-align: center;
  padding-top: 45px;
}

.recap {
  text-align: center;
  color: #757575;
  font-size: 4vh;
  padding: 10% 5%;
}

.choice-fullimg.left {
    height: 100%;
    position: absolute;
    width: 50%;
    left: 0;
    margin: 0;
    z-index: 10;
}

.choice-fullimg.right {
    height: 100%;
    position: absolute;
    width: 50%;
    right: 0;
    margin: 0;
    z-index: 10;
}

.more-infos.fuite img {
    height: 35px;
    width: auto;
    position: absolute;
    right: 10%;
    top: 10%;
}

.fuite_info_container {
  color: white;
  text-align: center;
  padding: 0 30px;
}

.fuite_info_container div {
  text-align: left;
  margin: 50px 0;
  display: flex;
  align-items: center;
}

.fuite_info_container div img {
  width: 115px;
  height: auto;
  margin-right: 30px;
}

.intervention_card {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 20px;
  background-color: white;
  border-radius: 14px;
  margin: 24px 0;
}

.intervention_card .ligne {
  height: 75%;
  width: 3px;
  background-color: #34C47C;
  position: absolute;
  left: 0;
  top: 13%;
}

.intervention_card .title {
  font-size: 24px;
  margin-bottom: 5px;
}

.intervention_card .address {
  color: #C6C9CD;
  max-width: 55%;
  text-transform: uppercase;
}

.intervention_card ons-icon {
  position: absolute;
  right: 5%;
  top: 34%;
  color: #D9D9D9;
  font-size: 36px;
}