/* Ajustements propres à la page Développement Informatique. */
.dev-banner {
    background-image: url("../images/devp.png");
    background-position: center 44%;
}

.dev-banner .formation-banner-overlay {
    background: linear-gradient(90deg, rgba(9, 30, 60, 0.88) 0%, rgba(9, 30, 60, 0.64) 48%, rgba(9, 30, 60, 0.3) 100%);
}

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

.logo-area a {
    display: block;
}

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

    .dev-banner .formation-banner-overlay {
        background: rgba(9, 30, 60, 0.72);
    }
}

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