/* -------------------------------------------------
	
	01 . IMPORT
	02 . BASE
	03 . HERO
    04 . PAGE FOOTER
    05 . JOIN US
    06 . CONTACT
    07 . CTA
    08 . 404
    09 . xxxxxx
    10 . xxxxxx
	
------------------------------------------------- */





/* ////////////////////////////////////////////////////////////////////////////

    01 . IMPORT

//////////////////////////////////////////////////////////////////////////// */

@import url('libs/normalize.css');
@import url('libs/kenburns.css');
@import url('libs/magnific-popup.css');
@import url('interface.css');
@import url('blog.css');
@import url('projets.css');
@import url('about.css');
@import url('expertise.css');
@import url('home.css');

@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:wght@300..700&display=swap');

@font-face {
    font-family: 'font-text-light';
    src: url('../fonts/font-text-light.woff2') format('woff2'),
        url('../fonts/font-text-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'font-text-regular';
    src: url('../fonts/font-text-regular.woff2') format('woff2'),
        url('../fonts/font-text-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'font-text-medium';
    src: url('../fonts/font-text-medium.woff2') format('woff2'),
        url('../fonts/font-text-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'font-text-bold';
    src: url('../fonts/font-text-bold.woff2') format('woff2'),
        url('../fonts/font-text-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'font-title';
    src: url('../fonts/font-title.woff') format('woff2'),
         url('../fonts/font-title.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* AR */
@font-face {
    font-family: 'font-ar';
    src: url('../fonts/PPNeueMontrealArabic-Regular.woff') format('woff2'),
        url('../fonts/PPNeueMontrealArabic-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'font-ar-light';
    src: url('../fonts/PPNeueMontrealArabic-Light.woff') format('woff2'),
        url('../fonts/PPNeueMontrealArabic-Light.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'font-ar-medium';
    src: url('../fonts/PPNeueMontrealArabic-Medium.woff') format('woff2'),
        url('../fonts/PPNeueMontrealArabic-Medium.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'font-ar-bold';
    src: url('../fonts/PPNeueMontrealArabic-Bold.woff') format('woff2'),
        url('../fonts/PPNeueMontrealArabic-Bold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {

    --font-text-light: 'font-text-light', sans-serif;
    --font-text-regular: 'font-text-regular', sans-serif;
    --font-text-medium: 'font-text-medium', sans-serif;
    --font-text-bold: 'font-text-bold', sans-serif;
    --font-title: 'font-title', sans-serif;

    --color-dark: #243037;
    --color-light: #FBF5E5;
    
    --color-primary-1: #FF1212; /* rgba(255,18,18,1); */
    --color-primary-2: #FBF5E5; /* rgba(251,245,229,1); */
    --color-primary-3: #FF5B05; /* rgba(255,91,5,1); */
    --color-primary-4: #243037; /* rgba(36,48,55,1); */
    
    --color-grey-xdark: #243037; /* rgba(36,48,55,1); */
    --color-grey-dark: #50595F; /* rgba(80,89,95,1); */
    --color-grey: #7C8387; /* rgba(124,131,135,1); */
    --color-grey-light: #A7ACAF; /* rgba(167,172,175,1); */
    --color-grey-xlight: #D3D6D7; /* rgba(211,214,215,1); */

    /* --- INTERFACE --- */
    --site-width: 1470px;
    --site-width-inner: 1440px;
    --btn-radius: 2em;

    /* --- FLUID TYPO --- */
    --fs-sm: clamp(0.8rem, 0.17vi + 0.76rem, 0.89rem);
    --fs-base: clamp(1rem, 0.34vi + 0.91rem, 1.19rem);
    --fs-md: clamp(1.25rem, 0.61vi + 1.1rem, 1.58rem);
    --fs-lg: clamp(1.56rem, 1vi + 1.31rem, 2.11rem);
    --fs-xl: clamp(1.95rem, 1.56vi + 1.56rem, 2.81rem);
    --fs-xxl: clamp(2.44rem, 2.38vi + 1.85rem, 3.75rem);
    --fs-xxxl: clamp(3.05rem, 3.54vi + 2.17rem, 5rem);

}

html[dir="rtl"]:root {
    --font-text-light: 'font-ar-light', sans-serif;
    --font-text-regular: 'font-ar', sans-serif;
    --font-text-medium: 'font-ar-medium', sans-serif;
    --font-text-bold: 'font-ar-bold', sans-serif;
    --font-text-black: 'font-ar-bold', sans-serif;
}





/* ////////////////////////////////////////////////////////////////////////////

    02 . BASE

//////////////////////////////////////////////////////////////////////////// */

html {
	background-color: var(--color-dark);
    width: 100%;
    height: 100%;
}
body {
    position: relative;
    background-color: var(--color-dark);
    color: var(--color-light);
    /* font-family: var(--font-text-regular); */
    font-family: 'Zalando Sans SemiExpanded', sans-serif;
    font-size: var(--fs-base);
    line-height: 1.5;
    font-weight: 400;
    width: 100%;
    height: 100%;
    overflow-x: hidden!important;
}
html[dir="rtl"] body {
    font-family: 'font-ar', sans-serif;
}
body.open {
    overflow-y: hidden!important;
    touch-action: none!important;
}

/* SCROLLBAR */
body::-webkit-scrollbar { width: 10px; background: var(--color-grey-xlight); }
body::-webkit-scrollbar-thumb { background: var(--color-dark); border-radius: 10px; }

::-moz-selection { background-color:var(--color-dark); color:var(--color-light); }
::selection { background-color:var(--color-dark); color:var(--color-light); }

/* LIENS */
a {
	color: var(--color-dark);
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.no-touch a:hover { color: var(--color-dark); outline:0; text-decoration:none; }

a[href^=tel]{
    color: inherit!important;
    text-decoration: inherit!important;
    font-size: inherit!important;
    font-style: inherit!important;
    font-weight: inherit!important;
}

/* TEXTE */
br { font-size: 0; line-height: 0; }
strong, b { font-weight: 600; }

/* IMAGE */
img { position: relative; max-width: 100%; user-select: none; -webkit-user-drag: none; }

/* LISTES */
ol, ul { margin: 0; padding: 0; list-style: none; }

/* PARAGRAPHES */
p { margin: 0 0 10px 0; padding: 0; }
p:last-child { margin: 0; }

/* TITRES */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
    font-weight: normal;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* h1 {
    font-size: clamp(2.25rem, 4.157vw + 1.174rem, 4.5rem);
    line-height: clamp(2.588rem, 4.781vw + 1.351rem, 5.175rem);
}
h2 {
    font-size: clamp(1.875rem, 3.464vw + 0.979rem, 3.75rem);
    line-height: clamp(2.156rem, 3.984vw + 1.125rem, 4.313rem);
}
h3 {
    font-size: clamp(1.5rem, 2.771vw + 0.783rem, 3rem);
    line-height: clamp(1.725rem, 3.187vw + 0.9rem, 3.45rem);
}
h4 {
    font-size: clamp(1.25rem, 2.309vw + 0.652rem, 2.5rem);
    line-height: clamp(1.438rem, 2.656vw + 0.75rem, 2.875rem);
} */

/* PADDING */
.no-padding { padding:0; }

/* INDENT */
.has-indent {
    text-indent: calc(25% - (3 * 30px) / 4);
}





/* ////////////////////////////////////////////////////////////////////////////

    03 . HERO

//////////////////////////////////////////////////////////////////////////// */

.hero {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: calc(100vh);
    background-color: var(--color-light);
}
.hero_inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: var(--color-grey-xlight);
    border-radius: 25px;
    margin: 10px;
}
.hero_inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent calc(100% - 1px), rgba(251,245,229,.1) 0);
    background-size: 20.1% 100%;
    /* mix-blend-mode: difference; */
}
.hero_inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
}

@media only screen and (max-width: 992px) {
    .hero_inner::before {
        background-size: 33.66% 100%;
    }
}

.hero_caption {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
}
.hero_caption-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: var(--site-width);
    margin: 30px auto 0 auto;
    padding: 0 15px;
    text-align: center;
}

.hero_caption h1 {
    font-family: var(--font-text-bold);
    /* font-size: clamp(60px, 12vw, 72px); */
    font-size: clamp(2.5rem, calc(3.5vw + 1rem), 6rem);
    line-height: 1.05;
    text-transform: uppercase;
    /* color: var(--color-primary-1); */
}
.hero_caption h2 {
    font-size: clamp(26px, 6vw, 32px);
    font-size: clamp(.75rem, calc(1vw + 1rem), 2.5rem);
    line-height: 1.25;
    /* color: #FFF; */
    text-shadow: 1px 1px 4px rgba(0,0,0,.25);
    /* margin: 0 auto; */
}

#scroll-down {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 50px;
}
#scroll-down::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 50px;
    background: var(--color-light);
}

@media only screen and (max-width: 992px) {
    .hero_caption {
        position: relative;
    }
    .hero_caption-inner {
        padding: 50px 15px;
        margin: 15px auto 0 auto;
    }
}

/* -------------------------------------------
    IMAGE 
------------------------------------------- */
.hero_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}
.hero_image img {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* -------------------------------------------
    KEN BURNS 
------------------------------------------- */
#slideshow {
    position: absolute!important;
    background-color: var(--color-dark)!important;
}

/* -------------------------------------------
    VIDEO MP4 
------------------------------------------- */
.hero > .videoHero {
    position: relative;
    width: 100%;
    height: 100%;
}
.videoHero > video {
    display: flex;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* -------------------------------------------
    VIDEO YT 
------------------------------------------- */
#videoHero {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    background: transparent;
    overflow: hidden;
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
    border-radius: 25px;
    margin: 10px;
}
.ytplayer-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1.2, 1.2) translate(-15px,-10px);
    transform-origin: center center;
}

@media only screen and (max-width: 992px) {
    .ytplayer-container {
        left: 50%;
        transform: scale(1.2, 1.2) translateX(-50%);
    }
}

#videoControls {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
#yt-volume {
    position: relative;
    width: 20px;
    height: 19px;
    line-height: 1;
    font-size: 19px;
    text-align: center;
    color: var(--color-light);
    cursor: pointer;
}
#yt-volume::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}
input[type="range"].disabled {
    pointer-events: none;
    opacity: .5;
}
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 13px;
    transition: opacity .2s;
}
input[type="range"]::-webkit-slider-runnable-track {
    height: 12px;
    background: rgba(0,0,0,.5);
    border-radius: 16px;
}
input[type="range"]::-moz-range-track {
    height: 12px;
    background: rgba(0,0,0,.5);
    border-radius: 13px;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 12px;
    width: 12px;
    background-color: var(--color-light);
    border-radius: 50%;
    border: 2px solid var(--color-primary-1);
    box-shadow: -407px 0 0 400px var(--color-primary-1);
}
input[type="range"]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    background-color: var(--color-light);
    border-radius: 50%;
    border: 1px solid var(--color-primary-1);
    box-shadow: -407px 0 0 400px var(--color-primary-1);
}

@media only screen and (max-width: 992px) {
    input[type="range"] {
        display: none;
    }
}





/* ////////////////////////////////////////////////////////////////////////////

    04 . PAGE FOOTER

//////////////////////////////////////////////////////////////////////////// */

/* ------------------------------------------- 
	ANIMATION
------------------------------------------- */
/* ZOOM */
.mfp-zoom-in .mfp-with-anim { opacity: 0; transition: all 0.2s ease-in-out; transform: scale(0.9); }
.mfp-zoom-in.mfp-bg { opacity: 0; transition: all 0.2s ease-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1); }
.mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.9; }
.mfp-zoom-in.mfp-removing .mfp-with-anim { transform: scale(0.9); opacity: 0; }
.mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; }

/* ------------------------------------------- 
	BASE
------------------------------------------- */
.popup {
	position: relative;
	background: var(--color-light);
	color: var(--color-dark);
	padding: 0;
	width:auto;
	max-width: 800px;
	margin: 10px auto;
    border-radius: 15px;
}
.popup-inner {
    padding: 25px;
}
.popup-header {
    display: flex;
    align-items: center;
    margin: 0 0 35px 0;
}
.popup-title {
	position: relative;
    font-family: var(--font-title);
    font-size: 34px;
	line-height: 1.05;
    text-transform: uppercase;
	color: var(--color-dark);
    padding: 0 60px 0 0;
}
.popup-close {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 20px;
    color: var(--color-dark);
    width: 40px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 72px;
    line-height: 1;
    cursor: pointer;
}
.popup-close i {
    position: relative;
}
.popup-content {
    font-size: 15px;
    line-height: 1.55;
}
.popup-content h2 {
    font-family: var(--font-text-medium);
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 10px;
    font-weight: normal;
}
.popup-content h3 {
    font-family: var(--font-text-medium);
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: normal;
}
.popup-content p {
    margin-bottom: 10px;
}
.popup-content p:last-child {
    margin-bottom: 0;
}
.popup-content p + h2 {
    margin: 30px 0 10px 0;
}
.popup-content p + h3 {
    margin: 30px 0 10px 0;
}
.popup-content a {
    font-weight: 500;
    text-decoration: none;
	display: inline;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	transition: background-size 0.5s;
}
.no-touch .popup-content a:hover {
    background-position: 100% 100%;
	background-size: 0 2px;
}

@media only screen and (max-width: 992px) {
    .popup-inner {
        padding: 15px;
    }
    .popup-header {
        display: flex;
        align-items: center;
    }
    .popup-close {
        width: 20px;
        height: 20px;
    }
    .popup-content h2 {
        font-size: 22px;
        line-height: 1.25;
    }
    .popup-content h3 {
        font-size: 18px;
        line-height: 1.2;
    }
}




/* ////////////////////////////////////////////////////////////////////////////

    05 . JOIN US

//////////////////////////////////////////////////////////////////////////// */

/* -------------------------------------------
    INTRO 
------------------------------------------- */
.intro_join {
    background-color: var(--color-light);
    color: var(--color-dark);
}
.intro_join::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/about/topography.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: invert(1) brightness(0);
    opacity: .06;
}
.intro_join-wrap {
    display: flex;
    justify-content: space-between;
    gap: 150px;
    width: 100%;
}
.intro_join-title {
    /* flex: 1 0 auto; */
}
.intro_join-title h2 {
    display: inline-flex;
    font-family: var(--font-text-bold);
    font-size: 56px;
    line-height: 1.05;
}
.intro_join-desc {
    font-size: 21px;
    line-height: 1.5;
    flex: 1;
    max-width: 600px;
}
.intro_join-desc h3 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 30px 0;
}
.intro_join-desc h4 {
    font-family: var(--font-text-bold);
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.intro_join-claim {
    /* flex: 1 0 auto; */
    align-self: flex-end;
    margin: 0 0 0 auto;
    font-family: var(--font-text-medium);
    font-size: 20px;
    line-height: 1.3;
    color: var(--color-primary-1);
}

@media only screen and (max-width: 992px) {
    .intro_join-wrap {
        flex-direction: column;
        gap: 0;
    }
    .intro_join-title {
        margin: 0 0 50px 0;
    }
    .intro_join-title h2 {
        font-size: 40px;
    }
    .intro_join-desc {
        font-size: 22px;
    }
    .intro_join-claim {
        margin: 50px 0 0 0;
        align-self: flex-start;
        font-size: 19px;
    }
}


/* -------------------------------------------
    GALLERY 
------------------------------------------- */
.about_moving {
    position: relative;
    background-color: var(--color-light);
}
/* .about_moving::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(50%);
    background-color: var(--color-light);
} */

/* MOVING GALLERY */
.fw-gallery .wrapper-gallery {
    display: inline-flex;
    align-items: flex-end;
    align-items: center;
    margin:0;
    padding:0;
    clear:both;
}
.bw-gallery .wrapper-gallery {
    display: inline-flex;
    align-items: flex-start;
    margin:0;
    padding:0;
}
.moving-gallery {
    margin: 0 0 10px 0;
    display: flex;
}
.moving-gallery:last-child {
    margin: 0;
}
.wrapper-gallery li {
    box-sizing: border-box;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    width: 20vw!important;
}
.wrapper-gallery li:nth-child(odd) {
    flex: none;
    width: 35vw!important;
}
.wrapper-gallery li img {
    display: flex;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    object-fit: cover;
    border-radius: 18px;
}

@media only screen and (max-width: 992px) {
    .wrapper-gallery li {
        padding-left: 5px;
        padding-right: 5px;
        width: 45vw!important;
	}
    .wrapper-gallery li:nth-child(odd) {
        width: 75vw!important;
    }
    .wrapper-gallery li img {
        height: 30vh;
    }
}


/* -------------------------------------------
    GRID 
------------------------------------------- */
.join {
    background-color: var(--color-light);
    color: var(--color-dark);
    padding: 100px 10px 150px 10px;
}

.grid_join {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
}

.item_join {
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 45px 0;
    border-bottom: rgba(0,0,0,.15) solid 1px;
    transition: color .25s, background-color .25s;
}
.item_join:first-child {
    border-top: rgba(0,0,0,.15) solid 1px;
}

.no-touch .grid_join:hover > div { color: var(--color-dark); }
.no-touch .grid_join:hover > div:hover { color: var(--color-primary-1); background-color: rgba(0,0,0,.025); }

.item_join a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.item_join-caption {
    position: relative;
    width: 100%;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 100px;
    align-items: center;
}
.item_join-caption::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    box-sizing: border-box;
    font-family: "Ionicons";
    content: '\f30f';
    font-size: 32px;
    color: var(--color-dark);
    opacity: 1;
    width: auto;
    height: inherit !important;
    transition: color .25s;
}
.no-touch .item_join:hover .item_join-caption::after {
    color: var(--color-primary-1);
}
html[dir="rtl"] .item_join-caption::after {
    right: inherit;
    left: 15px;
    transform: translateY(-50%) scaleX(-1);
}

.item_join-caption h3 {
    font-family: var(--font-text-medium);
    font-size: 30px;
    line-height: 1.1;
    font-weight: normal;
    /* text-transform: uppercase; */
    grid-column: span 2 / span 2;
    transition: margin .25s;
    margin-left: 15px;
}
.item_join-caption span {
    position: relative;
    font-size: 16px;
    line-height: 1;
    color: var(--color-grey);
    border-left: rgba(0,0,0,.15) solid 1px;
    padding: 15px 0 15px 50px;
}
html[dir="rtl"] .item_join-caption span {
    border-left: none;
    border-right: rgba(0,0,0,.15) solid 1px;
    padding: 15px 50px 15px 0;
}

@media only screen and (max-width: 992px) {
    .join {
        padding: 75px 0;
    }
    .item_join {
        padding: 25px 0;
    }
    .item_join-caption::after {
        font-size: 24px;
        right: 0;
    }
    .item_join-caption {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .item_join-caption h3 {
        font-size: 24px;
        margin-left: 0;
        max-width: 80%;
    }
    .item_join-caption span {
        font-size: 17px;
        border-left: none;
        padding: 0;
    }
    html[dir="rtl"] .item_join-caption span {
        border-right: none;
        padding: 0;
    }
}





/* ////////////////////////////////////////////////////////////////////////////

    06 . CONTACT

//////////////////////////////////////////////////////////////////////////// */

.contact {
    background-color: var(--color-light);
    color: var(--color-dark);
    padding: 75px 15px;
}

.contact_wrap {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.contact_infos {
    flex: 1;
}
.contact_form {
    position: relative;
    flex: 2;
    background-color: rgba(36,48,55,.04);
    border-radius: 20px;
    padding: 35px;
}
.contact_form h2 {
    position: relative;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--color-dark);
    max-width: 575px;
    margin: 0 0 50px 0;
}

@media only screen and (max-width: 992px) {
    .contact {
        padding: 50px 0 75px 0;
    }
    .contact_wrap {
        flex-direction: column;
        gap: 0;
    }
    .contact_form {
        padding: 20px;
        margin: 50px 0 0 0;
    }
    .contact_form h2 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
}


/* -------------------------------------------
    INFOS 
------------------------------------------- */
.contact_infos {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact_item:first-child img {
    height: 40px;
    margin: 0 0 30px 0;
    filter: invert(1) brightness(0);
}
.contact_item strong {
    font-family: var(--font-title-bold);
    font-size: 28px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 10px;
}
.contact_item a {
    color: var(--color-dark);
    padding: 6px 0;
    font-size: 21px!important;
    line-height: 1;
}
.no-touch .contact_item a:hover {
    color: var(--color-primary-1)!important;
}
.contact_item a:last-child {
    margin: 0;
}

/* SOCIAL */
.contact_social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 20px 0 0 0;
}
.contact_social a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .25s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-primary-1);
}
.no-touch .contact_social a:hover {
    background-color: var(--color-dark);
}
.contact_social a img {
    position: relative;
    display: flex;
    height: 20px;
    transition: filter .25s;
    filter: invert(1) brightness(125%);
}
/* .no-touch .contact_social a:hover img {
    filter: invert(0) brightness(100%);
} */

@media only screen and (max-width: 992px) {
    .contact_infos {
        margin: 0;
        gap: 25px;
        max-width: 100%;
    }
}


/* -------------------------------------------
    MAP 
------------------------------------------- */
.map-container {
	position:relative;
    overflow: hidden;
	background: var(--color-light);
    padding: 0 0 150px 0;
}
.map {
	position:relative;
    overflow: hidden;
	background: var(--color-dark);
    width: calc(100% - 60px);
	height: 80vh;
    margin: 0 auto;
    border-radius: 20px;
}
.gm-style-cc {
    filter: grayscale(100%) invert(1) contrast(100%)!important;
}
.map-nav {
	position:absolute;
	z-index:2;
	top: 25px;
	right: 50px;
	display: flex;
}
#cd-zoom-in, #cd-zoom-out {
	position: relative;
	height: 38px;
	width: 38px;
	cursor: pointer;
	background-color: var(--color-dark);
	text-align:center;
	transition: background-color 0.2s ease-in-out;
}
.no-touch #cd-zoom-in:hover:after,
.no-touch #cd-zoom-out:hover:after {
	color: var(--color-primary-1);
}
#cd-zoom-in {
	border-top: 1px solid var(--color-dark);
	border-right: 1px solid var(--color-dark);
	border-bottom: 1px solid var(--color-dark);
    border-left: 1px solid #17181B;
}
#cd-zoom-in:after {
	font-size: 16px;
	line-height:36px;
	color: var(--color-light);
	content: "\f217";
	font-family: "Ionicons";
	display:block;
	transition: color 0.2s ease-in-out;
}
#cd-zoom-out {
    border: 1px solid var(--color-dark);
}
#cd-zoom-out:after {
	font-size: 16px;
	line-height:36px;
	color: var(--color-light);
	content: "\f208";
	font-family: "Ionicons";
	display:block;
	transition: color 0.2s ease-in-out;
}

@media only screen and (max-width: 992px) {
    .map {
        height: 425px;
    }
    .map {
        width: calc(100% - 30px);
    }
    .map-container {
        padding: 0 0 75px 0;
    }
    .map-container::before {
        height: 75px;
    }
}


/* -------------------------------------------
    FORM 
------------------------------------------- */
.bloc_form { position: relative; }
.bloc_form-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 25px;
}
.bloc_form-wrap.full {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}

.bloc_form-wrap .bloc_form {
    margin: 0;
}
.bloc_form-wrap .bloc_form.full {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

@media only screen and (max-width: 992px) {
    .bloc_form-wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .bloc_form-wrap .bloc_form.full {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
        grid-gap: 20px;
    }
}

/* ------------------------------------------- 
	LABEL
------------------------------------------- */
.bloc_form label {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.1;
    margin: 0 0 10px 0;
    color: var(--color-dark);
    opacity: .75;
}

/* ------------------------------------------- 
	FIELDS
------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
input[type=tel], 
textarea {
  	position: relative;
    display: block;
    border: none;
    border-bottom: rgba(36,48,55,.25) solid 1px;
    /* box-shadow: inset 0px 0px 0px 1px rgba(36,48,55,.12); */
    width: 100%;
    font-size: 16px;
    line-height: 55px;
    padding: 0;
    color: var(--color-dark);
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
textarea {
    position: relative;
	resize:vertical;
    min-height: 175px;
    max-height: 300px;
    font-size: 16px;
    line-height: 1.4;
    padding: 20px 0 0 0;
}
input[type=text]:focus,
input[type=password]:focus, 
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	border-color: none;
    outline: none;
}
::-webkit-input-placeholder { color: var(--color-grey); font-size: 16px; }
::placeholder { color: var(--color-grey); font: 16px; }
[hidden] { display: none !important; color: var(--color-grey-light)!important; }
.hidden { display:none; color: var(--color-grey-light)!important; }

html[dir="rtl"] #phone {
    padding: 0 0 0 0;
    direction: rtl;
}

/* ------------------------------------------- 
	SELECT
------------------------------------------- */
select {
  	position: relative;
	display:inline-block;
	background: transparent;
    border: none;
    border-bottom: rgba(36,48,55,.25) solid 1px;
    /* box-shadow: inset 0px 0px 0px 1px rgba(36,48,55,.12); */
    outline: inherit;
	color: var(--color-dark);
    font-size: 16px;
    line-height: 55px;
    padding: 0 40px 0 0;
    border-radius: 0;
	width:100%;
    letter-spacing: 0;
	margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
html[dir="rtl"] select  {
    padding: 0 15px 0 40px;
}
.select-carret {
	position: relative;
	width:100%!important;
    margin: 0;
}
.select-carret:after {
    content: "";
    position: absolute;
    font-family: "Ionicons";
    content: "\f123";
    pointer-events: none;
    z-index: 1;
    top: calc(50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 16px;
    padding: 0 0 0 15px;
    color: var(--color-grey);
}
html[dir="rtl"] .select-carret:after  {
    right: inherit;
    left: 0;
}
select:invalid { color: var(--color-grey); }
select[disabled] { color: var(--color-grey); }
select option { color: var(--color-dark); }
select:required:invalid { color: var(--color-grey); }





/* ////////////////////////////////////////////////////////////////////////////

    07 . CTA

//////////////////////////////////////////////////////////////////////////// */

.cta {
    position: relative;
    background-color: var(--color-light);
    padding: 0 10px 150px 10px;
}

.cta_wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    padding: 80px 60px;
    background-color: var(--color-dark);
    border-radius: 32px;
}
.cta_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: url(../img/interface/bg-cta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    opacity: 1;
    mix-blend-mode: luminosity;
    border-radius: 32px;
    filter: invert(1);
    opacity: .5;
}

.cta_wrap-desc h2 {
    position: relative;
    font-family: var(--font-text-bold);
    font-size: 40px;
    line-height: 1.1;
    font-weight: normal;
    color: var(--color-primary-1);
    margin: 0 0 30px 0;
}
.cta_wrap-desc h2 i {
    margin: 0 12px 0 0;
}
html[dir="rtl"] .cta_wrap-desc h2 i {
    margin: 0 0 0 12px;
}
.cta_wrap-desc {
    position: relative;
    font-size: 20px;
    flex: 1;
    color: var(--color-grey-xlight);
    max-width: 53%;
}
.cta_wrap-desc h3 {
    position: relative;
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 10px 0;
    color: var(--color-light);
}
.cta_wrap-btn {
    position: relative;
    transform: scale(1.08);
    transform-origin: right center;
}

/* CTA NEWS */
.cta_wrap-form {
    position: relative;
    flex: 1;
}
.cta_wrap-form .footer_newsletter input[type=email],
.cta_wrap-form .footer_newsletter button {
    background: #3A4348;
}

/* CTA EXPERT */
.cta.expert::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(50% - 75px);
    background-color: var(--color-dark);
}

@media only screen and (max-width: 992px) {
    .cta {
        padding: 0 0 75px 0;
    }
    .cta_wrap {
        gap: 35px;
        padding: 25px;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    .cta_wrap-desc {
        max-width: 100%;
    }
    .cta_wrap-desc h2 {
        font-size: 28px;
        line-height: 1.15;
        margin: 0 0 20px 0;
    }
    .cta_wrap-desc h2 i {
        display: block;
        font-size: 30px;
        margin: 0 0 5px 0;
    }
    html[dir="rtl"] .cta_wrap-desc h2 i {
        margin: 0 0 10px 0;
    }
    .cta_wrap-desc {
        position: relative;
        font-size: 17px;
        line-height: 1.5;
    }
    .cta_wrap-desc h3 {
        font-size: 21px;
        margin: 0 0 5px 0;
    }
    .cta_wrap-btn {
        transform-origin: bottom center;
    }
    /* CTA NEWS */
    .cta_wrap-form {
        width: 100%;
    }
    /* CTA EXPERT */
    .cta.expert::before {
        height: calc(50% - 25px);
    }
}





/* ////////////////////////////////////////////////////////////////////////////

    08 . 404

//////////////////////////////////////////////////////////////////////////// */

.oups {
    background-color: var(--color-light);
    color: var(--color-dark);
    text-align: center;
    padding: 275px 15px 150px 15px;
}
.oups h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.oups p {
    font-size: 18px;
}