@font-face {
	font-family: "nyghtSerifMediumItalic";
	src: url("fonts/nyght/NyghtSerif-MediumItalic.otf");
  }

@font-face {
	font-family: "nyghtSerifMedium";
	src: url("fonts/nyght/NyghtSerif-Medium.otf");
  }

@font-face {
	font-family: "HKGrotesk_light";
	src: url("fonts/HKGrotesk/HKGrotesk-Light.otf");
  }

@font-face {
	font-family: "HKGrotesk_bold";
	src: url("fonts/HKGrotesk/HKGrotesk-Bold.otf");
  }

body{
	margin: 0;
	overflow-x: hidden;
}

.header{
	display: flex;
	justify-content: center;
}

.blocFiltres{
	display: flex;
	justify-content: center;
}

.filtre{
	margin: 5%;
	font-family: HKGrotesk_light;
	padding: 2%;
}

.filtre a{
	text-decoration: none;
	color: #000;
	padding: 2%;
}

.filtre a:hover{
	color: #fff;
	background-color: #000;
	padding: 2%;
}

.imgProjet{
	cursor: pointer;
	margin-top: 5%;
}

.sup{
	vertical-align: text-top;
}

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
	/*background-image: url(images/fond_lightbox.png);*/
  display: none;
}

#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lightbox img {
  max-width: 100%;
  max-height: 90%;
}

.allProjet{
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.blocProjet{
	display: block;
}

.Projet{
	text-transform: uppercase;
	/*font-size: 160px;*/
	font-size: 8.5vw;
	font-family: nyghtSerifMediumItalic;
	-webkit-text-stroke: 1px black;
	color: transparent;
	transition: all 0.3s;
	position: relative;
	padding: 0px;
	width: 100vw;
	/*line-height: 120px;*/
	line-height: 15vh;
  transition: color 0.5s;
  cursor: pointer;
}

.Projet:hover{
	color: black;
	transition-delay: .1s;
	transition-duration: .1s;
}

.hide{
	display: none;
	margin-top: 2vh;
	margin-bottom: 5vh;
	/*flex-wrap: nowrap;
	text-align: center;
	justify-content: center;*/
}

.imageOuverture{
	/*border-style: solid;*/
	padding-top: 0px;
	width: 64%;
	margin-left: calc(50% - 32%);
}

.blocProjet:hover .Projet{
	color: black;
}

.blocColonnes{
	display: flex;
	justify-content: center;
}

.colonne1{
	position: relative;
	width: 30%;
	/*width: 500px*/
	margin-right: 2%;
}

.img1{
	position: absolute;
	left: 0px;
	z-index: 1;
}

.img2{
	padding-top: 125px;
	position: absolute;
	left: 100px;
}

.img3{
	padding-left: 40%;
	padding-top: 10%;
	position: absolute;
}

.img4{
	padding-top: 300px;
}

.img5{
	position: absolute;
	padding-top: 325px;
	padding-left: -500px;
	left: 0px;
}

.range{
	margin-right: 10px;
	margin-left: 100px;
}

.colonne2{
	position: relative;
	width: 30%;
	/*width: 500px*/
	text-align: center;
	margin-left: 2%;
}

.ici{
	text-decoration: none;
	color: black;
}

.ici:hover{
	background-color: black;
	color: white;
}

h1{
	font-family: nyghtSerifMedium;
	text-align: left;
	/*border: 4px solid;*/
	margin-bottom: 0px;
}

h2{
	font-family: HKGrotesk_light;
	text-align: left;
	/*border: 4px solid;*/
	margin-bottom: 0px;
	font-size: 15px;
}

h3{
	font-family: HKGrotesk_bold;
	text-align: left;
	/*border: 4px solid;*/
}

h4{
	font-family: HKGrotesk_bold;
	font-style: italic;
	font-size: 11px;
	text-align: left;
	margin-bottom: 20px;
}
p{
	text-align: left;
	/*border-left-style: solid;*/
	font-family: HKGrotesk_light;
	font-size: 12px;
	/*border: 4px solid;*/
	margin-bottom: 15px;
}

.video{
	margin-top: 5%;
}

.atelier_txt{
	width: 50%;
}

.description{
	font-family: HKGrotesk_light;
	width: 50%;
	/*column-count: 2;*/
}

.blocImages{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.interieurBoite{
	display: flex;
	justify-content: space-around;
}

.livret{
	width: 45%;
	margin-top: 5%;
}

.lienStayhome{
	color: black;
}

.footer{
	position: fixed;
	bottom: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: black;
	padding:0.5%;
	box-sizing: border-box;
}

.footer :hover{
	background-color: black;
	color: white;
}

.info_footer{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

@media (min-width:0px) and (max-width:1080px){

	.description{
		font-size: 14px;
	}

	.blocColonnes{
  display: flex;
  flex-direction: column-reverse;
	}

	.colonne1{
		width: 60%;
		margin-left: calc(50% - 30%);
	}

	.colonne2{
		width: 60%;
		margin-left: calc(50% - 30%);
	}

	h4{
		font-size: 12px;
		text-align: left;
		margin-bottom: 20px;
	}

	.blocFiltres{
		display: block;
		text-align: center;
		display: none;
	}

	.filtre{
		margin: 5% 0 5% 0;
		font-family: 'Montserrat', sans-serif;
		padding: 2%;
		font-size: 28px;
	}

	.menuBurger{
		font-family: 'Montserrat', sans-serif;
		font-size: 28px;
		display: flex;
		border-style: solid;
		justify-content: space-around;
	}
}
