html {
  scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Cochin';
    src: url('../font/Cochin.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway-Regulary';
    src: url('../font/Raleway-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'CormorantGaramond-Medium';
    src: url('../font/CormorantGaramond-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'CormorantGaramond-SemiBold';
    src: url('../font/CormorantGaramond-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'CormorantGaramond-Bold';
    src: url('../font/CormorantGaramond-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'CormorantGaramond-Regular';
    src: url('../font/CormorantGaramond-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'CormorantGaramond-BoldItalic';
    src: url('../font/CormorantGaramond-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../font/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../font/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../font/Montserrat-Light.ttf') format('truetype');
}


@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/Poppins-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('../font/Poppins-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'cochin-Italic';
    src: url('../font/cochin-Italic.otf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('../font/Raleway-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Crimson-SemiBold';
    src: url('../font/CrimsonText-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'openSans';
    src: url('../font/OpenSans-Regular.ttf') format('truetype');
}

.cochin{
    font-family: 'Cochin',Arial, sans-serif;
}
.i-cochin{
    font-family: 'cochin-Italic';
}
.r-raleway{
    font-family: 'Raleway-Regulary';
}
.m-raleway{
    font-family: 'Raleway-Medium';
}
.CormorantGaramond-Medium{
    font-family: 'CormorantGaramond-Medium';
}
.CormorantGaramond-Bold{
    font-family: 'CormorantGaramond-Bold';
}

.CormorantGaramond-SemiBold{
    font-family: 'CormorantGaramond-SemiBold';
}

.CormorantGaramond-BoldItalic{
    font-family: 'CormorantGaramond-BoldItalic';
}
.CormorantGaramond-Regular{
    font-family: 'CormorantGaramond-Regular';
}
.Montserrat-Medium{
    font-family: 'Montserrat-Medium';
}
.Montserrat-Regular{
    font-family: 'Montserrat-Regular';
}
.Poppins-Regular{
     font-family: 'Poppins-Regular';
}
.Poppins-Medium{
    font-family: 'Poppins-Medium';
}
.Poppins-Light{
    font-family: 'Poppins-Light';
}
.Montserrat-Light{
    font-family: 'Montserrat-Light';
}

.sm-crimson{
    font-family: 'Crimson-SemiBold';
}

.openSans{
    font-family: 'openSans';
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.home-main .ch-btn{
    border: 1px solid #fff;
    padding: 10px 35px;
    color: #fff;
    cursor: pointer;
    overflow:hidden; 
    transition: 0.8s;
    font-size: 16px;
}

.home-main .ch-btn:hover{
    box-shadow: inset 20em 0 0 0 #B9964E;  
    border: 1px solid #B9964E;
    cursor: pointer;
}

.ch-btn-content{
    border: 2px solid #B9964E;
    color: #B9964E !important;
    padding: 10px 5px;
    cursor: pointer;
    overflow:hidden; 
    transition: 0.8s;
    text-decoration: none !important;
}
.ch-btn-content:hover{
    box-shadow: inset 42em 0 0 0 #B9964E;  
    color: #fff !important;
    cursor: pointer;
}

.ch-btn-content-fondateur{
    border: 2px solid #fff;
    color: #fff !important;
    padding: 10px 35px;
    cursor: pointer;
    overflow:hidden; 
    transition: 0.8s;
    text-decoration: none !important;
}
.ch-btn-content-fondateur:hover{
    box-shadow: inset 30em 0 0 0 #B9964E;  
    border-color: #B9964E;
    color: #fff !important;
    cursor: pointer;
}

.header{
    background-color: #000;
}
.color-gold{
    color : #000;
}

.color-redg{
    color: #604C20 !important;
}
.top-contain{
    padding: 0 80px;
    display: flex;
    z-index: 2;
    position: fixed;
    width: 100%;
    background-color: #000;
    transition: top 0.4s ease;
}
.header-info{
    padding: 10px 0;
    display: flex;
    gap: 3em;
    width: 60%;
}
h1{
    font-family: 'CormorantGaramond-Medium';
}

.decoration-link {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.link-menu::before,
.link-menu::after {
  content: "";
  position: absolute;
  border: 0px solid transparent;
  width: 0%;
  height: 0%;
  bottom: 0%;
  right: 0%;
}

.link-menu::before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.link-menu::after {
  border-top-width: 1px;
  border-right-width: 1px;
}

.link-menu:hover {
  color: #fff;
}

.link-menu:hover::before,
.link-menu:hover::after {
  border-color: #B9964E;
  transition: border-color 0s, width 0.3s, height 0.3s;
  width: 100%;
  height: 100%;
}

.link-menu:hover::before {
  transition-delay: 0s, 0s, 0.3s;
}

.link-menu:hover::after {
  transition-delay: 0s, 0.3s, 0s;
}

.header-link{
    color: #fff;
    font-size: 12px;
}
.contact-us{
    width: 40%;
    display: flex;
    justify-content: center;
}

.btn-contact{
    text-decoration: none;
    padding: 10px 40px;
    color: #fff;
    background-color: #B9964E;
    position: relative; 
    overflow:hidden; 
    transition: .5s;
    z-index: 1;
}
.btn-contact:hover {
    box-shadow: inset 13em 0 0 0 #6E1414;   

 }

a{
    text-decoration: none;
}
a:hover {
    color: #fff;       
    text-decoration: none;     
}

.header-navbar{
   background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    /* top: 44px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: top 0.4s ease, background 0.8s ease;
}

.header-navbar.scrolled {
    top: -1px; /* move to top when scrolling */
    background: #000; /* change background */
}

.header-navbar.scrolled a{
    color: #fff;
}

.header-navbar.scrolled .flag-arrow span{
    color: #fff;
}
.header-navbar.scrolled .dropdown-menu-flag a{
    color: #000;
}
.header-navbar.scrolled .dropdown-menu a{
    color: #000;
}
.header-navbar.scrolled .paypal{
    background-color: #000;
}
.header-navbar.scrolled .pai-paiement{
    border: 1px solid #fff;
}

.header-navbar.scrolled .pai-paiement div{
    background-color: #fff;
}
.nav-contain{
    display: flex;
    padding: 20px 20px;
}
.logos{
    width: 11%;
}

.menu-list{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paiement-lang{
    width: 4%;
    display: flex;
}
.ul-list{
    display: inline;
    margin: 0 !important;
}
.ul-list li{
    list-style: none;
    display: inline;
    margin: 0px;
}

.ul-list li a{
    color: #000;
    font-size: 15px;
}

.ul-list li a:hover{
    color: #B9964E;
}

.activeLink {
    color: #B9964E !important;
    border: 1px solid #A88B4B;
}

.lang{
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    cursor: pointer;
}

.dropdown-menu-flag{
    min-width: 7rem !important;
}

.flag-arrow{
    display: flex;
    align-items: center;
    gap: 4px;
}
.paiement{
    display: flex;
    width: 50%;
    position: relative;
}

.pai-paiement{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 10px;
    border: 2px solid;
    border-radius: 5px;
}

.paypal{
    position: absolute;
    background-color: #fff;
    top: -11px;
    left: 8px;
    padding: 0 10px;
}

.section1{
    width: 100%;
    height: 100vh;
    /* background-image: url('/images/img1-slider.webp'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center ;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: brightness(0.6);
  z-index: 0;
}
.sldier-title{
    z-index: 1;
    text-align: center;
}

.sldier-title h1,.sldier-title h2{
    color: #fff;
    font-size: 53px;
    line-height: 68px;
}

.btn-slider{
    font-size: 17px;
    color: #fff;
    background: #b9964e;
    padding: 14px 25px;
    border-radius: 7px;
    overflow:hidden; 
    transition: 0.8s;
    z-index: 1;
}

.btn-slider:hover {
    box-shadow: inset 17em 0 0 0 #6E1414;   

 }

 .show-more{
    font-size: 17px;
    color: #fff;
    background: #6E1414;
    padding: 14px 25px;
    border-radius: 7px;
    overflow:hidden; 
    transition: 0.8s;
    font-size: 16px !important;
    text-decoration: none !important;
    z-index: 1;
}

.show-more:hover {
    box-shadow: inset 15.6em 0 0 0 #b9964e;   
 }

 @media (max-width:900px) and (min-width:500px){
        .sldier-title{
            margin-top: -3em;
        }

    .slider-p .slick-dots {
        bottom: 8em !important;
    }
}

@media (max-width:1472px){
    .contact-us{
        width: 20%;
    }
    .header-info{
        width: 80%;
    }
}

@media (max-width:1712px){
   .logos{
        width: 11%;
   }

   .menu-list{
        width: 85%;
   }
}

.header-navbar-mobile{
    background-color: #fff;
    display: none;
}

.lang-mobile{
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav-mobile-contain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: #fff;
    background-color: #000;
}

.nav {
    width: 100%;
    justify-content: center;
}

.menu-mobile-liste i {
    font-size: 20px;
    cursor: pointer;
}

@media (max-width:1553px){
  .logos{
    width: 11%;
  }
  .menu-list{
    width: 85%;
  }
  .paiement-lang{
    width: 4%;
  }

  .logos img{
    width: 150px;
  }
  .btn-contact{
    margin-left: 58px;
  }
  .ul-list li{
    margin: 5px !important;
  }

  .logos{
    display: flex;
    align-items: center;
  }

  .flag-arrow span{
    font-size: 13px;
  }

  .frFlag{
    width: 23px;
  }
}


@media (max-width:1200px){
    .main,.h-section {
        top: 0 !important;
    }
     .section-galerie,.b-section1 {
        margin-top: 0 !important;
    }
    .f-section2 {
        margin-top: 2em !important;
    }
    .header-navbar-mobile{
            display:block ;
    }
    .header-navbar{
            display: none;
    }
    .top-contain{
        display: none;
    }
    .logos-mobile img{
        width: 150px;
    }
    .menu-ul-mobile li{
        display: block !important;
        padding: 10px;
    }

    .menu-ul-mobile{
        width: 100%;
    }
    .conatiner-scroll,.conatiner-scroll-left{
        height: 500px !important;
    }
}
@media (max-width:900px){
    .title-header{
        font-size: 2.5em !important;
   }

   
}

@media (max-width:768px){
    .m-mt-5{
       margin-top: 2em ;
   }

   .m-mb-5{
        margin-bottom: 3em !important;
   }
}




.section3-title{
    width: 1300px;
}
.list-liste-menu{
    padding-bottom: 30px;
}

.list-liste-menu{
    display: none;
}


.img-cloud img{
    top: 0;
    width: 100%;
}
.main{
    position: relative;
    /* top: 8em; */
}

.img-cloud{
    width: 100%;
    position: absolute;
    bottom: -4em;
}
.h-img-cloud img{
    bottom: -5em;
    width: 100%;
    position: absolute;
}
.h-img-cloud{
    width: 100%;
    z-index: 2;
    position: relative;
}

.section2-wrapper {
    position: relative;
    height: 300vh; /* extra height to allow horizontal scroll */
}

.section2-viewport {
    position: sticky;
    top: 0;
    width: 100%;       /* viewport width */
    height: 100vh;
    overflow: hidden;  /* hide horizontal overflow */
}

.section2-horizontal {
    display: flex;
    width: calc(100vw * 3); /* total width of figures */
    height: 100vh;
}
.section2.animate figure {
    animation: slide 10s linear forwards;
}

.img-horizontal{
    object-fit: cover;
    height: 100vh !important;
}

.hiegth-horizontal{
    height: 100vh;
}

figure {
    flex: 0 0 100vw;
    margin: 0;
}

.section2 img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.section2 h2{
    font-size: 36px;
    line-height: 38px;
}

.pd-col{
    padding-left: 6em;

}
.line-decoration{
    height: 1px;
    position: relative;
    background-color: #b9964e;
    width: 95%;
}

.line-decoration::after {
    content: url(/images/decor.png);
    position: absolute;
    right: -20px;
    top: 2px;
    transform: translateY(-50%);
}

.section2-para{
    line-height: 27px;
    font-size: 16px;
    line-height: 24px;
}

.link-section2{
    /* color: #A88B4B !important; */
    font-size: 15px;
    text-decoration: underline;
    text-transform: uppercase;
}   

.link-section2:hover{
    color: #000;
    text-decoration: underline;
}

@media (max-width: 1855px){
     .section2-para{
        font-size: 16px;
     }
    .section4 h2{
        font-size: 36px;
    }
}

@media (max-width: 1280px){
    .section2 h2{
        font-size: 26px;
    }
    .section4 h2{
        font-size: 26px;
    }
    .line-decoration{
        margin-top: 0 !important;
    }

    .section2-para{
        line-height: 26px;
        font-size: 13px;
    }

    .form-sec5-title {
        font-size: 33px !important;
   }
}

.section3{
    padding: 60px 5px;
    background-image: url('/images/decor2.webp');
    /* background-repeat: no-repeat;
    background-size: cover; */
    text-align: center;
}
.family-section3{
    margin-top: 0 !important;
}
.section4-title{
    width: 1105px;
}
.section7{
     margin-top: 0 !important
}

.section3 h2, .section5 h2,.section-h2 h2{
    font-size: 36px;
    line-height: 42px;
}

.section3 a{
    color: #B9964E;
    font-size: 16px;
    text-decoration: underline;
}

.section4 img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.section4 h2{
    line-height: 38px;
    font-size: 36px;
}

.pr-col{
    padding-right: 6em;
}

@media (max-width: 1580px){
    .section4 img{
        width: 100%;
    }

     .section2 img{
        width: 100%;
    }
}

@media (max-width: 1025px){
    .section3 h2,.section5 h2,.section-h2 h2{
        font-size: 30px;
    }
    .questions h2, .section5 h2,.section-h2 h2{
        font-size: 30px !important;
    }
}

@media (max-width: 737px){
    .section3 h2,.section5 h2,.section-h2 h2{
        font-size: 20px;
    }
    .questions h2{
        font-size: 20px !important;
    }
    .section3 a{
        font-size: 16px;
    }
}

@media (max-width: 450px){
    .section3 h2,.section5 h2{
        font-size: 20px;
    }
    .section3 a{
        font-size: 13px;
    }

     .lang-lang-m img{
       width: 20px; 
    }
    .flag-arrow span{
        font-size: 13px;
    }

    .section2 h2,.section4 h2,.section10 h2 {
        font-size: 25px !important;
    }
    .line-decoration {
        width: 80% !important;
    }
    .line-decoration::after {
        top: 1px !important;
    }

    .para-section10 p{
        font-size: 14px !important;
    }
    .slick-prev {
        left: -36px !important;
    }
    .media-fix{
        top: 15em !important;
    }
    .media-fix-child{
        width: 30px;
        height: 30px;
    }
    .box-faqs span {
        font-size: 14px !important;
    }
    .reponse-faqs {
        font-size: small !important;
    } 

}

.img-box{
    width: 100%;
    height: 45vh;
    overflow: hidden;
}

.box1{
    height: 100%;
}
.box2{
    height: 313px;
    position: relative;
}
.box3{
    height: 313px;
    position: relative;
}
.box2 img,.box3 img {
  filter: brightness(0.6);
}
.img-box img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.5s ease; 
}

.img-box:hover img {
  transform: scale(1.2);
}

.section5{
    background-color: #F6F4ED;
    padding: 5em 0;
}

.section5 h3{
    color: #FFF7D4 !important;
    font-size: 46px;
    padding: 0 2em;
    line-height: 48px;
}

.box-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; /* <--- important */
}

.box-title span{
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

.box-title2{
    position: absolute;
    top: 25px;
    right: 3em;
    width: 320px;
    direction: rtl;
}

.box-title2 span{
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

.line-decoration2{
    height: 2px;
    position: relative;
    background-color: #b9964e;
    width: 95%;
}

.line-decoration2::after {
    content: url(/images/decor3.png);
    position: absolute;
    left: -20px;
    top: -1px;
    transform: translateY(-50%);
}

.sec9-box-img{
    width: 100%;
}

.sec9-box span{
    font-size: 13px;
}

.date-user{
    display: flex;
    gap: 5em;
    padding-top: 1em;
}

.title-sec9{
    font-size: 25px;
}
.title-sec9 a{
    color: #000;
    text-decoration: none;
}
.section10 h2 {
    font-size: 42px;
}
.section10{
    padding-bottom: 5em;
}
.para-section10 p{
    font-size: 17px;
    line-height: 2em;
}

.para-section10 h3{
    font-size: 33px;
}

.para-section10 span{
    font-size: 16px;
    color: #646464;
}

.autoplay{
    width: 320px;
}
.slid-parent{
    display: flex;
    justify-content: center;
}

.slick-prev:before, .slick-next:before{
    color: #6c757d !important;
}
.slick-prev {
    left: -36px !important;
}

.footer{
    background-color: #000;
    padding: 40px 0px 15px 0px;
}

.logo-whatsapp-footer{
    width: 45px;
    height: 45px;
    border: 1px solid #fbeadb;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-media{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.number-what{
   color: #FFF;
    font-size: 15px;
    font-weight: 500;
}

.footer-whatsapp{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footer-whatsapp2{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
.paypal-card{
    padding: 12px;
    border: 2px solid #fff;
    border-radius: 5px;
    position: relative;
    width: 350px;
}

.visa{
    background-color: #fff;
    width: 80px;
    height: 70px;
    padding: 20px 15px;
}

.visa img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mastercard{
    background-color: #000;
    border: 1px solid #fff;
    width: 80px;
    height: 70px;
    padding: 15px 5px;
}

.mastercard img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.paypal-card{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.paypal-footer{
    position: absolute;
    top: -18px;
    left: 12px;
    background-color: #000;
    padding: 0 10px;
}

.global-media{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.global-media-contact{
    margin-top: 20px;
    display: flex;
    align-items: left;
    gap: 30px;
}

.media-child{
    border: 1px solid #EAE0D5;
    padding: 10px;
    border-radius: 100%;
}

 @media (max-width:1399px) and (min-width:1199px){
     .form-section5{
        margin: 0 !important;
    }
    .form-section5 .section-h2{
        padding: 0 !important;
    }
 }

  @media (max-width:1199px){
    .section2 img {
        width: 100%;
    }
    .section4 img{
        width: 100%;
    }
    .pd-col{
        padding-left: 15px !important;
    }
    .pr-col{
        padding-right: 15px !important;
    }
  }
@media (max-width:1199.20px){
    /* .mastercard {
        padding: 10px 30px;
        border: 1px solid #fff;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .visa {
        padding: 20px 12px;
    } */

    .myAos[data-aos-delay]{
        transition-delay: 0s !important;
        animation-delay: 0s !important
    }
 }
 @media (max-width:1192px){
    .section2-para {
        margin-top: -10px !important;
        line-height: 18px;
        font-size: 13px;
    }
    .section2 h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .section4 h2{
        font-size: 24px;
        line-height: 26px;
    }

    .link-section2 {
        font-size: 13px;
    }
 }
  @media (max-width:991.20px){
    .parent-card{
        display: flex;
        justify-content: center;
    }

    .respo-box{
        margin-top: 22px !important;
    }

    .footer-adress-flex{
        display: flex;
        justify-content: center;
    }
 }

  @media (max-width:766.50px){
    /* .paypal-card{
        width: 100%;
    }

    .mastercard {
        padding: 10px 30px;
        border: 1px solid #fff;
        width: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .visa {
        padding: 20px 20px;
    } */

    .section5{
        padding-left:0;
        padding-right: 0;
    }
 }
 .box4 img{
    filter: brightness(0.6);
 }


 @media (max-width:884px){
    .box4 img{
        height: 350px;
    }
 }

   #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff; 
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }


    #preloader img {
      width: 200px; 
      margin-bottom: 20px;
    }

      /* Overlay halves */
    .overlayload {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      z-index: 10000;
    }

    .overlayload .half {
      flex: 1;
      background: #f4efe3;
      transition: transform 1s ease-in-out;
    }

    /* Initial state */
    .overlayload .left { transform: translateX(0); }
    .overlayload .right { transform: translateX(0); }

    /* Open state */
    .overlayload.open .left { transform: translateX(-100%); }
    .overlayload.open .right { transform: translateX(100%); }


    .spinner {
      border: 6px solid #f3f3f3;
      border-top: 6px solid #646464;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    
    .hidden {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease, visibility 0.5s ease;
    }

.media-fix{
    position: fixed;
    z-index: 3;
    right: 1em;
    top: 10em
}

.arrow-fix-child:hover{
    background-color: #b8b8b8;
}
.media-fix-child{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.footer-media-fix{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.telitok{
    width: 70%;
    height: 70%;
}
.media-fix-child:hover{
  transform: scale(1.2) rotate(20deg);
  box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
}
.img-pulse {
  animation: pulse 0.8s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/***** notre histire ******/

.h-section{
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3.5em;
}

.h-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: brightness(0.6);
  z-index: 0;
} 
.h-section h2{
    font-size: 53px;
    color: #fff;
    z-index: 1;
}

.body-section2{
    font-size: 16px;
    line-height: 24px;
}
.h-body-section2{
    font-size: 16px;
    line-height: 24px;
}
@media (max-width:1280px){
    .body-section2{
        font-size: 13px;
        line-height: 21px;
    }
}
@media (max-width:1600px){
    .h-img-cloud img{
        bottom: -2em !important;
    }
}
 @media (max-width:800px){
    .h-img-cloud img{
        bottom: -5px !important;
    }
}


.h-section2{
    margin-top: 10em;
}
.h-section4{
    background-color: #F6F4ED;
    padding: 2.5em 0 0 0;
    background-image: none;
}
.link-h-section4{
    color: #A88B4B;
    font-size: 18px;
    text-decoration:underline;
}
.link-h-section4:hover{
    color: #6E1414;
    text-decoration:underline;
}
.h-flex-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mt-6{
    margin-top: 5em;
}
.text-justify{
    text-align: justify;
}
.multi-logo{
    width: 315px !important;
    margin-left: -20px;
}
 @media (max-width:500px){
    .multi-logo{
        width: 150px !important
    }
}

.f-section3 {
    width: 100%;
    height: 546px;
    background-image: url("../images/f-section3.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-left: 4em;
}

.f-section3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: brightness(0.6);
  z-index: 0;
}
.f-section3 h2{
    font-size: 54px;
    color: #fff;
}
.child-h-section3{
    position: absolute;
    z-index: 1;
    bottom: 4em;
}
.f-section3 a{
    font-size: 21px;
    color: #fff;
    text-decoration: underline;
}
/*************************/

.dropdown-menu{
    display: none;
    top: 30px;
    left: -27px;
}

.dropdown-item{
    padding: 0 !important;
}

.dropdown-menu li {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 10px;

}

.li-apropos {
    position: relative;
}

.dropdown-menu-about {
    position: absolute;
    top: 35px;
    left: 0;
    display: block;          /* always block */
    max-height: 0;           /* collapsed */
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.3s ease;
}

.dropdown-mebile{
    left: 30px;
}

.li-apropos:hover .dropdown-menu-about {
    max-height: 135px;       /* must be larger than content height */
    opacity: 1;
}

.dropdown-menu-mobile-about {
    position: absolute;
    top: 35px;
    left: 0;
    display: block;          /* always block */
    max-height: 0;           /* collapsed */
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.3s ease;
}

.li-apropos:hover .dropdown-menu-mobile-about {
    max-height: 200px;       /* must be larger than content height */
    opacity: 1;
}

.dropdown-menu-mobile-about{
    min-width: 14rem !important;
}

.li-events{
    position: relative;;
}
.dropdown-menu-events{
    position: absolute;
    top: 35px;
    left: 0;
    display: block;          /* always block */
    max-height: 0;           /* collapsed */
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.8s ease, opacity 0.5s ease;
}

.li-events:hover .dropdown-menu-events{
    max-height: 500px;       /* must be larger than content height */
    opacity: 1;
}

.dropdown-menu-mobile-events{
    position: absolute;
    top: 35px;
    left: 0;
    display: block;          /* always block */
    max-height: 0;           /* collapsed */
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.8s ease, opacity 0.5s ease;
}

.li-events:hover .dropdown-menu-mobile-events{
    max-height: 500px;       /* must be larger than content height */
    opacity: 1;
}
.dropdown-menu {
    min-width: 12rem !important;
}

.b-section1{
    background-image: url("../images/decor2.webp");
    padding:2em 4em;
    margin-top: 8em;
}
.section9{
    padding:2em 4em;
}

@media (max-width:500px){
    .section9{
        padding:2em 0;
    }
    .b-section1{
        padding:2em 0;
    }
}

.section-galerie{
    background-image: url('/images/decor2.webp');
    padding:4em 4em;
    margin-top: 3.5em;
}

.galerie-box{
    display: flex;
    justify-content: center;
}

.nav-item-galerie{
    font-size: 22px;
    color: #000;
    border: 1px solid #b9964e !important;
    border-radius: 0 !important;
    width: 307px;
}
.nav-item{
    padding-left: 2em;
}

.nav-item-galerie:hover{
    background-color: #b9964e;
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #b9964e;
    font-weight: 500 !important;
}

.img-galerie{
    width: 100%;
}

.div-wrapper {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.div-wrapper img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease; 
}

.div-wrapper:hover img {
  transform: scale(1.2);
}
@media (max-width:1500px) {
    .nav-item-galerie{
        font-size: 20px !important;
        width: 280px !important;
    }
    .section-galerie {
        padding: 4em 0em !important;
    }

    .nav {
        justify-content: space-around;
        margin-right: 25px;
    }
    
}

@media (max-width:1119px) {
  .nav-item {
        padding-left: 5px !important;
    }
}

@media (max-width:916px) {
    .nav-item-galerie{
        font-size: 19px !important;
        width: 180px !important;
    }

    .nav-pills .nav-link {
        height: 100%;
    }
}

@media (max-width:755px) {
    .nav-item-galerie{
        font-size: 17px !important;
        width: 165px !important;
    }
}

@media (max-width:674px) {
    .nav-item {
        padding-left: 5px !important;
        padding-bottom: 5px !important;
    }
}

@media (max-width:510px) {
    .nav-pills{
       width: 340px !important;
    }
}

@media (max-width: 390px) {
    .section-galerie {
        padding: 2em 0em !important;
    }

    .tab-content{
        margin-top: 2em !important;
    }
}

@media (max-width: 500px) {
    .section2 h2 {
        font-size:19px !important;
          line-height: 25px !important;
    }
    
    .section4 h2{
        font-size:19px !important;
        line-height: 25px !important;
    }

    .section10 h2 {
        font-size: 32px;
    }

    .h-section2 {
        margin-top: 0; 
    }

    .content-flex {
        width: 100% !important;
    }

    .img-box {
        height: 45vh !important;
    }
    .top-mobile{
        margin-top: 1.5em !important;
    }
}

.e-section2{
    background-image: url('../images/events4.webp');
    width: 100%;
    height: 622px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0 3em;
}

.content-esection2{
    width: 705px;
    height: 280px;
    direction: rtl;
    z-index: 1;
}

.content-esection2 h2{
    font-size: 56px;
    color: #fff;
}

@media (max-width:800px){
    .content-esection2{
        text-align: center;
        direction: ltr;
        height: auto;
    }

    .content-esection2 h2{
        font-size: 40px;
    }
}

@media (max-width:500px){
    .content-esection2 h2{
        font-size: 35px;
    }
    .e-section2{
        padding: 0 !important;
    }
}
 @media (max-width:1090px){
    .f-section3 h2{
        font-size: 41px;
    }
    .child-h-section3{
        bottom: 8em;
    }
 }
/********************* form ***********************/
.inter{
    font-family: "Inter", sans-serif;
 }
.section1-title{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.e-section5{
    background-image: url('/images/webp/events-form.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 20px;
    position: relative;
}

.e-section5::before{
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: brightness(0.5);
  z-index: 0;
}

 .section5-p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
 }

.sect5-esa{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

 .box-section5{
  background: rgb(100 100 100 / 38%);
    color: white;
    padding: 20px 5px 20px 30px;
    border-radius: 15px;
    max-width: 465px;
    height: 160px;
    font-family: sans-serif;
    backdrop-filter: blur(3px);
 }

 .num-expe{
    font-size: 35px;
    background: #A88B4B;
    margin-left: -30px;
    padding: 0px 2px 0 30px;
 }
 .section5-form{
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 4px 4px 3px #00000045;
 }

 .form-sec5-title{
    font-size: 36px;
    color: #000;
 }

 .form-section5{
    margin: 0 25px;
 }

 input,select{
    outline: none;
 }

 .nom-prenom-sec5{
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 100%;
 }

 .nom-prenom-sec5 div{
    width: 50%;
 }

 .inter{
      font-family: "Inter", sans-serif;
 }

 .input-sect5{
    border: 1px solid #b8b8b8;
    padding: 10px 0px 15px 10px;;
    border-radius: 8px;
    box-shadow: 2px 4px 4px -3px #00000045;
    width: 100%;
    font-size: 14px;
}

 .form-group{
    position: relative;
 }
 .form-group span{
    color : red;
 }

  .form-group label{
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    background: #ffff;
    top: -10px;
    left: 13px;
    padding: 0 11px;
    z-index: 2;
 }

 .email-sec5{
    display: flex;
    justify-content: center;
    margin-top: 30px;
 }

 .input-sect5-long{
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 0px 15px 10px;;
    border-radius: 8px;
    box-shadow: 2px 4px 4px -3px #00000045;
    font-size: 14px;
}

.email-icon{
    position: absolute;
    right: 10px;
    top: 14px;
 }

 .select-sec5{
    appearance: none;
    font-size: 14px;
    padding-left: 12px;
    color: #7e7e7e;
 }

 .email-sec5 input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}
.moroco-icon{
    left: 20px;
}
/* .email-sec5 input[type="date"] {
  position: relative;
} */
.ch-fe{
    font-size: 22px;
    font-weight: 500;
}

.payment-option {
  margin-bottom: 15px;
  font-family: sans-serif;
}

.payment-option label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}

.payment-option input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #006aff;
}

.payment-option .text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #111;
}

.payment-option .text img {
  height: 16px;
  object-fit: contain;
}

.btn-sect5-rese{
    padding: 10px 0;
    background-color: #fff;
    color: #A88B4B;
    width: 95%;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.8s;
    border: 2px solid #A88B4B;
}
.btn-sect5-rese:hover{
    color: #fff;
    box-shadow: inset 25em 0 0 0 #A88B4B; 
}

.date-input {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 12px;
    max-width: 100%;
    font-size: 16px;
    color: #666;
    background-color: white;
    box-shadow: 2px 4px 4px -3px #00000045;
}

.date-input input {
    border: none;
    outline: none;
    font-size: 16px;
    flex: 1;
    color: #666;
    font-size: 14px;
}

.date-input input::placeholder {
    color: #999;
}

 @media (max-width: 1400px){
    .nom-prenom-sec5 {
        display: block;
    }
    .nom-prenom-sec5 div{
       width: 100%;
    }

     .nom-prenom-sec5 .form-group{
        margin-top: 33px;
     }

     .input-sect5{
        width: 100%;
     }
 }

 @media (min-width: 991px) and (max-width:1198px){
    .section5-form{
        padding: 40px 0;
    }
 }

  @media (max-width:767px){
    .section5-form{
        padding: 40px 0;
    }

    .form-section5 {
        margin: 0 20px;
    }

    .conatiner-scroll-traitreur{
        height: 500px !important;
    }
 }

 @media (max-width:500px){
    /* .section5 h2{
        font-size: 24px !important;
   } */
    .home-main .ch-btn {
        font-size: 14px;
    }
   .sldier-title h1, .sldier-title h2 {
        font-size: 30px;
        line-height: 55px;
    }
    .title-slider {
        margin-top: 1em;
    }
    .section5 {
        padding: 2em 0;
    }
   .form-sec5-title{
    font-size: 25px;
   }

   /* .section5 h2{
        font-size: 40px !important;
   } */

   .section5-p{
    font-size: 20px;
   }

    .section-h3{
        font-size: 17px !important;
    }

    .e-section5 {
        padding: 60px 0 !important;
    }

    .h-body-section2{
        margin-top: 20px;
        font-size: 13px;
    }

    .child-h-section3{
        text-align: center;
        bottom: 11em;
    }
    .f-section3 h2{
        font-size: 35px;
    }
    .f-section3{
        padding-left:0;
    }

    .h-section4{
        padding: 1em 0;
    }

    .h-section4 .mt-6{
        margin-top: 2em;
    }
    .btn-sect5-rese{
        font-size: 14px;
    }


}
/***************************************************/

.h-section3-title{
    width: 1060px;
}

.h-section3{
    display: flex;
    justify-content: center;
    background-image: url(/images/decor2.webp);
    text-align: center;
}

.mb-6 {
    margin-bottom: 6em;
}

@media (max-width : 1573px){
    /* .btn-contact{
        font-size: 14px;
        padding: ;
    } */

    .header-link{
        font-size: 11px;
    }
}


@media (max-width : 1487px){

    .header-link{
        font-size: 10px;
    }
}

@media (max-width : 1553px){
    .btn-contact{
        padding: 10px 16px;
        font-size: 13px;
    }

    .decoration-link{
        padding: 5px !important;
    }

    .ul-list li a{
        font-size: 11px;
    }
    
}

.h-section3{
    padding: 5em 5em;
}

.content-h-sec3 p{
    font-size: 16px; 
    line-height: 24px;
}

.ligne-historique{
    width: 100%;
    height: 1px;
    background-color: #000;
}

.chems-historique{
    margin: 10em 0;
    position: relative;
}

.cyrcle-history{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #CBA85B;
}

.chems-historique span{
    font-size: 12px;
}

.box-history{
    position: absolute;
    bottom: -77px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.date-history{
    border: 2px solid #CBA85B;
    width: 50px;
    text-align: center;
}

.box-box-history-lrt{
    position: relative;
    top: 27px;
}

.center-flex-history{
    width: 100px;
    display: flex;
    justify-content: center;
}
.center-flex-slider{
    display: flex;
    justify-content: center;
}
.ligne-historique-mobile{
    width: 1px;
    height: 645px;
    background-color: #000;
 
}
.box-line-mobile{
    display: flex;
    justify-content: center;
    margin-left: 5em;
    margin-top: -42em;
}
.box-box-history-mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
}
.box-history-mobile{
    position: relative;;
}
.box-box-history-mobile-lrt{
    position: relative;
    left: 5em;
}

.chems-historique-mobile{
   margin-top: 5em !important;
   position: relative;
}
.box-box-history-mobile{
    position: relative;
}

@media (min-width:900px){
    .chems-historique-mobile{
        display: none;
    }
    
}
@media (max-width:900px){
    .chems-historique{
        display: none;
    }
    .h-section3{
        padding: 5em 0 !important;
    }
    .content-flex {
        width: 90% !important;
    }
    .h-section2{
        margin-top: 3em !important;
    }

    /* .img-box{
        height: auto;
    } */
}

@media (max-width: 500px) {
    .content-flex {
        width: 100% !important;
    }
    .link-section2 {
        font-size: 11px;
    }

    .flex-space-betewen{
        justify-content: center !important;
        margin-top: 0 !important;
        text-align: center;
    }

    .flex-space-betewen a{
        width: 100%;
    }
    .content-flex{
       text-align: left;
    }

    .conatiner-scroll,.conatiner-scroll-left {
        height: 300px !important;
    }

    .section6 {
        margin-top: 35px;
    }

    .section5 h3{
        font-size: 28px !important;
    }
    .sldier-title h1, .sldier-title h2{
        line-height: 40px !important;
    }
    .title-slider {
        margin-top: 0 !important;
    }

    .section3 h2, .section5 h2, .section-h2 h2 {
        line-height: 30px !important;
    }

    .section5 h3{
        line-height: 30px;
    }
    .section5 p {
        line-height: 25px !important;
    }

    .v-plus{
        display: block;
        width: 100%;
        font-size: 11px;
    }

    .ref img {
        width: 100% !important;
    }

    .references .slick-next {
        right: 0 !important; 
    }

     .references .slick-prev {
        left: 0 !important;
        z-index: 1;
    }

    .references .slick-slide {
        padding: 0 2em;
    }

    .loction-btn{
        display: block;
        width: 100%;
        text-align: center;
    }

    .mt-8 {
        margin-top: 4em !important;
    }
}

.conatiner-scroll,.conatiner-scroll-left{
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 800px;
}
.conatiner-scroll img {
    height: auto;
    clip-path: inset(0 0 0 100%); /* hide image from right to left */
    transition: clip-path 3s ease;
}

.conatiner-scroll-left img{
    height: auto;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 3s ease;
}

.conatiner-scroll-traitreur{
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .overlay{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transition: width 1.5s ease;
    z-index: 1;
} */


@media (max-width:884px) and (min-width:768px){
    .conatiner-scroll-scroll{
        height: 440px;
    }
    .fanyazia-events-family{
        height: 600px;
    }
    .section2 img {
        object-fit: cover;
        height: 100%;
    }

    .section4 img {
         object-fit: cover;
        height: 100%;
    }
}

.section2-respo{
    display: none;
}
@media (max-width:1200px){
  .section2-respo{
    display: block;
    margin-top: 5em;
  }
  .section2-wrapper{
    display: none;
  }
  .section3 {
    margin-top: 0 !important;
  }

  /* .t-section2,.t-section1{
    margin-top: 3em !important;
  } */
}

.f-section2{
    margin-top: 3.5em;
}

.e-section1{
    margin-top: 8em;
}

.title-f-section3{
    width: 62%;
}

@media (max-width:1160px){
    .title-f-section3{
        width: auto;
    }
}

@media (max-width: 884px) and (min-width: 768px) {
    .conatiner-scroll-scroll-fondatrice {
        height: 475px;
    }
}

.liens-utiles {
    
}

.liens-utiles li {
    list-style: none;
    color: #fff;
    font-weight: 500;
    padding: 4px;
}

.liens-utiles li a {
    color: #fff;
}

.box-faqs{
    padding: 20px 30px;
    background: #f6f6f6;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    height: 80px;
    align-items: center;
}

.box-faqs span{
    font-size: 16px;
    font-weight: 500;
}

.faqs-downs{
    margin-left: 40px;
    color: #6e1414;
    font-size: larger;
    transition: transform 0.3s ease;
}

.rotate-icon {
    transform: rotate(180deg);
}

.box-reponse{
    margin: 15px 30px;
    display: none;
}

.reponse-faqs{
    font-size: medium;
    font-weight: 400;
    line-height: 30px;
}

.faq-question{
    width: 90%;
}

@media (max-width:440px){
    .box-faqs{
        height: 100px !important;
    }
}

.questions h2{
    font-size: 36px;
    border-width: 2px;
    position: relative;
    width:100%;
    padding: 0 10px 0 10px;
}

.section5 p{
    line-height: 27px;
}

.contact{
    background-image: url("../images/decor2.webp");
    padding: 5em 0;
    margin-top: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact form{
    width: 100%;
}
.form-card{
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.contact textarea{
    outline: none;
}

@media (max-width:1200px){
    .contact{
        margin-top: 0;
    }

    .contact form{
        width: 100%;
    }
}


@media (max-width:450px){
    .form-card{
        padding: 30px 10px;
    }
}

iframe{
    height: 450px !important;
}

.setion-map{
    background-image: url("../images/decor2.webp");
}

/* .slider-p .slick-next,.slider-p .slider-p .slick-prev{
    display: none !important;
} */

.slider-p .slick-next{
    right: 40px !important;
}

.slider-p .slick-prev{
    left: 40px !important;
    z-index: 5;
}

.slider-p .slick-dots{
    bottom: 45px;
    z-index: 5;
}

.slider-p .slick-dots li button:before{
    font-size: 20px !important;
    color: #e9e9e9 !important;
}
.slider-p .slick-prev:before, .slider-p .slick-next:before{
    font-size: 40px !important;
    color: #e9e9e9 !important;
}

.dropdown-menu-events{
    min-width: 15rem !important;
}

.flex-space-betewen{
    display: flex;
    justify-content: space-between;
    margin-top: 1.5em;
}

.title-header{
    font-size: 3em;
    color: #fff;
}

.mt-7{
    margin-top: 8em;
}

.mt-8{
    margin-top: 10em;
}

.mt-10{
    margin-top: 10em;
}

.box-galerie{
    width: 100%;
    height: 30vh;
    overflow: hidden;
}

.box-galerie img{
    width: 100%;
    height:100%; 
    object-fit:cover;
    transition: transform 0.5s ease; 
}
/*  transform: scale(1.2); */
.box-galerie:hover img{
    transform: scale(1.2);
}

.ref{
    height: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.ref img{
    width: 90%;
    height: 100%;
    object-fit: cover;
}

.slider-references .slick-dots li button:before {
    font-size: 11px !important;
}

.slider-references .slick-dots{
    bottom: -40px !important;
}
/* .slider-references .slick-prev, .slider-references .slick-next{
    display: none !important;
} */

.slider-references .slick-dots{
    display: none !important;
}
.mb-7{
    margin-bottom: 4em;
}

/* detail blog */

.detail-blog-header{
    width: 100%;
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-redirection{
    color: #000 !important;
    text-decoration: none !important;
}

.blog-title-header{
    font-size: 35px;
}
.blog .auth{
    font-size: 12px;
}
.blog .date{
    font-size: 12px;
    margin-left: 5px
}

.blog-detail{
    padding: 2em 0;
}
.menu-child img {
    width: 100%;
}

.menu-child{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.slick-menu .slick-dots li button:before {
    font-size: 11px !important;
}

.slick-menu .slick-dots{
    bottom: -40px !important;
}

.t-section1{
    padding: 0 10px; 
}


.content-flex{
    width: 75%;
}

.conatiner-scroll-scroll{
    height: 100% !important;
}

.title-slider{
    margin-top: 0;
}
  
.content-title-slider{
    width: 100%;
    text-align: center;
}


/****** menu burger ******/

.menu-toggle {
    position: relative;
    top: 2px !important;
    z-index: 1100;
    font-size: 30px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }



  .menu-toggle-x {
    top: 15px !important;
  }

  .menu-toggle.active {
    transform: rotate(90deg); /* animate icon */
  }

  /* The menu */
  .side-menu {
    position: fixed;
    top: 0;
    right: -100%; /* hidden */
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    transition: right 0.4s ease;
    z-index: 1000;
    padding: 60px 20px;
    text-align: center;
  }

  .side-menu.active {
    right: 0; /* slide in */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .side-menu ul {
    list-style: none;
    padding: 0;
  }

  .side-menu ul li {
    margin: 20px 0;
    font-size: 20px;
  }

  .side-menu ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
  }

  .side-menu ul li a:hover {
    color: #b9964e;
  }

  .menu-mobile-liste .bi{
    font-size: 30px;
    color: #fff;
}
  
.logoPayzon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.payzon{
    width: 50%;
    background: #fff;
    padding: 20px;
}

.team-title{
 font-size: 36px;
}

@media (max-width:500px){
  .logos-mobile img{
    width: 100px;
  }
  .sldier-title h1, .sldier-title h2 {
        font-size: 30px;
   }

   .btn-slider{
    font-size: 11px;
   }

   .content-h-sec3 p{
        text-align: justify;
        font-size: 15px !important;
   }

   .title-history{
        font-size: 14px;
   }
   .box-box-history-mobile{
     gap: 2em;
   }

   .title-header{
     font-size: 2em !important;
   }

   .menu-toggle{
        /* top: 10px !important; */
        font-size: 25px !important;
   }
   .menu-mobile-liste .bi{
    font-size: 25px !important;
   }

   .h-s-plus{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0 !important;
   }
   .h-section3 {
        padding: 3em 0 !important;
    }

    .h-section4 .mt-6 {
        margin-top: 0px;
    }

    .t-sous-title,.title-slider,.title-contact {
        font-size: 25px !important;
        line-height: 30px;
    }

    .mt-7 {
        margin-top: 3em;
    }

    .t-section5{
        margin-top: 2em;
    }
    .team-title{
        font-size: 30px;
    }

    .slider-p .slick-prev, .slider-p .slick-next{
        display: none !important;
    }

    .slider-p .slick-dots {
        bottom: 5em;
    }

    .conatiner-scroll-traitreur{
        height: 300px !important;
    }

    .h-section3-title{
        width: 100%;
        padding: 0 5px;
    }

}

.t-sous-title,.title-slider,.title-contact{
    font-size: 36px;
}

.parent-card{
    display: flex;
    justify-content: left !important;
    align-items: center
}

.text-center-footer{
    text-align: left;
}

.liens-utiles{
    padding-left: 0 !important;
}

  @media (max-width:991.20px){
    .text-center-footer{
        text-align: center;
    }
  }

.parent-card {
    justify-content: center;
}

 @media (max-width:991px) and (min-width:768px){
    .img-box {
        height: 45vh !important;
    }
 }

 .location-img{
    height: 350px;
    border: 1px solid #ededed;
 }
 .location-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
 }

.iti{
    width: 100%;
}

.iti span{
    color: #000;
}
.global-title-head{
    width: 80%;
}

.pd-cmp{
    padding: 0;
}

.dropdown-mebile li a{
    color: #000 !important;
    font-size: 17px;
}

@media (max-width:1199px){
    .location-img{
        height: 300px;
    }
}

.iti--separate-dial-code .iti__selected-flag{
    background-color: #ffffff00 !important;
    border-right: 1px solid #ccc;
}

.form-group2 label{
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    margin-top: -10px;
}

.link-section-slide{
    display: block;
    margin-top: 5px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.link-section-slide:hover{
    color: #000 !important;
}

.para-link-slide{
    font-size: 16px;
    padding-top: 5px;
    margin-left: 20px;
}

.child-link-slide{
    display: none;
}

.section-slider1 .slick-next,
.section-slider2 .slick-next,
.section-slider3 .slick-next,
.section-slider4 .slick-next,
.section-slider5 .slick-next {
    right: 45px !important;
}

.section-slider1 .slick-prev,
.section-slider2 .slick-prev,
.section-slider3 .slick-prev,
.section-slider4 .slick-prev,
.section-slider5 .slick-prev {
    left: 30px !important;
    z-index: 1;
}

.section-slider1 .slick-prev:before, .section-slider1 .slick-next:before,
.section-slider2 .slick-prev:before, .section-slider2 .slick-next:before,
.section-slider3 .slick-prev:before, .section-slider3 .slick-next:before,
.section-slider4 .slick-prev:before, .section-slider4 .slick-next:before,
.section-slider5 .slick-prev:before, .section-slider5 .slick-next:before {
    font-size: 40px !important;
    color: #dddddd !important;
}

/* .section-slider2,.section-slider3{
    display: none;
} */

.box-box-history{
    width: 180px;
}

.pd{
    padding: 0;
}

.mt-t-3{
    margin-top: 3.5em;
}

@media (max-width: 500px) {
    .iti__country-list {
       width: 300px;
    }

    .contact{
        padding: 3em 0;
    }
    .global-title-head{
        width: 90%;
    }

    .pd-cmp{
        padding: 0 10px;
    }

    .mt-t-3{
        margin-top: 2em;
    }
    .para-link-slide{
        font-size: 14px;
    }
    .link-section-slide{
        font-size: 15px;
    }
}

.bloc-flex{
    height: 100%;
    display: flex;
    align-items: center;
}

.sous_title_location{
    font-size: 15px;
}

.pd-1{
    padding: 0 1px;
}

.validation{
    color: red;
}

.full-width{
    width: 100%;
}

.pack{
    border: 2px solid #A88B4B;
    padding: 30px 10px;
    height: 100%;
    border-radius: 30px;
}

.pack ul > li {
    font-size: 15px;
    margin-bottom: 10px;
}

.pack-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.clr-red{
    background-color: #b92222;
}

.contact-flex-content{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.coordinees-contact {
    width: 55px;
    height: 55px;
    border: 1px solid #fbeadb;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#A88B4B;
}

.coordinees-media {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.email-title,
.whatsapp-title,
.adresse-title{
    font-size: 17px;
}

.email-contact,
.whatsapp-contact,
.adresse-contact{
    font-size: 15px;
}

.whatsapp-contact a{
    color: #000;
}

.logo-s-media{
    width: 45px;
    height: 45px;
    background: #b92222;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A88B4B;
}

.btn-contact-rese{
    padding: 10px 0;
    background-color: #fff;
    color: #A88B4B;
    font-size: 16px;
    width: 80%;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.8s;
    border: 2px solid #A88B4B;
}

.btn-contact-rese:hover{
    color: #fff;
    box-shadow: inset 30em 0 0 0 #A88B4B; 
}

.zindex{
    z-index: 5;
}

.title-form-traiteur .section-h2{
    border-width: 2px;
    padding:0 5px 5px 5px;
}

.pd-0{
    padding: 0;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bs-placeholder:hover{
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder{
    outline: none !important;
}

.bootstrap-select{
    padding-right: 10px;
}
.bootstrap-select .dropdown-menu.inner span{
    color:#7e7e7e;
}

/* les avis */
.trustpilot-widget iframe{
    height: 52px !important;
}

.autoplay {
    width: 100%;
}

.autoplay .star{
    display: flex;
    justify-content: center;
}

.autoplay .slick-dots li button:before{
    font-size: 15px;
    padding: 10px 0;
}

.autoplay .slick-dots {
    bottom: -40px;
}

.avis-google-logos img{
    width: 200px;
}

 .slider-bloc .slick-prev {
    left: 30px !important;
    z-index: 1;
}

.slider-bloc .slick-next {
    right: 45px !important;
}
.slider-bloc .slick-prev:before,
.slider-bloc .slick-next:before {
    font-size: 40px !important;
    color: #dddddd !important;
}

   .slider-bloc{
        height: 800px;
    }

    .slider-bloc .slick-track{
        height: 800px;
    }

    .t-section4{
        display: none;
    }

  @media (max-width:991.20px){
    .parent-card{
        display: flex;
        justify-content: center;
    }

    .respo-box{
        margin-top: 22px !important;
    }

    .footer-adress-flex{
        display: flex;
        justify-content: center;
    }

    .slider-bloc{
        height: 500px;
    }

    .slider-bloc .slick-track{
        height: 500px;
    }

    .mt-t-3 {
        margin-top: 0;
    }

    .t-section4{
        display: block;
    }
 }

 @media (max-width: 500px) {
    .section2 h2 {
        font-size:19px !important;
          line-height: 25px !important;
    }
    
    .section4 h2{
        font-size:19px !important;
        line-height: 25px !important;
    }

    .section10 h2 {
        font-size: 32px;
    }

    .h-section2 {
        margin-top: 0; 
    }

    .content-flex {
        width: 100% !important;
    }

    .img-box {
        height: 45vh !important;
    }
    .top-mobile{
        margin-top: 1.5em !important;
    }

        .slider-bloc{
        height: 300px;
    }

    .slider-bloc .slick-track{
        height: 300px;
    }

    .mt-t-3{
        margin-top: 2em;
    }
}