/* cgv */

.cgv-apropos .top-title h2 {
    color: #8DBB80 ;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: -5px;
    margin-top: 85px;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.cgv-apropos h1 {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    color: #3c3c3c !important;
    font-size: 38px !important;
    margin: 0 60px 0 0;
    font-family: 'Lato', sans-serif !important;
}

.top-title {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.cgv-apropos .content-h1 {
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.cgv-apropos .content-h1 img {
    position: absolute;
    top: 95% !important;
    right: 5%;
    width: 100px !important;
}

.cgv-content h2 {
    color : #8DBB80;
    text-align: left;
    margin-top : 30px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 30px;
}


.cgv-content ul {
    list-style: none;
    padding-left : 0;
    font-size : 18px;
}

.cgv-content li {
    font-size : 18px;
}

.cgv-content {
    margin-top : 40px;
    padding-bottom : 90px;
}

.cgv-content p {
    margin-bottom : 15px;
    font-size : 18px;
}

.cgv-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;

}

.cgv .bullet-point {
    font-weight: 600;
    text-decoration: underline;
    font-size : 18px;
}

.cgv .text-underline {
    text-decoration: underline;
    font-size : 18px;
}

@media screen and (max-width: 992px) {
    .cgv-apropos h1 {
        margin: 0;
        font-size: 26px !important;
    }
    .cgv-content p {
        font-size: 16px;
    }
    .cgv-content ul, .cgv-content li {
        font-size : 16px;
    }
    .cgv-content h3 {
        font-size : 16px;
    }
    .cgv .bullet-point {
        font-size: 16px;
    }
    .cgv .text-underline {
        font-size : 16px;
    }
}

@media screen and (max-width: 768px) {
    .cgv-content {
        width: auto;
        margin: 0 60px;
    }
    .title-green {
        margin-top: 55px;
    }
    h2 {
        font-size: 26px!important;
    }
    .cgv-content h3 {
        font-size : 18px;
    }
}

@media screen and (max-width: 500px) {
    .cgv-content p {
        font-size: 16px;
    }
    .title-green {
        margin-top: 55px !important;
        margin-bottom: -10px !important;
        font-size: 19px !important;
    }
    .cgv h1 {
        font-size: 20px !important;
        margin: 10px 0;
    }
    .cgv-apropos .content-h1 img {
        position: absolute;
        top: 84% !important;
        right: 0%;
        width: 80px !important;
    }
    h2 {
        font-size: 20px!important;
        margin: 0 auto;
        line-height: 1.3;
    }
    .cgv-content {
        margin: 0 20px;
    }
    .cgv .bullet-point {
        font-size : 16px;
    }
    .cgv .text-underline {
        font-size : 16px;
    }
    .cgv-content h3 {
        font-size : 18px;
    }

    .cgv ul, .cgv li {
        font-size : 16px;
    }
}