/* CRS logo in the main website header */
.mod-header-logo {
    width: 430px !important;
    max-width: 430px !important;
    height: auto !important;
}

/* Tablet */
@media (max-width: 991px) {
    .mod-header-logo {
        width: 330px !important;
        max-width: 100% !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mod-header-logo {
        width: 240px !important;
        max-width: 100% !important;
        height: auto !important;
    }
}
/* ===== LOGO CRS - PIED DE PAGE ===== */

img[alt="Logo CONFEDERATION DES RAMONEURS SAVOYARDS"] {
    display: block !important;
    width: 100% !important;
    max-width: 320px !important;
    height: auto !important;
    object-fit: contain !important;
}