.cadreCGU{
    margin-left: 0%;
    width: 100%;
    height: auto;
}

.article{
    font-weight: bold;
    font-size: 30px;
    color: rgba(46, 49, 146, 1);
}

.CGU {
    width: 80%;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 50px;
}
.CGU h1{
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(46, 49, 146, 1);
}
.CGU p{
    margin-top: 20px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.soustitre{
    font-weight: bold;
    font-size: 22px;
    color: rgba(46, 49, 146, 1);
}