* {
    font-family: 'Titillium Web', sans-serif;
}
body {
    overflow-x: hidden;
    background: #fefefe;
}
.hec3-intro {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}
.hec3-intro > video {
    width: 100%;
    height: 100%;
}


.blocktotal {                           /* Section 1 */
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: white;
}

.bottomblock {
    position: relative;
    background-color: #37bb37;
    width: 0%;
    z-index: 1;
}


.greenblock {
    width: 100%;
    position:absolute;
    background: transparent;
}
.blockbefore {
    width: 0%;
    background-color: #37bb37;
    height: 100%;
    position:absolute;
}
                                                /* Section 2 */
.w-layout-grid.grid-3 {
    width:500px;
    height:350px;
    padding: 25px;  
    padding-left:33px;
        z-index:100;

}
.quinoussommes {
  position: relative;
  width: 600px;
  height: auto;
  padding: 5%; 
  background: transparent;
  z-index: 6;
}
.entrepriseblock {
    background-color: #37bb37;
    width:0px;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-20;
    
/*      background-image: linear-gradient(315deg, #fff 95%, #36ba36 0);*/

}

                                                /* Animation du cadre section2 */
.tracer {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
  opacity: 0.7;
};

.nav-link-3 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}
.w-nav-link {
    font-weight: 600;
    letter-spacing: 1px;
}
.nav-link-3::before {
    content: "";
    width: 0%;
    position: absolute;
    background-color: #37bb37;
    height: 2px;
    transition: 0.3s;
    bottom: 8px;
    left: 18px;
}
.nav-link-3.active::before,
.nav-link-3:hover::before {
    width: calc(100% - 38px);
}
.menubr.classic {
    display: block;
    padding-left: 8.13%;
}
.w-nav-menu {
    padding: 13px 0;
}
.image-5 {
    margin-top: 15px;
}
.w-container {
    margin-left: auto;
    margin-right: 8.13%;
    max-width: 100%;
}
.contact-link {
    background-color: #37bb37;  
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 100% 100%, 0 100%, 0% 30%);
    transition: 0.15s;
    padding: 16px;
    margin-top: 4px;
    margin-left: 10vw;
}
.contact-link:hover {
    clip-path: polygon(20% 0%, 100% 0, 100% 70%, 80% 100%, 0 100%, 0% 30%);
}
.div-block-135 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), transparent);
    height: 20%;
    z-index: 0;
}
.bottomblock::before {
    width: 100%;
    background-color: #37bb37;
}
.bottomblock::after {
    width: 100%;
    background-color: #ffffff;
}
.w-nav-button {
    position: fixed;
    font-size: 44px;
    right: 42px;
    display: block;
    color: #333333;
}
.side-nav {
    position: fixed;
    width: 800px;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #fdfdfd;
    right: 0;
    z-index: 9999;
    padding: 106px;
    display: none;
}
.menubr.classic,
.w-nav {
    z-index: 2;
}
.close-side-nav-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    background-color: #37bb37;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    cursor: pointer;
    transition: 0.3s;
}
.close-side-nav-button:hover {
    background-color: #3fad3f;
}
.side-nav-menu {
}
.side-nav-link {
    display: block;
    font-size: 32px;
    color: #333333b3;
    text-decoration: none;
    margin-bottom: 64px;
}
.side-nav-link.active {
    color: #37bb37;
}
.gestion {
    position: relative;
    background: transparent;
    overflow: hidden;
    height: fit-content;
    padding: 0;
    height: 100vh;
}
.paragraph-35 {
    margin-top: 24px;
}
#text-construction,
#text-gestion,
#text-promotion {
    position: absolute;
    transition: opacity 0.6s, transform 0.6s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
}
#text-construction.active,
#text-gestion.active,
#text-promotion.active {
    opacity: 1;
    visibility: inherit;
    transform: translateX(0px);
}
#demi-cercle {
    position: absolute;
    top: 400px;
    right: -432px;
    height: 800px;
    transform: translateY(-50%);
    z-index: 6;
}
#demi-cercle-gris,
#demi-cercle-vert {
    stroke-dasharray: 2000;
    stroke-dashoffset: -2025;   
}
.div-block-145 {
    background-color: #f2f2f2;
    margin-top: -70px;
    z-index: 4;
}
.div-block-143 {
    width: 480px;
}
.cercle-select {
    cursor: pointer;
    transition: 0.3s;
}
.cercle-select:hover {
    stroke-width: 4;
}
#demi-cercle path {
    pointer-events: none;
}
.cercle-select-title {
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 101;
    color: #565656;
}
.cercle-select-title.active {
    color: #37bb37;
}
.cercle-select-title.select-construction {
    right: 330px;
    top: 100px;
}
.cercle-select-title.select-gestion {
    right: 457px;
    top: 400px;
}
.cercle-select-title.select-promotion {
    right: 330px;
    top: 700px;
}
.div-block-144 {
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 90% 100%, 0 100%, 0% 30%);
    background: #37bb37;
    padding: 24px 80px 18px 80px;
    height: fit-content;
    z-index: 5;
}
.div-block-142 {
    margin-top:32px;
    z-index: 5;
}
.div-block-144 {
    margin-top: -62px;
}
.div-block-145 {
    margin-top: -121px;
    bottom: 0;
}
#construction-inactive,
#construction-active,
#gestion-inactive,
#gestion-active,
#promotion-inactive,
#promotion-active {
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

#construction-inactive,
#construction-active {
    right: 148px;
    top: 40px;
}
#gestion-inactive,
#gestion-active {
    right: 275px;
    top: 340px;
}
#promotion-inactive,
#promotion-active {
    right: 148px;
    top: 640px;
}

#construction-inactive,
#gestion-active,
#promotion-active {
    visibility: hidden;
}

/* #construction-active,
#gestion-inactive,
#promotion-inactive {

} */

.portfolio-title-bar {
    height: 2px;
    margin-top: 8px;
    margin-bottom: 24px;
    background-color: #37bb37;
    width: 0%;
}

.section-3 {
    z-index: 1;
}
.sectionSuite {
    padding-top: 100px;
}

.sectionslogan {
    min-height: 100vh;
    /* background: #ffffff; */
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    overflow: hidden;
    pointer-events: none;
    z-index: 3;
}
.slogan-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slogan-box > div {
    background-color: #ffffff;
    position: absolute;
}
.slogan-bar-top, 
.slogan-bar-bottom {
    width: 100%;
    height: 1px;
    position: absolute;
}
.slogan-bar-left, 
.slogan-bar-right {
    height: 100%;
    width: 1px;
    position: absolute;
}
.slogan-corner-left,
.slogan-corner-right {
    width: 1px;
    height: 1px;
    /* background-color: red !important; */
}
.slogan-bar-top {
    top: 0;
    left: 0;
}
.slogan-bar-right {
    top: 0;
    right: 0;
}
.slogan-bar-bottom {
    bottom: 0;
    left: 0;
}
.slogan-bar-left {
    top: 0;
    left: 0;
}
.slogan-corner-left,
.slogan-corner-right {
    width: 1px;
    height: 1px;
}
.slogan-corner-left {
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.slogan-corner-right {
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.heading-24 {
    font-size: 72px;
    z-index: 9999;
    line-height: 140%;
    position: relative;
    color: #333333;
}
.heading-24 > span {
    display: inline-block;
    position: relative;
}
.heading-24 > span::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -24px;
}
.slogan-text-top,
.slogan-text-bottom {
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    background: #37bb37;
}
.slogan-text-top {
    top: 10%;
}
.slogan-text-bottom {
    bottom: -5%;
}
.slogan-text {
    z-index: 5;
}

.quinoussommes {
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 100% 100%, 0 100%, 0% 30%);
}
.div-icon.third {
    background-image: url('../images/icones/batiment.png');
    width: 200px;
}

.div-block-129 {
    border-color: #c1c1c1;
}
.div-block-129 > img {
    width: 64px;
}
.who {
    margin-bottom: 100px;
}
.text-block-51 {
    font-weight: 600;
}
.divleb {
    margin-bottom: 85px;
}
.button-wrapper.dark.portfolio,
.textblockcta-2 {
    width: auto;
}
.titleavg.light.smaller {
    margin-bottom: 5px;
}
.section-video {
    padding: 48px 0 96px 0;
}
.video-section-title {
    padding-bottom: 80px;
    font-family: 'Titillium Web', sans-serif;
    color: #333333;
    font-size: 36px;
    width: fit-content;
    margin: 0 auto;
    z-index: 6;
}
.video-section-main-container {
    width: 800px;
    margin: 0 auto;
    padding: 64px;
    z-index: 6;
}
#hero-video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    box-shadow: 0 2px 79px -46px rgba(0,0,0.01);
}
.video-section-tab-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.video-section-tab-title {
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    margin-top: -55px;
    margin-left: -50px;
    z-index: 100;
    cursor: pointer;
}
.video-section-tab-title.active {
    color: #37bb37;
}
.video-section-tab-button:nth-child(1),
.video-section-tab-title:nth-child(1) {
    left:0;
}
.video-section-tab-button:nth-child(2)
.video-section-tab-title:nth-child(2) {
    left:50%;
}
.video-section-tab-button:nth-child(3)
.video-section-tab-title:nth-child(3) {
    left:100%;
}
.video-section-bar-container {
    width: 100%;
    position: relative;
}
.video-section-tabs-container {
    width: 100%;
    margin-left: -8px;
    margin-top: -12px;
    position: absolute;
    z-index: 1000;
}
.video-section-tab-button { 
    position: absolute;
    border: 7px solid #E8EAED;
    border-radius: 100%;
    width: 11px;
    height: 11px;
    background-color: #C2C7D0;
    box-sizing: content-box; 
    cursor: pointer;
    z-index: 2;
}
.video-section-tab-button.active { 
    border: 7px solid #FFFFFF;
    border-radius: 100%;
    width: 11px;
    height: 11px;
    background-color: #37bb37;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25);
    /* box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15); */
    box-sizing: content-box; 
}
.video-section-tab-button:hover{
    /* border: 7px solid white; */
    border-radius: 100%;
    width: 11px;
    height: 11px;
    background-color: #37bb37;
    box-sizing: content-box; 
    transition: 0.3s;
}
.video-section-bar {
    width: 100%;
    min-width: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #dddddd;
    z-index: -1;
}
.video-section-bar-active {
    z-index: 1;
    width: 0%;
    height: 2px;
    background-color: #37bb37;
}
.video-section-video-container {
    margin: 32px auto;
    width: 1000px;
    height: 563px;
    position: relative;
    z-index: 6;
}
.video-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 7;
    background: linear-gradient(30deg, rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);
}
.video-section-subtitle {
    line-height: 1.4;
    position: absolute;
    top: 8px;
    right: 24px;
    font-size: 56px;
    color: #ffffff;
    font-weight: 600;
    text-align: right;
    z-index: 8;
    width: 500px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.2);
}
.video-green {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #37bb37;
    z-index: 10;
}
.select-presentez {
    left: 0%;
}
.select-developpons {
    left: 50%;
}
.select-realisons {
    left: 100%;
}
.button-wrapper.services.w-inline-block,
.button-wrapper.investir.w-inline-block {
    width: fit-content;
    margin-right: 16px;
}
.greenbloc-buttons {
    display: flex;
    margin-top: 16px;
}
.blocgauche.droite {
    min-width: 518px;
}
.quinoussommes > .titleavg.light {
    margin-bottom: 16px;
}
.quinoussommes {
    padding: 4% 5%;
    line-height: 1.4;
}
.white-paragraph-bigger,
.paragraph-35 {
    line-height: 1.4;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
}
.titleavg.green {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 32px;
}
.contenttext > p {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 32px;
}
.contoursection {
    z-index: 5;
}
.w-layout-grid.grid-3 {
    z-index: 4;
    background-color: #ffffff;
}
.w-layout-grid.grid-7 {
    min-height: 40vh;
}
.w-layout-grid.grid-8 {
    min-height: 50vh;
}
.meridiem,
.borduas,
.marine {
    z-index: 6;
    height: 100%;
}
.section-45 {
    position: relative;
    z-index: 10;
}
.portfolio-button {
    text-decoration: none;
    display: block;
    position: relative;
    font-weight: 700;
    color: #000000;
    width: fit-content;
}
.portfolio-button::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    bottom: -8px;
    left: 0;
    background: #37bb37;
    transition: 0.3s;
}
.portfolio-button:hover::after {
    width: 100%;
}
.hover-projet {
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
}
.hover-projet-green {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #37bb37;
    height: 0%;
}
.hover-projet-container {
    display: flex;
    height: 100%;
}
.hover-preview {
    height: 100%;
    width: 100%;
    margin-left: 50px;
    background-size: cover;
}
#meridiem .hover-preview {
    background-image: url('../images/xl-le-meridiem-beloeil-490813541x.jpg');
}
#borduas .hover-preview {
    background-image: url('../images/facade.jpg');
}
#marine .hover-preview {
    background-image: url('../images/H02.jpg')  ;
}


.lines {
    max-width: 280px;
    grid-column-gap: 6px;
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[14]; */
    grid-template-columns: repeat(14,1fr);
    position: fixed;
    left: 50%;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    height: 0vh;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
}

@media screen and (min-width: 320px) {
    .lines {
        max-width:calc(280px + 1160 * (100vw - 320px) / 1360)
    }
}

@media screen and (min-width: 1680px) {
    .lines {
        max-width:calc(1440px + 755 * (100vw - 1680px) / 880)
    }
}

@media screen and (min-width: 2560px) {
    .lines {
        max-width:2195px
    }
}

@media screen and (min-width: 320px) {
    .lines {
        grid-column-gap:calc(6px + 30 * (100vw - 320px) / 1360)
    }
}

@media screen and (min-width: 1680px) {
    .lines {
        grid-column-gap:calc(36px + 19 * (100vw - 1680px) / 880)
    }
}

@media screen and (min-width: 2560px) {
    .lines {
        grid-column-gap:55px
    }
}

.lines__after,.lines__before {
    content: "";
    display: none;
    z-index: -1;
    height: 100%;
    border-left: 1px solid #37bb37;
    border-right: 1px solid #37bb37;
    opacity: .1;
}

@media (min-width: 768px) {
    .lines__after,.lines__before {
        display:block
    }
}

@media (min-width: 1024px) {
    .lines__after,.lines__before {
        border-width:2px
    }
}

.lines__before {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2/7;
    margin-right: calc(((100vw - (100vw - (280px + 1160 * (100vw - 320px) / 1360))) - ((6px + 30 * (100vw - 320px) / 1360) * 13)) / 14);
    margin-left: calc(6px + 30 * (100vw - 320px) / 1360)
}

.lines__after {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column: 9/14;
    margin-right: calc(6px + 30 * (100vw - 320px) / 1360);
    margin-left: calc(((100vw - (100vw - (280px + 1160 * (100vw - 320px) / 1360))) - ((6px + 30 * (100vw - 320px) / 1360) * 13)) / 14)
}
.nav-link-3.w-nav-link.active {
    color: #ffffff;
}

.div-block-129 .st0 {
    fill: #37bb37;
    stroke-width: 4px;
    stroke: #37bb37;
}
.div-block-129 > svg {
    width: 50px;
    margin-top: -10px;
}