.cgu{
width: 90%;
background-color: #E6E6E6; 
height:auto;
padding: 2%; 
padding-top: 100px;
}

.cgu-texte{
text-align: justify;
}

.cgu-soustitre{
font-family: regular;
color: #0E51D8;
font-size: 1.2em;
}

@media screen and (max-width: 1200px){
.cgu{
padding-top: 150px;
}

.cgu-titre{
font-size: 2em;
}
        
.cgu-texte{
font-size: 1.2em;
    }
        
.cgu-soustitre{
font-size: 1.5em;
}

}