/*
--------------------------------------
Containers
--------------------------------------
*/

footer ul {
    margin          : 0;
    list-style-type : none;
}

.main-footer__container {
    font-family : var(--e-global-typography-primary-font-family);
    background  : #232434;
}

.main-footer__container .main-footer__inner {
    display        : flex;
    flex-direction : column;
    max-width      : 95%;
    margin         : auto;
    padding        : clamp(48px, 6vw, 91px) 0 clamp(10px, 6vw, 91px);
    row-gap        : 20px;
}
.main-footer__faq{
    display: flex;
    background: #171825;
    padding: 90px 10% 50px 10%;
    gap: 50px;
    flex-direction: column;
    overflow: hidden;
}
.degrade-dore{
    background: var(--Linear, linear-gradient(90deg, #F4EFB7 0%, #CBA34B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Plus Jakarta Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.main-footer__faq-title{
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 166.667% */
    display: none;
}
.main-footer__review{
    padding:50px 10%;
}
/*
--------------------------------------
Logo & text & info
--------------------------------------
*/

/*Logo*/

.main-footer__container .footer-logo {
    display        : flex;
    flex-direction : column;
    row-gap        : 1em;
    padding:0 35px;
}

.main-footer__container .footer-logo .footer-logo__img {

}

/*Info */

.main-footer__container .footer-info {
    padding-top : 20px;
}

/*
--------------------------------------
Menu
--------------------------------------
*/

/*Titre*/

.main-footer__container .footer-links__title {
    padding-bottom : 0.5em;
}

.main-footer__container .footer-links__title .footer-links__title-text {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

/*Liens*/

.main-footer__container .footer-links__list ul {
    line-height : 35px;
}

.main-footer__container .footer-links__list .menu-link {
    color: #9BA5C2;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 214.286% */
    letter-spacing: 0.4px;
}

.main-footer__container .footer-links__list .menu-link:hover,
.main-footer__container .footer-links__list .menu-link:focus {
    color : white;
}

/*
--------------------------------------
Copyright
--------------------------------------
*/

.footer-copyright__inner {
    display    : flex;
    max-width  : 95%;
    margin     : auto;
    padding    : 1em 0;
    border-top : 1px solid darkgrey;
}

.footer-copyright__text {
    color      : var(--e-global-color-text);
    text-align : center;
}

.main-footer__logo-fond{
    width: 100%;
    min-height: clamp(60px, 15vw, 250px);
    background-image: url("/wp-content/uploads/2026/02/Courtier.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
}
.main-footer__logo-fond::after{
    width: 100%;
    content:'';
    position: absolute;
    bottom: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(35, 36, 52, 0.80) 0%, rgba(35, 36, 52, 0.00) 100%);
}
.footer-titre-categorie{
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 15px;

}
.footer-agence,
.footer-horaire{
    color: #9BA5C2;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 214.286% */
    letter-spacing: 0.4px;
}
.footer-agence__tel{
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-decoration: none;
}
.footer-agence__tel:hover,
.footer-agence__tel:focus{
    color: inherit;
    text-decoration: none;
}
.footer-categorie-texte{
    margin-top: 15px;
}
.main-footer__contact{
    padding: 120px 10%;
    background-image: url("/wp-content/uploads/2026/02/Frame-2095585223.png");
    place-items: center;
}
.footer-contact__container{
    max-width: 740px;
    text-align: center;
}
.footer-contact__container span{
    color: var(--Color-2, #F4EFB7);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}
.footer-contact__container h2{
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.footer-contact__container a{
    display: inline-flex;
    height: 60px;
    padding: 21px 24px;
    align-items: center;
    gap: 16px;
    border-radius: 50px;
    background: var(--Linear, linear-gradient(90deg, #F4EFB7 0%, #CBA34B 100%));
    color: var(--Color, #232434);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
}

/*
--------------------------------------
Decoration SVG (pseudo-elements)
--------------------------------------
*/

.main-footer__container {
    position: relative;
    overflow: visible;
}



/* SVG decoration - ::after */
.main-footer__container::after {
    content: '';
    position: absolute;
    width: 125px;
    height: 215px;
    right: 0;
    top: 0;
    transform: translateY(-85%);
    z-index: 2;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='127' height='215' viewBox='0 0 127 215' fill='none'%3E%3Cpath d='M130.713 37.4405H19.1527C9.1108 37.9813 0.551283 30.0166 0.0252794 19.692C-0.500724 9.36733 7.24588 0.566806 17.2878 0.0259912C17.9094 0.0259912 18.531 0.0259912 19.1527 0.0259912H130.713C140.755 -0.514823 149.315 7.4499 149.841 17.7745C150.367 28.0992 142.62 36.8997 132.578 37.4405C131.957 37.4405 131.335 37.4405 130.713 37.4405Z' fill='url(%23paint0_linear_150_1768)'/%3E%3Cpath d='M130.713 214.974H19.1527C9.1108 215.515 0.551283 207.55 0.0252794 197.226C-0.500724 186.901 7.24588 178.1 17.2878 177.56C17.9094 177.56 18.531 177.56 19.1527 177.56H130.713C140.755 177.019 149.315 184.984 149.841 195.308C150.367 205.633 142.62 214.433 132.578 214.974C131.957 214.974 131.335 214.974 130.713 214.974Z' fill='url(%23paint1_linear_150_1768)'/%3E%3Cpath d='M130.713 126.207H19.1527C9.1108 126.748 0.551283 118.783 0.0252794 108.459C-0.500724 98.1339 7.24588 89.3334 17.2878 88.7926C17.9094 88.7926 18.531 88.7926 19.1527 88.7926H130.713C140.755 88.2518 149.315 96.2165 149.841 106.541C150.367 116.866 142.62 125.666 132.578 126.207C131.957 126.207 131.335 126.207 130.713 126.207Z' fill='url(%23paint2_linear_150_1768)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_150_1768' x1='0' y1='18.7333' x2='149.866' y2='18.7333' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4EFB7'/%3E%3Cstop offset='1' stop-color='%23CBA34B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_150_1768' x1='0' y1='196.267' x2='149.866' y2='196.267' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4EFB7'/%3E%3Cstop offset='1' stop-color='%23CBA34B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_150_1768' x1='0' y1='107.5' x2='149.866' y2='107.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4EFB7'/%3E%3Cstop offset='1' stop-color='%23CBA34B'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.usp-cards{
    z-index: 2;
}
.all-faq, .bwa-faq{
    text-align: center;
    text-align: -webkit-center;
}
.all-faq{
    display: none;
}
.all-faq--container{
    max-width: 1000px;
}
