body {
    background-color: #ff91e957;
    text-align: center;
    color: black;
    margin: 0;
    text-decoration: none;
}

h1 {
    font-size: 2.5vw;
}

a, a:visited {
    text-decoration: none;
}

#bandeau_haut a, #bandeau_haut a:visited {

    color: white;
    font-weight: bold;
}

#page_content {
    min-height: calc(100vh - 90px);
}

footer {
    margin-top: 32px;
    width: 100%;
    height: 32px;
    color: black;
    text-decoration: none;
}

footer a {
    text-decoration: none;
}


#bandeau_haut {
    display: flex;
    background-color: rgb(208, 94, 185);
    width: 100%;
    height: 5vh;
    padding: 1.2%;
}

#bandeau_haut h1 {
    margin: auto;
}


#bandeau_haut_gauche {
    display: grid;
    width: 25%;
    text-align: left;
    align-self: center;
    height: 100%;
}

#bandeau_haut_centre {
    text-align: justify;
    width: 70%;
    align-self: center;
    display: inherit;
    height: 100%;
}

#bandeau_haut_droite {
    width: 25%;
    height: 100%;
    align-content: center;
}

.menu_item {
    font-size: 1.5vw;
    margin: 0vw 5vw 0vw 5vw;
    align-self: start;
    text-align: center;
}

.group {
    display: inline;
}

.current_group {
    font-size: 1.0vw;
    color: white;
    font-weight: normal;
}


@media (orientation: portrait) {
    h1 .logo {
        font-size: 3.5vw;
        display: grid;
    }

    .menu_item {
        font-size: 3.5vw;
        margin: auto;
    }

    .current_group {
        font-size: 2.7vw;
    }

    #bandeau_haut_gauche {
        display: grid;
        width: 15%;
        text-align: left;
        align-self: center;
        height: 100%;
    }

    #bandeau_haut_centre {
        text-align: justify;
        width: 60%;
    }

    #bandeau_haut_droite {
        width: 25%;
    }

}