/*
  Fichier inclus dans toutes les pages
*/

html {
  font-size: 16px;
}

body{
  font-size: 16px;
  color: #242424;
}

em{
  font-weight: 500;
  font-style: normal;
}

p{
  margin: 0;
  font-size: .97rem;
  line-height: 1.4rem;
  text-align: justify;
}

a{
  color: inherit;
}

form{
  margin-bottom: 0;
}

.clearboth{
  clear: both;
}

input{ /* Supprime la bordure sur la case à cocher si elle n'est pas sélectionnée (étape 4 du tunnel de vente) */
  outline: 0px!important;
}

input[disabled="disabled"],
select[disabled="disabled"],
input[readonly="true"],
select[readonly="true"]{
  background: #f5f5f5!important;
  border-color: #f5f5f5!important;
}

select:hover{
  cursor: pointer;
}

.select-w{
  position: relative;
}
.select-w:after{
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 11px;
  margin-right: 13px;
  content: "\f107";
  font-family: 'lundimatin' !important;
  font-size: 20px;
  color: #a8a8a8;
  pointer-events: none;
}.select-w--small:after{
  top: 1px;
}


.text-shadow{
  text-shadow : 0 0 6px rgba(0,0,0,0.8);
}

.text-shadow--soft{
  text-shadow : 0 0 1px rgba(0,0,0,0.95);
}

.text-shadow--hard{
  text-shadow : 0 0 6px rgba(0,0,0,0.8);
}





/* Styles des modals */
.demande-rappel__close-link{
  z-index: 1;
  position: absolute;
  right: 0;
  margin: 20px 20px 0 0;
}

.demande-rappel__form-w{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .demande-rappel__titre{
    margin-bottom: 30px;
    text-align: center;
  }
    .demande-rappel__titre h3{
      font-weight: 500;
      margin: 0;
    }
    .demande-rappel__phrase{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px;
    }

  .demande-rappel__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }.demande-rappel__row--captcha{
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    padding: 0 10px;
  }.demande-rappel__row--envoi{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;      
    padding: 0 10px;
  }
    .demande-rappel__col{
      width: 100%;
      padding: 0 8px;
    }
    .demande-rappel__btn{
      font-size: 0.875rem;
    }

/* Fin des styles des modals */



/* Barre de notification, sur la page d'accueil pour l'instant */

.notification-barre{
  z-index: 3;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  padding: 10px 20px;
  -webkit-transition: bottom 0.4s ease;
  transition: bottom 0.4s ease;
  opacity: 0.93;
  color: #fff!important;
}
  .notification-barre__btn-w{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }
    .notification-barre img{
        height: 40px;
        width: auto;
        margin-right: 10px;
    }
    .notification-barre p{
        font-weight: 600;
        color: #fff;
    }
    .notification-barre__btn{
      margin-right: 35px;
      border-color: #fff;
    }.notification-barre__btn--fermer{
      display: none;
    }
  .notification-barre__icone-croix{
    position: absolute;
    right: 0;
    margin-right: 25px;
    font-size: 13px;
    font-weight: 900;
    color: rgba(0,0,0,0.3);
  }
  

/* Fin styles barre de notification */

.top-block{
  position: relative;
  height: 42vh;
  margin-top: 75px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  color: #fff;
}.top-block--higher{
    height: 51vh;
}
  .top-block__wrapper{
    text-align: center;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*background: rgba(255,255,255,0.10);*/
    text-align: center;
    margin: auto;
    padding: 0 30px;
  }
    .top-block__title{
      margin-bottom: 20px;
    }



.section{
  padding: 100px 20px;
}
.section--grey{
  background: #EFF0F0;
}
  .section__title {
    text-align: center;
    margin-bottom: 40px;
  }



.btn-default.btn--light {
  -webkit-transition: .4s ease;
  transition: .4s ease;
  color: #fff;
  background: transparent;
  text-shadow: none;
}
.btn-default.btn--light:hover {
  -webkit-transition: .4s ease;
  transition: .4s ease;
  color: #484848;
  background: #fff;
}

/* Custom unslider */
.unslider-nav ol li{
  margin-top: 30px;
  padding: 3px;
  border-radius: 10px;
}

.unslider{
  position: relative;
}
.unslider-arrow {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  font-family: 'lundimatin' !important;
  font-size: 0;
}
.unslider-arrow.next:before {
  font-family: 'lundimatin' !important;
  content: "\e606";
  font-size: 40px;
}
.unslider-arrow.prev:before {
  font-family: 'lundimatin' !important;
  content: "\e605";
  font-size: 40px;
}
.unslider-nav ol li.unslider-active{
  background: #242424;
}
.unslider-nav ol li{
  border-color: #242424;
}


.try-section{
  padding: 50px 30px;
  color: #fff;
}
  .try-section__wrapper{
    max-width: 670px;
    margin: auto;
    padding: 30px;
  }
  .try-section__title{
    margin-bottom: 40px;
    text-align: center;
  }
  .try-section__form{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
    .try-section__input{
      width: 100%;
      margin-bottom: 0;
      padding: 5px;
      font-size: 1rem;
      color: initial;
      border-radius: 0; 
    }
    .try-section__button{
      min-width: 240px;
      border-radius: 0;
    }
    .try-section-lite__button{
      min-width: 200px;
    }


.try-section-lite{
  padding: 35px 0;
  background: #242424;
  color: #ffffff;
}
  .try-section-lite > .container{
    max-width: 1000px;
  }
  .try-section-lite__text-wrapper{
    text-align: right;
  }
    .try-section-lite__text-wrapper h3,
    .try-section__form{
      margin-bottom: 0;
    }

    .try-section-lite__button{
      border-radius: 0;
    }


.g-recaptcha{
  display: flex;
  justify-content: center;
}


/* Responsive part ---------------------- */

@media (max-width: 991px){

  .section{
    padding: 50px 20px;
  }

  .try-section-lite__text-wrapper{
    margin-bottom: 30px;
    text-align: center;
  }
  .try-section-lite__input-button-wrapper{
    padding: 0 50px;
  }
}

  @media (max-width: 767px) {
    .demande-rappel__row{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
      .demande-rappel__col--margin{
        margin-top: 20px;
      }
    
    .unslider-arrow {
      bottom: 0;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    .unslider-arrow.prev:before {
      font-family: 'lundimatin' !important;
      font-size: 30px;
    }
    .unslider-arrow.next:before {
      font-family: 'lundimatin' !important;
      font-size: 30px;
    }
  }

  @media (max-width: 600px){

    p{
      text-align: left;
    }

    .demande-rappel__input-w,
    .demande-email__input-w--envoi,
    .reservation-produit__input-w{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
      .demande-rappel__input,
      .reservation-produit__input{
        width: 100%;
        margin: 0;
      }
      .reservation-produit__input--margin{
        margin-top: 20px;
      }
      .demande-rappel__button,
      .demande-email__button,
      .reservation-produit__button{
        margin-top: 30px;
      }

    .try-section__wrapper{
      padding: 0;
    }
      .try-section__form{
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-direction: column;
      }

    .try-section__button{
      margin-top: 30px;
    }

    .try-section-lite__input-button-wrapper{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
      .try-section-lite__button{
        margin-top: 30px;
      }
  }


    @media (max-width: 540px){
      .notification-barre{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
        .notification-barre__btn{
          margin: 10px 13px 0 13px;
        }.notification-barre__btn--fermer{
          display: inline-block;
          color: #fff!important;
          background: none!important;
        }
        .notification-barre__icone-croix{
          display: none;
        }
    }

@media (max-height: 650px){
  .top-block{
    height: 65vh;
  }
}

.to-h5{
  font-size: 18.5px;
  font-weight: 400;
  line-height: 24.05px;
}
.to-h2{
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
}
.to-h4{
  font-size: 22.5px;
  font-weight: 400;
  line-height: 29.25px;
}
.to-h3{
  font-size: 27px;
  font-weight: 300;
  line-height: 35.1px;
}
.h2-to-p h2,
.h3-to-p h3{
  font-size: 15.4px;
  font-weight: 400;
  line-height: 21.56px;
  margin: 0px;
}

.text-white{
  color: white;
}

.text-bold {
    font-weight: bold;
}

h3 a.fonctionnalite-nav__link {
  font-size: 17.6px;
  line-height: 30px;
  font-weight: normal;
}