@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&dispaly=swap');
@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');
@import url('page-contact.css');
@import url('slick.css');
@import url('popup.css');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    max-height: 100%;
    max-width: 100%;
}

html {
    /* font-size: 62.5%; */
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}

body{
    /* overflow: hidden; */
    background: #fff;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* font-size: 62.5%; */
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}

#header nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100% */
    /* padding: 30px 10%; */
    padding: 10px 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    /* background:rgb(227 162 88 / 91%); */
    background: rgb(255 255 255 / 91%);
}

#header .logo{
    color: #ffffff;
    font-weight: 700;
    font-size: 2rem;
    text-decoration: none;
    height: 130px;
}
#header .logo img{

}

#header ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
#header ul li{
    list-style: none;
    margin-left: 10px;
    text-align: center;
}

#header ul li a {
    text-decoration: none;
    padding: 6px 5px;
    /* color: #ffffff; */
    color: #a954e3;
    border-radius: 10px;
    /* text-shadow: 2px 2px 3px #a2631d; */
    font-size: 1.1rem;
}

#header ul li a:hover,
#header ul li a.active{
    /* background: #a2631d;
    color: #fff; */

    color: #a2631d;
    border-bottom: 2px solid #a2631d;
}

#section_slider{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section_slider::before{
    content: '';
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #e7a45c, transparent);
    z-index: 10;
}
#section_slider img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;

}
#section_slider picture source{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

#section_slider #text{
    position: absolute;
    z-index: 999;
    top: 30%;
    color: #ffffff;
    font-size: 10vh;
    text-align: center;
    line-height: 0.8em;
    font-family: 'Rancho', cursive;
    transform: translateY(-50%);
    text-shadow: 2px 2px 3px #a2631d;
}

#section_slider #text span{
    font-size: 0.20em;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
#section_slider #btn{
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    background: #a2631d;
    color: #ffffff;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 30px;
    transform: translateY(-30px);
}

.sec{
    position: relative;
    padding: 50px;
    background: #e7a45c;
}
.sec h2{
    font-size: 3.5em;
    color:#fff;
    margin-bottom: 10px;
    text-align: center;

}
.sec h2 span {
    font-size: 59%;
    color: #fff;
    margin-bottom: 10px;
    border: 1px solid #fff;
    padding: 15px;
}

.sec p{
    font-size: 0.9em;
    color: #fff;
    text-align: justify;
}

.sec .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 2rem 0rem;
}

.moto, .trek{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image_moto, .image_trek{
    overflow: hidden;
    flex: 50%;
    text-align: center;
}
.text_moto, .text_trek{
    flex: 50%;
    align-self: center;
    padding: 12px;

}

#img_trek, #img_moto{
    max-width: 600px;
    height: 100%
}

.container .auberge{
    margin: 10px;

}

.auberge{
    flex: 31%;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 20%);
    margin: 25px;
    overflow: hidden;
    line-height: 20px;
    font-size: 16px;
    min-height: 112px;
    border: 1px solid #d08d43;
    border-radius: 20px;
}
/* .auberge:nth-child(1){
    transform: perspective(693px) rotateX(-3deg) rotateY(15deg) scaleZ(5);
}
.auberge:nth-child(2){
    transform: perspective(693px) rotateX(-3deg) rotateY(15deg) scaleZ(5);
}
.auberge:nth-child(3){
    transform: perspective(693px) rotateX(-3deg) rotateY(15deg) scaleZ(5);
} */
.cadre_text{
    padding: 15px;
}
/* margin: 5px;
    overflow: hidden; */

#fullSection{
    position: relative;
    width: 100%;
    /* height: 555px; */
    height: 643px;
}

.video{
/* width: 100%; */
/* height: 444px; */
background-color:rgba(255, 255, 255, 0.658);;
}
.titre-container-video {
    text-align: center;
    background-color: #101010a6;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.contenu_video {
    width: 100%;
    height: 100%;
    background-color: #674a8352;
    background-image: url(../images/trek_icon.png);
    background-size: .4% .9%;
    opacity: .5;
}
.contenu_text_video{
    display: flex;
    height: 80%;
}
.contenu_text_video .contenu{
    margin: auto 15px;
    padding-left: 15%;
}
.contenu_text_video .contenu p{
    max-width: 451px;
    background-color: #000;
    color: #fff;
    padding: 20px 35px;
    border-radius: 50px 0px 50px 0;
    text-align: justify;
}
.titre-container-video h5 {
    font-size: 3.5em;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

#autre{
    position: relative;
    padding: 50px;
    background: #e7a45c;
}


#contenu_card, #contenu_moto_trek, .section_txt_img_1, .section_txt_img_2 {
    padding: 0 10%;

}

#contenu_card, .section_txt_img_1{
    padding-bottom: 25px!important;
}
#contenu_moto_trek, .section_txt_img_2{
    padding-top: 20px!important;
}

.bas-page-m1{
    background-image: url(../images/bas-de-page-3.png);
    background-position: bottom;
    background-size: 100% auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute !important;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    pointer-events: none;
}

#liste_offres_accueil .offre {
    -webkit-box-flex: calc(100% / 3);
    -ms-flex: calc(100% / 3) 1 1;
    flex: calc(100% / 3) 1 1;
    padding: 10px 25px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#liste_offres_accueil .cadre_offre {
    max-width: 460px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#liste_offres_accueil .bloc_image {
    position: relative;
}


#liste_offres_accueil {
    max-width: 1300px;
    
    margin: 0 auto;
    padding: 25px 0;
}
#liste_offres_accueil h2{
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}
.card_activites{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px -40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#liste_offres_accueil .cadre_offre {
    max-width: 460px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#liste_offres_accueil .offre.orange .bloc_image .titre {
    background-color: rgba(218,81,26,.7);
}
#liste_offres_accueil .offre:nth-child(3) .bloc_image .titre, #liste_offres_accueil .offre:nth-child(3) .bloc_image .titre {
    top: 10px;
    right: -10px;
}
#liste_offres_accueil .bloc_image .titre {
    position: absolute;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: initial;
}
#liste_offres_accueil .offre.orange .bloc_image .cadre_image {
    border-bottom-color: #da511a;
}
#liste_offres_accueil .bloc_image .cadre_image {
    border-bottom-width: 5px;
    border-bottom-style: solid;
}
#liste_offres_accueil .bloc_image .image {
    display: block;
    max-width: 100%;
}
#liste_offres_accueil .offre:nth-child(3) .bloc_texte, #liste_offres_accueil .offre:nth-child(3) .bloc_texte {
    margin-left: -15px;
    margin-right: 15px;
}
#liste_offres_accueil .offre:nth-child(1) .bloc_image .titre {
    top: 10px;
    left: -10px;
}
#liste_offres_accueil .offre:nth-child(2) .bloc_texte {
    margin-left: 15px;
    margin-right: 15px;
}
#liste_offres_accueil .offre:nth-child(2) .bloc_image .titre {
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
#liste_offres_accueil .bloc_texte {
    background-color: #f2f0f0;;
    padding: 15px;
    position: relative;
    z-index: 1;
    margin-top: -30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 0px;
    flex: auto 1 0;
    
}
#liste_offres_accueil .bloc_texte p{
    font-style: italic;
    text-align: justify;
}
#liste_offres_accueil .bloc_texte .titre {
    text-align: center;
    margin-bottom: 15px;
    font-style: normal;
    line-height: 32px;
    min-height: 64px;
}
#liste_offres_accueil .bloc_listes {
    margin: 0 -8px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
#liste_offres_accueil .offre:nth-child(3) .bloc_texte, #liste_offres_accueil .offre:nth-child(3) .bloc_texte {
    margin-left: -12px;
    margin-right: 15px;
}
#liste_offres_accueil .offre:nth-child(1) .bloc_texte {
    margin-left: 15px;
    margin-right: -15px;
}




footer {
    background-color: #234183;
    color: #fff;
    padding: 50px 25px 5px 25px;
    font-size: 13px;
    background-image: url(../images/slide-fond-footer-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#bloc_liens_footer {
    margin: 0 0 50px;
}
footer .align_center {
    max-width: 1300px;
    margin: 0 auto;
}
#bloc_liens_footer .contenaire_liens_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#bloc_liens_footer .bloc_infos_footer p {
    padding-left: 18px;
    margin: 8px 0;
    line-height: 18px;
}
#bloc_liens_footer .bloc_listes_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#bloc_liens_footer .bloc_listes_footer .cadre_liste {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    text-align: center;
    align-self: center;
    align-items: center;
}
#bloc_liens_footer .bloc_listes_footer ul {
    display: inline-block;
    text-align: left;
}
#bloc_liens_footer .bloc_listes_footer ul li {
    line-height: 24px;
    font-size: 12px;
}
#logo_footer{
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
#logo_footer p b{
    font-size: 8vh;
    text-align: center;
    line-height: 0.8em;
    font-family: 'Rancho', cursive!important;
    padding: 20px;
    text-shadow: 2px 2px 3px #a2631d;
}
footer a, a:link, a:visited {
    text-decoration: none;
    color: #960606;
    outline: 0;
}
footer .information_contact{
    text-align: center;
    padding-bottom: 5px;
}
#header .nav-mobile{
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    /* padding: 10%; */
    z-index: 9999;
    left: 0;
    display: none;
    top: 109px;
    text-align: center;
    padding: 10px;
    
} 
#header .menu-mobile{
    display: flex;
    flex-direction: column;
}
#header .menu-mobile a:hover{
    background-color: bisque;
}
/* .menuburger:active{
    transform: rotate(180deg);
} */
.menuburgerRotate:active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
 }
.nav-mobile .icon{
    top: 4px!important;
    right: 18px!important;
    font-size: 1.5rem!important;
}
#header .nav-mobile a{
    font-weight: 400;
    font-size: 2rem;
    color: #763c39;
    padding: 5px;
}
.display_block{
    display: block!important;
}
.menuburger img{
    display: none;
}
.bandeau_ {
    box-shadow: -3px 40px 62px -30px rgb(0 0 0 / 74%) inset;
    -webkit-box-shadow: -3px 40px 62px -30px rgb(0 0 0 / 74%) inset;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center; */
    justify-content: center;
    align-items: center;
    transition: all 0.9s;
}
/* page activite */

.comments{
    font-size: 11px;
    color: red;
}

.thank-you{
    color: #c27bf0;
    font-weight: 700;
    text-align: center;
}
.activite-image{
    max-width: none!important;
}
.image-text, .text-image{
    margin-top: 40px;
}
.activite-text{
    padding-left: 20px;
    margin: 10px auto;
}
/* Page reservation-action */
.desole, .merci{
    display: flex;
    flex-direction: column;
    height: 249px;
    align-items: center;
    justify-content: center;
}
.desole h3, .merci h3{
    color: #ffffff;
    font-size: 10vh;
    text-align: center;
    line-height: 0.8em;
    font-family: 'Rancho', cursive;
    padding:20px
}
.desole p, .merci p{
    font-size: 1.2em;
    color: #000;
    text-align: justify;
}
/* Page contact */

.sec_contact{
    /* padding: 0 10%; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    max-width: 900px;
    align-items: center;
}

.sec_contact .formulaire{
    max-width: 370px;
    width: 100%;
    /* margin: 0 auto;  */
    position: relative;
}

.sec_contact .contact{
    max-width: 400px;
}

.cart_maps{
    padding-top: 25px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 10px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #c27cf0;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.form-horizontal {
    /*float: left;*/
    max-width: 400px;
    font-family: 'Poppins';
    font-weight: 400;
  }
  
  .form-control, 
  textarea {
    /* max-width: 400px; */
    /* background-color: #000; */
    color: #c27bf0;
    letter-spacing: 1px;
  }
  
  .send-button {
    margin-top: 15px;
    height: 34px;
    width: 400px;
    overflow: hidden;
    transition: all .2s ease-in-out;
  }
  
  .alt-send-button {
    width: 400px;
    height: 34px;
    transition: all .2s ease-in-out;
  }
  
  .send-text {
    display: block;
    margin-top: 10px;
    font: 700 12px 'Poppins', sans-serif;
    letter-spacing: 2px;
  }
  
  .alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
  }
  
  /* Begin Right Contact Page */
  .direct-contact-container {
    max-width: 400px;
  }
  
  /* Location, Phone, Email Section */
  .contact-list {
    list-style-type: none;
    margin-left: -30px;
    padding-right: 20px;
  }
  
  .list-item {
    line-height: 4;
    color: #d52a57;
  }
  
  .contact-text {
    font: 300 18px 'Poppins', sans-serif;
    letter-spacing: 1.9px;
    color: #9c5a10;
  }
  
  .place {
    margin-left: 62px;
  }
  
  .phone {
    margin-left: 56px;
  }
  
  .gmail {
    margin-left: 53px;
  }
  
  .contact-text a {
    color: #9c5a10;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  
  .contact-text a:hover {
    color: #d52b57;
    text-decoration: none;
  }
  
  
  /* Social Media Icons */
  .social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  .social-media-list li a {
    color: #ffffff;
  }
  
  .social-media-list li {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(156 90 16);
    cursor: pointer; 
    transition: all .2s ease-in-out;
  }
  
  .social-media-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 1px #fff;
    transition: all .2s ease-in-out;
  }
  
  .social-media-list li:hover {
    background-color: #e7a55c; 
  }
  
  .social-media-list li:hover:after {
    opacity: 1;  
    transform: scale(1.12);
    transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
  }
  
  .social-media-list li:hover a {
    color: #d52b57;
  }
  
  .copyright {
    font: 200 14px 'Oswald', sans-serif;
    color: #555;
    letter-spacing: 1px;
    text-align: center;
  }
  
  hr {
    border-color: rgba(255,255,255,.6);
  }

  .captcha_container .captcha_input_label{
    padding: 10px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 23px;
  }
  .captcha_container .captcha_input_label input{
    padding: 7px;
    font-size: 22px;
    margin-left: 15px;
  }
  .d-none{
    display: none;
  }
  
  /* Begin Media Queries*/
  /* @media screen and (max-width: 850px) {
    .contact-wrapper {
      display: flex;
      flex-direction: column;
    }
    .direct-contact-container, .form-horizontal {
      margin: 0 auto;
    }  
    
    .direct-contact-container {
      margin-top: 60px;
      max-width: 300px;
    }    
    .social-media-list li {
      height: 60px;
      width: 60px;
      line-height: 60px;
    }
    .social-media-list li:after {
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
  }
  
  @media screen and (max-width: 569px) {
  
    .direct-contact-container, .form-wrapper {
      float: none;
      margin: 0 auto;
    }  
    .form-control, textarea {
      
      margin: 0 auto;
    }
   
    
    .name, .email, textarea {
      width: 280px;
    } 
    
    .direct-contact-container {
      margin-top: 60px;
      max-width: 280px;
    }  
    .social-media-list {
      left: 0;
    }
    .social-media-list li {
      height: 55px;
      width: 55px;
      line-height: 55px;
      font-size: 2rem;
    }
    .social-media-list li:after {
      width: 55px;
      height: 55px;
      line-height: 55px;
    }
    
  }
  
  @media screen and (max-width: 410px) {
    .send-button {
      width: 99%;
    }
  } */

    







@media screen and (min-width:1500px){
    #contenu_card, #contenu_moto_trek, .section_txt_img_1, .section_txt_img_2{
        padding: 0 20%;
    }
    
    .contenu_text_video .contenu{
        padding-left: 15%;
    }
}

@media screen and (max-width:1100px){
    #header {
        width: 100%;
        padding: 0px 5%;

    }
    #contenu_card, #contenu_moto_trek, .section_txt_img_1, .section_txt_img_2{
        padding: 0 5%;
    
    }

    .sec h2 span {
        font-size: 50%;
        color: #fff;
        margin-bottom: 8px;
        border: 1px solid #fff;
        padding: 9px;
    }
    .sec h2 {
        font-size: 3em;
        color: #fff;
        margin-bottom: 3px;
        text-align: center;
    }
    .contenu_text_video .contenu{
        padding-left: 10%;
    }

    #liste_offres_accueil .offre {
        -webkit-box-flex: calc(100% / 2);
        -ms-flex: calc(100% / 2) 1 1;
        flex: calc(100% / 2) 1 1;
        padding: 10px 25px 40px;

    }

}


@media screen and (max-width:900px){
    #header {
        width: 100%;
        padding: 0px 2%;

    }
    #contenu_card, #contenu_moto_trek, .section_txt_img_1, .section_txt_img_2{
        padding: 0 2%;
    
    }

    #section_slider #text span {
        font-size: 0.4em;
    }

    #section_slider #text {
        font-size: 8vh;
    }

    section video {
        height: 100%;
    }
    .titre-container-video h5 {
        font-size: 2.5em;
    }
    #liste_offres_accueil .offre {
        -webkit-box-flex: calc(100% / 1);
        -ms-flex: calc(100% / 1) 1 1;
        flex: calc(100% / 1) 1 1;
        padding: 10px 25px 40px;
        margin: 0 auto;

    }
    #liste_offres_accueil .cadre_offre {
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    #liste_offres_accueil .bloc_image .image {
        width: 100%;
    }

    #liste_offres_accueil {
        text-align: -webkit-center;
    }

    .menuburger{
        display: flex;
    }
    .menuburger i{
        font-size: 30px;
    }
    .menuburger img{
        width: 50px;
        max-width: 50px;
        height: auto;
        display: block;
    }

    #header nav ul{
        display: none;
    }
    .sec_contact {
        display: flex;
        flex-direction: column;
    }
    .sec_contact .formulaire {
        max-width: 95%;
    }

    #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
        width: 100%;
        padding: 13px;
        font-size: 16px;
    }
    .sec_contact .contact {
        max-width: 95%;
        padding: 20px;
        text-align: start;
    }
    .contact-list {
        list-style-type: none;
        margin-left: 0;
        padding-right: 0;
    }
    .social-media-list li {
        margin: 10px 37px;
    }

    

}

@media screen and (max-width:550px){

    
    .sec h2 {
        font-size: 2em; 
    }
    .sec h2 span {
        font-size: 50%;  
    }

    #section_slider #text span {
        font-size: 0.4em;
    }

    #section_slider #text {
        font-size: 8vh;
    }
    .image_moto, .image_trek {
        overflow: hidden;
        flex: 55%;
        text-align: center;
    }
    .auberge {
        flex: 50%;
    }

    #section_slider #text {
        transform: translateY(-46%);
    }
    #section_slider #btn {
        transform: translateY(-2px);
    }

}