body {
    background: #1c1e20;
    color: #fff;
    position: relative;
    min-height: 100vh;
}

a:hover {
    text-decoration: none;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------       Bannière     --------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.ban {
    display: block;
    background-color: rgba(40, 41, 43, 1);
    z-index: 710;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
}

.ban_1 {
    bottom: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    margin-left: 40px;
    line-height: 60px;
    vertical-align: middle;
}

.ban_2 {
    display: block;
    height: 100%;
    margin: auto;
    text-align: center;
    width: 100%;
}




.ban_2 a {
    padding: 0 24px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: BasisGrotesquePro, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 60px;
    white-space: nowrap;
    color: #fff;
}

.ban_2 a:hover {
    color: #777879;
}


.logoFG {
    display: inline-block;
    margin-top: -5px;
    height: 26px;
    line-height: 28px;
    text-indent: -9999em;
    transition: opacity 500ms;
    width: 132px;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------       Footer     --------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



.footer {
    display: block;
    background-color: #1c1e20;
    z-index: 710;
    height: 100px;
    margin: 0;
    padding: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;

}


.footer a, .footer p {
    padding: 0 24px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: BasisGrotesquePro, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 100px;
    white-space: nowrap;
    color: #fff;
}

.footer a:hover, .footer p:hover {
    color: #777879;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------        Section principale des pages        ------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



.sectionPrincipale {
    padding: 100px;
    color: #fff;
    max-width: 1720px;
    margin: auto;
}

.sectionPrincipale h1{
    margin-bottom: 75px;
}

.modal {
    color: black;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------        Optimisation mobile        ------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



@media (max-width: 700px){

    .body{
        font-size: 16px;
    }

    .ban {
        height:  80px;
        position: fixed;
        width: 100%;
    }

    .ban_1 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ban_1 a{
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ban_1 a img{
        display: block;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
    }

    .ban_2 {
        top: 40%;
        position: relative;
    }

    .ban_2 a {
        padding: 0 10px;
    }

    #contenu {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sectionPrincipale {
        padding: 20px;
        color: #fff;
        max-width: 1720px;
        margin: auto;
    }

    .sectionPrincipale h1{
        margin-bottom: 40px;
        text-align: center;
    }

    h1 {
        font-size: 30px;
        font-weight: 700;
        
    }

    h4 {
        font-size: 20px;
        font-weight: 600;
    }

    p {
        font-size: 16px;
        line-height: 1.3em;
    }


    
}