.results-container.loading>.w-screen::before,
.results-container.loading>.w-full::before {
    content: '';
    position: absolute;
    top: 0px;
    lefT: 0px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5) url('../../lebleu/images/loading-ete.gif') no-repeat center center;
    z-index: 999;
}

body.winter .results-container.loading>.w-screen::before,
body.winter .results-container.loading>.w-full::before {
    background-image: url('../../lebleu/images/loading-hiver.gif');
}

.socials-copyright-footer {
    align-items: center;
    margin-bottom: 96px;
}

.socials-copyright-footer>.social-network {
    flex: 35%;
}

.socials-copyright-footer>.copyright-text {
    flex: 65%;
}

.copyright-section-wrap {
    display: none;
}

.copyright-text p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}

body.winter .topbar-secondary-menu {
    width: 100%;
    padding: 10px;
    background-color: rgb(42, 48, 72) !important;
}

@media (min-width: 1034px) {
    .footer .logo-section .social-network {
        display: none;
    }
}

@media (max-width: 1033px) {
    .footer .socials-copyright-footer>.social-network {
        display: none;
    }

    .copyright-section-wrap {
        display: block;
    }

    .socials-copyright-footer {
        align-items: center;
        margin-bottom: 24px;
    }
}

/* Février 2025 */
@media (max-width: 1280px) {
    .cont-menu nav.main-menu {
        height: calc(100vh - 120px);
        overflow: auto;
    }
}

.menu-mobile-wpml-social .wpml-ls-statics-shortcode_actions+.social-network {
    margin-left: 1rem;
}

.menu-mobile-wpml-social .social-network {
    display: inline-block;
}

.menu-mobile-wpml-social .social-network a {
    margin-right: 1rem;
}

.menu-mobile-wpml-social .social-network a:hover {
    color: rgb(107 144 214/ var(--tw-bg-opacity));
}

.cont-menu+.cont-submenu {
    left: 0px;
    width: 100vw;
    position: fixed;
    top: 0px;
    height: 100vh;
}