/*
Theme Name: Vir
Theme URI: https://virandreshera.com
Author: Maxime Bichon
Author URI: https://maximebichon.net
Description: Vir
*/

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

/* SCROLL */

body {
  overflow: hidden;
}

#page_scroll{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;

  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;

  /* your original visual trick */
  direction: rtl;
}

#page_scroll.anchor_mode{
	width: 100vw;
	padding: 90px 60px 30px 60px;
	box-sizing: border-box;
}

/* keep actual content LTR */
#page_scroll main{
  direction: ltr;
}

#scroll_proxy{
  position: fixed;
  top: 0;
  right: 0;              /* or right: 0 */
  height: 100vh;
  width: 30px;          /* must match --os-size */
  z-index: 9999;
  pointer-events: auto;
  background: transparent;
  background: #640054;
}

/* Ensure OS elements inside can receive pointer events */
#scroll_proxy .os-scrollbar,
#scroll_proxy .os-scrollbar *{
  pointer-events: auto;
}

.os-scrollbar.os-theme-purple {
  --os-size: 30px;
  --os-track-bg: #640054;
  --os-track-bg-hover: #640054;
  --os-track-bg-active: #640054;
  --os-handle-bg: #968cff;
  --os-handle-bg-hover: #968cff;
  --os-handle-bg-active: #968cff;
}

/* body{
	direction: rtl;
	overflow-x: hidden;
}

main{
	direction: ltr;
}

::-webkit-scrollbar {
	width: 30px;
}

::-webkit-scrollbar-track {
   background: #640054;
}

::-webkit-scrollbar-thumb {
	background: #968cff;  
}
::-webkit-scrollbar-thumb:window-inactive {
	background:  #968cff; 
} */

#left_side{
	width: 50vw;
	box-sizing: border-box;
	padding: 90px 15px 30px 60px;
	margin-bottom: 200px;
}

body.home #left_side{
	padding-top: 60px;
}

#left_side_anchor_mode{
	margin-bottom: 200px;
}

#right_side{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50vw;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	padding: 90px 60px 0 15px;
}

/* FONTS */

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

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

.marsha{
	font-family: 'Marsha';
}

.sanders{
	font-family: 'Sanders';
}

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

body{
	font-family: Times;
	font-size: 30px;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: 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;
}

.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{
	hyphens: auto;
	-webkit-hyphens: auto;
	
	/* Safari (legacy properties) */
	-webkit-hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-after: 3;
	
	/* IE/Edge legacy */
	-ms-hyphenate-limit-chars: 6 3 3;
	
	/* Chrome, Firefox, modern Edge */
	hyphenate-limit-chars: 6 3 3;;
}

.overflow{
	overflow: auto;
}

.width18{
	width: 18%;
}

.width20{
	width: 20%;
}

.width22{
	width: 22%;
}

.width25{
	width: 25%;
}

.width33{
	width: 33.33%;
}

.width50{
	width: 50%;
}

.width60{
	width: 60%;
}

.width66{
	width: 66.66%;
}

.width75{
	width: 75%;
}

.width100{
	width: 100%;
}

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

.col2{
	column-count: 2;
}

.nobreak{
	break-inside: avoid;
}

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

.border{
	border-bottom: 1px solid black;
}

.size18{
	font-size: 18px;
	line-height: 1.1em;
}

.size60{
	font-size: 60px;
	line-height: 0.83em;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.marg3{
	margin-bottom: 3px;
}

.marg5{
	margin-bottom: 5px;
}

.marg8{
	margin-bottom: 8px;
}

.marg10{
	margin-bottom: 10px;
}

.marg11{
	margin-bottom: 11px;
}

.marg16{
	margin-bottom: 16px;
}

.marg20{
	margin-bottom: 20px;
}

.marg25{
	margin-bottom: 25px;
}

.marg27{
	margin-bottom: 27px;
}

.marg30{
	margin-bottom: 30px;
}

.marg42{
	margin-bottom: 42px;
}

.marg67{
	margin-bottom: 67px;
}

.marg80{
	margin-bottom: 80px;
}

.marg100{
	margin-bottom: 100px;
}

.marg143{
	margin-bottom: 143px;
}

.purple{
	color: #640054
}

.light_purple{
	color: #d0b2cc
}

.nobreak{
	word-break: keep-all;
}

.padd_right_30{
	padding-right: 30px;
	box-sizing: border-box;
}

.ratio{
	width: 100%;
	aspect-ratio: 13.3/9;
	position: relative;
}

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

.purple_hover:hover,
.purple_hover:hover td a,
#menu .active{
	color: #968cff;
}

/* CONTACT */

#contact_form textarea,
#contact_form input{
	-webkit-appearance: none;
	border: none;
	color: black;
	font-family: Times;
	font-size: 30px;
	line-height: 1em;
	background: white;
	width: 100%;
	padding: 0;
	margin: 0;
}

#contact_form textarea::placeholder,
#contact_form input::placeholder {
	color: #000;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color: #640054!important;
	padding: 0!important;
	margin: 0!important;
	border: none!important;
	font-family: 'Sanders';
	font-size: 18px;
	text-transform: uppercase;
}

.wpcf7-not-valid-tip{
	font-family: 'Sanders'!important;
	font-size: 18px!important;
	text-transform: uppercase!important;
	color: #640054!important;
}

.wpcf7-spinner{
	display: none!important;
}

/* PROJECTS */

.project_title{
	padding-right: 20px;
	box-sizing: border-box;
}

.has-accent{
	line-height: 1.1em;
}

.links_projects{
	width: 50%;
	margin-left: 50%;
}

.captions,
.one_link_projects{
	box-sizing: border-box;
	padding: 2px 0 5px;
}

.one_link_projects:first-of-type{
	border-top: 1px solid;
}

.play_small{
	width: 23px;
	margin-bottom: 3px;
}

.one_img_right_side:hover img{
	filter: grayscale(100%);
}

.caption_fx{
	display: none;
}

body.left_side_fx #left_side *{
	visibility: hidden;
}

body.left_side_fx #left_side h1{
	visibility: visible!important;
}

/* FANCYBOX */

.fancybox-bg{
	background: white!important;
}

.fancybox-toolbar{
	visibility: visible!important;
	opacity: 1!important;
}

.fancybox-button{
	background: transparent!important;
	color: black!important;
	height: 70px;
	width: 70px;
}

/* PRESS */

#left_side.press{
	padding-top: 67px;
}

#right_side_contact{
	position: fixed;
	width: 50vw;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding: 11vw;
	display: flex;
	box-sizing: border-box;
}

#right_side_contact{
	padding: 90px 60px 35px 15px;
}

body.post-type-archive-press #right_side.right_side_press{
	position: fixed;
	width: 50vw;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding: 14vw;
	display: flex;
	box-sizing: border-box;
	height: 100vh;
}

.right_side_press img{
	object-fit: contain;
	object-position: center center;
	display: none;
	max-height: 100%;
}

body.post-type-archive-press #right_side.right_side_press #sticky_projects_img{
	height: 100%;
}

/* DATATABLES */

table.dataTable>tbody>tr>th,
table.dataTable>tbody>tr>td,
table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td{
	padding: 11px 0;
	border: none;
	border-bottom: 1px solid black;
}

.terms-row .active{
	font-style: italic;
}

.dt-column-order{
	display: none!important;
}

div.dt-container div.dt-layout-row{
	display: none;
	margin: 0;
}

div.dt-container div.dt-layout-row.dt-layout-table{
	display: flex;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>*{
	border-bottom: 1px solid black;
}

#projects_table th{
	font-weight: normal;
}

#projects_table td:hover,
#projects_table th:hover{
	outline: none!important;
}

#projects_table td a{
	display: block;
	width: 100%;
}

body.post-type-archive-press #projects_table,
body.post-type-archive-projects #projects_table,
body.home #projects_table{
	border-collapse: separate;
	border-spacing: 0;
}

body.post-type-archive-press #projects_table thead th,
body.post-type-archive-projects #projects_table thead th,
body.home #projects_table thead th{
	position: sticky;
	top: 59px;
	z-index: 800;
	background: white;
}

td.width22,
th.width22{
	text-align: left!important;
}

td.width25,
th.width25{
	text-align: right!important;
}

#projects_table td{
	padding-right: 10px;
	box-sizing: border-box;
}

#projects_table td.width25{
	padding-right: 0;
	padding-left: 10px;
}

td.nowrap{
	max-width: 0;
}

td.nowrap a {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1em;
}

tr.filter-hidden{
	display: none!important;
}

/* DROPDOWN */

.dropdown_content{
	display: none;
}

.minus_sign{
	display: none;
	margin-right: 2px;
	font-size: 38px;
}

/* FOOTNOTES */

.fn-trigger{
	cursor: pointer;
	font-style: normal;
	display: inline-block;
}

.fn-trigger:before{
	content: ' ';
	display: inline-block;
}

.inline-footnotes .fn-item{
	border-top: 1px solid;
	border-bottom: 1px solid;
	width: 50%;
	margin-left: 50%;
	box-sizing: border-box;
	padding: 2px 0 5px;
}

/* ANCRESFX */

.sticky_side_medias_inner{
	position: sticky;
	top: 0;
	padding-left: 15px;
	box-sizing: border-box;
}

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

.anchor_mode_fix{
	width: 50%;
	padding-right: 15px;
	box-sizing: border-box;
}

#page_scroll.anchor_mode .header_projects{
	box-sizing: border-box;
	padding-right: 15px;
}

/* NEWS */

#news{
	height: 50vh;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #a26698;
	min-height: 700px;
	max-height: 80vh;
	padding: 60px;
	box-sizing: border-box;
	z-index: 667;
	overflow-y: scroll;
	display: none;
}

#archived_news{
	display: none;
}

#archive_news_toggle .opened{
	display: none;
}

#archive_news_toggle.active .opened{
	display: inline-block;
}

#archive_news_toggle.active .closed{
	display: none;
}

.one_extra_text_news_content{
	display: none;
}

.grid{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.grid3 .item{
	width: calc(33.33% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}

/* HOME */

#splash_home{
	background: #bcafb8;
}

.one_splash_home{
	height: 100vh;
	padding: 255px;
	box-sizing: border-box;
	display: flex;
}

.one_splash_home img{
	object-fit: contain;
}

#gradient_splash_home{
	width: 100%;
	height: 255px;
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(188, 175, 184, 1) 100%);
}

#studio_gradient{
	height: 255px;
	width: calc(50vw - 15px);
	position: fixed;
	bottom: 0;
	left: 30px;
	z-index: 444;
	pointer-events: none;
	background: #FFFFFF;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 125px, rgba(255, 255, 255, 0));
}

body.post-type-archive-press #right_side,
body.post-type-archive-projects #right_side,
body.home #right_side{
	position: sticky;
	top: 0;
	right: auto;
	bottom: auto;
	height: auto;
	overflow: visible;
	padding-top: 90px;
	align-self: flex-start;
}

body.post-type-archive-press #page_scroll main,
body.post-type-archive-projects #page_scroll main,
body.home #page_scroll main{
	display: flex;
	align-items: flex-start;
}

body.post-type-archive-press #right_side .project_image,
body.post-type-archive-projects #right_side .project_image,
body.home #right_side .project_image{
	display:none;
	object-fit: contain;
}

body.post-type-archive-press #right_side .project_image.is_active,
body.post-type-archive-projects #right_side .project_image.is_active,
body.home #right_side .project_image.is_active{
	display:block;
	position: sticky;
	top: 0;
}

body.post-type-archive-press #left_side,
body.post-type-archive-projects #left_side{
	padding-top: 58px;
}

#sticky_projects_img{
	display: flex;
}

body.home #menu{
	background: transparent;
}

body.home #menu.gradient-hidden{
	background: white;
}

main{
	min-height: calc(100vh + 1px);
}

/* MENU */

#menu{
	background: white;
	padding: 18px 28px 0 28px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 30px;
	right: 30px;
	z-index: 666;
}

#menu .border{
	margin-top: 10px;
}

#right_menu .menu_item{
	margin-left: 20px;
}

#studio{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 50vw;
	padding: 90px 15px 30px 60px;
	box-sizing: border-box;
	z-index: 666;
	pointer-events: none;
}

#studio_link{
	position: fixed;
	bottom: 0;
	left: 0;
	width: calc(50vw - 75px);
	margin: 0px 0px 37px 60px;
	box-sizing: border-box;
	z-index: 888;
	height: 43px;
}

body.home #studio{
	pointer-events: none;
	top: 30px;
	bottom: auto;
	width: calc(100vw - 40px);
}

body.home #studio div{
	width: 33.33%;
}

body.home #studio .vir_andres{
	text-align: center;
}

body.home #studio .hera{
	text-align: right;
}

@media screen and (max-width: 1800px) {
	
	.size60{
		font-size: 45px;
	}
	
}

@media screen and (max-width: 1440px) {
	
	.size60{
		font-size: 40px;
	}
	
}

@media screen and (max-width: 1380px) {
	
	.size60{
		font-size: 35px;
	}
	
}

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

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

@media screen and (max-width: 1175px) {
	
	.width100_ipad{
		width: 100%;
	}
	
	.size60{
		font-size: 35px;
	}
	
	.marg42_ipad{
		margin-bottom: 30px;
	}
	
	body,
	.size20_ipad,
	#contact_form textarea,
	#contact_form input{
		font-size: 25px;
	}
	
	.grid3 .item{
		width: calc(50% - 30px);
	}
	
	#left_side.table_wrap{
		width: 100%;
		padding-right: 58px;
	}
	
	#right_side.projects_table{
		display: none;
	}
	
	#studio_link{
		width: calc(100vw - 75px);
	}
	
	#studio_gradient,
	#studio{
		width: calc(100vw - 43px);
	}
		
}

@media screen and (max-width: 1000px) {
	
	#left_side.table_wrap{
		padding-right: 30px;
	}
	
	#fake_right_scroll_mob{
		background: #968cff;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 15px;
		z-index: 666;
	}
	
	#contact_form textarea,
	#contact_form input,
	body{
		font-size: 20px;
		line-height: 1.2em;
	}
	
	#page_scroll.anchor_mode,
	#page_scroll{
		top: 54px;
	}
	
	#page_scroll.anchor_mode{
		padding: 15px 30px 30px 30px;
	}
	
	.sticky_side_medias_inner,
	.sticky_side_medias{
		padding: 0;
		position: initial;
	}
	
	.anchor_mode_fix{
		width: auto;
		padding: 0;
	}
	
	.anchor_mode .extra_infos_mob{
		padding: 0;
	}
	
	#left_side_anchor_mode{
		margin-bottom: 30px;
	}
	
	.os-scrollbar.os-theme-purple {
		--os-size: 15px;
		--os-track-bg: #968cff;
		--os-track-bg-hover: #968cff;
		--os-track-bg-active: #968cff;
		--os-handle-bg: black;
		--os-handle-bg-hover: black;
		--os-handle-bg-active: black;
	}
	
	#scroll_proxy{
		width: 15px;
		background: black;
	}
	
	.size15_mob{
		font-size: 15px;
		line-height: 1.2em;
	}
	
	.size30_mob{
		font-size: 30px;
		line-height: 0.84em;
	}
	
	.size50_mob{
		font-size: 47px;
		line-height: 0.84em;
	}
	
	.width100_mob{
		width: 100%;
	}
	
	.marg3_mob{
		margin-bottom: 3px;
	}
	
	.marg10_mob{
		margin-bottom: 10px;
	}
	
	.marg15_mob{
		margin-bottom: 15px;
	}
	
	.marg30_mob{
		margin-bottom: 30px;
	}
	
	.padd_right_30{
		padding-right: 0;
	}
	
	.border_mob{
		border-bottom: 1px solid black;
	}
	
	.inline-footnotes .fn-item{
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	
	/* GENERAL */
	
	#left_side{
		width: auto;
		padding: 0 30px;
	}
	
	body.post-type-archive-press #page_scroll main,
	body.post-type-archive-projects #page_scroll main,
	body.home #page_scroll main{
		display: block;
	}
	
	#projects_table *{
		display: block;
		width: 100%;
	}
	
	table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td, table.dataTable>thead>tr>th, table.dataTable>thead>tr>td{
		border-bottom: none;
		padding: 0;
		text-align: left;
	}
	
	td.nowrap a{
		white-space: normal;
		overflow: initial;
		line-height: inherit;
		text-overflow: initial;
	}
	
	td.nowrap{
		max-width: none;
	}
	
	div.dt-container.dt-empty-footer tbody>tr:last-child>*{
		border-bottom: none;
	}
		
	tr.row_mob{
		border-bottom: 1px solid black;
		display: flex!important;
		justify-content: space-between;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	
	tr.row_mob.filter-hidden {
		display: none!important;
	}
	
	body.post-type-archive-press #projects_table, body.post-type-archive-projects #projects_table, body.home #projects_table{
		display: block;
	}
	
	.td_title{
		order: 1;
		width: calc(100vw - 190px)!important;
		
	}
	
	.td_year{
		order: 3;
	}
	
	.td_cat{
		order: 2;
		width: auto!important;
	}
	
	.filters_mob_wrap{
		height: 45px;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		width: calc(100vw - 47px)!important;
	}
	
	.filters_mob{
		padding-right: 15px;
		box-sizing: border-box;
	}
	
	.js-filter-term,
	.filters_mob,
	.js-filter-all{
		width: auto!important;
		display: inline-block!important;
	}
	
	.js-filter-all{
		margin-right: 20px;
	}
	
	.js-filter-term{
		display: inline-table!important;
	}
	
	.one_img_right_side:hover img{
		filter: grayscale(0%);
	}
	
	/* NEWS */
	
	#news{
		z-index: 1000000;
		padding: 15px 30px;
		top: 0;
		bottom: 0;
		height: auto;
		max-height: none;
		padding-top: 70px;
	}
	
	.grid3 .item{
		width: 100%;
	}
	
	#news_bar_mob{
		z-index: 999999;
		position: fixed;
		background: black;
		top: 0;
		left: 0;
		right: 0;
		height: 54px;
		display: flex;
		justify-content: space-between;
		padding: 15px 20px;
		box-sizing: border-box;
	}
	
	/* PRESS */
	
	body.post-type-archive-press #right_side.right_side_press{
		display: none;
	}
	
	.press #left_side.table_wrap{
		padding-right: 30px;
		padding-top: 0;
	}
	
	.mobile.date_press{
		display: inline!important;
	}
	
	/* CONTACT */
	
	#right_side_contact{
		position: initial;
		width: 100%;
		padding: 15px 30px 15px 30px;
		aspect-ratio: 1/1;
		display: flex;
		order: 1;
	}
	
	#left_side.contact_side{
		order: 2;
	}
	
	body.page-id-10 main{
		display: flex;
		flex-direction: column;
	}
	
	/* HOME */
	
	.one_splash_home{
		padding: 15px 30px;
		height: calc(100vh - 64px);
	}
	
	.one_splash_home img{
		object-position: top;
	}
	
	body.home #studio{
		color: black;
		padding: 15px 30px;
		flex-direction: column;
		font-size: 47px;
		line-height: 0.84em;
		width: auto;
	}
	
	body.home #studio .hera,
	body.home #studio .vir_andres,
	body.home #studio div{
		width: 100%;
		text-align: left;
	}
	
	body.post-type-archive-press #left_side, body.post-type-archive-projects #left_side{
		padding-top: 15px;
	}
	
	#left_side{
		margin-bottom: 200px;
	}
	
	body.single-projects main{
		display: flex;
		flex-direction: column;
	}
	
	body.single-projects #left_side{
		order: 2;
	}
	
	body.single-projects #right_side{
		order: 1;
	}
	
	.header_projects_mob{
		padding: 20px 30px 10px 30px;
		box-sizing: border-box;
	}
	
	.anchor_mode .header_projects_mob{
		padding: 0;
		box-sizing: border-box;
	}
	
	#right_side{
		position: initial;
		width: auto;
		overflow: initial;
		padding: 0 30px;
		top: auto;
		right: auto;
		bottom: auto;
	}
	
	.sanders_mob{
		font-family: 'Sanders';
		font-size: 15px;
		line-height: 1.2em;
	}
	
	/* PROJECTS */
	
	body.single-projects #left_side{
		padding-top: 0;
		margin-bottom: 30px;
	}
	
	.extra_infos_mob{
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		box-sizing: border-box;
	}
	
	/* MENU */
	
	#mobile_bar{
		z-index: 999999;
		position: fixed;
		background: black;
		top: 0;
		left: 0;
		right: 0;
		height: 54px;
		display: flex;
		justify-content: space-between;
		padding: 15px 20px;
		box-sizing: border-box;
	}
	
	#news_cat,
	#mobile_cat{
		color: white;
		font-family: 'Marsha';
		text-transform: uppercase;
	}
	
	#mobile_cat a{
		color: white;
	}
	
	#menu{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: black!important;
		font-family: 'Marsha';
		text-transform: uppercase;
		z-index: 99999;
		font-size: 47px;
		line-height: 0.84em;
		flex-direction: column;
		justify-content: space-between;
		padding: 54px 30px 15px 30px;
		display: none;
	}
	
	body.open_menu_mob #menu{
		display: flex;
	}
	
	body.open_menu_mob #mobile_heart{
		transform: rotate(180deg);
	}
	
	body.home #studio{
		mix-blend-mode: difference;
		color: white;
	}
	
	body.open_menu_mob #mobile_cat{
		visibility: hidden;
	}
	
	body.home{
		background: white;
	}
	
	#projects_table tbody{
		border-top: 1px solid black;
	}
	
	#mobile_heart_bis,
	#mobile_heart{
		color: #968cff;
		font-size: 35px;
	}
	
	#fake_news_bar_left,
	#fake_news_bar_right,
	#fake_bar_right_mob,
	#fake_bar_left_mob{
		position: absolute;
		width: 15px;
		background: #968cff;
		top: 0;
		left: 0;
		bottom: 0;
	}
	
	#fake_news_bar_right,
	#fake_bar_right_mob{
		left: auto;
		right: 0;
	}
	
	#fake_news_bar_left,
	#fake_news_bar_right{
		background: black;
		position: fixed;
		z-index: 10000000;
	}
	
	#right_menu .menu_item{
		margin-left: 0;
	}
	
	#right_menu{
		display: flex;
		flex-direction: column;
	}
	
	.news_header_mob{
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
		width: 100%;
	}
	
	.grid,
	.grid3 .item{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	#menu,
	#menu a{
		color: #bcafb8;
	}
	
	.mobile{
		display: block;
	}
	
	.mobile_flex{
		display: flex;
	}
	
	.mobile_inline{
		display: inline;
	}
	
	.desktop{
		display: none!important;
	}
	
	#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);
	}
	
}