/* Ajustements propres à la page Gestion des Entreprises. */
.gestion-banner {
    background-image: url("../images/gestion-entreprises.png");
    background-position: center 42%;
}

.gestion-banner .formation-banner-overlay {
    background: linear-gradient(90deg, rgba(24, 43, 64, 0.9) 0%, rgba(24, 43, 64, 0.64) 50%, rgba(24, 43, 64, 0.28) 100%);
}

.hamburger {
    border: 0;
    background: transparent;
}

.logo-area a {
    display: block;
}

@media (max-width: 768px) {
    .gestion-banner {
        background-position: center;
    }

    .gestion-banner .formation-banner-overlay {
        background: rgba(24, 43, 64, 0.74);
    }
}

@media (max-width: 480px) {
    .gestion-banner .formation-banner-content h1 {
        font-size: 29px;
        line-height: 1.15;
    }
}
