/* clirap specific css*/
/*tekou section */
@font-face {
    font-family: 'PT Serif';
    src: url('fonts/pt-serif/PTSerif-Regular.woff2') format('woff2'),
         url('fonts/pt-serif/PTSerif-Regular.woff') format('woff'),
         url('fonts/pt-serif/PTSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/eb-garamond/EBGaramond-Regular.woff2') format('woff2'),
         url('fonts/eb-garamond/EBGaramond-Regular.woff') format('woff'),
         url('fonts/eb-garamond/EBGaramond-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.no-widgets .site-footer{
    margin-top: unset !important;
}
.d_grid_footer li i{
    font-style: normal;
}

.bg_white_fair {
    /* background-color: rgba(254, 253, 253, 1); */
    background: rgba(251, 246, 238, 1);
}

.pt_serif {
    font-family: 'PT Serif';
}

.fs_24 {
    font-size: 24px;
}

.fw_600 {
    font-weight: 600;
}
.fw_700{
    font-weight: 700;
}
.lh_31{
    line-height: 31.2px;
}

.bg_black {
    background: rgba(0, 0, 0, 1);
}

.text-right {
    text-align: right;
}
.white{
    color:white !important;
}
.green{
    color: rgba(35, 151, 102, 1);
}
.flex_v_align{
    display: flex;
    align-items: center;
    justify-content: center;
}
.d_flex_s{
    display:flex;
}

body {
    overflow-x: hidden;
}


.m-0{
    margin:0 ;
}
.d_flex_end{
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
}

.footer-navigation-wrapper-special {
    column-count: 2; /* Divise la liste en deux colonnes */
    column-gap: 20px; /* Espace entre les colonnes */
}

.footer-navigation-wrapper-special li {
    text-align: center;
    list-style: none;
    padding: 10px 0;
}

.inline_d:hover{
    color: rgba(92, 58, 46, 1) !important;
}

.inline_d{
    color: black !important;
}

.inline_d i{
    font-size: 25px;
}

.fit_content{
    width:fit-content;
}

/*tekou section*/
#galery_list{
    
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_no_wrap{
    flex-wrap: nowrap;
}
#galery_list li{
    padding: 10px;
}
.gallery_nav_list ul li{
    white-space: nowrap ;

}
#galery_list li a{
    text-decoration: none;
    text-transform: uppercase;
}
.sub_cats a{
    border: 1px solid #E3B0A9
}
.sub_cats a:not(.active){
    color: #E3B0A9;
    border-radius: 90px
}

.sub_cats a:hover{
    font-weight: 400;
}

#myTabContent{
    border-left: 1px solid #98C07A;
    border-right: 1px solid #98C07A;
    /* border-top: 1px solid #98C07A; */
    padding-top: 40px;
}
/* #show_search_results #myTabContent{
    border-top: 1px solid #98C07A;
} */
#to_left, #to_right, #nav_left, #nav_right, .pagination span.page-numbers.current{
    width: 41.29px;
    height: 41.29px;
    border-radius: 20px;
    display: block;
    cursor: pointer;
}
#to_left, #to_right, #nav_left, #nav_right{
    background: #CB943C;
    padding: 9px 12.29px 12.29px 14px;
}
#to_left:hover, #to_right:hover{
    color: #CB943C;
    background: #5C3A2E;
}
.page-numbers{
    font-family: 'EB Garamond';
    font-size: 18px;
    font-weight: 400;

    text-decoration: none;
    color: #1A1A1A;
}

.text_deco_none{
    text-decoration: none;
}


ul#myTab{
 /* border-color: #98C07A; */
 overflow:hidden;
 position:relative;
 padding-left: 0;
 padding-right: 0;
 border: none;
 gap: 2px;
}
.gallery_nav .nav-tabs .nav-link:not(.active){
background-color: #C9EEAE;
border-color: #C9EEAE;
font-size: 22px;
font-weight: 400;
color: #4A7729;
border-radius: 8px 8px 0px 0px;
}

.gallery_nav .nav-tabs li.nav-item:not(:has(.active)){
border-bottom: 2px solid #98C07A;
}
.gallery_nav .nav-tabs .nav-link.active{
    color: #4A7729;
    font-weight: 400;
    font-size: 22px;
    border-radius: 8px 8px 0px 0px;

    border-top-color: #98C07A;
    border-right-color: #98C07A;
    border-left-color: #98C07A;
}
.details_sous_cat{
    padding-left: 63px;
    padding-right: 63px;
}
.tab-pane .sous_categorie .row .sub_cats:hover a{
    color: #A14134;
    border-color:#A14134;
    font-weight:400;
}
.gallery_nav .nav-tabs a.nav-link:hover{
    font-weight: 400;
    border-width: 1px, 1px, 0px, 1px;
    background: #EDFEE1;
}
.gallery_nav_list {
    padding-left: 0;
    padding-right: 0;
}

/* Appliquer une transition douce à l'image */
.zoom_block .img {
    transition: transform 0.3s ease-in-out;
}

/* Zoomer l'image lors du survol */
.zoom_block .img:hover {
    transform: scale(1.5); /* 1.2 signifie un zoom de 20% */
}


/*tekou section*/



/* section footer */
.separator{
    border: 0.5px solid rgba(178, 189, 195, 1);
    margin-bottom: 10px;
}
#colophon.site-footer {
    max-width: 100%;
    padding: 30px 0 40px 0;
    gap: 37px;
}


#colophon.site-footer li a,
#colophon.site-footer li i {
    font-family: 'EB Garamond';
    font-size: 18px;
    font-weight: 400;
    line-height: 24.7px;
    text-align: center;
    /* color: rgba(255, 255, 255, 1); */
    margin-bottom:11px;
    padding:0;
    text-decoration:none;
    color: black;
}

#colophon.site-footer li a:hover, #colophon.site-footer li i:hover{
    border-bottom: 1px solid rgba(187, 121, 112, 1);
}

#colophon.site-footer h6 {
    font-family: 'EB Garamond';
    font-size: 22px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: center;
    /* color: rgba(255, 255, 255, 1); */
    margin-bottom: 26px;
}

nav.footer-navigation {
    margin-top:0;
    margin-bottom:0;
}
#colophon.site-footer li:has(.img) {
    /* display:flex;
    gap:18px; */
    list-style-type: none;
}
#colophon.site-footer ul{
    padding:0;
}
.footer-navigation-wrapper {
    display: unset; 
    /* list-style-type: disc; */
}


.f_call{
    width:20.67px; 
    height:20.76px
}
.f_street{
    width:33px; height:35px;
}
.f_mail{
    width:40.83px; height:19px;
}

@media screen and (max-width: 1200px) {
    .input_seacher_mobile{
        border-radius: 5px 0px 0px 5px !important;
        height: 50px;
        background-color: rgba(161, 65, 52, 0.18);
        border: unset !important;
        padding: 7px 7px 7px 12px;
        margin: unset !important;
    }
    .input_seacher_mobile::placeholder{
        font-size: 18px;
        font-family: 'EB Garamond';
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
    }

    .icon_search_mobile{
        padding: 17px;
        border-radius: 0px 5px 5px 0px;
        background-color: rgba(161, 65, 52, 0.18);
    }

    .input_seacher1{
        display: none !important;
    }

}
@media screen and (min-width: 1200px) {
    .input_seacher1{
        display: flex !important;
    }
    .input_seacher2{
        display: none !important;
    }
}

.footer-navigation-wrapper li, .f_ressource li {
    color: white;
    display: list-item;
}
@media screen and (max-width: 1023px) {
    .footer-navigation-wrapper li, .f_ressource li {
        width: 100% !important;
        text-align: center;
    }
}




/* section footer ends */
@media only screen and (min-width: 1517px) /*, (min-width:1000px) and (max-width: 1300px) */{
    body{
        /* padding-bottom: 500px; */
    }
    #colophon.site-footer {
        /* position: absolute;
        width: 100%;
        bottom: -230px;
        height: fit-content; */
    }

}
@media only screen and (min-width:768px) and (max-width: 2732px) {
    .container{
        max-width: 90%;
    }

}
@media screen and (min-width:768px ){
    .p-0 {
        padding: 0 !important;
    }
    
    .pl-0 {
        padding-left: 0 !important;
    }
    .pr-0{
        padding-right:0;
    }
    .footer-navigation-wrapper li, .f_ressource li {
        width: 100%;
        /* float: left; */
        text-align: center;
        list-style-position: inside;
    }
    .p-0{
        padding:0 !important;
    }
    .pl-0{
        padding-left:0 !important;
    }
    .pr-0{
        padding-right:0;
    }
    .m-0{
        margin:0 ;
    }

    
    .footer-navigation-wrapper li, .f_ressource li, #colophon.site-footer li:has(.img) {
        line-height: 3;
        height: 31px;
    }
.visible-xs{
    display:none !important;
}
#masthead{
    position: sticky;
    top: 0px;
    z-index: 11;
}
/* .default-shadw .principal_menu_2 #principal_menu_2 a{
    padding: 10px 20px 10px 20px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(255, 181, 52, 1);
    background-color: rgba(255, 181, 52, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
} */

.primary-menu-container #primary-menu-list{
    display:flex;
    justify-content: flex-end;
}
#site-navigation div ul li a{
    font-family: 'EB Garamond';
    font-size: 19px;
    font-weight: 700;
    line-height: 2;
    /* line-height: 24.7px; */
    color: black;
    padding: 5px 7px;
    margin-top:10px;
    margin-bottom: 10px;
    /* text-align: left; */
}
#site-navigation div ul li a:focus{
    background-color: transparent !important;
    text-decoration: none !important;
}
#site-navigation div ul li a:hover{
    text-decoration: none !important;
    background: rgba(161, 65, 52, 0.18);
    padding: 5px 7px;
    border-radius: 3px;
}

#site-navigation div ul li:not(.current_page_item ) a{
    text-decoration: none;
}
#site-navigation div ul {
    list-style-type: none;
    padding: 0;
    margin:0;
    gap:36px;
}

.default-shadw .principal_menu_2 #principal_menu_2 a,#bac_payment_confirm {
    padding: 10px 20px 10px 20px;
    /* border-radius: 6px 0px 0px 0px; **/
    border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(255, 181, 52, 1);
    background-color: rgba(255, 181, 52, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin:0;
    line-height: 1;
    margin-top: 11px;
}
.default-shadw .principal_menu_2 #principal_menu_2 a:focus {
    background-color: rgba(255, 181, 52, 1) !important;
}
.default-shadw .principal_menu_2 #principal_menu_2 .current_page_item  a{
    color:black;
}

.current_page_item a{
    text-decoration: none;
    text-decoration-style: none;
    }
    .primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child {
        text-decoration: none;
        text-decoration-style: none;
    }
    /* .primary-navigation ul:not(#principal_menu_2) .current-menu-item > a:first-child::after,  */
    .primary-navigation ul#primary-menu-list .current_page_item > a:first-child::after{
        content: '';
        /* border: 1px solid red; **/
        /* border-bottom: 4px solid rgba(255, 181, 52, 1); */
        display: block;
        width: fit-content;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 70%;

    }

    #site-navigation div .principal_menu_2 ul {
        display: flex;
        justify-content: flex-end;
    }

    .row.menu_with_logo {
        padding: 5px 0 0 0;
    }
    #site-navigation div ul li:not(.current_page_item) a {
        text-decoration: none;
    }
    .location_nav p i{
        position: relative;
        top: 13px;
        font-style: normal;
    }
    a.custom_logo {
        text-decoration:none;
        text-decoration: none;
        display: flex;
        align-items: center;
        /* justify-content: flex-start; */
        align-content: center;
        flex-wrap: wrap;
        gap:5px;
    }
    a.custom_logo p{
        margin:0;
        margin-top: 5px;
        /* font-size: 44px; */
        font-size: 28px;
        font-weight: 700;
        line-height: 57.2px;
    }
    .d_grid_subscribe{
        display: grid;
        grid-template-columns: 37% 37% 26%;
    }
    .width_100{
        width:100%;
    }
    .d_grid_footer{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 5%;
    }

}

@media screen and (max-width:999px ){
    header *, main *, footer * {
        max-width: 100%;
    }

}

@media only screen and (max-width:767px ){
    main{
        /* padding-left: 15px;
        padding-right: 15px; */
    }


    .nav-tabs{
        overflow-x: scroll !important;
    }
    .h10{
        height: 10px !important;
    }

    .fs_30_m{
        font-size: 30px !important;
    }

    .fs_36_m{
        font-size: 36px !important;
    }

    .fs_32_m{
        font-size: 32px !important;
    }

    .fs_22_m{
        font-size: 22px !important;
    }

    .fs_20_m{
        font-size: 20px !important;
    }
 
    .fs_16_m{
        font-size: 16px !important;
    }

    .mt_50_m{
        margin-top: 50px;
    }

    .mb_m_0{
        margin-bottom: 0px !important;
    }
    .ml_m_0{
        margin-left: unset !important;
    }
    .balafong_img img{
        display: none;
    }

    .details_sous_cat{
        padding: 0 !important;
    }
    .footer-navigation-wrapper-special {
        column-count: 1; /* Divise la liste en deux colonnes */
        column-gap: 20px; /* Espace entre les colonnes */
    }
    .dropdown-menu.show{
        background: white;
        position: absolute;
        inset: 0px auto auto 0px !important;
        margin: 0px;
        transform: translate3d(-130px, 47px, 0px) !important;
        border-radius: 8px;
    }
    .dropdown-menu.show ul{
        list-style-type: none;
    }
    .dropdown-menu.show ul li a{
        text-decoration: none;
        font-weight: 700;
    }
    .dropdown-menu.show .current-menu-item > a:first-child{
        /* color:white !important; */
        text-decoration: none;
    }
    .hidden-xs{
        display:none;
    }
    .auto_margin{
        margin-left:auto !important;
        margin-right: auto !important;
    }
    .mobile_button{
        background:rgba(245, 237, 219, 1);
        position: fixed;
        top: 0;
        display:block;
        width:100%;
        z-index: 1111;
    }

    .logo_mobile{
        width: 100px;
    }


    .title_hero{
        display: block !important;
        color: white;
    }

    .drap_cam img{
        width: 80px;
    }

    .d_oeuvre{
        width: 100%;
    }

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

    .centered-text{
        top: 0px !important;
    }

    .bg_duplicate{
        display: none !important;
    }

    .mt_30_m{
        margin-top: 30px !important;
    }

    .input_seacher{
        display: block !important;
    }

    .icon_search{
        border-radius: 0px 5px 0px 5px;
        background-color: rgba(161, 65, 52, 0.18);
    }

    .primary-navigation-open .menu-button-container {
        background: rgba(35, 151, 102, 1);
    }
    .menu-button-container #primary-mobile-menu{
        padding-top: 0;
        padding-bottom: 0;
    }
    .btn.btn-secondary.dropdown-toggle{
        padding: 0;
        border: none;
        background: transparent !important;
    }
    #site-navigation .dropdown.fit_content .dropdown-toggle::after{
        display:none !important;
    }
    .f_grid{
        /* display:grid; */
        grid-template-columns: 49% 49%;
        grid-column-gap: 1%;
        grid-row-gap: 7%;
    }
    .f_grid .first{
        grid-column-start: 1;
        grid-column-end: span 2;
    }
    .footer-navigation-wrapper li, .f_ressource li, #colophon.site-footer li:has(.img) {
        line-height: 2;
    }

    .d_ruby_text{
        display:ruby-text
    }

}

/* stripe payement css */
/* .ProductSummary-totalAmountContainer,.App-Container:not(.App-Container--setupMode) .TestModeNotch+.App-Overview {
    display: none !important;
}
.ProductSummary.is-singleColEmbed .ProductSummary-totalAmountContainer{
    display: none !important;
    color: red;
}
div.App-Container{
    width:100% !important;
}
div.App-Payment {
    width: 100%;
    max-width: 100%;
} */

    
@media screen and (max-width:1000px) {
    /* Appliquer une transition douce à l'image */
    .zoom_block .img {
        transition: unset !important;
    }

    /* Zoomer l'image lors du survol */
    .zoom_block .img:hover {
        transform: unset !important; /* 1.2 signifie un zoom de 20% */
    }
}

/* tekou section */


/** Définition des classes générales*/
.text-justify{
    text-align: justify;
}

.eb_garamond{
    font-family: 'EB Garamond' !important;
}

.bg-caramel{
    background-color: #D6A556 !important;
}

.caramel{
    color: #D6A556 !important;
}

.bg-green_vert{
    background-color: #C9EEAE !important;
}

.bg-green_vert2{
    background-color: #B8DE9C !important;
}

.fs_i{
    font-style: italic;
}

.bg-green_gradient{
    background-color: #98C07A57 !important;
}

.bg-blue_indigo{
    background-color: #30477B !important;
}

.bg-sable{
    background-color: #F8DEB6 !important;
}

.blue_indigo{
    color: #30477B !important;
}

.bg-caram-30{
    background-color: #CB943C !important;
}

.rouge_terre{
    color: #A14134 !important;
}

.maron{
    color: #5C3A2E !important;
}
.green_vert{
    color: #4A7729 !important;
}

.carma_30{
    color: #CB943C !important;
}


.slow_black{
    color: #191A1B !important;
}

.fw_700{
    font-weight: 700;
}

.fw_400{
    font-weight: 400;
}

.fw_500{
    font-weight: 500;
}


.fs_48{
    font-size: 48px;
}

.fs_30{
    font-size: 30px;
}

.fs_18{
    font-size: 18px;
}

.fs_12{
    font-size: 12px;
}

.fs_22{
    font-size: 22px ;
}

.fs_64{
    font-size: 64px ;
}

.fs_40{
    font-size: 40px ;
}

.lh_63{
    line-height: 63.6px;
}

.lh_39{
    line-height: 39.15px;
}

.lh_28{
    line-height: 28.71px;
}


.mb_20{
    margin-bottom: 20px;
}

.mb_10{
    margin-bottom: 10px;
}

.mb_32{
    margin-bottom: 32px;
}

.mb_24{
    margin-bottom: 24px;
}

.mb_40{
    margin-bottom: 40px;
}
.mt_40{
    margin-top: 40px;
}

.mb_70{
    margin-bottom: 70px;
}

.mb_16{
    margin-bottom: 16px;
}

.mb_62{
    margin-bottom: 62px;
}

.mt_60{
    margin-top: 60px !important;
}

.mb_52{
    margin-bottom: 52px;
}

.mb_62{
    margin-bottom: 62px;
}

.mb_100{
    margin-bottom: 100px !important;
}

.mb_233{
    margin-bottom: 233px !important;
}

.plr_20{
    padding: 20px 0;
}

.p_20{
    padding: 20px;
}

.pl_183{
    padding-left: 183px !important;
}

.t_100{
    top: 100px;
    border: 6px solid white;
    border-radius: 8px;
    width: 291px
}

.border-raduis-8{
    border-radius: 8px;
}
/** Fin des classes*/

/** Section Stéphane */

.btn-explore{
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    gap:10px;
}

.btn-explore:hover, .btn-une:hover{
    background-color: #A14134 !important;
    border-color: #A14134 !important;
}

.btn-explore:active, .btn-une:active{
    background-color: #A14134 !important;
}

.carousel-control-prev, .carousel-control-next{
    margin: 207px 0;
    width: 70px;
    height: 70px;
    border-radius: 54%;
    padding: 10px;
    gap: 10px;
    background-color: #98C07A !important;
    opacity: 0.9;
}

.carousel-control-prev{
    left: 30px;
}

.carousel-control-next{
    right: 30px;
}

.bloc_slider{
    padding: 20px 60px 20px 60px;
    border-radius: 20px;
    gap: 52px;

}

.bloc_active{
    margin: 20px 70px;
}

.input_footer {
    width: 100%;
    border: unset !important;
    border-radius: 8px !important; /* Arrondir les coins */
    background-color: #D4E0F033;
    padding: 15px 30px 15px 30px !important;
    height: 82px;
    font-size: 30px !important;
    color: white !important;
}

.form_footer::placeholder{
    color: #F5EDDB66 !important;
}

.form_footer{
    display: flex;
    flex-direction: row-reverse;
}


.gardons_contact{
    padding: 20px 0px 20px 0px;
}

.btn_langue{
    background: transparent;
    padding: 5px 7px 5px 7px !important;
    border: 1.5px solid #B58E81;
    border-radius: 3px;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
    text-decoration: unset !important;
    background: transparent !important;
}

.btnRecherche{
    display: none;
}
#masthead{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
	url('<?php echo get_template_directory_uri(); ?>/assets/images/ndop_jaune.png');
}

/* .tresor img:hover {
    width: 100% !important;
} */

.sous_categorie .active{
    padding: 8px 16px 8px 16px;
    background-color: #BB7970 !important;
    border-radius: 90px;
    color: white !important;
}

.sous_categorie button{
    padding: 8px 16px 8px 16px;
    background-color: white !important;
    color: #BB7970 !important;
    border: 1px solid #BB7970 !important;
    border-radius: 90px;
}

.oeuvre{
    padding: 30px 63px !important;
}

.pagination .page-item .page-link {
    border-radius: 50%; /* Rend les boutons ronds */
    width: 2.5rem; /* Largeur des boutons */
    height: 2.5rem; /* Hauteur des boutons */
    text-align: center; /* Centre le texte */
    line-height: 2.5rem; /* Centre verticalement le texte */
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset !important;
}

.pagination .active a{
    background-color: #D6A556CC !important;
}

.pagination .symbole a{
    background-color: #CB943C !important;
}

.pagination{
    border: unset !important;
    justify-content: center !important;
    gap: 25px;
    align-items: center;
}

.pagination span.page-numbers.current{
    background-color: #D6A556CC !important;
    padding: 9px 12.29px 12.29px 16px;
}

#main{
    padding-bottom: 0 !important;
}


.contact-input{
    border-radius: 5px !important;
    border: 1px solid #B58E81 !important;
    padding: 8px 18px 8px 18px !important;
}

.submit_contact{
    padding: 10px 20px !important;
    border-radius: 5px !important;
    color: white !important;
    border-color:unset !important;
    line-height: unset !important;
}

.submit_contact:hover{
    /* border: unset !important; */
    color: white !important;
    padding: 10px 20px !important;
    line-height: unset !important;
}


/* dispositon du header*/

.style_header_web{
    position: relative;
    /* width: 100vw; */
    overflow: hidden; 
}

.background_img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Couvre tout le conteneur tout en gardant les proportions */
    transform: translate(-50%, -50%);
    z-index: -1; /* Place la vidéo derrière le texte */
    opacity: 0.08;
}

.mirroir{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F5EDDB; /* Couleur noire semi-transparente */
    z-index: -11; 
}

.primary-navigation .primary-menu-container{
    margin-right: unset !important;
}

.logo_pc:focus{
    background-color: transparent !important;
}
/* Fin disposition du header*/


.partenaire img{
    width: 52px ;
    height: 52px !important;
}

.partenaire .part3{
    width: 198px !important;
    height: 52px !important;
}

.partenaire{
    gap: 50px;
    padding: 20px 0;
    border-top: 1px solid rgba(181, 142, 129, 1);
}

/** footer */

.menu-one{
    padding-left: 50px;
    margin-bottom: 11px;
}

.menu-one a{
    font-family: 'EB Garamond';
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: black;
}

.menu-one a:hover{
    text-decoration: underline;
    text-decoration-color: rgba(181, 142, 129, 1);
}

.sub-menu-toggle{
    display: none;
}


.pll-parent-menu-item a{
    padding: 5px 7px;
    border: 1.5px solid rgba(181, 142, 129, 1);
    border-radius: 3px;
    background: white;
    color: rgba(92, 58, 46, 1);
    font-size: 18px;
    font-weight: 400;
    font-family: 'eb garamond';
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.sub-menu{
    position: fixed;
    margin-top: 60px !important;
    background-color: white !important;
    border: unset !important;
    width: 87px !important;
}

.sub-menu li{
    margin-left: unset !important;
}

.sub-menu li a{
    border: unset;
    margin: unset !important;
    border-radius: unset !important;
    background-color: transparent !important;
    text-align: center;
    
}

/* Masquer tous les sous-menus par défaut */
.sub-menu {
    display: none;
}

/* Afficher le sous-menu lorsque l'élément <a> parent est survolé */
.pll-parent-menu-item:hover .sub-menu {
    display: block;
}


.sub-menu li a:hover{
    background-color: rgba(161, 65, 52, 0.18) !important;
}
@media (min-width: 768px) {
    .input_footer {
        width: 80%; /* Ajustez la largeur sur les écrans moyens et plus grands */
    }
}
@media (max-width: 768px) {  
    #mobile-menu{
        margin-top: unset !important;
    }
    .pll-parent-menu-item .sub-menu {
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
        width: auto; /* Rendre automatique la largeur du sous-menu */
    }
    
    /* Lorsqu'on clique ou survole l'élément parent, on affiche le sous-menu */
    .pll-parent-menu-item:hover .sub-menu,
    .pll-parent-menu-item:focus-within .sub-menu {
        display: block;
        opacity: 1;
        margin: unset !important;
        width: 120px !important;
    }
    .menu-wrapper li{
        width: 75%;
        text-align: center;
        border-bottom: 1px solid rgba(235, 235, 235, 1) !important;
        margin: unset !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        font-family: 'EB Garamond' !important;
    }
    .pr_m-0{
        padding-right: unset !important;
    }
    .partenaire{
        /* display: block !important; */
    }

    .balafong_img{
        position: unset !important; 
        left: unset !important;
        bottom: unset !important;
    }
    
    .oeuvre{
        padding: unset !important;
    }  

    .pl_183{
        padding-left: unset !important;
    }

    .bloc_active{
        margin: unset !important;
    }

    .carousel-control-prev, .carousel-control-next{
        margin: 285px 0;
        width: 50px;
        height: 50px;
        border-radius: 54%;
        padding: 10px;
        gap: 10px;
        background-color: #98C07A !important;
        opacity: 0.9;
    }

    .mt_90_m{
        margin-top: 92px !important;
    }
    
    .carousel-control-prev{
        left: unset !important;
    }
    
    .carousel-control-next{
        right: 0px !important;
    }

    .centered-text{
        width: unset !important;
        text-align: unset !important;
    }
}
/** End section steph*/