* {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    max-width: 100vw;
    font-family: 'Manrope', sans-serif;
    background-color: #fff;
    overflow-x: hidden;

}

.container {
    width: 100%;
}


h1 {
    font-size: 13vw;
    line-height: 1.2;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 220px;
}

.h1_twolines {
    height: 450px;
}

h1 span {
    position: absolute;
    top: 100%;
    animation: reveal-animation 1.3s ease-in-out forwards;
}

.subtitle {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 80px;
}

.subtitle span {
    position: absolute;
    top: 100%;
    animation: reveal-animation 1.3s ease-in-out forwards;
    animation-delay: 0.8s;
}

@keyframes reveal-animation {
    0% {
        top: 100%;
    }

    100% {
        top: 0%;
    }
}

h2 {
    font-size: 3.5vw;
}

.subtitle {
    font-size: 3.5vw;
    line-height: 1;
}



.little_title span {
    display: inline-block;
}


/* -------------------------------------------------------------------------- */
/*                                    LOCO                                    */
/* -------------------------------------------------------------------------- */

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}


[data-scroll-direction="horizontal"] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
    transform: scaleY(1.3);
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0;
}



.section_first_wokeasy {
    background-image: url("../images/wokeasy/wokeasy-header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 4vw;
    margin: 0;
    color: #fff;
}

.section_first_sv {
    background-image: url("../images/sv/sv_header\ 1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 4vw;
    margin: 0;
    color: #fff;
}

.section_first_nasa {
    background-image: url("../images/nasa/nasaheader.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 4vw;
    margin: 0;
    color: #fff;
}

.section_first_zencoffee {
    background-image: url("../images/zencoffee/zencoffee-header.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 4vw;
    margin: 0;
    color: #fff;
}

.section_first_starrynight {
    background-image: url("../images/starrynight/starrynightheader.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 4vw;
    margin: 0;
    color: #fff;
}

.section_first_shieldbearers {
    background-image: url("../images/shieldbearers/Login.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 4vw;
    margin: 0;
    color: #fff;
}

.section_first_training_center {
    background-image: url("../images/trainingCenter/banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 4vw;
    margin: 0;
    color: #fff;


}


.section_2 {

    max-width: 100vw;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.section_2 p {

    font-size: 3vw;

}

.section_projet {
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding-top: 8.6vh;



}

.header_projet {
    display: flex;
    flex-direction: column;

}

.hd_row1 {
    display: flex;
    flex-direction: row;
    width: 85vw;
    margin: auto;
    height: 100%;

}

.title_section_projet {
    padding-left: 12%;
    font-style: extra-light;
    font-weight: 200;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.hd_r1_col_left {
    font-size: 1.8vw;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.hd_r1_col_right {
    padding: 5%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.hd_r1_col_right img {
    height: 600px;
    width: 450px;

}

.hd_r1_col_left-text h3 {
    margin-top: 2%;
    margin-bottom: 2%;
}

.hd_r1_col_left-text h4 {
    margin-top: 2%;
    font-size: 1.5vw;
    color: rgb(145, 145, 145);
    font-weight: extra-light;

}

.hd_r1_col_left-text p {
    margin-bottom: 2%;
}

.hd_r1_col_left-text a {
    color: #2c2c2c;
}

.hd_r1_col_left-text a:hover {
    color: #9c9c9c;
}


.section_projet_2 {
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding-top: 8.6vh;


}

.hd_row2 {
    display: flex;
    flex-direction: row-reverse;
    width: 85vw;
    margin: auto;
    height: 100%;
}



.col_gl_right {
    padding-top: 10%;
}



.linkediv {
    width: 100vw;
    height: 30vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}

.linkediv h2 {
    font-size: 2.5vw;
}



.link_projet {
    height: 50px;
    text-align: center;
    margin-bottom: 150px;

}

.linkediv a {

    color: #000;
    font-weight: 200;


}

.linkediv a:hover {

    color: #9c9c9c;
    font-weight: 200;


}

.color2 {
    margin-bottom: 10%;
}




.gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gllr_row_1,
.gllr_row_2,
.gllr_row_3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
}

.gllr_row_1 img,
.gllr_row_2 img,
.gllr_row_3 img {
    height: 350px;
    margin: 10px;
}


/* ----------------------------------- nav ---------------------------------- */
.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 1.5%;
    padding-left: 3%;
    padding-right: 3%;
    z-index: 99999;
    color: #ffff;

}

.nav .titlenav a,
.nav a {
    text-decoration: none;
    color: #fff;
}