.header__top .header__bottom--blocBtn.header-top-btninscire{
    gap: 10px;
    margin-left: 20px;
}
.header__top .header__bottom--blocBtn.header-top-btninscire .btn-transferMoney{
    font-size: 18px;
    color: black;
    /* margin-right: -10px; */
    background: #fbeb0c;
    letter-spacing: .3px;
    border-radius: 0.5rem;
    padding: 0.4375rem 1.75rem;
    line-height: 1.5;
    transition: all .5s ease-in-out;
    font-family: "MadaMedium", sans-serif;
    font-weight: 500;
}
.header__top .header__bottom--blocBtn.header-top-btninscire .btn-transferMoney:hover{
    background-color: #ffffff33 !important;
    box-shadow: none !important;
}
.header__top .header__bottom--blocBtn.header-top-btninscire .btn-transferMoney img{
    width: 20px;
    margin-right: 5px;
        filter: invert(1);
}
.header__top .header-top-btninscire .btn-transferMoney:hover{
    color: #fff;
}
.header__top .header__bottom--blocBtn.header-top-btninscire  .btn:last-child{
    margin-left: 0;
}
.header__top .header__bottom--blocBtn.header-top-btninscire .btn-inscrire{
    background: #fff;
    color: #000;
}
.header__top .header-form{
    width: 20%;
}

.header__top .header__bottom--blocBtn.header-top-btninscire .btn-entreprise{
    color: black !important;
}
.header__top .header__bottom--blocBtn.header-top-btninscire .btn-inscrire{
    color: grey;
}




.btn-transferMoney.dstp-transferMoney{
    display: none;
}

.header__bottom--blocBtn .btn:nth-child(2){
    background-color: transparent;
    margin-left: 10px;
}
.header__bottom--blocBtn .btn:nth-child(2):hover{
    background-color: #ffffff33 !important;
    box-shadow: none !important;
    opacity: .9;
}



.mediatheque-groupe__item.white-text .mediatheque-groupe__item-description .mediatheque-groupe__btns .mediatheque-groupe__date{
    display: none;
}



.header  .header__top #block-wafacash-selecteurdelangue{
    order: 1;
}
.header .header__top .language-switcher-language-url ul.links{
    right: 2.5625rem;
}



/* Add icon tiktok in footer */
.footer .footer-content__top--content .reseau-sociaux ul li:nth-of-type(5) a:before {
    content: "";
    -webkit-mask: url("../../assets/img/icons/tiktokx.svg") no-repeat;
            mask: url("../../assets/img/icons/tiktokx.svg") no-repeat;
    width: 17px;
    height: 17px;
    background-color: #000000;  }

    .footer .footer-content__top--content .reseau-sociaux ul li:nth-of-type(5) a:hover::before{
        background-color: #fbeb0c;
    }

html[dir=rtl] .footer .footer-content__top--content .reseau-sociaux ul li:nth-of-type(5) a::after{
    display: none;
}



    .header .header__top .language-switcher-language-url ul.links.open li.en.hreflang.open{
        display: none !important;
    }
    .header .language-switcher-language-url ul.links:before{
        height: 2.375rem;
    }
    .header .language-switcher-language-url ul.links.open:before{
        height: 2.375rem;
    }


.solution-faq__items{
    margin-bottom: 20px;
}

.solution-faq h2{
    margin-bottom: 15px;
          font-family: "MadaBold", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.75rem;
    letter-spacing: .3px;
}

html[dir=rtl] .solution-faq h2{
    text-align: right;
}


.wrapper ul.widget li.localisation{
    position: fixed;
    top: 66%;
        width: auto;
    background: #fbeb0c;
    padding-right: 30px;
    -webkit-box-shadow: 4.815px 6.389px 13px 0px rgba(79, 48, 29, 0.15);
    box-shadow: 4.815px 6.389px 13px 0px rgba(79, 48, 29, 0.15);
}
.wrapper ul.widget li.localisation a:before {
    left: 15%;
}


@media screen and (max-width: 1024px) {
    .header-top-btninscire .btn-transferMoney{
        display: none;
    }

}
@media screen and (max-width: 1024px) {
     .btn-transferMoney.dstp-transferMoney{
        display: block;
        font-size: 18px;
        color: #fff;
        margin-top: 20px;
        padding: 1rem;
        width: 100%;
        text-align: center;
        border: 1px solid #fbeb0c;
        letter-spacing: .3px;
        border-radius: 0.5rem;
    }
    .btn-transferMoney.dstp-transferMoney img{
        width: 15px;
        margin-right: 5px;
    }
    .header__bottom--blocBtn .btn:nth-child(2){
        background-color: #ffffff;
        color: #000000;
    }

}