/* Style commun Terry Prelaz 17.01.2024*/
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    color: white;
    text-decoration: none;
}

.menu {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 16px;
}

.SurLaPage {
    color: #E56717;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

/* menu gauche*/
.gauche {
    border: 2px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 2%;
}

/* menu coté*/
.cote {
    border-bottom: solid 2px;
    border-top: solid 2px;
    padding-left: 2%;
    padding-right: 2%;
}

/* menu centre*/
.centre {
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-left: solid 2px;
    border-right: solid 2px;
    padding-left: 2%;
    padding-right: 2%;
}

/* menu droit*/
.droite {
    border: 2px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 2%;
    padding-right: 2%;
}

.bas_de_page {
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}

.separateur {
    display: none;
}

@media screen and (max-width: 615px) {
    .menu {
        display: list-item;
        text-align: left;
        font-size: 14px;
    }

    .gauche {
        border: 0px solid;
        margin-left: 0;
    }

    .cote {
        border: 0px solid;
        margin-left: 0;
    }

    .centre {
        border: 0px solid;
        margin-left: 0;
    }

    .droite {
        border: 0px solid;
        margin-left: 0;
    }

    .separateur {
        display: block;
    }
}

@media screen and (max-width: 1110px) {
    .logo {
        display: none;
    }
}