@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300&display=swap');

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

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


html{
	overflow-x: hidden;
	background-color: #F0F0F0;
}

body, html{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;


	}

.background{
	position: fixed;
	z-index: -30;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #F0F0F0;
}

.bgindex{
	position: fixed;
	z-index: -30;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #F0F0F0;
	/*background: url("../IMAGES/_fond.png") no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;*/
}

header{
	position: fixed;
	display: flex;
	top: 0;
	width: 100%;
	margin: 0;
	height: 55px;
	z-index: 50;
	}


nav1,nav2,nav3,nav4, header ul li,footer ul li,header a,footer a, header span, footer span{
	color: #393939;
	list-style: none;
	text-decoration: none;
    font-family: 'Milliard Book';
	-webkit-font-family: 'Milliard Book';
  	font-weight: 400;
	font-size: 15px;
	}


nav1,nav2,nav3,nav4{
    width: 100vw;
    display: inline-flex;
	height: 100%;
    align-items: center;
	}

nav1,nav2,nav3,nav4,header ul,footer ul{
	margin: 0;
	padding: 0;
	display: inline-flex;
	}

nav1{
	/*border-bottom: 1px solid #222;*/
	z-index: 1;
	}

nav1 span{
	margin: 0;
	padding: 0;
	}

nav1 ul{
	position: absolute;
	left: 0;
	margin-left: 35px;
	}

nav1 ul li{
	margin-right: 15vw;
	}

nav2{
	/*border-bottom: 1px solid #222;*/
	z-index: 1;
	}

nav2 ul{
	position: absolute;
	right: 0;
	margin-right: 30px;
	}

nav2 ul li{
	margin-left: 4vw;
	}

.underline {
  display: inline-block;
  position: relative;
}

.underline:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #393939;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.underline:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.navjob{
	cursor: auto;
	}

.landscape{
	display: none;
	}

.landscape p{
    font-family: 'Milliard Book';
	-webkit-font-family: 'Milliard Book';
	font-weight: 100;
	font-size: 15px;
	text-align: center;
	top: 43%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	}


.loading-screen{
	position: relative;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background-color: #393939;
	width: 0%;
	height: 100%;
}
.load-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 70;
	pointer-events: none;
}

.btn-navigation{
	display: none;
	position: absolute;
    right: 50px;
    z-index: 20;
    cursor: pointer;
	}

.btn-navigation .barre{
	z-index: 100;
	position: absolute;
	width: 15px;
	height: 15px;
/*	background: #000;	*/
    margin-top: 20px;
    border-radius: 50%;
    border: 1px solid #393939;
    transition: background .4s ease-in-out;
    -webkit-transition: background .4s ease-in-out;
	}

.barre:hover{
		background: #393939;
}

.btn-navigation .barre.white{
	background: #F0F0F0;	
	border: 1px solid #393939;
	}

.navigation{
	position: fixed;
	z-index: 10;
	width: 100vw;
	height: 100vh;
	background-color: #F0F0F0;
	opacity: 0;
	transform: translateX(-100%);
	transition: transform 0.4s ease-in-out;
	transition: .5s ease-in-out;
}
.navigation ul{
	width: 96vw;
    margin: 0;
    padding: 0;
    margin-top: 65px;
    margin-left: 2vw;
    text-align: left;
    font-size: 7.5vw;
	font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}

.navigation ul li {
	border-bottom: solid 1px #393939;
    width: 96vw;
    list-style: none;
}

.navigation ul a{
	transition-duration: 1s;
	transition-delay: 0.6s ease-in-out;
	color: #393939;
	text-decoration: none;
	display: inline-block;
    margin-bottom: 1%;
    margin-top: 2%;
}
.navigation ul a:hover{
	transition-duration: 1s;
	letter-spacing: 1px;
	transition-delay: 0.6s ease-in-out;
}

.navigation.isOpen{
	opacity: 1;
	width: 100vw;
	height: 100vh;
	background-color: #F0F0F0;
	transform: translateX(0%);
	transition: transform 0.4s ease-in-out;
	transition: .5s ease-in-out;
}

.titre{
	color: #393939;
}
.about{
	color: #393939;
}
.follow a{
	color: #393939;
}

.works .ul .li .a{
	color: #393939;
}
.works .ul .li{
	border-bottom: 1px solid #393939;
}


.projet .ul .li .a{
	color: #393939;
}

.soustitre{
	color: #393939;
}

.explication{
	color: #393939;
}

.next a{
	font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
	color: #393939;
}

input{
	border-bottom: solid 1px #393939;
}

.landscape{
	color: #393939;
}





