h2.yellow-h2 {
    font-family: "Aestetico Bold";
    color:#FFC740; 
    font-weight: 700; 
    font-size: 60px; 
    line-height: 68px; 
    text-align: center;
    max-width: 1025px;
    overflow-wrap: break-word;
    width: 100%;
}

.centered-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.item-video-thumb img {
    border-radius: 20px;
}

.bloc-images {
    display: flex;
    flex-direction: column;
}

.bloc-images-side {
    display: flex;
    margin: 0 -30px;
}

.bloc-images-side img {
    margin: 0 30px;
    width: calc(50% - 60px) !important;
    height: auto !important;
}

#paragraph-1 p {
    font-family: "Aestetico Regular";
    max-width: 825px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #909090;
    padding-bottom: 25px;
}

#paragraph-1 .firstcharacter {
    font-family: "Aestetico Regular";
    color: #FFC740;
    float: left;
    font-size: 80px;
    line-height: 60px;
    padding-right: 8px;
    font-style: normal;
    font-weight: 700;
}

.side-img img {
    max-width: 380px;
    width: 100%;
    aspect-ratio: 380 / 520;
    object-fit: cover;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    margin-top: -20px;
}

.side-img  {
    transform: translate3d(0px, -20px, 0px);
}

section:has(.bg-gray) {
    background-color: #F9F9F9;
    /* background-image: url("/userfiles/images/cote-white.png"); */
}

section:has(.bg-no-color) {
    /* background-image: url("/userfiles/images/cote-gray.png"); */
}

.col-md-6 {
    padding-top: 35px;
}

.col-md-6 .txt--bloc{
    line-height: 26px;
}

section:has(.bg-no-color), section:has(.bg-gray) {
    margin-bottom: 100px;
    padding: 0 50px 10px 50px;
}

section.quote {
    padding: 0 50px 10px 50px;
}

div.bg-gray, div.bg-no-color {
    position: relative;
}

div.bg-gray img , div.bg-no-color img {
    position: absolute;
    width: 230px;
    top: -85px;
    left: 0;
    z-index: 0;
}

div.bg-gray p , div.bg-no-color p {
    z-index: 10;
}

.bg-no-color p , .bg-gray p {
    max-width: 1025px;
}

.citation {
    font-family: "Aestetico Regular";
    font-style: italic;
    font-weight: 600;
    font-size: 37px;
    line-height: 47px;
    text-align: center;
    color: #909090;
}

.author {
    font-family: "Aestetico Regular";
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #909090;
    width: 100%;
    text-align: right;
    padding-right: 50px;
}

.btn--block {
    display: flex;
    flex-direction: column;
}

.btn--block a {
    width: 300px;
}

section#video  {
    position: relative;
    margin-bottom: 200px;
}

section#video .container {
    width: 100%;
    display: flex;
    justify-content: center;
}

section#video .container button {
    max-width: 765px;
}

#section7 .content_top h2 {
    margin-bottom: 40px;
}

#section7 .content_top p {
    font-size: 31px;
    font-family: "Aestetico Medium";
    line-height: 1.2;
}

#section7 .content_bottom {
    margin-top: 70px;
}

@media only screen and (max-width : 768px) {
    #section7 .content_top h2 {
        margin-bottom: 20px;
    }
    
    #section7 .content_top p {
        font-size: 16px;
        line-height: 1.4;
    }
    
    #section7 .content_bottom {
        margin-top: 20px;
    }

    .bloc-images-side {
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    
    .bloc-images-side img {
        margin: 30px 0;
        width: 100% !important;
        height: auto !important;
    }
}


/* Small Devices */
@media only screen and (max-width : 576px) {

    section#video  {
        margin-top: 40px !important;
        bottom: 0;
    }

    .side-img img {
        margin-top: 0;
    }

    h2.yellow-h2 { 
        font-size: 34px;
        line-height: 36px; 
    }

    .h2--main, .h2--main, .titleintro--main {
        font-size: 34px;
    }

    div.bg-gray img , div.bg-no-color img {
        width: 150px;
        top: -50px;
    }

    .citation {
        font-size: 25px;
        line-height: 31px;
    }
    
    .author {
        font-size: 16px;
        line-height: 22px;
        padding-right: 0;
    }

    #paragraph-1 p {
        padding-bottom: 0;
    }

    section:has(.bg-no-color), section:has(.bg-gray) {
        margin-bottom: 0;
        margin-top: 0 !important;
        padding: 50px 50px 10px 50px;
    }
}