/* Styles generaux */
#bandeauHaut {
    background-color: #1E487C;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.3rem;
}

.PRS_MISENAVANT_COULEUR1 a,
.PRS_MISENAVANT_COULEUR2 a {
    color: #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
}
.c-header .c-header__title {
    opacity: 0;
    transform: translate(-50%, -100%);
    animation: fadeSlideUp 1s ease-out forwards;
}

.certifQualiHome {
    display: flex;
    justify-content: center;
    gap: 64px;
}

/* Media Queries */
@media (max-width: 1024px) {
    .c-recherche-button {
        display: none;
    }

    .c-navigation__list {
        color: #1E487C;
    }

    .c-navigation__btn-menu-mobile .o-icon--menu::before,
    .c-navigation__btn-menu-mobile .o-icon--add::before{
        color: #fff;
    }

    .c-header__inner {
        padding: 0;
        background-color: #1E487C;
    }

    .c-header__wrapper {
        background-color: #1E487C;
    }
}

@media (max-width: 768px) {
    .blocRechercheWrapper .c-header__title {
        font-size: 2.2rem;
    }
}

@media (min-width: 1024px) {
    .c-navigation__link--level-1 {
        color: #FFFFFF;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
    }
}

@media (max-width: 780px) {
    .certifQualiHome {
        flex-direction: column;
        gap: 32px;

        h2 {
            text-align: center;
        }

        p img {
            display: block;
            margin: 0 auto;
        }
    }
}

@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

div[class*="PRS_MISENAVANT_COULEUR"].txt h2,
div[class*="PRS_MISENAVANT_COULEUR"].txt h2 span,
div[class*="PRS_MISENAVANT_COULEUR"].txt a:not(.o-button, [class*="__"]),
div[class*="PRS_MISENAVANT_COULEUR"].txt a:not(.o-button, [class*="__"])::before,
div[class*="PRS_MISENAVANT_COULEUR"].txt p {
    color: #fff;
}
