@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

a{
    text-decoration: none;
}



.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: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}
    
header{
    /* background-color: #FFFF; */
    background: rgba(0, 0, 0, .5);
    /* background-color: transparent; */
    /* padding-top: 5px;
    padding-bottom: 5px; */
}
/* header nav{
    height: fit-content;
} */
header , nav{
    height: 85px;   
}
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;
} */
ul#menu-header-menu li,ul#menu-header-menu-en li{
    margin-right: 0.5rem;
}

ul#menu-header-menu li a,ul#menu-header-menu-en li a{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    /* font-weight: 400; */
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    transition: 0.5s;
    position: relative;
    padding: 1rem 0.8rem;
}
ul#menu-header-menu li a:hover{
    background-color: #c79a55;
}
ul#menu-header-menu li.active a{
    /* background-color: #32584a; */
    background-color: #31124D;
}

ul#menu-header-menu li ul.dropdown-menu, ul#menu-header-menu-en li ul.dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
}

ul#menu-header-menu li ul.dropdown-menu li.menu-item,ul#menu-header-menu-en li ul.dropdown-menu li.menu-item  {
    margin-right: 0;
}
ul#menu-header-menu li ul.dropdown-menu li.menu-item a,ul#menu-header-menu-en li ul.dropdown-menu li.menu-item a{
    transition: 0.5s;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    text-align: center;
}
ul#menu-header-menu li ul.dropdown-menu li.menu-item a::before,ul#menu-header-menu-en 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{
    fill: #4663AC;
}
.next_slick svg path{
    fill: #4663AC;
}

.slider_section{
    /* height: 728px; */

    /* height:calc( 100vh - 85px ); */
    overflow-y:hidden ;
    margin-bottom: 75px;

    /* 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 .a_propos_contenu h2 {
    color: black;
    /* 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{
    padding-top: 100px;
    padding-bottom: 100px;
}
.no_produits{
    background-color: #F9F9F8;
}
.collaboration h2 ,.no_produits h2{
    /* color: #4663AC;; */
    color: #4663AC;
    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: #4663AC;

}
.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: 30px;
    padding-bottom: 30px;
    background-color: #c79a55;
}
.location i,.email i,.phone_number i{
    color: #4663AC;;
}
.location,.email,.phone_number{
    margin-top: 25px;
    margin-bottom: 25px;
    transform: 0.5s;
}
a.phone_number:hover,a.email:hover{
    color: black;
}

.fisrt_col a{
    color: #FFFF;
    font-weight: 400;
    text-decoration: none;
    transition: 0.5s;
}
.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:white
}
.twitter:hover svg path , .instagram:hover svg path ,.facebook:hover svg path ,.linkedin:hover svg g path{
    /* fill: white; */
    fill: black;
    transition: 0.5s;
}
.menu_footer h3{
    color: #4663AC;
    font-weight: 600;
    font-size: 20px;
}
.menu_footer ul#menu-no-produits, .menu_footer ul#menu-our-products ,.menu_footer ul#menu-amadil-express,.menu_footer ul#menu-amadil-express-en {
    padding-left: 0;
}

.menu_footer ul#menu-no-produits li a, .menu_footer ul#menu-amadil-express li a,.menu_footer ul#menu-our-products li a, .menu_footer ul#menu-amadil-express-en li a {
    text-decoration: none;
    color: white;
    transition: 0.5s;
}

.menu_footer ul#menu-no-produits li a:hover,.menu_footer ul#menu-amadil-express li a:hover,.menu_footer ul#menu-our-products li a:hover, .menu_footer ul#menu-amadil-express-en li a:hover{
    color: #4663AC;
}

.nos_valeurs{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #F9F9F8;
}
.nos_valeurs .section_title{
    text-align: center;
    font-weight: 700;
    color: #4663AC;
}
.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: #4663AC;
}
.value_title h4{
    font-size: 1.2rem;
    font-family: 500;
    color: #4663AC;
    text-align: center;
}
.contact_sec,.devis_section{
    padding-top: 40px;
    padding-bottom: 75px;
}
.contact_sec .page_title,.devis_section .page_title{
    font-weight: 700;
    color: #c79a55;
}

.contact_sec .contact_form input,.contact_sec .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 #c79a55;
}
.contact_sec .contact_form .submit_btn,.devis_section .devis_form .submit_btn{
    border: 1px solid #c79a55;
    background-color: #c79a55;
    color: white;
    font-size: 16px;
    font-weight: 500;
    width: 150px;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    transition: .5s;
}

.contact_sec .contact_form .submit_btn:hover,.devis_section .devis_form .submit_btn:hover{
    background-color:white;
    color: #c79a55;
}
.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;
}

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

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

.no_produits .cart_container a.button_cart:hover svg path{
    fill: white;
    transition: 0.5s; 
}

.categories_archive h2{
    color: black;
    /* 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: #4663AC;
    border: 1px solid #4663AC;
    color: white;
    transition: 0.5s;
    border-radius: 25px;
}

button.read_more:hover{
    background-color:white;
    color: #4663AC;
    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: #4663AC;
}
.pagination_section span.current{
    color: #4663AC;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
button.navbar-toggler svg line{
    stroke: #c79a55;
}
.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: 10px 20px; */
    padding: 15px 30px;
    background-color: #4663AC;
    border: 1px solid #4663AC;
    color: white;
    font-size: 20px;
    font-weight: 500;
    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: #4663AC;
}
.title_container{
    z-index: 100;
}
.title_container h2{
    text-align: center;
}
header img.intial_img{
    display: block;
}
header img.scrolled_img{
    display: none;
}

header.scrolled{
    background-color: #4663AC;
    /* background-color: #ED9527; */

}

header.scrolled ul#menu-header-menu li a,header.scrolled ul#menu-header-menu-en li a{
    color: #FFFF;
}
header.scrolled ul#menu-header-menu li ul.dropdown-menu li.lang-item a,header.scrolled ul#menu-header-menu-en li ul.dropdown-menu li.lang-item a{
    color: #272727;
}

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;
}



/* New Style */

.title_description{
    margin-top: 75px;
    margin-bottom: 75px;
}
.title_description h2{
    margin-bottom: 1rem;
    text-align: center;
}

h4.cart_title{
    text-decoration: none;
    font-size: 28px;
    color: #113729;
    text-align: center;
}

.contact_section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #c79a55;
}
.contact_sec {
    margin-top:75px ;
    margin-bottom:75px ;
}
.contact_sec h2{
    margin-bottom:25px ;
}

.contact_title{
    text-align: center;
    color: white;
    font-weight: 500;
}
.phone_title{
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
    margin-right: 10px;
}
.email_title{
    font-weight: bold;
    margin-bottom: 25px;
    margin-right: 10px;
}
.email{
    margin-top: unset;
}
.phone_number,.email{
    color: white;
}
.telephone_container,.email_container{
    text-align: center;
    justify-content: center;
}
.adresse p{
    color: white;
    font-size: 16px;

}
footer #menu-header-menu-1{
    display: flex;
    list-style: none;
}
footer #menu-header-menu-1 li,footer #menu-header-menu-1 li a{
    color: white;
    font-weight: 400;
    font-size: 14px;
    transition: 0.5s;
    margin-right: 0.5rem;
}
footer #menu-header-menu-1 li,footer #menu-header-menu-1 li a:hover{
    color: black;
}
footer .row p{
    text-align: center;
    color: white;
}
video{
    
}
   
.gallery{
    margin-top: 75px;
    margin-bottom: 75px;
}

.tripadvisor_section{
    margin-top: 50px;
    margin-bottom: 50px;
}
.video_text{
    margin-top: 100px;
    margin-bottom:50px ;
}
.video_text .video_container {
    max-height: 400px;
}
.video_text .video_container video {
    max-height: 400px;
}
.paragraph{
    padding-left: 2rem;
}


.cart_image_title img{
    height: 260px;
    max-height: 260px;
}

/* New Style */

@media(max-width: 1000px){
    #navbarSupportedContent{
        position: absolute;
        width: 100%;
        top: 85px;
        padding: 20px;
        background-color: white;
        left: 0;
    }
    #navbarSupportedContent ul#menu-header-menu li.menu-item a,#navbarSupportedContent ul#menu-header-menu-en li.menu-item a{
        color: black;
        font-size: 18px;
        font-weight: 600;
    }
    #navbarSupportedContent ul#menu-header-menu li.menu-item-has-children a{
        text-align: center;
    }
}
@media( max-width:767.98px){
    .paragraph{
        padding-left: 2rem;
    }
    .contact_sec .map,.devis_section .map{
        width: 100%;
    }
    .slide_btn{
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
    }
    .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: 30px;
        padding-bottom: 30px;
    }
    .collaboration,.no_produits{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .categories_archive h2{
        margin-bottom: 45px;
    }
}
@media(max-width:575.98px){
    h1, h2{
        font-size: 32px;
    }
    .qui_somme_nous .a_propos_contenu h2{
        margin-bottom: 15px;
    }
    .qui_somme_nous {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .column_title{
        margin-bottom: 2rem;
    }
    .categories_archive h2{
        margin-bottom: 30px;
    }
}
@media(max-width:424.98px){
    h1,h2{
        font-size: 28px;
    }
    .stats .stats_content h4{
        font-size: 34px;
    }
}