 /* .box-project-gallery:hover .border-box { 
    border:3px solid black;
    transition: border 0s; 
}*/





@import url('https://fonts.googleapis.com/css2?family=Inria+Sans&display=swap');

*{
	font-family: 'Inria Sans', sans-serif;
}

body::-webkit-scrollbar {
  display: none;
}
body{
	background: white;
}

button{
	border-style: none;
	outline: none!important;
}

.row{
	border:0px solid red;
}

.col-3, .col-md-3{
	border:0px solid red;
}

.container, .container-fluid{
	border:0px solid red;
}


.full-height{
	height: 100vh;
}

.p-none{
	padding:0!important;
}

.container-fluid {
  padding-left: 70px!important;
  margin-top: 90px;
  padding-right: 35px!important;
}


h2{
	font-weight: bold;
	font-size: 22px!important;
	color: black;
}

p{
	font-size: 17px!important;
	color: black;
}
#page-section > a  {
	text-decoration: none!important;
	color: black!important;
}


#page-section > a:hover  {
	text-decoration: none!important;
	color: black!important;
}
.credit{
    padding-bottom: 80px;
}

.credit p{
	color: white!important;
	padding-left: 30px;
}

.credit a {
	text-decoration: underline white!important;
	color: white!important;
}

.credit a:hover{
	text-decoration: none;
	color: white!important;
}


img{
 animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

/* --------------------- MENU MOBILE -------------------------------*/
#mobile-menu-header{
	display: none;
}

.mobile-header {
  background-color: white;
  border-bottom: 1px solid black;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}

.mobile-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: white;
}

.mobile-header li a {
  padding: 15px 32px 18px 32px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  transition: 0.4s ease;
  text-transform: uppercase; 
  white-space: nowrap;
}

.mobile-header li a:hover,
.mobile-header .menu-btn:hover {
  background-color:white;
}

/* menu */

.mobile-header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 1s ease!important;
}

/* menu icon */

.mobile-header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 26px 20px;
  position: relative;
  user-select: none;
}

.mobile-header .menu-icon .navicon {
  background: black;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 28px;
}

.mobile-header .menu-icon .navicon:before,
.mobile-header .menu-icon .navicon:after {
  background: black;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.mobile-header .menu-icon .navicon:before {
  top: 5px;
}

.mobile-header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.mobile-header .menu-btn {
  display: none;
}

.mobile-header .menu-btn:checked ~ .menu {
  max-height: 1040px;
}



.mobile-header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.mobile-header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.mobile-header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.mobile-header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.mobile-header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.ig-mobile a{
	padding: 18px 32px;
	display: inline-block!important;
	text-decoration: none;
    font-size: 16px;
    color: black;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 18px;
}
.ig-mobile a:hover{
	color: black;
	text-decoration: none;
}

/* ----------------------------------- LOADER PAGE TRANSITION ---------------------------------- */
.loader {
    position: fixed;
    width: 100vw;
    height: 200vh;
    pointer-events: none;
    background-color: white;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.is-transitioning {
    pointer-events: none;
    cursor: progress;
}




/* ----------------------------------- HOME PAGE ---------------------------------- */

.bg-name{
	position: fixed;
	z-index: -80;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -5%;
}

.bg-name h1{
	font-size: 250px;
	-webkit-text-stroke:0.8px #393939;
	color: white;
	line-height: 242px!important;
}



.scrolling-wrapper{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 35px;
}

.picture{
    margin-right: 15px;
    height: 150px;
    margin-bottom: 15px;
    transition: 0.6s ease;
}

.scrolling-wrapper:hover .picture{
	height: 450px;
}


.year-box{
	width: 250px;
	top:50px;
	position: -webkit-sticky;
	position: sticky;
	border: 2px solid black;
	padding: 0px 20px;
	background-color: white;margin-bottom: 30px;
}

.year{
	text-align: center;
	padding: 0;
	margin: 0;
}



::-webkit-scrollbar {
  width: 4px;
  border: 1px solid #d5d5d5;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: white;
  border: 1px solid black;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: black;
}



.instagram{
	top:50px;
	position: -webkit-sticky;
	position: sticky;
	right: 50px;
	float: right;
	padding-right: 15px!important;
}

.instagram a{
	color: black;
}

#about-page > div.container-fluid.marginless > div.instagram.ig-white > a{
	color: white!important;
}

.instagram a:hover{
	color: black;
	text-decoration: underline!important;
}



#page-section{
	position: fixed;
	height: 100vh;
	width: 47px;
	background-color: white;
	right: 0;
	top: 0;
	z-index: 99;
	border-left:5.5px solid black;
	transition: width 0.5s;
	text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 900;
}

#page-section h1{
	writing-mode: vertical-rl;
	left: 0px;
	height: 100vh;
	text-align: center;
	font-size: 18px;
	padding-right: 10px;
	width: 40px;
	margin-left: 0;
	animation: fadein 1s ease-in;
    -moz-animation: fadein 1s ease-in;  /* Firefox */
    -webkit-animation: fadein 1s ease-in; /* Safari et Chrome */
    -o-animation: fadein 1s ease-in; /* Opera */
}

#page-section:hover{
	width: 60px;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}



.menu-mobile{
	display: none;
}

.credit p{
	font-size:1rem!important;
	margin-top: 150px;
}


#negative-dot{
	width: 40px;
	height: 40px;
	border-radius: 100px;
	position: fixed;
	right: 18%;
	bottom: 23%;
	background-color: #FE431A;
	z-index: 0;
	mix-blend-mode: multiply;
}

.negative-filter{
	filter: invert(1);
}


#about-dot{
	width: 40px;
	height: 40px;
	border-radius: 100px;
	position: fixed;
	right: 22%;
	bottom: 19%;
	background-color: #FE431A;
	mix-blend-mode: multiply;
	transition:ease 0.5s;
}

#about-dot:hover{
	cursor: help;
	
}


.about-mobile{
		display: none;
	}
/* ----------------------------------- VIDEO MONTAGE ---------------------------------- */

.videos{
	position: relative;
}

.overlay {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
	max-width: 100%;
    width: 100%;
    padding-right: 15px;

}

.overlay p{
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.8),rgba(0,0,0,0.3), rgba(0,0,0,0));    	
	font-size: 12px!important;
	padding: 10px;
	color: white;
	line-height: 14px;
}

#myvideo{
	outline: none!important;
}


/* ----------------------------------- À PROPOS ---------------------------------- */
.ig-white{
	color: white;
}

#about-page{
	background-color: black!important;
}

.about{
	padding-top: 90px;
    width: 80%;
 }

.about p{
	color: white!important;
	font-size: 32px!important;
    line-height: 42px;
    padding-left: 30px;
}

.about h1 {
	color: transparent;
	-webkit-text-stroke:0.7px white;
	font-size: 65px;
	padding-bottom: 30px;
}

.marginless{
	margin-top:0!important;
}

#about-page  div.container-fluid.marginless div.about  a{
	float: right;
    font-size: 30px;
    color: transparent;
    margin-top: 80px;
    -webkit-text-stroke: 0.8px white;
    text-decoration: none;
    transition: 0.2s;
}

#about-page  div.container-fluid.marginless div.about  a:hover{
	color: white;
}

.white{
	color: white!important;
}






/* ----------------------------------- RESPONSIVE ---------------------------------- */





/* ---------------------------- MOBILE ------------------------------- */
@media only screen and (max-width: 767px){

	.container-fluid {
    	padding-left: 15px!important;
    	margin-top: 90px;
	}

	.year-box {
    	width: 100px;
	}

	#about-page{
	   height: 100%!important;
	}

	.credit p {
		padding-left: 0;
	}

}






/* ---------------------------- TABLET PAYSAGE ---------------------------- */

@media only screen and (min-width: 992px) and (max-width: 1025px){
	.container-fluid {
    	padding-left: 50px!important;
    	margin-top: 90px;
	}

}


/* ---------------------------- TABLET PORTRAIT ---------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px){

	.container-fluid {
    	padding-left: 20px!important;
    	margin-top: 90px;
	}

}




/* ---------------------------- TABLET & MOBILE ---------------------------- */
@media only screen and (max-width: 1024px){
	
	#mobile-menu-header{
		display: block;
	}

	#mobile-menu-header h1{
		font-size: 1.2rem;
		display: inline-block;
		padding: 16px 20px;
		margin:0;
	}
	.year-box {
    	top:90px;
	}

	#page-section{
		display:none;
	}

	.container-fluid {
    	padding-right: 15px!important;
	}

	.bg-name{
		display: none;
	}

	#negative-dot {
		width: 35px;
		height: 35px;
	}

	#about-dot{
		display: none;
	}

	.about-contact{
		display: none;
	}


	.instagram{
		display: none;
	}

	.menu-mobile{
		display: block;
		top:50px;
		position: -webkit-sticky;
		position: sticky;
		right: 20px;
		float: right;
		padding-right: 15px!important;
	}

	.title-about-mobile{
		margin-right: 20px;
	}

	.about {
    	padding-top: 90px;
    	width: 90%;
    	padding-bottom: 80px;
	}

	#about-page{
	    padding-bottom: 100px;
	}

	.about p {
    	font-size: 18px!important;
    	line-height: 20px;
    	padding-left: 10px;
	}

	#about-page div.container-fluid.marginless div.about a {
    	font-size: 25px;
	}

	.about h1{
		display: none;
	}

	#negative-dot{
		display: none;
	}

	.credit{
		padding-right: 15px;
		padding-left: 15px;
		position: initial;
	}

	.credit p {
    	margin-top: 0;
    }

}


@media (min-width: 1024px) and (max-width: 1200px){
	.about p {
		font-size: 24px!important;
    	line-height: 29px;
	}
}

@media (min-width: 1025px) and (max-width: 1370px){
	.about p {
		font-size: 24px!important;
    	line-height: 29px;
	}
}

@media (min-width: 1371px) and (max-width: 1500px){
	.about p {
		font-size: 24px!important;
    	line-height: 29px;
	}
}

@media (min-width: 1025px) and (max-width: 1500px){
	
}







@media (min-width: 1501px){
	

}


/* ---------------------------- DESKTOP ---------------------------- */

@media (min-width: 2501px){ 

}


@media (min-width: 3200px){ 

	

}


@media (min-width: 5120px){ 

	


}





body:before {
  content: "xsmall";
  display: none;
  visibility: hidden;
}

@media (min-width: 1024px) {
  body:before {
    content: "small";
  }
}

@media  (min-width: 1200px) {
  body:before {
    content: "large";
  }
}

