
/*******************************************************************************************/
/* CONDITION GENERALE DE VENTE                                                             */
/*******************************************************************************************/

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

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

main.cgv 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.cgv h3{
    color: black;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 27px;
    margin-top: 1rem;
    text-align: center;
} 

main.cgv section.cgv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 60%;
    margin-top: 3rem;
    gap: 4rem;
}

main.cgv section.cgvGauche,
main.cgv section.cgvDroite {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}

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

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

main.cgv blockquote{
    text-align: justify;
    color: black;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    margin: 4px;
    margin-left: 2rem;
}


/***************************************************************************************************************************************/
/***************************************************************************************************************************************/
/* MOBILE                                                                                                                              */
/***************************************************************************************************************************************/
/***************************************************************************************************************************************/

@media (max-width: 750px){

    main.cgv section.cgv{
        flex-direction: column;
        justify-content: center;
    }

    main.cgv section.cgv{
        width: 80%;
        gap: 0;
        justify-content: center;
    }
    
    main.cgv section.cgvGauche,
    main.cgv section.cgvDroite {
    width: 100%;
    }

    main.cgv h2{
        font-size: 45px;
    } 
    
    main.cgv h3{
        font-size: 23px;
    } 
}

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

@media (max-device-width: 768px) {
    /*body.cgv{
        background-image: url('../img/fond-Mobile.png');
        background-size: cover;
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position: center;
    }*/

    body.cgv{
        background-image: none;
    }

    main.cgv h2{
        font-size: 65px;
    }
    main.cgv h3{
        font-size: 33px;
    }
    main.cgv h4{
        font-size: 27px;
    }
    
    main.cgv p{
        font-size: 25px;
    }
    
    main.cgv blockquote{
        font-size: 25px;
    }

    main.cgv section.cgv {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 70%;
    }
}