/*
Theme Name: Qafilat Tayba
Theme URI: https://youssefchibi.com
Author: Youssef Chibi
Author URI: https://youssefchibi.com
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


.heading_title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Contact page */
.contact_page{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F9F9F8;
}

/* Contact page */


/* Formulaire de réservation */
.formulaire_reservation input, .formulaire_reservation textarea{
    margin-bottom: 1.5rem;
    padding: 10px 15px;
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #edcd74;
    margin-top: 10px;
}
.formulaire_reservation label{
    width: 100%;
    font-weight: 700;
}
.formulaire_reservation input[type="submit"]{
    display: block;
    padding: 10px 20px;
    background-color: #000;
    border: 3px solid #000;
    color: white;
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
    max-width: 100%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}
.formulaire_reservation input[type="submit"]:hover{
    background-color: #edcd74;
    color: #000;
    transition: .5s;
}

/* Formulaire de réservation */

.disponible,.non_disponible{
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.disponible{
    /* background-color: green; */
    background-color: #00D653;
}
.non_disponible{
    /* background-color: red; */
    background-color: #BE0025;
}
/* Single Post */

.post_body{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color:  #F9F9F8;
}
.post_body .hotel{
    font-size: 20px;
}
.post_body h4{
    font-weight: 700;
}
.post_body img{
    height: 500px;
}
/* Single Post */

/* Page with Banner */
.banner_section{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}
.banner_section::before{
    content: "";
    display: block;
    /* background-color: rgba(23, 52, 85, 0.8 ); */
    background-color: rgb(0 0 0 / 70%);
    height: 100%;
    width: 100%;
    opacity: 0.6;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    bottom: unset;
}
.banner_section h1{
    color: white;
    z-index: 99;
    font-size: 50px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    line-height: normal;
}
.banner_section h1::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 4px;
    /* background-color: white; */
    background-color: #edcd74;
    left: 0;
    bottom: -17px;
    transform: translateX(-50%);
    left: 50%;
}
.img_content{
    margin-top: 100px;
    margin-bottom: 100px;
}
.img_content img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}
.img_content .content_container{
    padding: 20px;
    padding-top: 40px;
}
.img_content .content_container h2{
    color: #edcd74;
    font-size: 44px;
    margin-bottom: 20px;
    line-height: normal;
}
.img_content .content_container p{
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
}

.discover_section{
    padding-top:75px;
    padding-bottom:75px;
    background-color: #edcd74;
    /* margin-bottom: 100px; */
}
.discover_section h2{
    text-align: center;
    line-height: normal;
}
.discover_section a{
    padding: 15px 30px;
    background-color: #000;
    border: 3px solid #000;
    color: white;
    font-size: 20px;
    transition: 0.5s;
    display: block;
    width: fit-content;
    max-width: fit-content;
    border-radius: 25px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    font-weight: 600;
}
.discover_section a:hover{
    background-color: white;
    color: #000;
}
/* Page with Banner */

.nos_packages .cart_container .titre_button a,.categories_archive .cart_container .titre_button a{
    text-decoration: none;
    color: #000;
}
.nos_packages h4,.categories_archive h4{
    font-weight: 600;
}

.nos_packages .decouvrir,.categories_archive .decouvrir{
    display: block;
    padding: 10px 20px;
    background-color: #000;
    border: 3px solid #000;
    color: white;
    transition: .5s;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
    max-width: 100%;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}
.nos_packages .decouvrir:hover,.categories_archive .decouvrir:hover{
    background-color: #edcd74;
    color: #000;
    transition: .5s;
}

.map_section{
    max-width: 100%;
    position: relative;
}
.map_section .switch_btns{
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 6px;
    color: white;
    font-weight: 600;
    transition: .5s;
    width: max-content;
}
.map_section .switch_btns:hover,.map_section .switch_btns.actif_btn{
    /* background-color: #edcd74; */
    background-color: white;
    color: #000;
    transition: .5s;
}
.map_section .container{
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
}
.map_section iframe{
    min-width: 100%;
    height: 500px;
    max-width: 100%;
}

.logolg {
    /* animate */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* animate */
    /* fadeUp */
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    /* fadeUp */
}

li#menu-item-191,
li#menu-item-213,

li#menu-item-21,
li#menu-item-222,

li#menu-item-18,
li#menu-item-221,

li#menu-item-17,
li#menu-item-208,

li#menu-item-19,
li#menu-item-214,

.title_container h2,
.title_container h6,
.slide_btn
{
    /* animate */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* animate */
    /* fadeUp */
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    /* fadeUp */
}

.logolg {
    /* one */
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
    /* one */
}


li#menu-item-191,
li#menu-item-213
{
    /* one */
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
    /* one */
}

li#menu-item-21,
li#menu-item-222 {
    /* one */
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
    /* one */
}

li#menu-item-18,
li#menu-item-221 {
    /* one */
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
    /* one */
}

li#menu-item-17,
li#menu-item-208  {
    /* one */
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
    /* one */
}

li#menu-item-19,
li#menu-item-214{
    /* one */
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
    /* one */
}

.title_container h2{
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.title_container h6{
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    animation-delay: 1.9s;
}
.slide_btn{
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}


#tl {
    /* one */
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    animation-delay: 2.7s;
    /* one */
}


/* Animation */

/*==== FADE IN UP ===*/

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/*=== FADE IN LEFT ===*/

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


/*=== FADE IN DOWN ===*/

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


@keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(300px);
    }
    to {
      opacity: 1;
    }
}

@-webkit-keyframes fadeInRight{
    from {
        opacity: 0;
        transform: translateX(300px);
    }
    to {
        opacity: 1;
    }
}

/* Animation */








body{
    background-color: #FFFF;
    font-family: 'Poppins', sans-serif;
}
p{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #272727;
}
a{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: blue;
}
h1,h2{
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
    
header{
    /* background-color: #FFFF; */
    background-color: #000;
    /* background-color: transparent; */
    /* padding-top: 5px;
    padding-bottom: 5px; */
}
/* header nav{
    height: fit-content;
} */
header , nav{
    height: 85px;   
    z-index: 99;
}
main{
    min-height: calc( 100vh - 448px );
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    display: block;
}
/* header,.navbar{
    height: 100px;
} */
#navbarSupportedContent ul li{
    margin-right: 0.5rem;
}

#navbarSupportedContent ul li a{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    /* font-weight: 400; */
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    /* color: #272727; */
    color: #edcd74;
    transition: 0.5s;
    position: relative;
}
#navbarSupportedContent ul li a::before{
    content: "";
    width: 0;
    height: 2px;
    background-color: #edcd74;
    display: block;
    transition: 0.5s;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 5px;
}

#navbarSupportedContent ul li ul.dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
}

#navbarSupportedContent ul li ul.dropdown-menu li.menu-item {
    margin-right: 0;
}
#navbarSupportedContent ul li ul.dropdown-menu li.menu-item a{
    transition: 0.5s;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    text-align: center;
}
#navbarSupportedContent ul li ul.dropdown-menu li.menu-item a:hover{
    background-color: #000;
    color: white;
}
#navbarSupportedContent ul li ul.dropdown-menu li.menu-item a::before{
    content: none;
}

.slick_container{
    position: relative;
}
.prev_slick{
    position: absolute;
    left: 15px;
    top: 50%;
    background-color: transparent;
    border: none;
    width: 0%;
    height: 0%;
    z-index: 100;
}
.next_slick{
    position: absolute;
    right: 15px;
    top: 50%;
    background-color: transparent;
    border: none;
    width: 0%;
    height: 0%;
    z-index: 100;
}


.prev_slick svg path,.next_slick svg path{
    /* fill: #000; */
    fill: white;
}

#navbarSupportedContent ul li a:hover::before {
width: 100%;
}

.slider_section{
    /* height: 728px; */
    height:calc( 100vh - 85px );
    /* height: 370px; */
    /* height: 70vh; */
    /* height: 90vh; */
    max-height: 100vh;
    position: relative;
}
.slick-track{
    height: 100%;
}
.carousel_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.qui_somme_nous{
    /* padding-top: 125px;
    padding-bottom: 125px; */
    /* padding-top: 75px;
    padding-bottom: 75px; */
    /* background-color: #F9F9F8; */
    /* background-color: #FFFF; */
}
.qui_somme_nous .container-fluid{
    background-color: #edcd74;
}
.qui_somme_nous .container-fluid .bg_img_cont{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.qui_somme_nous .container-fluid .col_cont_content{
    padding: 6vw;
}
.qui_somme_nous .a_propos_contenu h2 {
    color: #000;
    /* color:#273761; */
    margin-bottom: 30px;
    font-weight: 700;
}
.qui_somme_nous .a_propos_contenu p{
    line-height: 30px;
    margin-bottom: 0;
}
.qui_somme_nous .a_propos_image{
    max-width: 100%;
    width: 100%;
    /* height: 600px; */
}
.a_propos_contenu{
    /* padding-top: 1rem; */
}
.collaboration,.no_produits,.nos_packages{
    padding-top: 100px;
    padding-bottom: 100px;
}
.no_produits,.nos_packages{
    background-color: #F9F9F8;
}
.collaboration h2 ,.no_produits h2,.nos_packages h2,.categories_archive h2{
    /* color: #000;; */
    color: #000;
    font-weight: 700;
    text-align: center;
}
.collaboration p,.no_produits p{
    text-align: center;
}
.collaboration .logos_slick{
    margin-top: 2rem;
}
.collaboration .logos_slick .logo_container{
    /* margin-right: 1rem; */
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    width: 250px;
}
.collaboration .logos_slick .logo_container img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.collaboration .logos_slick .slick-track{
    display: flex;
    align-items: center;
}
.stats{
    background-color: white;
}
.stats .container-fluid{
    /* padding-top: 75px;
    padding-bottom: 75px; */
    /* padding-top: 50px;
    padding-bottom: 50px; */
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #000;

}
.stats .stats_content{
    text-align: center;
}
.stats .stats_content h4{
    font-size: 42px;
    font-weight: 700;
    color: white;
    font-family: 'Poppins', sans-serif;
    line-height: 34px;
    text-align: center;
}
.stats .stats_content p{
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.stats .stat_title{
    text-align: center;
    margin-bottom: 45px;
    margin-top: 100px;
}
.stats .stat_title h2{
    text-align: center;
}

.stats .stat_title h6{
    color: #ED9527;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

footer{
    /* padding-top: 70px;
    padding-bottom: 70px; */
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
}
.location i,.email i,.phone_number i{
    /* color: #000; */
    color: #edcd74;
}
.location,.email,.phone_number{
    margin-top: 25px;
    margin-bottom: 25px;
}

.fisrt_col a{
    color: #FFFF;
    font-weight: 400;
    text-decoration: none;
    transition: 0.5s;
}
.fisrt_col a:hover{
    /* color: #000; */
    color: #edcd74;
}
.fisrt_col img{
    height: 60px;
    width: auto;
}
.twitter , .instagram,.facebook,.linkedin,.twitter svg path,.instagram svg path,.facebook svg path ,.linkedin svg g path{
    transition: 0.5s;
    /* fill:#000; */
    fill:#edcd74;
}
.twitter:hover svg path , .instagram:hover svg path ,.facebook:hover svg path ,.linkedin:hover svg g path{
    /* fill: #ED9527; */
    fill: white;
    transition: 0.5s;
}

.menu_footer h3,footer h3{
    /* color: #000; */
    color: #edcd74;
    font-weight: 600;
    /* font-size: 20px; */
    font-size: 26px;
    margin-bottom: 25px;
}
.menu_footer ul{
    padding-left: 0;
    list-style: none;
}
.menu_footer ul li{
    margin-bottom: 10px;
}

.menu_footer ul li a {
    text-decoration: none;
    color: white;
    transition: 0.5s;
}

.menu_footer ul li a:hover{
    /* color: #000; */
    color: #edcd74;
}

.nos_valeurs{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #F9F9F8;
}
.nos_valeurs .section_title{
    text-align: center;
    font-weight: 700;
    color: #000;
}
.nos_valeurs .section_title p{
    text-align: center;
}
.column_title{
    margin-bottom: 4rem;
}
.chart ,.fusion,.check_it {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.chart i,.fusion i,.check_it i{
    font-size: 50px;
    color: #000;
}
.value_title h4{
    font-size: 1.2rem;
    font-family: 500;
    color: #000;
    text-align: center;
}
.contact_section,.devis_section{
    padding-top: 40px;
    padding-bottom: 75px;
}
.contact_section .page_title,.devis_section .page_title{
    font-weight: 700;
    color: #000;
}

.contact_section .contact_form input,.contact_section .contact_form textarea,.devis_section .devis_form input,.devis_section .devis_form textarea{
    margin-bottom: 1.5rem;
    padding: 10px 15px;
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #000;
}
.contact_section .contact_form .submit_btn,.devis_section .devis_form .submit_btn{
    border: 1px solid #000;
    background-color: #000;
    color: white;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    transition: .5s;
}

.contact_section .contact_form .submit_btn:hover,.devis_section .devis_form .submit_btn:hover{
    background-color:white;
    color: #000;
}
.cart_container{
    /* box-shadow: 0px 0px 5px 5px #F9F9F8; */
    /* box-shadow: 0px 0px 5px 5px white; */
    min-height: 100%;
    background-color: white;
}
.cart_container .image_container img,.image_container img{
    max-width: 100%;
}

 .cart_container .cart_description{
    margin-bottom: 2rem;
}
.nos_packages .cart_description,.categories_archive .cart_description{
    margin-bottom: 1rem;
}

.cart_container .cart_description p{
    text-align: left;
}

.cart_container .titre_button{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.nos_packages .titre_button,.categories_archive .titre_button{
    border-bottom: 2px solid #000;
    margin-bottom: 1.5rem;
}
.cart_container a.button_cart{
    /* padding: 20px; */
    padding: 10px;
    border: 1px solid #000;
    background: transparent;
    transition: 0.5s;
    border-radius: 100%;
}
.no_produits .cart_container a.button_cart svg path{
    fill: #000;
    transition: 0.5s;
}
.no_produits .cart_container a.button_cart:hover{
    background-color: #000;
    transition: 0.5s; 
}

.no_produits .cart_container a.button_cart:hover svg path{
    fill: white;
    transition: 0.5s; 
}
.categories_archive {
    padding-top: 100px;
    padding-bottom: 100px;
}
.categories_archive h2{
    color: #000;
    /* color:#273761; */
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
}
button.read_more{
    display: block;
    margin-right: auto;
    padding: 10px 20px;
    min-height: fit-content;
    max-height: fit-content;
    background-color: #000;
    border: 1px solid #000;
    color: white;
    transition: 0.5s;
    border-radius: 25px;
}

button.read_more:hover{
    background-color:white;
    color: #000;
    transition: 0.5s;
}

/* 
.data_container{
    padding-left:
} */
.close_btn{
    position: absolute;
    right: 15px;
    top: 15px;
}

.pagination_section{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.pagination_section a.page-numbers{
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: 0.5s;
}
.pagination_section a.page-numbers:hover{
    color: #000;
}
.pagination_section span.current{
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
button.navbar-toggler svg line{
    /* stroke: #000; */
    stroke: #edcd74;
}
.read_more_button{
    display: none;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: 0.5s;
    width: max-content;
}
.products_list .cart_container{
    transition: 0.5s;
    /* background-color: #F9F9F8; */
    box-shadow: 0px 0px 5px 5px #F9F9F8;
}
.products_list .cart_container .image_container{
    position: relative;
    max-height: 200px;
    /* width: 100%; */
}
.products_list .cart_container .image_container img{
    max-height: 200px;
    width: 100%;
}
/* .products_list .cart_container:hover .image_container::after { 
    content: "";
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0%;
    left: 0%;
    background-position: center;
    transition: 0.3s;
} */

.products_list .cart_container:hover .image_container::before { 
    content: "";
    display: block;
    background-color: rgba(23, 52, 85, 0.8);
    height: 100%;
    width: 100%;
    opacity: 0.6;
    transition: 0.5s;
    position: absolute;
}

.products_list .cart_container:hover .read_more_button{
    display: block;
    left: 50%;
    transition: 0.5s;
}

.slide_btn{
    margin-top: 30px;
    padding: 15px 30px;
    background-color: #edcd74;
    /* border: 1px solid #edcd74; */
    border: 3px solid #edcd74;
    color: white;
    font-size: 20px;
    font-weight: 600;
    transition: 0.5s;
    display: block;
    width: fit-content;
    max-width: fit-content;
    border-radius: 25px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}
.slide_btn:hover{
    background-color: white;
    color: #000;
}
.title_container{
    z-index: 100;
}
.title_container h2{
    text-align: center;
    color: white;
}
.title_container h6{
    color: #edcd74;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;

}
.carousel_image::before{
    content: "";
    display: block;
    /* background-color: rgba(23, 52, 85, 0.8 ); */
    background-color: rgb(0 0 0 / 70%);
    height: 100%;
    width: 100%;
    opacity: 0.6;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    bottom: unset;
    z-index: 99;
}

header img.intial_img{
    display: block;
    max-height: 75px;
    width: auto;
    max-width: 100%;
}
header img.scrolled_img{
    display: none;
}

header.scrolled{
    background-color: #000;
    /* background-color: #ED9527; */
}
/* header.scrolled button.navbar-toggler svg line {
    stroke: #ED9527;
} */


header.scrolled img.intial_img{
    display: none;
}

header.scrolled img.scrolled_img{
    display: block;
}

h6.small_title{
    color: #ED9527;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}
div.small_title p{
    text-align: center;
}

@media(max-width: 1000px){
    li#menu-item-191,
li#menu-item-213,

li#menu-item-21,
li#menu-item-222,

li#menu-item-18,
li#menu-item-221,

li#menu-item-17,
li#menu-item-208,

li#menu-item-19,
li#menu-item-214,

.title_container h2,
.title_container h6,
.slide_btn
{
    -webkit-animation-name:none;
    animation-name: none;
}
    #navbarSupportedContent{
        position: absolute;
        width: 100%;
        top: 85px;
        padding: 20px;
        background-color: white;
        left: 0;
    }
    #navbarSupportedContent ul li.menu-item a{
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }
    #navbarSupportedContent ul li.menu-item-has-children a{
        text-align: center;
    }
    .banner_section h1{
        z-index: auto;
    }
}
@media( max-width:767.98px){
    .post_body,.categories_archive,.nos_packages,.contact_page{
        padding-top: 75px;
        padding-bottom: 75px;
    }
    /* Banner page */
    .banner_section h1{
        font-size: 40px;
    }
    .map_section .container{
        position: absolute;
        top: unset;
        bottom: 5%;
    }
    .img_content .content_container h2{
        text-align: center;
    }
    .img_content{
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .img_content .content_container{
        padding: unset;
    }
    .img_content .content_container p{
        text-align: center;
        font-size: 18px;
    }
    .img_content .row{
        flex-direction: column-reverse;
    }
    .discover_section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /* Banner page */
    .qui_somme_nous .container-fluid .row{
        flex-direction: column-reverse;
    }
    .qui_somme_nous .container-fluid .bg_img_cont{
        min-height: 400px;
    }
    .contact_section .map,.devis_section .map{
        width: 100%;
    }
    .slide_btn,.discover_section a{
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 600;
    }
    .qui_somme_nous .a_propos_contenu h2{
        margin-bottom: 20px;
    }
    .stats .stat_title{
        text-align: center;
        margin-bottom: 25px;
        margin-top: 50px;
    }
    .nos_valeurs{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .collaboration,.no_produits{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .categories_archive h2{
        margin-bottom: 45px;
    }
}
@media(max-width:575.98px){
    .post_body,.categories_archive,.nos_packages,.contact_page{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /* Page Banner */
    .banner_section{
        height: 300px;
    }
    .banner_section h1{
        font-size: 30px;
    }
    .img_content .content_container h2{
        font-size: 34px;
    }
    .img_content{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    /* Page Banner */
    h1, h2{
        font-size: 32px;
    }
    .qui_somme_nous .a_propos_contenu h2{
        margin-bottom: 15px;
    }
    .qui_somme_nous {
        /* padding-top: 25px; */
        padding-bottom: 0;
    }
    .column_title{
        margin-bottom: 2rem;
    }
    .categories_archive h2{
        margin-bottom: 30px;
    }
}
@media(max-width:424.98px){
    .map_section .container .row .col-12{
        flex-direction: column;
    }
    h1,h2{
        font-size: 28px;
    }
    .stats .stats_content h4{
        font-size: 34px;
    }
}