@import url(reset.css);
@import url(../font/font.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,800');

:root{scroll-behavior: smooth;}

.grid{display:grid;}
body{
	color:#1b1b1b;
	--orange:#d98d16;
	--hovercolor:lightgrey;
	font-family: Open Sans, sans-serif;
}
/*----------MISE EN PAGE----------*/
a{color:var(--orange);
}

h1{
	font-size:8rem;
	font-family: 'Noe Display', sans-serif;
	font-weight: 500;
	font-style: normal;
	color:#1b1b1b;
}
h1>span{
	color:var(--orange);
}

.dark{/*background-color:#5d4777*/ /*background-color: #1b1b1b;*/ 
    background-color: #3f3f3f;}
.light{/*background-color:#DC582A*/background-color:lightgrey;} /*#d3d3d3*/
.orange{background-color: var(--orange);}
.fl{float:left;}
.fr{float:right;}

.button{
	height:5rem;
	text-transform: uppercase;
	color:var(--orange);
	background-color: white;
	font-weight: 800;
	font-size: 1.4rem;
	text-align:center;
	text-decoration: none;
	line-height: 4.8rem;
	border:solid 2px var(--orange);
	border-radius: 5px;
	transition: 1s;
}
.button:hover{
	/*transform: translateY(-10px)*/
	transform:scale(1.15);
}


/*----------HEADER----------*/
header{
	width:100%;
	padding: 4vh 4% .2rem 4%;
	position: fixed;
	z-index:100;
	top: 0;
	left:0;
}

#logo{
	display: block;
	width: 10rem;
	padding-top: 1rem;
	float:left;
}

header>label{
	float:right;
	cursor: pointer;
}
#navlist{
	padding: 40vh 5% 0 5%;
}
#navlist>div>a, #navlist>div>span{
	font-family: 'Noe Display', serif;
	font-size:10rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 1s;
}
#navlist>div>a{color:white;}
#navlist>div>span{color:var(--orange);margin-bottom: 1rem;}
#navlist>div:hover>a{
	color: #404040;
}
#navlist>div>a:hover{
	color: white;
}


/*----------FIN HEADER----------*/

#portfolio-link{
	font-family: "Noe Display";
	font-weight: 500;
	color:#3f3f3f;
	text-decoration:none;
	margin-right: 7.5rem;
	line-height: 3.5rem;
	font-size: 1.6rem;
	transition: all 1s;
}
#portfolio-link:hover{
	color:var(--orange);
	
}
/*------------FOOTER------------*/

footer{
	padding:0 4%;
	background-color:#1b1b1b;
	height: 5.5rem;
	font-family: 'open sans', sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	overflow:hidden;
}
footer>a, footer>p{
	margin: 0 .25rem;
	color:white;
	text-transform: capitalize;
	line-height: 5.3rem;
	text-decoration: none;
	transition: all .5s;
}
footer>a>img{
	width:2rem;
	height:5.5rem;
	transition: all 1s;
	display: grid;
	align-self: center;
}
footer>a:hover>img{
	transform: scale(1.3);
}
footer>a:hover{
	color:var(--orange);
}
footer>span{
	margin: 0 2rem;
	line-height: 5.3rem;
	color:var(--orange);
}
footer>span, footer>p{
	cursor:default;
}

/*----------FIN FOOTER----------*/


/*---------------------ACCUEIL---------------------*/
/*-------------------------------------------------*/

/*------------SECTION 1------------*/

#home-section1{
	background: url(../img/index-back-a52.jpg) no-repeat;
	background-position-x:25%;
	background-position-y: 20%;
	background-size: cover;
	min-height:100vh;
	
}
#home-section1>h1{
	height: 100vh;
	text-align: right;
	align-content: end;
	padding-bottom: 15vh;
	margin-right: 7.5%;

}
#home-section1>h1>span{
	color:#1b1b1b;
}
#home-section1>h1>span>span{
	color:var(--orange);
}

/*----------FIN SECTION 1----------*/



/*------------SECTION 2------------*/

#home-section2{
	min-height: 100vh;
	padding:10vh 0 10vh 0;
}
.home-wrap-left{
	overflow: hidden;
	margin: 20vh auto;
	max-width:122rem;
	grid-template-columns: 5% 50% 10% 25% 10%;
	grid-template-rows: 10fr 1fr;
}
.home-wrap-right{
	margin: 20vh auto;
	max-width:122rem;
	grid-template-columns: 10% 25% 10% 50%  5%;
	grid-template-rows: 10fr 1fr;
}
.imgillu-left{
	width:100%;
	grid-column: 2/3;
	grid-row: 1/2;
}
.imgnum-left{
	width: 18%;
	grid-column: 2/3;
	grid-row: 1/3;
	display: grid;
	align-self: end;
	justify-self:center;
	z-index:9;
}
.home-wrap-left>h2{
	font-family: 'Noe Display', serif;
	font-size:5rem;
	font-weight: 500;
	grid-column: 1/6;
	grid-row: 1/2;
	display: grid;
	padding-left: 46%;
	padding-top: 5%;
	z-index:10;
}
.home-wrap-left>p{
	font-size:1.6rem;
	font-weight:500;
	grid-column: 4/5;
	grid-row: 1/2;
	display: grid;
	align-self: end;
	padding-bottom: 25%;
	text-align: justify;
	z-index:11;
}
.imgillu-right{
	width:100%;
	grid-column: 4/5;
	grid-row: 1/2;
}
.imgnum-right{
	width: 18%;
	grid-column: 4/5;
	grid-row: 1/3;
	display: grid;
	align-self: end;
	justify-self:center;
	z-index:9;
}
.home-wrap-right>h2{
	font-family: 'Noe Display', serif;
	font-size:5rem;
	font-weight: 500;
	grid-column: 1/6;
	grid-row: 1/2;
	display: grid;
	text-align: right;
	padding-right: 50%;
	padding-top: 5%;
	z-index:10;
}
.home-wrap-right>p{
	font-size:1.6rem;
	grid-column: 2/3;
	grid-row: 1/2;
	display: grid;
	align-self: end;
	padding-bottom: 20%;
	text-align: justify;
	z-index:11;
}

#home-section2>a{
	display: block;
	padding-left: 2rem;
	padding-right: 2rem;
	margin:0 auto 10vh auto ;
	width:25rem;
}

/*----------FIN SECTION 2----------*/

/*------------SECTION 3------------*/

#home-section3{
	width: 100%;
	padding:20rem 5%;
	background: url(../img/index-back-carte.jpg) no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	/*background-color: #1b1b1b;*/
}
#home-section3>article{
	margin:auto;
	max-width: 60rem;
}
#home-section3>article>h2{
	font-family: 'Noe display', serif;
	color:white;
	font-weight: 500;
	font-size: 4rem;
	margin-bottom: 5.5rem;
	text-align:center;
	

}
#home-section3>article>h2>span{
	color:var(--orange);
}
#home-section3>article>p{
	text-align:justify;
	color:white;
	font-size:1.6rem;
	line-height: 2.3rem;
}


/*----------FIN SECTION 3----------*/


/*------------SECTION 4------------*/
#home-section4{
	padding:20rem 5%;
}
#home-section4>div{
	margin:auto;
	max-width: 75rem;
	text-align:center;
}

#home-section4>div>quote{
	font-family: 'Noe display', serif;
	font-weight: 500;
	font-size: 4rem;
}
#home-section4>div>quote:before{
	content:"“";
	font-family: 'Noe display', serif;
	font-weight: 500;
	font-size: 4rem;
}
#home-section4>div>quote:after{
	content:"”";
	font-family: 'Noe display', serif;
	font-weight: 500;
	font-size: 4rem;
}
#home-section4>div>p{
	font-family: 'Open Sans', serif;
	font-weight: 500;
	font-size: 1.9rem;
	margin-top: 2rem;
	margin-bottom: 10rem;
}
#home-section4>div>a{
	display: block;
	padding-left: 1rem;
	padding-right: 1rem;
	margin:auto;
	width:20rem;
}
/*----------FIN SECTION 4----------*/


/*-------------------FIN ACCUEIL-------------------*/
/*-------------------------------------------------*/





/*-------------------------------------------------*/
/*---------------------GALLERIE--------------------*/



/*------------SECTION 1------------*/


#gallerie-section1>h1{
	text-align:center;
	padding-top: 25vh;
	margin-bottom: 10vh;
}
/*#gallerie-section1>h1>span{
	color:var(--orange);
}*/


#gallerie-section2{
	margin-bottom: 15vh;
}

/*----------FIN SECTION 1----------*/



/*------------------FIN GALLERIE-------------------*/
/*-------------------------------------------------*/


/*-------------------------------------------------*/
/*----------------------LOGOS----------------------*/

#logos-section1{
	width:100%;
	text-align: center;
}

#logos-section1>h1{
	text-align:center;
	padding-top: 25vh;
	margin-bottom: 10vh;
}
/*#logos-section1>h1>span{
	color:var(--orange);
}*/

.contain-back-link{
	margin:auto;
	position:absolute;
	top: 4vh;
	left:40%;
	right:40%;
	text-align: center;
	z-index: 100;
}

.back-link>img{
	width:5rem;
	height:5rem;
	transition: all 1s;
	
}
.back-link:hover>img{
	transform: scale(1.2);
}

#logos-section2>article{
	width:100%;
	min-height:50vh;
	grid-template-columns: 50% 5% 45%;
	align-content: center;
	padding: 5rem 0;
}

#logos-section2>article>img{
	grid-column: 1/2;
	grid-row:1/4;
	display: grid;
	justify-self:center;
	align-self: center;
}

#logos-section2>article>h2{
	font-family: 'Noe display', sans-serif;
  	font-weight: 500;
  	font-size: 4rem;
	grid-column: 3/4;
	margin-bottom: 2rem;
}

#logos-section2>article>p{
	width:60%;
	grid-column: 3/4;
	font-size:1.6rem;
	font-weight:500;
	margin-bottom:3rem;
}

#logos-section2>article>a{
	width:55%;
	grid-column: 3/4;
	font-family: "Noe Display", serif;
	font-size:2rem;
	font-weight:500;
	text-decoration: none; 
}
#logos-section2>article>a:hover{
	color:var(--orange);
	transition: all 1s;
}

.fondvert{background-color: #AFD182;}
.fondblanc{background-color: white;}
.fondgrisdog{background-color: #2b2b2b;}
.fondnoir{background-color: #1b1b1b;
}
.texteblanc{color:white;}
.textenoir{color:#1b1b1b;}

.logosize{height:14rem;}
.logosizexl{height:22rem;}

#logos-section2{
	margin-bottom: 10vh;
}

/*--------------------FIN LOGOS--------------------*/
/*-------------------------------------------------*/


/*-------------------------------------------------*/
/*----------------------PRINT----------------------*/


#print-section1{
	width:100%;
	text-align: center;
}

#print-section1>h1{
	text-align:center;
	padding-top: 25vh;
	margin-bottom: 10vh;
}
#print-section2{
	width:100%;
	padding: 0 4%;
	margin-bottom: 10vh;
}

#print-gallerie{
	max-width: 144rem;
	margin:auto;
	grid-template-columns: auto auto ;
	grid-template-rows: auto auto auto auto;
	grid-gap: 5vh;
}
#print-gallerie>img{
	width:100%;
}
#print-cmpp{
	grid-column: 1/2;
	grid-row: 1/2;
}
#print-tutoi{
	grid-column: 1/2;
	grid-row: 2/4;
}
#print-kermesse{
	grid-column: 2/3;
	grid-row: 3/4;
}
#print-parcours{
	grid-column: 2/3;
	grid-row: 1/3;
}


/*--------------------FIN PRINT--------------------*/
/*-------------------------------------------------*/




/*-------------------------------------------------*/
/*----------------------ILLUS----------------------*/

#illus-section1{
	width:100%;
	text-align: center;
}

#illus-section1>h1{
	text-align:center;
	padding-top: 25vh;
	margin-bottom: 10vh;
}
#illus-section2{
	width:100%;
	padding: 0 4%;
	margin-bottom: 10vh;
}
#illus-gallerie{
	max-width: 144rem;
	margin:auto;
	grid-template-columns: auto auto ;
	grid-gap: 5vh;
	
}
.illu-small{
	width:100%;
	
}
.illu-large{
	width:100%;
	grid-column: 1/3;
}

/*--------------------FIN ILLUS--------------------*/
/*-------------------------------------------------*/




/*-------------------------------------------------*/
/*----------------------PROJETS--------------------*/

.projet-section1{
	width:100%;
	height:75vh;
	grid-template-columns:100%;
	grid-template-rows:  65vh 10vh;
	text-align: center;
	
}

.projet-section1>h1{
	grid-column: 1/2;
	grid-row: 1/2;
	padding-top: 30vh;
	text-align: center;
	color:white;
}
.img-contain{
	grid-column: 1/2;
	grid-row: 1/2;

}
.projet-section1>img{
	grid-column: 1/2;
	grid-row: 1/3;
	display: grid;
	justify-self:center;
	align-self: end;
	height: 25vh;
}

.projet-section2{
	width:80%;
	margin: 10vh 10% 10vh 10%;
	
}
.projet-section3{
	width:100%;
	padding: 2% 4%;
	margin-bottom: 10vh;

}
.projet-gallerie{
	max-width: 144rem;
	margin:auto;
	grid-template-columns: 1fr 1fr ;
	grid-gap: 3vh;
	align-items: center;
}

.projet-bandeau{
	max-width: 70rem;
	margin: 5rem auto 5rem auto;
}
.projet-bandeau>h2{
	grid-column: 1/3;
	font-family: 'Noe display', serif;
	font-size:3rem;
	font-weight: 500;
	margin-bottom: 5rem;
	text-align:center;
}
.projet-bandeau>p{
	width:80%;
	margin:auto;
	font-size:1.6rem;
	font-weight:500;
}
.projet-bandeau>a{
	display: block;
	width:80%;
	text-align: center;
	margin: 5rem auto 0 auto;
	font-size:2.4rem;
	line-height: 4rem;
	font-weight:500;
	font-family: 'Noe Display', serif;
	text-decoration: none;
	transition: transform 1s;
}


.projet-bandeau>a:hover{
	transform: scale(1.15);
}

#img-contain-tapas{
	background: url(../img/tapas-back.jpg) no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
}
#img-contain-auralithe{
	background: url(../img/auralithe-back.jpg) no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	
}

#img-contain-sarahlazarevic{
	background: url(../img/sarahlazarevic-back.jpg) no-repeat;
	background-position-x: left;
	background-position-y: bottom;
	background-size: cover;
	
}

#img-contain-mjg{
	background: url(../img/mjg-back.jpg) no-repeat;
	background-position-x: left;
	background-position-y: bottom;
	background-size: cover;
	
}
#img-contain-dog{
	background: url(../img/dog-back.jpg) no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	
}


#sarahlazarevic-section3{
	width:100%;
	padding:0 4%;
	margin-bottom: 10vh;

}
#sarahlazarevic-gallerie{
	max-width: 144rem;
	margin: 0 auto;
	
}
#mjg-4, #dog-5, #dog-3{
	grid-column: span 2;
}
/*--------------------FIN PROJETS------------------*/
/*-------------------------------------------------*/






/*-------------------------------------------------*/
/*---------------------CONTACT---------------------*/


#contact-section1{
	min-height: calc(100vh - 5.5rem);
	padding: 20vh 0 10vh 0;
	
}

.contact-wrap{
	overflow: hidden;
	margin:auto;
	max-width:122rem;
	grid-template-columns: 5% 40% 50% 5%;
	grid-template-rows: auto auto;
}

.contact-wrap h1{
	margin-bottom: 5vh;
	font-family: 'Noe Display', serif;
	font-size:5rem;
	font-weight: 500;
	grid-column: 1/5;
	grid-row: 1/2;
	padding-left: 40%;
	padding-top: 5vh;
	z-index:10;
}


#contact-section1>article>div>p{
	font-family: 'Noe Display', serif;
	font-size:2.5rem;
	font-weight: 400;
	margin-bottom: 2rem;
	
}
#contact-section1>article>div>a{
	text-decoration: none;
	font-family: 'Open sans', serif;
	font-size:2.2rem;
	line-height: 3.2rem;
	font-weight: 500;
	color:var(--orange);
	
}	


.contact-wrap>img{
	width:100%;
	grid-column: 2/3;
	grid-row: 1/3;
	display: grid;
	align-self: center;
}
.contact-wrap>div{
	font-size:1.6rem;
	font-weight:500;
	grid-column: 3/5;
	grid-row: 2/3;
	padding-bottom: 20%;
	z-index:11;
}


/*-------------------FIN CONTACT-------------------*/
/*-------------------------------------------------*/



/*-------------------------------------------------*/
/*---------------------A PROPOS--------------------*/


#apropos-section1{
	min-height: calc(100vh - 5.5rem);
	padding-bottom: 10vh;
	margin: 0 2%;
	
}
#apropos-section1>h1{
	text-align:center;
	padding-top: 20vh;
	padding-bottom: 5vh;
}

#apropos-section1>div{
	max-width: 144rem;
	margin: auto;
	padding-top: 5vh;
}

#aboutme>article>p{
	color:#1b1b1b;
	margin: auto;
	font-size:1.6rem;
	line-height: 2.5rem;
	font-weight:500;
	margin-bottom: 1rem;
}
#aboutme>img{
	width:80%;
	display: grid;
	align-self: start;
	justify-self: center;
}

#aboutme>article>a{
	display: block;
	width:100%;
	margin: 5rem auto 0 auto;
	font-size:2.4rem;
	line-height: 4rem;
	font-weight:500;
	font-family: 'Noe Display', serif;
	text-decoration: none;
	
}


/*-------------------FIN A PROPOS-------------------*/
/*-------------------------------------------------*


/*-------------------------------------------------*/
/*-----------------MENTIONS LEGALES----------------*/

#mentions-section1{
	max-width: 144rem;
	margin: 20vh auto 10vh auto;
	padding: 0 2rem;

}
#mentions-section1>h1{
	text-align: center;
	margin-bottom: 10vh;
}
#mentions-section1>h2{
	font-family: "Noe Display", serif;
	font-size: 2.2rem;
	margin-top: 5rem;
	margin-bottom: 2rem;
}
.fondblanc{
	background-color: white;
	padding-bottom: 2rem;
}

/*---------------FIN MENTIONS LEGALES--------------*/
/*-------------------------------------------------*/








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

@media (max-width:1366px){
	#home-section1{
		margin-bottom:9.5vh;
	}
	#home-section2{
	
		padding:.5vh 0 10vh 0;
	}
}

@media (max-width:960px){
	#navlist{
	padding: 30vh 5% 0 5%;
	}
	#navlist>div>a{ 
		font-size: 6rem;
		display: block;
		width:100%;
		padding-bottom: 1rem;
		text-align:center;
	}
	#navlist>div>span{
		display: block;
		width:100%;
		font-size: 8rem;
		font-weight: 500;
	}
	.home-wrap-left, .home-wrap-right{
		margin: 20vh 0;
		width:100%;
		grid-template-columns: 5% 40% 10% 40% 5%;
		grid-template-rows: auto auto auto;
	}
	.imgillu-left, .imgillu-right{
		width:100%;
		grid-column: 2/3;
		grid-row: 3/4;
	}
	.imgnum-left, .imgnum-right{
		width: 100%;
		grid-column: 3/4;
		grid-row: 1/2;
		display: grid;
		align-self: end;
		justify-self:center;
		padding: 0;
		z-index:9;
	}
	.home-wrap-left>h2, .home-wrap-right>h2{
		font-size:4rem;
		grid-column: 1/6;
		grid-row: 2/3;
		display: grid;
		padding: 5% 0 5% 0;
		justify-self: center;
	}
	.home-wrap-left>p, .home-wrap-right>p{
		font-size:1.4rem;
		grid-column: 4/5;
		grid-row: 3/4;
		display: grid;
		align-self: start;
		padding-bottom: 0;
		padding-top: 10%;
		text-align: justify;
	}
	#logos-section2>article{
		width:100%;
		display: block;
		text-align: center;
		padding: 5rem 2%;
	}
	#logos-section2>article>img{
		max-width: 80%;
		margin: 0 auto 8vh;
	}
	#logos-section2>article>p{
		width:80%;
		margin: 0 10% 5% 10%;
	}
}

@media (max-width:768px){
	#portfolio-link{
		display:none;
	}

	#home-section1>h1{
	  	margin: auto 3%;
	}
	h1{
		font-size:7rem;
	}
	.projet-section2{
		width:90%;
		margin: 2vh 5% 5vh 5%;
	
	}
	
	.projet-bandeau{
		display: block;
	}
	.projet-bandeau>div{
		margin: auto;
	}
	.projet-bandeau>h2{
		margin: 3rem 7% 2rem 7%;
		padding: 0;
	}
	.projet-bandeau>p{
		padding: 0 7%;
		width:100%;
		text-align: left;
	}
	
	.projet-gallerie{
		display: block;
		text-align:center;
	}
	.projet-gallerie>img{
		margin-top:5vh;
	}
	#aboutme>article{
		margin-top: 5vh;
	}
	#aboutme>img{
		display: block;
		margin:auto;
	}
	.aboutmetext{
		text-align: left;
	}
}

@media (max-width:640px){
	header{
		padding-top: 4vh;
	}

	#navlist>div>a{ 
		font-size: 4rem;
	}
	#navlist>div>span{
		font-size: 3rem;
		
	}
	.scroll-down{
		display: none;
	}
	h1, .contact-wrap>h1{
	  	font-size: 4rem;
	}
	#home-section2{
		padding: 2vh 0;
	}
	.home-wrap-left, .home-wrap-right{
		margin: 12vh 0vh;
		width:100%;
		display: block;
	}
	.imgillu-left, .imgillu-right, .home-wrap-left>h2, .home-wrap-right>h2, .home-wrap-left>p, .home-wrap-right>p{
		display: block;
		width:90%;
		margin:auto;
	}
	.imgnum-left, .imgnum-right{
		display: block;
		width:25%;
		margin:auto;
	}
	#home-section2 h2{
		font-size: 3rem;
		text-align: center;
	}
	#home-section2 p{
		font-size: 1.4rem;
		margin: 0 auto 5vh;
	}
	footer>p, footer>span.fl{
		display: none;
	}
	.contact-wrap>h1{
		padding-left: 0;
	}
	.contact-wrap{
		display: block;
		width:95%;
		text-align: center;
	}
	.contact-wrap>div>p{
		font-size:1.8rem;
		margin-bottom: 2rem;
		width:80%;
		margin: auto;
	}
	.contact-wrap>div>p>br{
		display: none;
	}
	.contact-wrap>div>a{
		font-size:2rem;
		line-height: 3rem;	
	}	
	#print-gallerie{
		display: block;
	}
	#print-gallerie>img{
		margin-bottom:5vh;
	}
	#illus-gallerie{
		display: block;
	}
	#illus-gallerie>img{
		margin-bottom:5vh;
	}
		
}


@media (max-width:320px){
	h1{
		  font-size: 3rem;
	}
}

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






