/* Modifs du 02/06/2025 */

footer .labels.wp-block-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

footer .wp-block-site-logo img {
    margin-top: -1rem;
    margin-bottom: 0;
}

footer .labels.wp-block-gallery .wp-block-image {
    flex: 0 auto;
    width: auto;
}

footer .wp-block-site-logo.aligncenter {
    margin: 1rem auto;
}

footer .labels.wp-block-gallery img {
    height: 4rem;
    object-fit: contain;
}

@media screen and (max-width: 1023px) {

    footer .custom-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .menu_mobile .fc-icon svg {
        fill: #272727;
    }
}


/* Modifs du 13/10/2025 */

video {
    min-height: 60vh;
    max-height: 30rem;
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1024px) {

    .video-header video {
        min-height: 100vh;
        max-height: 100vh;
    }

}