/*feuille de style principale*/

/*page accueil*/

*{
	
}
body{
	background-color: grey;
	font-family: 'Roboto', sans-serif;
}

a{
	color:inherit;
	text-decoration: none;
}

header{
	width: 350px;
	height: 100%;
	position:fixed;
	left:0;
	top:0;
	background-image: url(../img/texture-gris-fonce.jpg);
	background-size: cover;
	padding-left: 50px;
	box-shadow: 3px 1px 10px #c5a448;
}

header ul{
	list-style-type: none;

}

nav{
	margin-bottom: 30px;
}



main{
	margin-left: 350px;
	background-color: black;

}

main img{
	width: 100vh;
	
}



h1{
	font-family: 'Gugi', cursive;
	color: rgb(197,164,72);
	margin-top: 70px;
	margin-bottom: 30px;
}

p.annee{
	background-image: url(../img/bandeau3newr.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding:30px;
	background-position: center;
	font-weight: bold;
}

h2{
	color: red;
	margin-bottom: 70px;
}

nav{
	color: grey;
}
h3{
	font-family: 'Gugi', cursive;
	color:rgb(40 40 40);
	margin-bottom: 10px;
	background-image: url(../img/bandeau1j.png);
	background-repeat: no-repeat;
	background-size: 50%;
	padding:30px;
	background-position: left;
	transition:1s;
}

nav h3:hover{
	background-image: url(../img/bandeau1r.png);
	transition: 1s;
}

h3.pagencours{
	background-image: url(../img/bandeau1r.png)!important;
}

nav ul{
	margin-bottom: 30px;
}

.signature{
	width:50%;
	margin-bottom: 100px;

}

p.footer{
	color:grey;
	font-size: 80%;
}

video{
	height:100vh;
}

/*page artiste*/


.section1{
	background-image: url(../img/01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position:relative;
	top:0;
	left:0;
	height:100vh;
	width: 100%;
}

.pave-a-propos{
	position:absolute;
	top:400px;
	left:100px;
	width:33%;
	z-index:999;
}
.a-propos{
	
	background-color: rgba(0, 0, 0, 0.7);
	padding:30px;
	color:#c5a448;
}

.section2{
	background-image: url(../img/texture-gris-f2.jpg);
	background-size: contain;
	position:relative;

}

.portrait{
	width: 33%;
	margin-left: 100px;
	margin-top:0px;
}

.pave-biographie{
	position:absolute;
	top:20px;
	right:50px;
	width:40%;
}

.biographie{
	background-color: rgba(0, 0, 0, 0.7);
	padding:30px;
	color:#c5a448;
	z-index:998;
}

.section3{
	background-image: url(../img/palette.jpg);
	height:100vh;
	background-size: cover;
	background-repeat: no-repeat;
}

.section4{
	background-image: url(../img/yeux.jpg);
	height:50vh;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.7;
	z-index:1;
}


.section5{
	background-image: url(../img/vueexpo.jpg);
		background-size: cover;
	background-repeat: no-repeat;
	position:relative;
	top:0;
	left:0;
	height:100vh;
	width: 100%;
}

.pave-expos{
	position:absolute;
	top:-450px;
	left:100px;
	width:25%;
	z-index:999;
}

.expos{
	background-color: rgba(0, 0, 0, 0.7);
	padding:30px;
	color:#c5a448;
}

.section6{
	background-image: url(../img/visuel-critiques.jpg);
		background-size: cover;
	background-repeat: no-repeat;
	position:relative;
	top:0;
	left:0;
	height:100vh;
	width: 100%;
}

.section7{
	background-image: url(../img/texture-noire-rouge.jpg);
		background-size: cover;
	background-repeat: no-repeat;
	position:relative;
	top:0;
	left:0;
	height:100vh;
	width: 100%;
}

.pave-critiques{
	position:absolute;
	top:20px;
	left:50%;
	width:25%;
	z-index:999;
}

.critiques{
		background-color: rgba(0, 0, 0, 0.7);
	padding:30px;
	color:#c5a448;
}

.section8{
		background-image: url(../img/texture-blanc2.jpg);
		background-size: cover;
	background-repeat: no-repeat;
	position:relative;
	top:0;
	left:0;
	height:50vh;
	width: 100%;
}


/*page oeuvre*/

 .galerie img {
	width: 800px;
	
	
}

.galerie{
	background-color: black;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-left: 10%;
}

.galerie a{
	width: 25%;
	overflow: hidden;
	margin:20px;
}

.galerie a img{
	display: block;
	width: 100%;
	transition:300ms;
}

.galerie a:hover img{
	transform: scale(1.2);
	
	
}






