
/*******************************************************************************************/
/* MENTIONS LEGALES                                                                        */
/*******************************************************************************************/

body.mentionsLegales{
    background-image: url('../img/fond-Contact-MentionsLegales-Cgv.png'); 
    background-size: cover;
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-position: center;
}

main.mentionsLegales{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


main.mentionsLegales h2{
    color: black;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 50px;
    margin-top: 5rem;
    text-align: center;
    margin-bottom: 0;
    text-decoration: underline;
} 


main.mentionsLegales section.mentionsLegales{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2rem;
}


main.mentionsLegales h4{
    color: black;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 2rem;
}

main.mentionsLegales p{
    text-align: justify;
    color: black;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    margin: 13px 0;
}

main.mentionsLegales section.siegeSocial{
    margin-bottom: 2rem;
}

main.mentionsLegales section.contact{
    margin-bottom: 2rem;
}

/*************************************************************************************************************************************/

@media (max-device-width: 768px) {

    /*body.mentionsLegales{
        background-image: url('../img/fond-Mobile.png');
        background-size: cover;
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position: center;
    }*/

    body.mentionsLegales{
        background-image: none;
    }

    main.mentionsLegales p.dernier{
        margin-bottom: 750px;
    }

    main.mentionsLegales h2{
        font-size: 65px;
    }

    main.mentionsLegales h4{
        font-size: 33px;
    }
    
    main.mentionsLegales p{
        font-size: 31px;
    }
}