/**********/
/* COMMON */
/**********/

/* Fonts 
font-family: 'Rock Salt', cursive;
*/

@font-face {
    font-family: 'Mokoko';
    src: url('../fonts/MokokoRg.eot');
    src: url('../fonts/MokokoRg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MokokoRg.woff2') format('woff2'),
         url('../fonts/MokokoRg.woff') format('woff'),
         url('../fonts/MokokoRg.ttf')  format('truetype'),
         url('../fonts/MokokoRg.svg#Mokoko') format('svg');
}

@font-face {
    font-family: 'Futura-Std-Book';
    src: url('../fonts/FuturaStdBook.eot');
    src: url('../fonts/FuturaStdBook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaStdBook.woff2') format('woff2'),
         url('../fonts/FuturaStdBook.woff') format('woff'),
         url('../fonts/FuturaStdBook.ttf')  format('truetype'),
         url('../fonts/FuturaStdBook.svg#Futura Std') format('svg');
}

@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/FuturaStdLight.eot');
    src: url('../fonts/FuturaStdLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaStdLight.woff2') format('woff2'),
         url('../fonts/FuturaStdLight.woff') format('woff'),
         url('../fonts/FuturaStdLight.ttf')  format('truetype'),
         url('../fonts/FuturaStdLight.svg#Futura Std') format('svg');
}

@font-face {
    font-family: 'Valky';
    src: url('../fonts/ValkySemibold.woff2') format('woff2'),
        url('../onts/ValkySemibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Valky';
    src: url('../fonts/ValkyBold.woff2') format('woff2'),
        url('../fonts/ValkyBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Valky';
    src: url('../fonts/ValkyRegular.woff2') format('woff2'),
        url('../fonts/ValkyRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/Inconsolata-Black.woff2') format('woff2'),
        url('../fonts/Inconsolata-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/Inconsolata-Bold.woff2') format('woff2'),
        url('../fonts/Inconsolata-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/Inconsolata-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inconsolata-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/Inconsolata-ExtraLight.woff2') format('woff2'),
        url('../fonts/Inconsolata-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/Inconsolata-Light.woff2') format('woff2'),
        url('../fonts/Inconsolata-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/Inconsolata-Medium.woff2') format('woff2'),
        url('../fonts/Inconsolata-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/Inconsolata-Regular.woff2') format('woff2'),
        url('../fonts/Inconsolata-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/Inconsolata-SemiBold.woff2') format('woff2'),
        url('../fonts/Inconsolata-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}




#smooth-content {
	will-change: transform;
    padding-top: 1px;
    margin-top: -1px;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
}

body {
	overflow-x: hidden;
	background: #fff;
	font-family: 'Inconsolata';
	background-image: url('../images/body_bg.jpg');
	background-size: 100% auto;
	background-repeat: repeat-y;
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

a, button {
	transition: color .25s ease, background-color .25s ease;
	text-decoration: none;
	color: #2E90FF;
}

p { 
	font-size: 1vw; 
	line-height: 1.5;
	margin-bottom: 1vw;
}

p:last-child, p:only-child {
	margin: 0;
}

dl, ol, ul {
    margin-bottom: 1.5vw;
}

ol, ul {
    padding-left: 1.5vw;
}

.tel-link { 
	pointer-events: none;
  	cursor: default; 
}

h1 {
	font-family: 'Valky';
	font-size: 3.5vw;
	padding: 0;
	margin: 0 0 2.5vw 0;
	position: relative;
}

h2 {
	font-family: 'Valky';
	font-size: 2vw;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: 'Valky';
	font-size: 2vw;
	margin: 0;
	padding: 0;
	color: #2E90FF;
}

h4 {
	font-family: 'Valky';
	font-size: 1.5vw;
	margin: 0;
	padding: 0;
}

h5 {
	font-family: 'Valky';
	font-size: 1.75vw;
	margin: 0;
	padding: 0;
    line-height: 1.35;
}


/**********/
/* HEADER */
/**********/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	padding: 2.5vw;
	display: flex;
	justify-content: space-between;
	transition: all 0.25s ease;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
}

header .logo {
	width: 20vw;
	transition: all 0.25s ease;
}

header.sticky {
	padding: 1.5vw;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

header.sticky .logo {
	width: 10vw;
}

.socials {
	display: flex;
	align-items: center;
	gap: 2vw;
}

.socials img {
	width: 2.5vw;
	display: block;
	transition: all 0.25s ease;
}

header.sticky .socials svg {
	width: 1.5vw;
	margin: 0 0 0 3vw;
}

#burger {
	display: none;
}

#burger_panel {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	padding: 2rem;
	background-color: #fff;
	z-index: -1;
	visibility: hidden;
	transition: all 0.25s ease;
	box-shadow: 0 1rem 1rem rgba(0,0,0,0.1);
}

#burger_panel.open {
	opacity: 1;
	z-index: 999;
	visibility: visible;
}

#burger_close {
	display: flex;
	justify-content: flex-end;
	padding: 0 0 2rem 0;
}

#burger_panel ul {
	 margin: 0;
	 padding: 0 2rem;
	 list-style: none;
	 text-align: right;
}

#burger_panel ul li a {
	font-family: 'Inconsolata';
	font-size: 1.5rem;
	color: #000;
	padding: .5rem 0;
	display: block;
}

#burger_panel .socials svg { 
	margin: 0 1.5rem; 
	width: 1.5rem; 
}

#burger_panel .socials.mobile {
	padding: 2rem 0;
	background-color: #f9f9f9;
	margin: 2rem -2rem -2rem -2rem;
}

.logo_burger {
	width: 10rem;
    position: absolute;
    z-index: 50;
	top: 1.285rem;
	left: 2rem;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

.slick-dots li {
	margin: 0 1rem;
}

.slick-dots button {
	display: block;
	width: .75rem;
	height: .75rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #fff;
	text-indent: -9999px;
	border: 1px solid #000;
}

.slick-dots li.slick-active button {
	background-color: #000;
}



/**********/
/* HOME   */
/**********/

#hero {
	position: relative;
	border-bottom: 3px solid #000;
	height: 100vh;
}

#hero video {
    object-fit: cover;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.25s ease 0s;
    z-index: -1;
}

.hero_video_mobile { display: none; }
.hero_video_desktop { display: block; }

#hero .hero_menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	padding-right: 2.5vw;
	height: 100%;
}

#hero .hero_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#hero .hero_menu ul li a {
	font-family: 'Valky';
	font-size: 3vw;
	line-height: 2.5;
	color: #000;
	position: relative;
	text-transform: uppercase;
}

#hero .hero_menu ul li a::after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #000;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.25s ease;
}

#hero .hero_menu ul li a:hover {
	color: #2E90FF;
}

#hero .hero_menu ul li a:hover::after {
	width: 0;
	opacity: 0;
}

#hero::after {
	content: "";
	height: 1px;
	background-color: #000;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 5px;
}

#services {
	padding: 5vw 2.5vw;
	border-bottom: 1px solid #000;
	position: relative;
}

#services::after {
	content: "";
	height: 1px;
	background-color: #000;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
}

.aServices {
	position: relative;
}

.aServices_img {
	position: relative;
}

.aServices_img .aServices_img_content {
	position: absolute;
	z-index: 25;
	width: 100%;
	padding: 2.5vw;
	font-family: 'Rock Salt', cursive;
	font-size: 1vw;
}

.aServices_img .aServices_img_content ul {
	list-style: none;
}

.aServices_img .aServices_img_content ul li {
	padding: 0 0 1vw 0;
	color: #2E90FF;
	display: flex;
	position: relative;
}

.aServices_img .aServices_img_content ul li::before {
	content: "";
	background-image: url('../images/arrow-blue.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 1.5vw;
	height: 1.5vw;
	position: absolute;
	left: -2vw;
}

.aServices_text h2 {
	display: block;
	border-bottom: 1px solid #000;
	padding: 1.5vw 0;
	margin: 0 0 1.5vw 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.aServices_text .hover1 {
	width: 7.5vw;
	opacity: 0;
	transition: all 0.25s ease;
	position: absolute;
	top: -3vw;
	right: 0;
}

.aServices_text .hover2 {
	width: 100%;
	opacity: 0;
	transition: all 0.25s ease;
}

.aServices:hover .hover1, .aServices:hover .hover2 {
	opacity: 1;
}

.btn_dbl_line {
	position: relative;
	border: 1px solid #000;
	font-family: 'Inconsolata';
	font-size: 2vw;
	padding: .5vw 2vw;
	color: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn_dbl_line::before {
	content: "";
	border: 1px solid #000;
	width: calc(100% + .75vw);
	height: calc(100% + .75vw);
	position: absolute;
	transition: all 0.25s ease;
}

.btn_dbl_line .hover {
	position: absolute;
	left: 110%;
	bottom: -1vw;
	width: 20vw;
	transition: all 0.25s ease;
	opacity: 0;
	display: block;
}

.btn_dbl_line:hover {
	color: #2E90FF;
	border-color: #2E90FF;
}

.btn_dbl_line:hover::before {
	border-color: #2E90FF;
}

.btn_dbl_line:hover .hover {
	opacity: 1;
}

.btn_dbl_line .hover.mobile {
	display: none;
}

.btn_action {
	text-align: center;
	padding: 2.5vw 0 0 0;
}

#a-propos {
	padding: 2.5vw;
	border-bottom: 1px solid #000;
	position: relative;
}

#a-propos::after {
	content: "";
	height: 1px;
	background-color: #000;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
}

#a-propos h2 {
	font-family: 'Valky';
	border-bottom: 1px solid #000;
	padding: 1.5vw 2vw;
	text-align: center;
	text-transform: uppercase;
	font-size: 3.5vw;
}

.about_wrapper_left {
	padding: 2.5vw;
}

.about_wrapper_left img {
	display: block;
	margin: 0 0 1vw 0;
	padding: 0 5vw 0 0;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	transition: all 0.25s ease;
}

.about_wrapper_left img:hover {
	-webkit-filter: grayscale(0);
  	filter: none;
}

.about_wrapper_left h4 {
	display: block;
	margin: 0 0 2vw 0;
}

.about_wrapper_left h5 {
	display: block;
	color: #2E90FF;
}

.about_wrapper_right {
	border-bottom: 1px solid #000;
	padding: 1vw 0 2.5vw 2.5vw;
}

.about_wrapper_right h3 {
	margin: 0 0 2vw 0;
}

.about_wrapper_right h3 span {
	position: relative;
}

.about_wrapper_right h3 span::after {
	content: none; /*content: "";*/
	background-image: url('../images/line_blue_h3.svg');
	background-size: 7.5vw auto;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 2vw;
	position: absolute;
	top: 80%;
	left: 0;
}

.lined {
	border-left: 1px solid #000;
}

.collaborateurs {
	padding: 2.5vw 2.5vw 0 2.5vw;
}

.aColla {
	padding: 0 0 2vw 0;
}

.aColla img {
    display: block;
    margin: 0 0 .75vw 0;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	transition: all 0.25s ease;
}

.aColla img:hover {
	-webkit-filter: grayscale(0);
  	filter: none;
}

.aColla p {
	font-size: 1.2vw;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 0.5vw 0;
}

.aColla a {
	font-size: 1vw;
	font-weight: 400;
}

.aColla a::before {
	content: "-";
	display: inline-block;
	padding: 0 0.25vw 0 0;
	color: #000;
}

.aColla a:hover {
	color: #2E90FF;
	text-decoration: underline;
}

.aColla h4 {
	font-size: 1vw;
}

.aColla h4 { 
	font-size: 1vw;
	font-weight: 400; 
	font-family: 'Inconsolata';
}

#projets {
	padding: 2.5vw 5vw;
}

#projets h2 {
	font-family: 'Valky';
	font-size: 3.5vw;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

.project_logos .slick-track {
    display: flex !important;
    align-items: center;
	justify-content: center;
}

.project_logos img {
	width: auto !important;
	height: 6vw !important;
	margin: auto;
}

#contact {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contact h2 {
    font-family: 'Valky';
    font-size: 3.5vw;
	color: #2E90FF;
	margin: 0 0 2vw 0;
}

.contact_wrapper_left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
	height: 100%;
	background-image: none !important;
	background-size: cover; 
	background-position: center center; 
	background-repeat: no-repeat;
}

.contact_wrapper_right {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 0 5vw;
	height: 100%;
}

.contact_wrapper_left_title {
	display: inline-block;
	font-family: 'Rock Salt', cursive;
	font-size: 3vw;
	color: #2E90FF;
	text-align: left;
	margin: 0 0 2.5vw 4vw;
}

.contact_wrapper_left_title img {
	display: block;
	width: 20vw;
}

#contact .gotop {
	font-family: 'Rock Salt', cursive;
	font-size: 2.5vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000;
}

#contact .gotop svg {
	display: block;
	width: 7.5vw;
	padding: 2vw 0 0 0;
}

#contact .gotop svg .stroke {
	transition: all 0.25s ease;
}

#contact .gotop:hover {
	color: #2E90FF;
}

#contact .gotop:hover svg .stroke {
	stroke: #2E90FF !important;
}

.contact_infos {
	display: flex;
	gap: 1.5vw;
	flex-direction: column;
	margin: 0 0 2vw 0;
}

.aInfo {
	display: block;
	font-family: 'Inconsolata';
	font-size: 1.25vw;
}

.aInfo a {
	color: #000;
}

.aInfo a:hover {
	color: #2E90FF;
}

.contact_infos_title {
	text-transform: uppercase;
	font-size: 1.5vw;
	padding: 0 0 0 0;
	border-bottom: 1px solid #000;
	margin: 0 0 .5vw;
}

.about_wrapper_right .mobile { display: none; }

.collaborateurs .desktop { display: block; margin: 0 0 2vw 0; }

.socials { 
	display: flex; 
	justify-content: center;
	gap: 2vw;
}

.socials a:hover img {
	transform: scale(1.1);
}

.otgs-development-site-front-end {
	display: none;
}

.services_slider_arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.arrow-left, .arrow-left-logos {
	width: 2rem;
}

.arrow-right, .arrow-right-logos {
	width: 2rem;
}

#page_default section {
	margin: 10vw 0 0 0;
	padding: 5vw;
}

#copyright {
	padding: 1vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

#copyright a {
	font-family: 'Mokoko';
	font-size: .75vw;
	text-transform: capitalize;
	display: block;
	padding: 0 .5vw;
	border-right: 1px solid #000;
	color: #2E90FF;
}

#copyright a:last-child {
	border: 0;
}

#copyright a:hover {
	color: #2E90FF;
	text-decoration: underline;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: 1vw;
    max-width: 100%;
}

#feed {
	padding: 0 5vw 5vw 5vw;
}

#sb_instagram #sbi_load {
	padding-top: 2.5vw;
}

#sb_instagram .sb_instagram_header, .sb_instagram_header {
	margin-bottom: 2.5vw !important;
}


/* Services v2 */

#services.v2 {
	padding: 5vw;
}

.service_left {
	border-right: 1px solid #000;
	padding-right: 2.5vw;
	margin-right: 2.5vw;
}

#services.v2 h2 {
	font-family: 'Inconsolata';
	color: #2E90FF;
	font-weight: 400;
	text-transform: uppercase;
}

.services_tabs_nav {
	margin: 5vw 0 1.5vw 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1vw;
	font-family: 'Valky';
	font-size: 3vw;
	line-height: 1;
	text-transform: uppercase;
}

.services_tabs_nav li a {
	color: #000;
}

.services_tabs_nav li a:hover, 
.services_tabs_nav li.active a {
	color: #2E90FF;
}

.services_tabs_content {
	position: relative;
	height: 100%;
	min-height: 200px; /* Ajuste selon ton contenu */
}

.tab_content {
	position: relative;
	display: none;
	height: 100%;
}

.tab_content.active {
	display: block;
}

#services.v2 .btn_action {
	text-align: left;
}

#services.v2 .btn_dbl_line {
	font-size: 1vw;
	text-transform: uppercase;
}

#services.v2 .btn_dbl_line .hover {
	width: 15vw;
	bottom: -1vw;
}

.tab_content ul {
	font-size: 1.5vw;
	color: #2E90FF;
	margin-top: 2.5vw;
	text-transform: uppercase;
}

.tab_content img {
	position: absolute;
	z-index: -1;
	right: -4vw;
	bottom: -3vw;
}

.tab_content p {
	padding-right: 15vw;
}

.tab_content[data-id="1"] img {
	width: 20vw;
}

.tab_content[data-id="2"] img {
	width: 20vw;
}

.tab_content[data-id="3"] img {
	width: 35vw;
}

.tab_content[data-id="4"] img {
	width: 25vw;
}