/*
 * Personnalisation du site Global Dépollution.
 * Ce fichier est chargé après les styles réutilisables du thème.
 */

/* Logo centré et dimensionné pour le visuel horizontal utilisé sur ce site. */
.regular_header #regular-header.webcom-branding-bar { padding: 18px 0 22px; }
.regular_header .webcom-branding-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
}
.regular_header .webcom-logo-wrap,
.regular_header #header .webcom-logo-wrap {
    width: 100%;
    justify-content: center;
    text-align: center;
}
.regular_header #logo,
.regular_header #header #logo,
.regular_header #logo a,
.regular_header #header #logo a {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.regular_header #logo img,
.regular_header #header #logo img {
    display: block;
    width: auto !important;
    height: 200px !important;
    max-width: min(92vw, 900px) !important;
    max-height: none !important;
    margin: 0 auto !important;
    object-fit: contain;
}
.regular_header .webcom-branding-tools {
    width: 100%;
    justify-content: center;
    text-align: center;
}
.regular_header .webcom-utility-menu { justify-content: center; }

@media (max-width: 900px) {
    .regular_header #regular-header.webcom-branding-bar { padding: 16px 0; }
    .regular_header #logo img,
    .regular_header #header #logo img {
        height: 140px !important;
        max-width: min(90vw, 650px) !important;
        max-height: none !important;
    }
}
@media (max-width: 680px) {
    .regular_header .webcom-branding-inner { gap: 10px; }
    .regular_header #logo img,
    .regular_header #header #logo img {
        height: 110px !important;
        max-width: 88vw !important;
        max-height: none !important;
    }
}
