.elementor-10522 .elementor-element.elementor-element-79dec6f0{--display:flex;--min-height:400px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10522 .elementor-element.elementor-element-79dec6f0:not(.elementor-motion-effects-element-type-background), .elementor-10522 .elementor-element.elementor-element-79dec6f0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-da7ba15 );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2472b8cd */.footer-custom {
    background-image: url('/wp-content/uploads/2024/01/pied-de-page-ze-wall.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-text {
    width: 70%;
    margin-bottom: 30px;
}

.footer-text p {
    margin: 10px 0;
}

.footer-text .numero {
    color: #000;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-style: italic;
    margin: 50px 0;
}

.footer-text .text1 {
    font-size: 3rem;
    text-transform: uppercase;
    font-family: 'Century Gothic Bold', sans-serif;
    margin: -50px 0 50px;
    font-weight: bold;
}

.footer-text .text2 {
    color: #000;
}

.footer-text a {
    background-color: transparent;
    color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 40px;
    cursor: pointer;
    font-family: "Century Gothic Bold", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    transition: background-color 0.5s ease, border 0.5s ease;
}

.footer-text a:hover {
    background-color: #000;
    border: 1px solid #000;
}

.footer-contact-info {
    display: flex;
    justify-content: center; /* centre horizontalement les blocs */
    gap: 50px; /* espace entre téléphone et mail */
    flex-wrap: wrap;
    width: 100%;
    margin: 50px auto 0px;
}

.footer-contact-info .contact-item {
    display: flex;
    align-items: center; /* centre icône et texte verticalement */
    gap: 10px; /* espace entre icône et texte */
}

.footer-contact-info .contact-item img {
    width: 20px;
    height: 20px;
        position: relative;
    top: -15px;
}

.footer-contact-info .contact-item:nth-of-type(2) img {
    width: 26px;
}

.footer-separator {
    border-top: 8px solid #000;
    margin: 80px auto 20px auto;
    width: 60px;
}

.footer-custom img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.footer-social-icons a {
    display: inline-block;
    margin: 0 5px;
    background: none;
    border: none;
}

.footer-social-icons img {
    width: 30px;
    height: 30px;
}

.footer-legal-info {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.footer-legal-info p {
    margin: 0px 10px;
    font-size: 14px;
}

.footer-legal-info p a {
    border: none;
    padding: 0;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    color: #ffffff !important;
}

.footer-legal-separator {
    height: 2px;           /* épaisseur de la ligne */
    background-color: #fff; /* couleur blanche */
    width: 80%;            /* largeur approximative du texte, tu peux ajuster */
    max-width: 60%;      /* limite pour ne pas dépasser le texte */
    margin: 30px auto 10px auto; /* centré horizontalement */
}

/* ------------------ MOBILE ------------------ */
@media only screen and (max-width: 1200px) {
    .footer-custom {
        background-image: none;
        background: linear-gradient(#F8AB1B, #E73B8D, #E73B8D, #724695);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px 20px;
    }

    .footer-text {
        width: 100%;
    }

    .footer-contact-info {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .footer-social-icons {
        flex-wrap: wrap;
    }

    .footer-legal-info {
        flex-direction: column;
        gap: 10px;
    }
}


@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .footer-custom {
        padding: 6px 50px;
    }

}/* End custom CSS */