@font-face {
    font-family: "GT America Bold";
    src:
        url("t/GTAmerica-Bold.woff2") format("woff2"),
        url("t/GTAmerica-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GT America Expanded";
    src:
        url("t/GTAmerica-ExpandedMedium.woff2") format("woff2"),
        url("t/GTAmerica-ExpandedMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GT America Compressed";
    src:
        url("t/GTAmerica-CompressedLight.woff2") format("woff2"),
        url("t/GTAmerica-CompressedLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "GT America";
    src:
        url("t/GTAmerica-Regular.woff2") format("woff2"),
        url("t/GTAmerica-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.grid {
    width: 1170px;
    position: relative;
    height: 100vh;
    margin: 0 auto;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}
.col-grid {
    width: 15%;
    height: 100%;
    background: #ff8118;
    opacity: 0.2;
    z-index: 99;
}
.line-v {
    width: 1px;
    height: 100vh;
    background-color: #ffff4f;
    position: fixed;
    left: 50%;
    margin-left: -0.5px;
    top: 0px;
}
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    background-attachment: fixed;
    background-image: linear-gradient(to right bottom, #203559, #192c49, #13233a, #0e1a2b, #08111d);
}
.has-scroll-smooth body {
    overflow: auto;
}
.clear {
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
p {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: unset;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
figure {
    -webkit-margin-before: unset;
    margin-block-start: unset;
    -webkit-margin-after: unset;
    margin-block-end: unset;
    -webkit-margin-start: unset;
    margin-inline-start: unset;
    -webkit-margin-end: unset;
    margin-inline-end: unset;
}
ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
a {
    text-decoration: none;
}
*:focus {
    outline: none;
}
.overflow {
    overflow: hidden !important;
}
.vs-section {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
}
.c-scrollbar_thumb {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.ie {
    overflow: auto;
}
.ie #main {
    overflow: scroll;
    position: relative;
}
svg:not(:root),
symbol,
image,
marker,
pattern,
foreignObject {
    overflow: visible !important;
}
svg {
    overflow: visible !important;
    box-shadow: 0px 0px 10000px transparent;
}
.progress {
    cursor: progress !important;
}
:not(svg),
:not(foreignObject) > svg {
    transform-origin: unset;
}
.has-scroll-smooth .o-scroll {
    position: relative;
}
.o-scroll {
    box-sizing: border-box;
    overflow: hidden;
}
.mobile {
    display: none;
}
.split div,
.split2 div {
    overflow: hidden;
    white-space: wrap;
}
.split div span,
.split2 div span {
    position: relative;
    display: block;
    transform: translate3d(0, 120%, 0);
}
.centerxy {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.center-x {
    left: 50%;
    transform: translateX(-50%);
}
.center-y {
    top: 50%;
    transform: translateY(-50%);
}
.cover {
    background-size: cover !important;
    background-position: center !important;
}
strong {
    font-family: "GT America Bold";
}
a {
    color: #ffffff;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a:hover {
    color: #bcc2cd;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav {
    position: fixed;
    width: 100vw;
    margin: 0 auto;
    z-index: 999;
}
.nav h1 {
    text-indent: -99999px;
    position: absolute;
}
#burger {
    position: absolute;
    left: 50%;
    top: 2.083vw;
    cursor: pointer;
    transform: translateX(-50%);
    height: 18px;
    width: 20px;
}
#burger span {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0px;
    background-color: #ffffff;
}
#burger span:nth-child(2) {
    margin-top: 8px;
    width: 75%;
}
#burger span:nth-child(3) {
    margin-top: 15px;
}
#burger:hover span:nth-child(2) {
    width: 100%;
}
#burger.is-open span {
    transform: rotate(45deg);
    transform-origin: center;
    margin-top: 8px;
}
#burger.is-open span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: center;
    margin-top: 8px;
}
#burger.is-open span:nth-child(2) {
    opacity: 0;
    width: 0;
}
.menu {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transform: translate3d(0, -100%, 0);
    z-index: 9;
    background-color: #ffffff;
    position: absolute;
}
.transition {
    position: fixed;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: aqua;
    z-index: 9999;
    transform: translate3d(0, -100%, 0);
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wrap {
    width: 100vw;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
#preload {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background-color: #ffffff;
    top: 0;
    left: 0;
}
#preload.is-loaded {
    transform: translate3d(0, 100%, 0);
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.txt-perc {
    width: 3vw;
    margin-left: 9.5vw;
    display: inline-block;
    font: 300 normal 1.1vw/1.1vw "Suisse Intl Light";
    top: 50%;
    right: 2.5vw;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    position: absolute;
    transform: translate(-50%, -50%);
}
.animation {
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ratio-p {
    position: relative;
    display: block;
    overflow: hidden;
    width: 58.68vw;
}
.ratio-p::before {
    display: block;
    padding-bottom: 62.5%;
    width: 100%;
    content: "";
}
.ratio-p img {
    width: 100%;
    overflow: hidden;
    left: 0%;
    height: 100%;
    position: absolute;
    top: 0%;
}
.pos50 {
    top: 50vh;
    transform: translateY(-50%);
    position: relative;
}
.inside {
    position: relative;
    width: 70vw;
    margin: 0 auto;
}
.inside div {
    height: 70vh;
    width: 30%;
}
.inside div:nth-child(1) {
    background-color: #fff;
}
.inside div:nth-child(2) {
    background-color: aqua;
}
.inside div:nth-child(3) {
    background-color: yellow;
}
.nav img {
    width: 8.333vw;
    margin: 1.389vw 0 0 1.389vw;
}
.fleur-g {
    width: 40.972vw;
}
.fleur-d {
    width: 20.556vw;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.logo-inner {
    position: absolute;
    width: 22.222vw;
    z-index: 3;
}
section {
    position: relative;
}
.H-a {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.scroll {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 50px;
}
.scroll span:nth-child(1) {
    width: 1px;
    height: 80px;
    background-color: #ffffff;
    position: relative;
    display: block;
    z-index: 99;
    text-align: center;
    left: 50%;
    transform: translateX(-0.5px);
    margin-bottom: 15px;
}
.scroll span:nth-child(2) {
    color: #ffffff;
    font-size: 0.764vw;
    text-transform: uppercase;
    font-family: "GT America Expanded";
    letter-spacing: 0.1vw;
}
.H-b {
    text-align: center;
    padding-bottom: 8vw;
}
.numb {
    margin: 0 auto;
    position: relative;
    width: 11.125vw;
    min-width: 45px;
    height: 4.125vw;
    min-height: 45px;
    border: 1px solid #ffffff;
    border-radius: 0%;
}
.numb-line {
    width: 1px;
    height: 80px;
    margin-top: 12.5vw;
    background-color: #ffffff;
    position: relative;
    display: block;
    z-index: 99;
    text-align: center;
    left: 50%;
    transform: translateX(-0.5px);
    margin-bottom: 15px;
}
.numb span {
    font-family: "GT America Bold";
    font-size: 1.4vw;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
}
.cat {
    color: #ffffff;
    font-family: "GT America Compressed";
    font-size: 2.153vw;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    margin-top: 1vw;
    margin-bottom: 5.556vw;
}
.name {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "GT America Bold";
    font-size: 4.861vw;
    line-height: 6.6vw;
    display: block;
    width: 100%;
    text-align: center;
}
.avantpropos {
    margin-top: 2.8vw;
    text-align: justify;
}
.avantpropos h2 {
    font-family: "GT America Bold";
    text-align: justify;
    padding-left: 8vw;
    font-size: 1vw;
    text-transform: uppercase;
}
.avantpropos p {
    font-family: "GT America";
    text-align: justify;
    font-size: 1.4vw;
    line-height: 2vw;
    position: relative;
    padding-right: 8vw;
    padding-left: 8vw;
    padding-bottom: 8vw;
}
.footer {
    color: #ffffff;
    font-family: "GT America Expanded";
    font-size: 1.2vw;
    padding-left: 3vw;
    padding-top: 8vw;
}
.footer a {
    color: #ffffff;
    color: #ffffff;
    padding-left: 1vw;
}
.credit {
    color: #ffffff;
    font-family: "GT America";
    font-size: 1.1vw;
	padding-left: 3vw;
	padding-top: 5px;
	padding-bottom: 1vw;


}
.credit a {
    color: #ffffff;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a:hover {
    color: #bcc2cd;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media screen and (max-width: 700px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .o-scroll {
        position: relative;
    }
    .logo-inner {
        width: 80vw;
    }
    .nav img {
        width: 80px;
        margin: 20px;
    }
    .fleur-g {
        width: 80.972vw;
    }
    .fleur-d {
        width: 45.556vw;
    }
    .scroll span:nth-child(2) {
        font-size: 3vw;
    }
    .avantpropos h2 {
        font-size: 3vw;
        padding-left: 25px;
    }
    .avantpropos p {
    font-size: 3.5vw;
    line-height: 5vw;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    }
    .numb span {
        font-size: 5vw;
    }
    .cat {
        font-family: "GT America Compressed";
        font-size: 5vw;
        display: block;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.2vw;
        margin-top: 15px;
        margin-bottom: 10px;
        width: 90%;
        left: 5%;
    }
   .footer {
        color: #ffffff;
        font-family: "GT America Expanded";
        font-size: 3vw;
        padding-left: 20px;
    }
    .credit {
        font-family: "GT America";
        font-size: 2.6vw;
        padding: 10px 0 20px 20px;
    }
}