/*
Theme Name: igravw
Theme URI: https://igra.fr
Author: Maxime Bichon
Author URI: https://mbcode.pro
Description: igravw
*/

/* @import url('main.css'); */

/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

:focus:not([data-focusvisible-polyfill]){outline: none;}

/* FONTS */

@font-face {
	font-family: 'Leau';
	src: url('f/L300.woff2') format('woff2'),
		url('f/L300.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

/*/////////*/
/* GENERAL */
/*/////////*/

#home_scroll{
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#home_scroll::-webkit-scrollbar{
	display: none;
}

#custom_scrollbar{
	position: fixed;
	top: 0;
	right: 0;
	width: 5px;
	width: 0.26vw;
	height: 100vh;
	z-index: 99999;
	pointer-events: none;
}

#custom_scrollbar_thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	width: 0.26vw;
	background: #000;
	pointer-events: auto;
	cursor: pointer;
}

body{
	font-family: 'Leau';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	background: #ebebec;
	color: #191919;
	font-size: 14px;
	font-size: 0.72vw;
}

a{
	text-decoration: none;
	color: #191919;
}

p{
	margin-bottom: 1em;
}

p:last-of-type{
	margin-bottom: 0;
}

img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.alignright{
	text-align: right;
}

.center{
	text-align: center;
}

.upper{
	text-transform: uppercase;
}

.lower{
	text-transform: lowercase
}

.capi{
	text-transform: capitalize;
}

.borderbox{
	box-sizing: border-box;
}

.inline{
	display: inline;
}

.inline-block{
	display: inline-block;
}

.block{
	display: block;
}

.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

.fixed{
	position: fixed;
}

.flex{
	display: flex;
}

.flex-wrap{
	flex-wrap: wrap;
}

.flex-column{
	flex-direction: column;
}

.space-between{
	justify-content: space-between;
}

.flex-center{
	align-items: center;
	justify-content: center;
}

.flex-end{
	justify-content: flex-end;
}

.cover{
	object-fit: cover;
}

.contain{
	object-fit: contain;
}

i,
em,
.italic{
	font-style: italic;
}

.bold,
strong{
	font-weight: bold;
}

.hyphens{
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.overflow{
	overflow: auto;
}

.width20{
	width: 20%;
}

.width25{
	width: 25%;
}

.width33{
	width: 33.33%;
}

.width50{
	width: 50%;
}

.width66{
	width: 66.66%;
}

.width70{
	width: 70%;
}

.width75{
	width: 75%;
}

.width80{
	width: 80%;
}

.width100{
	width: 100%;
}

.height50{
	height: 50%;
}

.height100{
	height: 100%;
}

.pointer{
	cursor: pointer;
}

.marg1em{
	margin-bottom: 1em;
}

.responsive-video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
}

.responsive-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*////////*/
/* LAYOUT */
/*////////*/

.mix{
	mix-blend-mode: difference;
}

.black_mix_links a,
.black_mix{
	color: #E6E6E6;
}

.size14{
	font-size: 14px;
	font-size: 0.72vw;
	font-size: clamp(12px, 0.72vw, 0.72vw);
	line-height: 1.28em;
}

.size38{
	font-size: 38px;
	font-size: 1.97vw;
	line-height: 1.1em;
}

.size38bis{
	font-size: 38px;
	font-size: 1.97vw;
	line-height: 1.2em;
}


.size100{
	font-size: 100px;
	font-size: 5.20vw;
	line-height: 1.1em;
}

.size100bis{
	font-size: 100px;
	font-size: 5.20vw;
	line-height: 1em;
}

.marg15{
	margin-bottom: 15px;
	margin-bottom: 0.78vw;
}

.marg20{
	margin-bottom: 20px;
	margin-bottom: 1.04vw;
}

.marg30{
	margin-bottom: 30px;
	margin-bottom: 1.56vw;
}

.slick-initialized .slick-slide{
	display: flex;
}

/* ANNOTATIONS */

#annotations_trait,
#annotations_trait_2,
#annotations_circle{
	position: relative;
}

#annotations_circle:after{
	content: '';
	background-image: url('i/cercle.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -20px;
	left: -1.04vw;
	width: 406px;
	width: 21.14vw;
	top: -28px;
	top: -1.5vw;
	height: 144px;
	height: 7.9vw;
}

#annotations_trait:after{
	content: '';
	background-image: url('i/trait.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -20px;
	left: 0;
	width: 406px;
	width: 16.7vw;
	top: auto;
	bottom: -0.2vw;
	height: 144px;
	height: 1vw;
}

#annotations_trait_2:after{
	content: '';
	background-image: url('i/trait.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -20px;
	left: 0;
	width: 406px;
	width: 16vw;
	top: auto;
	bottom: -0.55vw;
	height: 144px;
	height: 1vw;
}

/* HOME */

#home_scroll{
	scroll-snap-type: y mandatory;
	overflow-y: scroll;
	height: 100vh;
}

.home_scroll_slide{
	scroll-snap-align: start;
	height: 100vh
}

.home_scroll_slide{
	padding: 30px;
	padding: 1.56vw;
	box-sizing: border-box;
}

.home_scroll_slide_1{
	padding: 0;
	display: flex;
	overflow: hidden;
	max-height: 100vh;
}

.home_scroll_slide_1 video{
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 1000;
	background: #ebebec;
	opacity: 0.98;
}

.apropos_texte{
	width: 83.33%;
}

.indent_fx_apropos{
	text-indent: 310px;
	text-indent: 16.14vw;
}

.demarche_texte{
	margin-left: 50%;
}

.demarche_domaine{
	bottom: 20px;
	bottom: 1.04vw;
	position: absolute;
	left: 16.66%;
}

.methodo_termes{
	width: 33.33%;
	margin-left: 8.33%;
	z-index: 100000;
	position: relative;
}

.methodo_termes_content{
	position: absolute;
	bottom: 70px;
	bottom: 3.64vw;
	top: 30px;
	top: 1.56vw;
	left: 50%;
	width: 41.66%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.one_termes_content{
	display: none;
	position: relative;
	z-index: 1000;
}

.one_termes_content.active_terme{
	display: flex;
}

.sliders_termes,
.one_slide_terme{
	overflow: hidden;
	width: 100%;
	height: auto;
	aspect-ratio: 620 / 361;
	pointer-events: none;
}

.one_terme_methodo.active_terme{
	padding-left: 24%;
}

.one_terme_methodo span.methodo_fx{
	position: relative;	
}

.one_terme_methodo span.methodo_fx:after{
	content: '';
	background-image: url('i/fleche.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: calc(100% + 30px);
	right: calc(100% + 1.56vw);
	width: 115px;
	width: 5.98vw;
	top: 20px;
	top: 1.04vw;
	height: 42px;
	height: 2.18vw;
	visibility: hidden;
}

.plus_methodo{
	position: relative;
	bottom: 0.8vw;
	margin-left: 0.65vw;
}

.one_terme_methodo:hover span:after{
	visibility: visible;	
}

.one_terme_methodo:hover .plus_methodo{
	display: none;
}

.one_termes_content_txt{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-indent: 6.14vw;
}

.refs_clients{
	width: 16.66%;
	margin-left: 16.66%;
	height: calc(100vh - 60px);
	height: calc(100vh - 3.12vw);
}

.refs_texte_wrap{
	position: absolute;
	bottom: 70px;
	bottom: 3.64vw;
	left: 50%;
	width: 33.33%;
}

#arrow_contact{
	width: 70px;
	width: 3.64vw;
	position: relative;
	top: -3px;
	top: -0.15vw;
	margin-left: 15px;
	margin-left: 0.78vw;
}

body.scrolled_deep #logo.size100{
	cursor: pointer;
}

body.scrolled_deep #logo.size100,
#lang a,
.hover_big_fx{
	transition: font-size 200ms ease-in-out;
}

body.scrolled_deep #logo.size100:hover,
#lang a:hover,
.hover_big_fx:hover{
	font-size: 38px;
	font-size: 1.97vw;
}

#images_equipe_col_3{
	padding-top: 6.87vw;
	padding-bottom: 3.7vw;
	box-sizing: border-box;
}

#textes_equipe{
	position: absolute;
	top: 30px;
	top: 1.56vw;
	left: 16.66%;
	width: 33.33%;
}

.accroche_termes_fix{
	margin-left: -0.075vw;
}

/* CONTACT */

.contact_wrapper{
	margin-left: 16.66%;
	width: 58.33%;
}

.contact_left{
	width: 28.57%;
}

.contact_right{
	width: 57.17%;
	height: calc(100vh - 130px);
	height: calc(100vh - 6.77vw);
	display: flex;
}

.contact_right img{
	object-fit: cover;
}

#back_to_top{
	right: -40px;
	right: -2.08vw;
	bottom: 36%;
	position: absolute;
}

#back_to_top .top_word{
	mix-blend-mode: difference;
	color: white;
}

#back_to_top img{
	width: 8vw;
	position: absolute;
	transform: rotate(-45deg);
	margin-top: 1.5vw;
	margin-left: -1vw;
}

.contact_left_extra{
	position: absolute;
	bottom: calc(36% - 5px);
	bottom: calc(36% - 0.26vw);
}

/* MENU */

#lang{
	position: fixed;
	bottom: 30px;
	bottom: 1.56vw;
	left: 30px;
	left: 1.56vw;
	z-index: 666;
}

#lang .active{
	display: none;
}

#social{
	position: fixed;
	bottom: 30px;
	bottom: 1.56vw;
	right: 30px;
	right: 1.56vw;
	z-index: 666;
}

#logo{
	position: fixed;
	top: 30px;
	top: 1.56vw;
	left: 30px;
	left: 1.56vw;
	transition: 500ms ease-in-out font-size;
	z-index: 6666;
}

body.scrolled_deep #logo.size100{
	font-size: 14px;
	font-size: 0.72vw;
}

#scroller_wrap {
	position: fixed;
	top: 0;
	right: 30px;
	right: 1vw;
	pointer-events: none;
}

#scroller {
	flex-direction: column;
	overflow: hidden;
	height: 355px;
	height: 18.48vw;
	padding-top: 30px;
	padding-top: 1.56vw;
	padding-right: 0.3vw;
	width: 50px;
	width: 2.60vw;
	align-items: center;
	mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

#scroller_inner {
	display: flex;
	flex-direction: column;
	transition: transform 0.4s ease;
}

.one_scroller_item{
	margin-bottom: 40px;
	margin-bottom: 2.08vw;
	writing-mode: vertical-rl;
	white-space: nowrap;
	flex-shrink: 0;
}

.one_scroller_item:last-of-type{
	margin-bottom: 200px;
	margin-bottom: 10.41vw
}

.animal_img{
	display: flex;
	height: 100%;
}

.animal_img img {
	transition: opacity 0.3s ease;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

#images_equipe{
	padding-bottom: 2vw;
	box-sizing: border-box;
}

#images_equipe_col_1{
	padding-top: 15vw;
	box-sizing: border-box;
	padding-bottom: 5.5vw;
}

#images_equipe_col_2{
	box-sizing: border-box;
	padding-top: 11vw;
}

#images_equipe_col_2 .animal_img img,
#images_equipe_col_1 .animal_img img{
	object-position: bottom;
	padding-left: 1vw;
	padding-right: 1vw;
	box-sizing: border-box;
}

#grenouille{
	position: relative;
	left: -6vw;
	top: -3vw;
}

#colibri{
	position: relative;
	top: -2vw
}

#grenouille img{
	min-width: calc(100% + 6vw);
}

#oiseau{
	position: relative;
	left: -5vw;
	top: -3vw;
}

#oiseau img{
	min-width: calc(100% + 5vw);
	min-height: calc(100% + 4vw);
}

/*////////////*/
/* RESPONSIVE */
/*////////////*/

.mobile,
.mobile_flex,
.mobile_inline{
	display: none;
}

@media screen and (max-width: 1000px) {
	
	#gradient_mob_fix{
		top: 0;
		right: 0;
		bottom: 0;
		width: 15px;
		position: fixed;
		background-color:rgba(235, 235, 236, 1);
		pointer-events: none;
	}
	
	#gradient_mob{
		top: 0;
		right: 15px;
		bottom: 0;
		width: 85px;
		position: fixed;
		pointer-events: none;
		z-index: 1;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(235, 235, 236, 1) 100%);
		pointer-events: none;
	}
	
	#scroller_wrap_mob{
		position: fixed;
		top: 50%;
		right: 5px;
		transform: translateY(-50%) rotate(180deg);
		pointer-events: none;
		z-index: 2;
	}
	
	#scroller_word_mob{
		writing-mode: vertical-rl;
		white-space: nowrap;
		font-size: 18px;
		line-height: 2em;
	}
	
	.sliders_termes, .one_slide_terme{
		width: calc(100vw - 30px);
	}
	
	/* CUSTOM RESET */
	
	.absolute_mob_reset{
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		position: initial;
		width: auto;
		height: auto;
	}
	
	.marg_mob_reset{
		margin: 0;
	}
	
	.home_scroll_slide{
		padding: 15px 40px 0 15px;
	}
	
	#home_scroll{
		height: 100svh;
		scroll-snap-type: none!important;
	}
	
	.home_scroll_slide_mob_reset{
		height: auto;
		scroll-snap-align: none;
	}
	
	body.scrolled_deep #logo.size100,
	body.scrolled_deep #logo.size100:hover{
		font-size: 18px;
		line-height: 1.2em;
	} 
	
	#lang a:hover, 
	.hover_big_fx:hover{
		font-size: inherit;
	}
	
	.qtranxs_language_chooser .lang-en .qtranxs_text_en span,
	.qtranxs_language_chooser .lang-fr .qtranxs_text_fr span {
		font-size: 0;
	}
	.qtranxs_language_chooser .lang-en .qtranxs_text_en span::before {
		content: "En";
		font-size: 18px;
		line-height: 1.2em;
	}
	
	.qtranxs_language_chooser .lang-fr .qtranxs_text_fr span::before {
		content: "Fr";
		font-size: 18px;
		line-height: 1.2em;
	}
	
	body.scrolled_deep #logo.size100, 
	#lang a,
	.hover_big_fx {
		transition: none;
	}
	
	#custom_scrollbar{
		display: none;
	}
	
	.indent_fx_apropos{
		text-indent: 0;
	}
	
	/* =) */
	
	.mobile{
		display: block;
	}
	
	.flex_mob,
	.mobile_flex{
		display: flex;
	}
	
	.mobile_inline{
		display: inline;
	}
	
	.desktop{
		display: none;
	}
	
	.size14_mob{
		font-size: 14px;
		line-height: 1.28em;
	}
	
	.size18_mob{
		font-size: 18px;
		line-height: 1.2em;
	}
	
	.size26_mob{
		font-size: 26px;
		line-height: 1.2em;
	}
	
	.size50_mob{
		font-size: 50px;
		line-height: 50px;
	}
	
	.marg1_mob{
		margin-bottom: 1px;
	}
	
	.marg5_mob{
		margin-bottom: 5px;
	}
	
	.marg10_mob{
		margin-bottom: 10px;
	}
	
	.marg15_mob{
		margin-bottom: 15px;
	}
	
	.marg20_mob{
		margin-bottom: 20px;
	}
	
	.marg30_mob{
		margin-bottom: 30px;
	}
	
	.marg60_mob{
		margin-bottom: 60px;
	}
	
	.marg80_mob{
		margin-bottom: 80px;
	}
	
	.marg120_mob{
		margin-bottom: 120px;
	}
	
	.marg200_mob{
		margin-bottom: 200px;
	}
	
	.marg280_mob{
		margin-bottom: 280px;
	}
	
	.width50_mob{
		width: 50%;
	}
	
	.width100_mob{
		width: 100%;
	}
	
	.col_2_mob{
		column-count: 2;
	}
	
	/* SPECIFIC */
	
	#home_scroll{
		scroll-snap-type: none;
	}
	
	.home_scroll_slide_1{
		padding: 0;
		height: 100svh;
		z-index: 10000;
		position: relative;
	}
	
	#logo_intro{
		position: absolute;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10000;
		mix-blend-mode: difference;
		color: white;
	}
	
	.text_indent_termes_mob{
		text-indent: calc(50vw - 55px);
	}
	
	.contact_right{
		height: auto;
		width: auto;
		position: absolute;
		bottom: 62px;
		width: calc(50vw - 30px);
		aspect-ratio: 10/13;
	}
	
	.contact_wrapper{
		min-height: calc(100svh - 30px);
		position: relative;
	}
	
	#back_to_top_mob{
		right: auto;
		bottom: auto;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		position: absolute;
		z-index: 10;
	}
	
	#back_to_top_mob img{
		transform: rotate(-66deg);
		width: 125px;
		position: absolute;
		margin-left: -25px;
	}
	
	.contact_left_extra{
		bottom: 15px;
	}
	
	.one_equipe_mob img{
		max-height: 250px;
		width: auto;
		position: absolute;
		top: 0;
		opacity: .65;
		max-width: 200px;
		height: auto;
		z-index: -1;
		left: 30px;
	}
	
	.one_equipe_mob:nth-child(even) img {
		right: 30px;
		left: auto;
	}
	
	.one_equipe_mob.active img{
		opacity: .2;
	}
	
	.one_equipe_mob_bio{
		display: none;
		margin-top: 20px;
	}
	
	.one_equipe_mob{
		min-height: 250px;
	}
	
	.one_equipe_mob_nom{
		padding-top: 100px;
	}
	
	.one_terme_methodo_mob span:before{
		content: '';
		background-image: url('i/fleche.png');
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		width: 50px;
		height: 100%;
		left: 0;
		top: 10px;
	}
	
	.methodo_fx_mob{
		padding-left: 60px;
		box-sizing: border-box;
		position: relative;
	}
	
	#annotations_circle:after{
		left: -12px;
		right: -10px;
		width: auto;
		height: 80px;
		top: -17px;
	}
	
	span#annotations_trait::after {
		right: -10px;
		width: auto;
		bottom: 0;
		height: 6px;
	}
	
	#annotations_trait_2:after {
		right: 0;
		width: auto;
		bottom: 0;
		height: 4px;
		bottom: -2px;
		left: -1px;
	}
	
	.refs_texte_wrap{
		text-indent: calc(50vw - 55px);
	}
	
	.demarche_texte{
		text-indent: 75px;
	}
	
	/* MENU */
	
	#lang{
		right: 32px;
		bottom: 15px;
		left: auto;
		transform: rotate(-90deg);
		transform-origin: top right;
		transition: none;
	}
	
	#logo{
		right: 32px;
		top: 15px;
		left: auto;
		transform: rotate(-90deg);
		transform-origin: top right;
		transition: none;
	}
		
	#hamburger{
		display: block;
		height: 14px;
		width: 30px;
		border-top: 2px solid black;
		border-bottom: 2px solid black;
		position: absolute;
		cursor: pointer;
		top: 7px;
		right: 20px;
	}
	
	#hamburger .line{
		padding: 0;
		margin: 0;
		margin-top: 2px;
		position: absolute;
		top: 0;
		border-bottom: 2px solid;
		padding-bottom: 4px;
		margin-bottom: 5px;
		width: 100%;
		height: 0px;
	}
	
	.cross{
		width: 30px;
		height: 30px;
		overflow: hidden;
		cursor: pointer;
		position: relative;
		z-index: 100;
	}
	
	.cross::before, 
	.cross::after {
		content: '';
		position: absolute;
		height: 1px;
		width: 100%;
		top: 50%;
		right: 0;
		margin-top: -1px;
		background: black;
	}
	
	.cross::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.cross::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
}