/*
Theme Name: VincentLavergne
Theme URI: https://vincentlavergne.eu
Author: Maxime Bichon
Author URI: https://maximebichon.net
Description: VincentLavergne
*/

/* @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}

/* FONTS */

@font-face {
	font-family: 'Fracktif';
	src: url('f/Fracktif-RegularItalic.woff2') format('woff2'),
		url('f/Fracktif-RegularItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

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

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

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

@font-face {
	font-family: 'Fracktif';
	src: url('f/Fracktif-MediumItalic.woff2') format('woff2'),
		url('f/Fracktif-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Fracktif';
	src: url('f/Fracktif-LightItalic.woff2') format('woff2'),
		url('f/Fracktif-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

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

body{
	font-family: 'Fracktif';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color: black;
}

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;
}

.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;
}

.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;
}

.overflow_hidden{
	overflow: hidden;
}

.width20{
	width: 20%;
}

.width25{
	width: 25%;
}

.width30{
	width: 30%;
}

.width33{
	width: 33.33%;
}

.width37{
	width: 37%;
}

.width40{
	width: 40%;
}

.width50{
	width: 50%;
}

.width63{
	width: 63%;
}

.width66{
	width: 66.66%;
}

.width75{
	width: 75%;
}

.width100{
	width: 100%;
}

.height100{
	height: 100%;
}

.pointer{
	cursor: pointer;
}

.marg1em{
	margin-bottom: 1em;
}

.marg2em{
	margin-bottom: 2em;
}

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

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

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

.light{
	font-weight: 300;
}

.medium{
	font-weight: 500;
}

.size14{
	font-size: 0.55vw;
}

.size16{
	font-size: 0.625vw;
	line-height: 0.86vw;
}

.size17{
	font-size: 0.67vw;
}

.size18{
	font-size: 0.70vw;
}

.size20{
	font-size: 0.78vw;
	line-height: 1.17vw;
}

.size23{
	font-size: 0.78vw;
	line-height: 1.17vw;
}

.size25{
	font-size: 0.84vw;
	line-height: 0.84vw;
}

.size27{
	font-size: 1.05vw;
	line-height: 1.56vw;
}

.size28{
	font-size: 1.09vw;
	line-height: 1.64vw;
}

.size29{
	font-size: 1.13vw;
	line-height: 1.75vw;
}

.size32{
	font-size: 1.24vw;
}

.size33{
	font-size: 1.27vw;
	line-height: 1.31vw;
}

.size35{
	font-size: 1.36vw;
	line-height: 1.64vw;
}

.size38{
	font-size: 1.48vw;
	line-height: 1.83vw;
}

.size49{
	font-size: 1.91vw;
}

.size51{
	font-size: 1.99vw;
	line-height: 3.04vw;
}

.size59{
	font-size: 2.30vw;
	line-height: 2.73vw;
}

.size82{
	font-size: 3.19vw;
	line-height: 3.27vw;
}

.marg10{
	margin-bottom: 0.4vw;
}

.marg32{
	margin-bottom: 1.25vw;
}

.marg50{
	margin-bottom: 1.95vw;
}

.marg75{
	margin-bottom: 2.92vw;
}

.marg85{
	margin-bottom: 3.32vw;
}

.marg125{
	margin-bottom: 4.88vw;
}

.bg_pattern{
	background: black;
}

.white{
	color: white;
}

.underline_links{
	border-bottom: 0.15vw solid black;
	padding-bottom: 0.5vw;
}

/* BLACK LAYOUT */

body.black_layout,
body.black_layout a{
	color: white;
}

body.black_layout,
.black_layout_item{
	background: black;
}

body.black_layout.home,
body.black_layout.tag{
	background-image: none;
}

body.black_layout .side_img_articles img{
	border: 6px solid white;
	box-sizing: border-box;
}

body.black_layout #search_toggle svg{
	fill: white;
}

/* PROJETS */

body.post-type-archive-projets{
	overflow-x: hidden;
}

.archive_projets{
	margin-top: 10.35vw;
	margin-left: 8.67vw;
	margin-right: 8.67vw;
	margin-bottom: 10.35vw;
}
/* 
.archive_projets a:hover{
	font-style: italic;
	font-weight: 300;
} */

.one_item_projets-title{
	box-sizing: border-box;
	padding-right: 2em;
}

.vignette_projet_hover{
	height: 14vw;
	display: block;
	width: auto;
	position: absolute;
	left: calc(100% + 3.5vw);
	top: 50%;
	transform: translateY(-50%);
	display: none;
	z-index: 100;
}

.archive_projets a:hover .vignette_projet_hover{
	display: block;
}

.vignette_projet_hover img{
	background-color: white;
	height: 100%;
	width: auto;
}

.slider_projets{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slider_projets .slick-list,
.slider_projets .slick-track{
	height: 100%;
}

.one_slide_projets{
	display: flex!important;
	position: relative;
}

.one_slide_wrap{
	padding: 8.32vw 8.67vw;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	height: 100%;
}

.one_slide_projets.slide_texte .one_slide_wrap{
	padding: 11.6vw 22vw 8.32vw 22vw;
	box-sizing: border-box;
}

.one_slide_wrap_vid iframe{
	height: calc(100vh - 16.64vw);
	width: 100%;
	z-index: 2;
	position: relative;
}

body.video_layout #arrow_left{
	width: 8.67vw;
}

body.video_layout #arrow_right{
	width: 8.67vw;
}

.arrow_left_video{
	position: absolute;
	left: 8.67vw;
	top: 8.32vw;
	bottom: 8.32vw;
	width: 50%;
	z-index: 1;
	cursor: none;
}

.arrow_right_video{
	position: absolute;
	right: 8.67vw;
	top: 8.32vw;
	bottom: 8.32vw;
	width: 50%;
	z-index: 1;
	cursor: none;
}

.counter_projets{
	position: absolute;
	bottom: 0.63vw;
	height: 6vw;
	left: 0;
	right: 0;
	text-align: right;
	box-sizing: border-box;
	padding: 0 8vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.counter{
	margin-right: 1.95vw;
}

.projets_container{
	flex: 1;
	overflow: hidden;
}

.slide_texte_wrap{
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.slide_texte_wrap::-webkit-scrollbar{
	  display: none;
}

.chapo{
	padding-bottom: 1.5vw;
	box-sizing: border-box;
}

.points_clefs{
	width: 100%;
	padding-top: 1.5vw;
}

.texte_projets{
	width: 100%;
	padding-top: 3vw;
}

.clef_square{
	height: 1.1vw;
	width: 1.1vw;
	background-color: white;
	margin-right: 0.8vw;
	display: inline-block;
	position: relative;
	top: 0.05vw;
}

#arrow_left{
	position: absolute;
	width: 50%;
	top: 7vw;
	left: 0;
	bottom: 7vw;
	cursor: none;
}

#arrow_right{
	position: absolute;
	width: 50%;
	top: 7vw;
	right: 0;
	bottom: 7vw;
	cursor: none;
}

.hover_arrows_white{
	display: none;
}

.hover_arrows{
	display: none;
	width: 3.78vw;
	height: 1.99vw;
	position: fixed;
	pointer-events: none;
}

#arrow_left:hover .hover_arrows_black,
#arrow_right:hover .hover_arrows_black{
	display: block;
}

body.black_layout #arrow_left,
body.black_layout #arrow_right{
	width: 21vw;
}

body.black_layout #arrow_left:hover .hover_arrows_black,
body.black_layout #arrow_right:hover .hover_arrows_black{
	display: none;
}

body.black_layout #arrow_left:hover .hover_arrows_white,
body.black_layout #arrow_right:hover .hover_arrows_white{
	display: block;
}

#related_posts{
	display: flex;
	visibility: hidden;
}

.item-related{
	height: 100%;
	width: 8.08vw;
	position: relative;
	margin-right: 1.05vw;
	border: 0.15vw solid white;
	box-sizing: border-box;
	overflow: hidden;
}

.img_related{
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.title_related{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.item-related:hover{
	border-color: black;
}

.item-related:hover .img_related{
	opacity: 0.5;
}

.item-related:hover .title_related{
	display: flex;
}

.plus_related{
	margin-right: 1.05vw;
}

/* ARTICLES */

.wrapper.articles{
	padding-top: 12.1vw;
	padding-left: 8.78vw;
	padding-right: 24.96vw;
	padding-bottom: 15.62vw;
	box-sizing: border-box;
}

.arrow_articles{
	width: 3.78vw;
	height: auto;
	position: absolute;
	top: 0.6vw;
	right: 5.35vw;
}

.main_txt_articles p:last-of-type{
	margin-bottom: 1em;
}

/* PAGES */

.wrapper.agence{
	padding-top: 12.1vw;
	padding-left: 8.78vw;
	padding-right: 8.2vw;
	box-sizing: border-box;
}

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

.biographie{
	margin-left: -8.78vw;
	margin-right: -8.2vw;
}

.main_txt_agence{
	padding-left: 30%;
}

.side_img_agence{
	position: absolute;
}

.biographie_wrap{
	padding-top: 4.6vw;
	padding-left: 33.75vw;
	padding-right: 33.4vw;
	padding-bottom: 4.6vw;
}

.wrapper.contact{
	padding-top: 12.1vw;
	padding-left: 8.78vw;
	padding-right: 4.8vw;
	padding-bottom: 8.78vw;
	box-sizing: border-box;
}

.side_contact{
	box-sizing: border-box;
	padding-left: 1.56vw;
}

.cadre_noir_item{
	border: 0.42vw solid black;
}

.cadre_blanc_item{
	border: 0.42vw solid white;
}

.one_social{
	margin-right: 2.38vw;
}

/* SPLASH */

#splash_img{
	height: 100vh;
	width: 100vw;
	display: flex;
	position: relative;
	z-index: 30;
}

#splash_vid{
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
	z-index: 30;
}

#splash_vid iframe{
	box-sizing: border-box;
	width: 177.77777778vh;
	height: 56.25vw;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash_vid_link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#arrow_down_splash{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.5vw;	
	width: 2.82vw;
	animation: jumpInfinite 2.5s infinite;
}

@keyframes jumpInfinite {
	0% {
		margin-bottom: 0;
	}
	50% {
		margin-bottom: 1vw;
	}
	100% {
		margin-bottom: 0;
	}
}

/* GRILLE */

.grille{
	margin-top: 0;
	/* margin-left: 8.94vw;
	margin-right: 8.67vw; */
	margin-bottom: 2.65vw;
	margin-left: 0;
	margin-right: 0;
}

.grille.tags,
.grille.search{
	margin-top: 7.2vw;
}

.item:nth-child(9n+1){
	margin-left: 8vw;
	margin-bottom: 11vw;
	margin-top: 4vw;
}

.item:nth-child(9n+2){
	margin-left: 14vw;
	margin-bottom: 10vw;
	margin-top: 12vw;
}

.item:nth-child(9n+3){
	margin-left: 7vw;
	margin-bottom: 9vw;
	margin-top: 2vw;
}

.item:nth-child(9n+4){
	margin-left: 10vw;
	margin-bottom: 10vw;
	margin-top: 14vw;
}

.item:nth-child(9n+5){
	margin-left: 8vw;
	margin-bottom: 7vw;
	margin-top: 8vw;
}

.item:nth-child(9n+6){
	margin-left: 7vw;
	margin-bottom: 9vw;
	margin-top: 3vw;
}

.item:nth-child(9n+7){
	margin-left: 16vw;
	margin-bottom: 11vw;
	margin-top: 13vw;
}

.item:nth-child(9n+8){
	margin-left: 10vw;
	margin-bottom: 7vw;
	margin-top: 5vw;
}

.item:nth-child(9n+9){
	margin-left: 17vw;
	margin-bottom: 8vw;
	margin-top: 13vw;
}

.marg_right_item_title{
	margin-right: 0.2vw;
}

.item-video{
	width: 43%;
	aspect-ratio: 16/9;
	min-height: 0;
}

.item-video iframe{
	width: 100%;
	height: 100%;
}

.item-gif{
	width: 27%;
}

.item-image{
	width: 27%;
}

.item-cadre_noir{
	width: 29%;
}

.cadre_noir_wrap{
	position: relative;
	padding-bottom: 100%;
	height: 0;
}

.cadre_noir{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	border: 0.42vw solid black;
}

.cadre_noir img{
	object-fit: cover;
}

.item-trame{
	width: 31%;
}

.item-trame:hover h3{
	border-bottom: 0.12vw solid black;
}

.trame_wrap{
	width: 100%;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACqADAAQAAAABAAAACgAAAAA7eLj1AAAAIUlEQVQYGWNkYGD4D8TIgBGZA2MzwRiEaOorJGTj8JQHAKDjAQijHwzbAAAAAElFTkSuQmCC');
	background-repeat: repeat;
	padding: 2.26vw;
	box-sizing: border-box;
}

.item-texte{
	width: 29%;
}

.item-fond_noir{
	min-height: 100vh;
	box-sizing: border-box;
	padding: 12.18vw 16.83vw 3.43vw 17vw;
	margin-left: 0!important;
	margin-right: 0!important;
	margin-bottom: 0!important;
	margin-top: 0!important;
}

.item-img_wrap_fond_noir{
	display: flex;
	justify-content: flex-end;
}

.item-img_fond_noir img{
	background-color: white;
	border: 0.42vw solid white;
}

.item-txt_fond_noir{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.item-etiq_gauche,
.item-etiq_droite{
	width: 36%;
	position: relative;
	display: flex;
}

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

.etiquette{
	background-color: black;
	padding: 0.78vw;
	box-sizing: border-box;
	width: 18vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.item-etiq_gauche .etiquette{
	right: auto;
	left: 0;
}

.item-pleine_image{
	width: 100%;
	height: 100vh;
	position: relative;
	margin-left: 0!important;
	margin-right: 0!important;
	margin-bottom: 0!important;
	margin-top: 0!important;
}

.pleine_image-txt{
	background-color: black;
	position: absolute;
	left: 8.59vw;
	bottom: 8.75vw;
	width: 22.38vw;
	box-sizing: border-box;
	padding: 0.78vw 1.01vw;
}

/* FILTRES */

#filtres{
	position: fixed;
	left: 8.67vw;
	bottom: 2.30vw;
	right: 7.5vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 20;
}

.one_filtre{
	display: inline-block;
	background-color: white;
	margin-left: 0.35vw;
	margin-right: 0.35vw;
	padding: 0.2vw 0.35vw;
	margin-top: 0.35vw;
	color: black!important;
}

.one_filtre:hover,
.selected_filter .one_filtre{
	background-color: black;
	color: white!important;
}

/* MENU */

#menu{
	position: fixed;
	left: 8.67vw;
	top: 0.12vw;
	right: 7.5vw;
	z-index: 40;
}

#main_menu a:hover{
	font-weight: 500;
	border-bottom: 0.12vw solid;
}

#side_menu{
	position: absolute;
	top: 0.5vw;
	right: 0;
}

.letters{
	font-size: 8.39vw;
	z-index: 40;
}

#letter_v{
	position: fixed;
	top: -0.58vw;
	left: 0.39vw;
}

#letter_l{
	position: fixed;
	top: -0.58vw;
	right: 0.39vw;
}

#letter_a{
	position: fixed;
	bottom: -0.8vw;
	left: 0.39vw;
}

#letter_u{
	position: fixed;
	bottom: -0.8vw;
	right: 0vw;
}

#qtranslate-chooser li{
	display: inline;
}

#qtranslate-chooser li:after{
	content: ", ";
}

#qtranslate-chooser li:last-of-type:after{
	content: '';
}

#search_toggle{
	width: 1.17vw;
	height: 1.05vw;
	margin-right: 2.46vw;
	position: relative;
	top: 0.2vw;
}

#searchinput{
	background-color: transparent;
	outline: none;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 0.15vw solid black;
	font-size: 0.84vw;
	line-height: 0.84vw;
	background-color: white;
	color: black;
	font-family: 'Fracktif';
	width: 100%;
	padding-left: 0.2vw;
	padding-right: 0.2vw;
	box-sizing: border-box;
}

::-webkit-input-placeholder{
	color: #000001;
	opacity: 1;
}

::-moz-placeholder{
	color: #000001;
	opacity: 1;
}

::-ms-placeholder{
	color: #000001;
	opacity: 1;
}

::placeholder{
	color: #000001;
}

#search_box{
	display: none;
	right: 15.2vw;
	position: fixed;
	box-sizing: border-box;
	width: 10vw;
}

#search_box.open{
	display: block;
}

body.search-results #search_box{
	display: block;
}

body.search-results #search_toggle{
	display: none;
}

#noresult{
	height: 100vh;
	width: 100vw;
}

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

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

@media screen and (max-width: 1200px) {
	
	.mobile{
		display: block;
	}
	
	.mobile_flex{
		display: flex;
	}
	
	.mobile_inline{
		display: inline;
	}
	
	.desktop{
		display: none;
	}
	
	/* GENERAL */
	
	.size10mob{
		font-size: 10px;
		line-height: 11px
	}
	
	.size12mob{
		font-size: 14px;
		line-height: 21px;
	}
	
	.size18mob{
		font-size: 18px;
		line-height: 20px;
	}
	
	.size26mob{
		font-size: 26px;
		line-height: 31px;
	}
	
	.medium_mob{
		font-weight: 500;
	}
	
	.marg20mob{
		margin-bottom: 20px;
	}
	
	.marg30mob{
		margin-bottom: 30px;
	}
	
	.underline_links{
		border-bottom: 1px solid black;
		padding-bottom: 1px;
	}
	
	/* PROJETS */
	
	body.post-type-archive-projets .underline_links{
		border-color: white;
	}
	
	.wrapper.archive_projets{
		padding: 0;
		margin-top: 130px;
		margin-left: 12px;
		margin-right: 12px;
		margin-bottom: 24px;
	}
	
	.archive_projets a:hover .vignette_projet_hover{
		display: none;
	}
	
	.one_item_projets .width66,
	.one_item_projets .width33,
	.one_item_projets .width75{
		width: 100%;
	}
	
	.one_item_projets-title{
		order: 2;
	}
	
	.one_item_projets-img{
		order: 1;
		margin-bottom: 1em;
	}
	
	.one_slide_wrap{
		padding: 122px 0 0 0;
		align-items: flex-start;
		flex-direction: column;
	}
	
	.one_slide_projets:not(.slide_texte){
		overflow: scroll;
	}
	
	.one_slide_wrap img{
		order: 2;
	}
	
	.counter_projets{
		order: 1;
		padding: 0 12px 10px 12px;
		height: auto;
		bottom: auto;
		display: block;
		position: relative;
		text-align: left;
	}
	
	.one_slide_projets.slide_texte{
		padding: 122px 0 12px 0;
		box-sizing: border-box;
	}
	
	.one_slide_projets.slide_texte .one_slide_wrap{
		order: 2;
		padding: 0 24px 0 12px;
	}
	
	.one_slide_projets.slide_texte{
		flex-direction: column;
	}
	
	.slide_texte .counter_projets{
		padding: 0 0 10px 12px;
	}
	
	#related_posts_mob_wrap{
		order: 3;
		flex-direction: column;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 30px;
		box-sizing: border-box;
		width: 100%;
		margin-top: 25px;
	}
	
	.plus_related_mob{
		margin-left: 5px;
	}
		
	.item-related_mob{
		height: 0;
		padding-bottom: 40%;
		overflow: hidden;
		position: relative;
	}
	
	.title_related_mob{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		padding: 10px;
		box-sizing: border-box;
	}
	
	.img_related_mob{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		border: 5px solid black;
		margin: 5px;
	}
	
	.img_related_mob img{
		filter: grayscale(100%);
		border: 3px solid white;
		opacity: 0.5;
	}
	
	.one_slide_wrap_vid{
		justify-content: flex-start;
	}
	
	.keepratio{
		order: 2;
	}
	
	.one_slide_wrap_vid .keepratio{
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		width: 100%;
	}
	
	.one_slide_wrap_vid .keepratio iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	/* AGENCE */
	
	.wrapper.agence{
		padding: 0;
		margin-top: 105px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.side_img_agence,
	.main_txt_agence,
	.equipe_agence{
		width: 100%;
		padding: 0;
		position: relative;
	}
	
	.side_img_agence .width63{
		width: 100%;
		display: flex;
		padding: 5px;
		box-sizing: border-box;
	}
	
	.side_img_agence .cadre_noir_item{
		  border: 7px white solid;
	}
	
	.biographie{
		margin-left: 0;
		margin-right: 0;
		padding-top: 20px;
		padding-bottom: 30px;
		box-sizing: border-box;
	}
		
	.equipe_agence .width63{
		width: 100%;
	}
	
	.main_txt_agence,
	.equipe_agence{
		margin-left: 12px;
		margin-right: 12px;
	}
	
	.biographie_wrap{
		padding: 12px;
	}
	
	.virgules span.mobile_inline:last-of-type{
		display: none;
	}
	
	.biographie .cadre_blanc_item{
		border: 7px solid white;
	}
	
	/* CONTACT */
	
	.wrapper.contact{
		padding: 0;
		margin-top: 112px;
		margin-left: 12px;
		margin-right: 12px;
		margin-bottom: 24px;
	}
	
	.side_contact{
		padding-left: 0;
	}
	
	.contact_column_mob{
		column-count: 2;
	}
	
	.contact_footer_mob{
		text-align: center;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.wrapper.contact .width63,
	.wrapper.contact .width37{
		width: 100%;
	}
	
	.wrapper.contact .width63 img{
		margin-bottom: 20px;
	}
	
	.side_contact{
		order: 1;
	}
	
	.wrapper.contact .width63{
		order: 2;
	}
	
	/* FILTRES */
	
	#filtres{
		left: 12px;
		bottom: 12px;
		right: 12px;
		justify-content: flex-start;
		display: none;
	}
	
	#filtres.open{
		display: flex;
	}
	
	.one_filtre{
		margin-left: 3px;
		margin-right: 3px;
		padding: 1px 3px;
		margin-top: 6px;
		border: 1px solid black;
		font-size: 11px;
		line-height: 16px;
	}
	
	#close_filtres{
		margin-left: 3px;
		margin-right: 3px;
		padding: 1px 7px;
		margin-top: 6px;
		border: 1px solid black;
		font-size: 11px;
		line-height: 16px;
		background-color: white;
		margin-left: auto;
		font-weight: 500;
		cursor: pointer;		
	}
	
	#close_filtres span{
		position: relative;
	}
	
	#filtres_toggle{
		position: fixed;
		left: 12px;
		right: 12px;
		bottom: 12px;
		text-align: center;
		background-color: white;
		border: 1px solid black;
		font-size: 11px;
		line-height: 16px;
		padding: 2px 7px;
		box-sizing: border-box;
		font-weight: 500;
		cursor: pointer;
	}
	
	#filtres_toggle.close{
		display: none;
	}
	
	/* ARTICLES */
	
	.wrapper.articles{
		margin-top: 112px;
		margin-left: 12px;
		margin-right: 12px;
		margin-bottom: 24px;
		padding: 0;
	}
	
	.wrapper.articles .width63,
	.wrapper.articles .width37{
		width: auto;
	}
	
	.main_txt_articles{
		order: 1;
	}
	
	.side_img_articles{
		order: 2;
	}
	
	/* GRILLES */
	
	.grille.tags, .grille.search{
		margin-top: 122px;
	}
	
	.item-video{
		width: 100%;
		margin-left: 0!important;
		margin-right: 0!important;
		margin-bottom: 40px!important;
		margin-top: 40px!important;
	}
	
	.item-texte{
		width: auto!important;
		margin-left: 12px!important;
		margin-right: 12px!important;
		margin-bottom: 40px!important;
		margin-top: 40px!important;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	.item-texte_wrap{
		width: 75%;
	}
	
	.item-pleine_image{
		height: 40vh;
		margin-bottom: 40px!important;
		margin-top: 40px!important;
	}
	
	.pleine_image-txt{
		background-color: black;
		position: absolute;
		left: 24px;
		bottom: 24px;
		width: auto;
		box-sizing: border-box;
		padding: 7px 12px;
		max-width: 70%;
	}
	
	.item-gif,
	.item-image{
		margin-bottom: 40px!important;
		margin-top: 40px!important;
		margin-left: 36px!important;
		margin-right: 36px!important;
		width: auto;
	}
	
	.item-etiq_droite,
	.item-etiq_gauche{
		margin-bottom: 40px!important;
		margin-top: 40px!important;
		margin-left: 12px!important;
		margin-right: 12px!important;
		flex-direction: column;
		width: auto;
	}
	
	.item-etiq_droite .width66,
	.item-etiq_gauche .width66{
		width: 100%;	
	}
	
	.etiquette{
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		padding: 12px 7px;
		width: 75%;
	}
	
	.item-etiq_droite{
		align-items: flex-end;
	}
	
	.item-trame{
		margin-bottom: 40px!important;
		margin-top: 40px!important;
		margin-left: 48px!important;
		margin-right: 48px!important;
		width: auto;
	}
	
	.trame_wrap{
		padding: 36px;
	}
	
	.item-fond_noir{
		min-height: auto;
		padding: 24px 12px;
	}
	
	.item-fond_noir .width50,
	.item-fond_noir .width75{
		width: auto;
	}
	
	.item-fond_noir .flex{
		flex-direction: column;
	}
	
	/* MENU */
	
	body.home #menu .white_bg_menu{
		background-color: white;
	}
	
	#search_toggle_mob{
		height: 13px;
		width: 13px;
		position: relative;
		top: 1px;
	}
	
	body.black_layout #search_toggle_mob svg{
		fill: white;
		stroke: white;
	}
	
	#search_box_mob{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 10px 10px 2px 10px;
		background: white;
		box-sizing: border-box;
		display: none;
	}
	
	#search_mob{
		width: 100%;
	}
	
	#search_box_mob.mobile_flex{
		display: flex;
	}
	
	#search_cross_mob{
		padding: 0px 2px 0px 5px;
		box-sizing: border-box;
		font-size: 20px;
		margin-left: 12px;
	}
	
	#searchinput_mob{
		height: 30px;
		height: 20px;
		border: none;
		border-bottom: 1px solid black;
		width: 100%;
		-webkit-appearance: none;
		border-radius: 0;
		font-weight: 700;
	}
	
	body.black_layout #search_box_mob,
	body.black_layout #searchinput_mob{
		background: black;
	}
	
	body.black_layout #searchinput_mob{
		border-bottom: 1px solid white;
		color: white;
	}
	
	#menu{
		padding: 12px 12px 7px 12px;
		top: 0;
		left: 0;
		right: 0;
		box-sizing: border-box;
		background-color: white;
		transition: top .5s ease;
	}
	
	body.black_layout #menu{
		background: black;
	}
	
	body.home #menu{
		background-color: transparent;
	}
	
	#menu.menu-hidden{
		top: -130px;
	}
	
	#mobile_menu{
		margin-bottom: 10px;
	}
		
	#hamburger{
		display: block;
		height: 14px;
		width: 30px;
		border-top: 3px solid black;
		border-bottom: 3px solid black;
		position: relative;
		z-index: 100;
	}
	
	#hamburger .line{
		padding: 0;
		margin: 0;
		margin-top: 5px;
		position: absolute;
		top: 0;
		border-bottom: 3px solid;
		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);
	}
	
	/* MISC */
	
	#arrow_down_splash{
		width: 30px;
	}
	
}

@media only screen and (max-width: 1284px) and (orientation : landscape) {
	
	#logo{
		display: none;
	}
	
	.one_slide_wrap{
		padding: 0;
	}
	
	.slider_projets .slick-list, .slider_projets .slick-track{
		height: calc(100svh - 45px);
		overflow: hidden;
	}
	
	.slider_projets{
		top: 45px;
	}
	
	.texte_projets{
		padding-bottom: 30px;
	}
	
	.slick-slide{
		height: calc(100svh - 50px);
		overflow: hidden!important;
	}
	
	.one_slide_wrap img,
	.one_slide_wrap_vid .keepratio iframe{
		height: auto;
		max-height: 85%;
	}
	
	.one_slide_wrap_vid .keepratio iframe{
		left: 50%;
		transform: translateX(-50%);
	}
	
	.one_slide_projets.slide_texte{
		padding-top: 0;
		overflow: scroll;
	}
	
	.counter_projets{
		padding-bottom: 0;
		margin-bottom: 8px;
	}
 
}