@font-face {
	font-family: "gotham";
	font-weight:light;
	src: url('gotham-regular.otf');
}

@font-face {
	font-family: "gotham";
	font-weight: bold;
	src: url('gotham-bold.otf');
}

body { 
font-family:'gotham', sans-serif;
margin:0;
letter-spacing:1px;
user-select: none;
}

body,img{
-webkit-user-drag:none;
}

/*  HOME PAGE  */


#header{ 
height: 100vh;
display:flex;
justify-content: center; 
flex-flow: column;
}

#navhome{
	margin:0 auto;
	width:80%;
	display:flex;
	justify-content: space-around; 	
	font-size: 15px;

} 

#footer{
	height:50px;
	background-color:black;
	color:white;
	display:flex;
	justify-content:space-around;
	padding: 0 20%;
}

#moi{
text-align:center;
margin:20px auto;
}

#carousel{
	margin: 0 3%;
	overflow:hidden;
}

/* ALL PAGES */

header{ 
	background-color : white; 
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	padding:15px 0;
/* 	border-bottom: 1px solid grey; */
}

h1{
font-size:15px;
}


h2{
font-size:14px;
}

.regular{
	font-weight:normal;
}

p{
	line-height:1.5;
}

.centre{
margin:auto;
display:flex;
width:60%;
}


#none{
	display:none;
}

nav{
	position:relative;
	display:flex;
	float:right;
	margin-right:7.5%;
	font-size: 15px;


	}

article{
	margin:0 3%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;

}


a.menu {
	height:25px;
	color: grey;
	text-decoration: none;
	line-height:25px;
	margin:15px ;
	display:flex;
	justify-content:space-between;
	transition: color .1s;
	}

	a.on{
	color:#ff5b00;
	font-weight:bold;
}



a.menu:hover{
	color:#ff5b00;
		 
	 }

							/* CAROUSEL */
							
#slider {
  position: relative; 
  width: 300%;
  display:flex;
  transition:1.5s;
  
}


.trailer{
	position:relative;
		width:100%;
}

.trailer img{
	width:100%;
	
}



.decouvrir{
	position:absolute;
	bottom:10%;
	left:8%;
	width:35%;
}

.bouton1 {
	display:block;
	padding:10px;
	color: black;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
	border: 1px solid black;
	margin:0 auto;
	width:40%;
	text-transform:uppercase;
}

.bouton1:hover{
	color:white;
	background-color: black;
}

.description {
	color: black;
	text-decoration: none;
	font-size: 14px;
	text-align:center;
	line-height:1.5;
}



.down{
	position:absolute;
transition:0.5s;
	width:40px;
	left:49%;
	top:90%;
}

.rotate{
	display:none;
	position:fixed;
	width:40px;
	left:94%;
	top:42%;
	transform:rotate(180deg);
	
}

.rotate:hover{
	filter:brightness(0%);
	cursor:pointer;
	transition:1s;
	transition-timing-function: ease;
	
}

.down:hover{
	filter:brightness(0%);
	cursor:pointer;
	
}

.left{
	width:50px;
}
.left:hover{
		cursor:pointer;	
		
}


.right{
	width:50px;
}

.right:hover{
	cursor:pointer;	
	
}

.bold{
	font-weight:bold;
	font-size:13px;
}



#troisronds{
	width:80px;
	display:flex;
	justify-content:space-around;
	align-items:center;
}

.rond{
	border:1.5px solid white;
	width:7px;
	height:7px;
	display:inline-block;
	border-radius:50%;
}

.active{
background-color:white;
}
						
						
						
						/* PORTFOLIO */
				
.mini{
width:23%;
position:relative;

}

.mini img{
	width:100%;
	height:auto;
	transition:filter .5s;
}

.mini figcaption{
	width:100%;
	text-align:center;
	position: absolute;
	top:50%;
	left: 50%;
    transform: translate(-50%, -50%);
	line-height:1.5;
	display:none;
	color:white;
	
}

.mini:hover{
	cursor:pointer;
	
}

.mini:hover img{
	filter:brightness(10%);
	
}

.mini:hover figcaption{
	display:block;
	
}

button{
	font-family:"gotham";
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bold;
	letter-spacing:1px;
	cursor:pointer;
	background-color:rgba(0,0,0,0);
	color:white;
	border:1px solid white;
	padding:10px 15px;
}


button:hover{
	color: black;
	background-color:white;
}





.rubrique{
	width:100%;
	display:flex;
	margin-top:70px   ;
	justify-content:space-around;
	flex-wrap:wrap;	
}

	

#logo{
	margin-left:7.5%;
}


.ligne{
display:flex;
width:100%;
justify-content:space-around;
margin-top:2%;
margin-bottom:3%;
}

footer{
		color:white;
		background-color:black;
		width:100%;
		margin-top:30px;
		font-size:13px;
		padding-top:3%;
		display:flex;
		justify-content:space-around;
		padding-bottom:50px;
		clear:both;
}

/* CONTENU */

.contenu{
	width:90%;
	margin:85px auto 0 auto;
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;	
	
}
.contenu img{
	width:100%;
	display:block;
}


.deuxcol{
	width:35%;
	margin:0 auto;
	margin-top:1%;
	margin-bottom:3%;
}

.deuxcol img{
	margin-bottom:5%;
}

.deuxcolg{
	width:45%;
	margin:0 auto;
	margin-bottom:3%;
}

.deuxcolg img{
	margin-top:5%;
}


.troicol{
	width:25%;
	margin:0 auto;
	margin-top:1%;
	margin-bottom:3%;
}

.troicol img{
	margin-bottom:5%;
}

.troicolg{
	width:30%;
	margin:0 auto;
	margin-top:1%;
	margin-bottom:2%;
}

.troicolg img{
	margin-bottom:2%;
}

.cent{
	width:100%;
	margin-bottom:2%;
}

.quatrvin{
	width:85%;
	margin-bottom:2%;
}

.sois{
	width:60%;
	margin-bottom:2%;
}

.allright{
	width:80%;
	text-align:center;
}
	
.legende{
width:35%;
color:black;
font-size:14px;
z-index:99;
margin:1% 0% 2% 12%;

}

	a.description {
		color:grey;
transition: color .1s;
}

	a.description:hover{
color: #ff5b00;
}


	a.footer {
	color:white;
	transition: color .1s;	
}
	a.footer:hover{
color: #ff5b00;
}


.legende h2{
	font-size:14px;
	}

		
	
	
	
#formulaire{
		margin:5vh auto 5vh auto;
	}
	

#formulaire textarea{
		display:block;
		resize:none;
		width:300px;
		margin:0 auto;
		border:1px solid black;
		font-family:gotham;
		font-size:0.7em;
	}
	
	

#formulaire form{
		margin:0 auto;
	}
	
input{
	background-color:rgba(0,0,0,0);
	border:1px solid black;
	font-family:gotham,sans serif;
	text-transform:uppercase;
	font-size: 12px;
	font-weight:bold;
	letter-spacing:2px;
	cursor:pointer;
	padding:10px 20px;
	display:block;
	margin:0 auto;
}

input:hover{
	background-color:black;
	color:white;
}
	
#message{
	height:20vh;
}	


#contact{
	font-size:14px;
	margin:0 auto 32px auto;
	width:40%;
	text-align:center;
}

#respons{
	width:50%;
	margin:0 auto;
}

.remplace{display:none;height:110px;}

#hamburger {
	display:none;
	position:absolute;
	right: 43px;
	top: 30%;
	cursor:pointer;
}


#hamburger span{
	background:darkgray;
	width:35px;
	height : 3px;
	display:block;
	margin-bottom:5px;
}


@media screen and (max-width: 1400px) {
#slider{margin-bottom:4%;}
.decouvrir{width:50%;left:4%;bottom:-1%;}
}

@media screen and (max-width: 1130px) {
#slider{display:none;}
.down{display:none;}
#footer{display:none;}
.legende{width:60%}
}

@media screen and (max-width: 800px) {
header button{border:none;outline:none;}	
#moi {width:75%}
#hamburger {display:block;}	
nav{display:none;
float:none;
margin:0 auto;
position: absolute;
top:99%;
right: 0;
background-color: white;
box-shadow:0px 5px 5px 0px #00000010;}
.ligne{display:block;margin:0;}
.mini{width:100%;margin:3% 0;}
.rotate{opacity:0;}
.legende{width:75%;margin:20px auto 30px;text-align:center;}
#respons{width:80%;}
.centre{width:60%;display:none;}
.allright{width:65%;margin-top:2%;}
footer{flex-wrap:wrap;margin:0;}
.bande{width:64%;}
article{margin:0;}
.deuxcol{width:80%;}
.deuxcolg{width:80%;}
.troicol{width:80%;}
.troicolg{width:80%;}
.sois{width:80%;}
.contenu{width:100%;}
.quatrvin{width:100%;}
a.menu{display:block;text-align:center;margin:15px 20px;}
#formulaire{margin:6vh auto;}
#contact{width:45%;}
a.mini img{display:block;}
.contenu img{display:block;}
.remplace{display:block;margin:0 auto 20px auto;}
.rubrique{margin:85px 0 0 0;}
.mini:hover img{filter:none;}
.mini:hover figcaption{display:none;}
}

@media screen and (max-width: 550px) {
.allright{width:80%;margin-top:4%;}
footer{flex-wrap:wrap;}
.rotate{left:82%;}
.centre{width:100%;}
#navhome{display:block;width:80%;}
#moi{line-height:2;}
#contact{width:80%;}
}

@media screen and (max-width: 360px) {
#formulaire textarea{
		width:90%;
		margin:0 auto;
		border:1px solid black;
		font-family:gotham,sans serif;
	}
}
