/*===================== SECTION FIRST OF WEBSITE ===========================*/

.section-first .content-top-container {
    height: calc(50vh - 12vh);
}
.section-first figure {
    height: calc(50vh - 12vh);
}
.section-first figure::before {
    height: calc(50vh - 12vh);
    /* background: linear-gradient(180deg, rgb(6 159 51 / 93%) 0%, #37e13852 50%, rgb(255 255 255 / 78%) 83%); */
    /* background: linear-gradient(180deg, rgb(159 77 6 / 66%) 0%, rgb(179 109 58 / 92%) 100%); */
    background: linear-gradient(180deg, rgb(6 159 51 / 93%) 0%, #37e13852 100%);
}
.section-first h3.title-accroche {
    transform: translateY( 13vh );
}

/*===================== SECTION SECUND OF WEBSITE ===========================*/

.section-form {
    background: var(--color-backgr-transparent) !important;
    /* gap: 2vw; */
}



/*===================== RESPONSIVE OF HEADER__WEBSITE ===========================*/

@media (max-width:768px) {

   section-form {
        display: none;
   }

}