@font-face{ font-family: "Static"; src:url(Static.otf); format("opentype)");}
@font-face{ font-family: "Static-Bold"; src:url(Static-Bold.otf); format("opentype)");}
@font-face{ font-family: "Static-BoldItalic"; src:url(Static-BoldItalic.otf); format("opentype)");}


body {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing:border-box;
}

body{
cursor: url('img/cursor2.png'),pointer;
}

a:hover{
cursor: url('img/cursor3.png'),pointer;
}


header{
	width: 100%;
	height: 60px;
	background-image: linear-gradient(to right, #b3457b, #52bbb7);
}

#menu ul li {
	display: inline;
	font-size: 22px;
	margin: 0 1em;
	font-family: Static;	
}

#menu ul {
	margin:0;
	text-align: right;
	padding: 20px 20px;
}

#menu ul li a{
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover{
	color: #b3457b;
	font-family: Static-Bold;
}

#menu span{
	font-family: Static-Bold;
}

#monogram{
	position: absolute;
	width: 42px;
	height: 55px;
	top:8px;
	left: 10px;
	background: url(logo_gauche.png) no-repeat;
	background-size: contain;
}
.item{
	position:relative;
	width:32%;
	height: 500px;
	background:#fff;
	display: inline-block;
	margin:80px 20px 20px 80px;
}

.item2{
	position:relative;
	width:16%;
	height: 238px;
	background:#fff;
	display: inline-block;
	float:right;
	margin-right: 600px;
	margin-top: 80px;
}

.item3{
	position:relative;
	width: 16%;
	height: 238px;
	background:#fff;
	float:right;
	margin-right: 600px;
	margin-top: -263px;
}

.item4{
	width: 49.5%;
	height: 500px;
	position: relative;
	margin-left:80px; 
	margin-bottom: 50px;
}

.item5{
	width: 49.5%;
	height: 700px;
	position: relative;
	margin-left:80px; 
	margin-bottom: 50px;
}

.item6{
	width: 50%;
	height: 900px;
	position: relative;
	margin-left:80px; 
	top: 80px;
	margin-bottom: 50px;
}

.item12{
	width: 50%;
	height: 900px;
	position: relative;
	margin-left:80px; 
	top: 80px;
	margin-bottom: 50px;
}


.item10{
	width: 50%;
	height: 650px;
	position: relative;
	margin-left:80px; 
	top: 80px;
	margin-bottom: 50px;
}


.item11{
	width: 50%;
	height: 400px;
	position: relative;
	top: 80px;
	margin-left:80px; 
	margin-bottom: 50px;
}

.item9{
	width: 50%;
	height: 900px;
	position: relative;
	margin-left:80px; 
	top: 80px;
	margin-bottom: 50px;
}

.item7{
	width: 50%;
	height: 500px;
	position: relative;
	top: 80px;
	margin-left:80px; 
	margin-bottom: 50px;
}


.item8{
	width: 50%;
	height: 500px;
	position: relative;
	top: 80px;
	margin-left:80px; 
	margin-bottom: 50px;
}



#projet img{
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.legende{
	width: 300px;
	height: 300px;
	top:115px;
	right: 240px;
	position: fixed;
}


h1{
	font-family: Static-Bold;
	font-size: 35px;
}

h2{
	font-family: Static-BoldItalic;
	font-size: 20px;
	margin-top: -15px;
}

p{
	font-family: Static;
	font-size: 14px;
	margin-top: -9px;
}


.croix{
	position: fixed;
	width: 20px;
	height: 20px;
	background-image: linear-gradient(to top right, #b3457b, #52bbb7);
	top:140px; 
	right: 80px;
	padding: 8px 10px 8px 5px;

}

.croix a{
	text-decoration: none;
	color: #fff;
}

.fleched{
	
	position: fixed;
	width: 20px;
	height: 20px;
	background-image: linear-gradient(to top right, #b3457b, #52bbb7);
	bottom:30px; 
	right: 80px;
	padding: 4px 15px 5px 6px;

}

.fleched a{
	text-decoration: none;
	color: #fff;
}

.flecheg{
	position: fixed;
	width: 20px;
	height: 20px;
	background-image: linear-gradient(to top left, #b3457b, #52bbb7);
	bottom:30px; 
	right: 120px;
	padding: 4px 15px 5px 6px;

}

.flecheg a{
	text-decoration: none;
	color: #fff;
}

.croix p{
	font-family: Static-Bold;
	font-size: 20px;
}

.fleched p{
	font-family: Static-Bold;
	font-size: 25px;
}

.flecheg p{
	font-family: Static-Bold;
	font-size: 25px;
}

video{
	width: 50%;
	margin-left: 80px;
	margin-top: 80px;
}




/* version smartphone */



@media screen and (max-width: 1365px){

.item{
	width:30%;
}

.item2{
	width:15%;
}

.item3{
	width: 15%;
}
.item7{
	width: 50%;
	height: 400px;
}
.item8{
	width: 50%;
	height: 400px;
}


}

@media screen and (max-width: 1290px){

.item{
	width:30%;
}

.item2{
	width:15%;
	margin-right: 550px;
}

.item3{
	width: 15%;
	margin-right: 550px;
	
}

.item10{
	width: 50%;
	height: 550px;
}


.item11{
	width: 50%;
	height: 350px;
}


.legende{
	right: 190px;

}


}

@media screen and (max-width: 1200px){

.item{
	width:30%;
}

.item2{
	width:15%;
	margin-right: 500px;
}

.item3{
	width: 15%;
	margin-right: 500px;
	
}

.item5{
	width: 50%;
	height: 550px;
}

.item7{
	width: 50%;
	height: 380px;
}

.item8{
	width: 50%;
	height: 380px;
}

.item10{
	width: 50%;
	height: 500px;
}


.item11{
	width: 50%;
	height: 350px;
}


.legende{
	right: 150px;

}





}

@media screen and (max-width: 1110px){

.item{
	width:45%;
	display: block;
	height: 750px;
}

.item2{
	width:45%;
	height: 750px;
	position:relative;
	margin:0px 20px 20px 80px;
	float: left;
	display: block;
	
}

.item3{
	width: 45%;
	height: 750px;
	position:relative;
	margin:0px 20px 20px 80px;
	float: left;
	display: block;
}

.item4{
	display: none;
}

.item5{
	display: none;
}

.item6{
	width: 45%;
	height: 700px;
}

.item9{
	width: 45%;
	height: 700px;
}

.item7{
	width: 45%;
	height: 300px;
}

.item8{
	width: 45%;
	height: 300px;
}

.item10{
	width: 45%;
	height: 450px;
}


.item11{
	width: 45%;
	height: 300px;
}


.legende{
	right: 150px;

}




video{
	width: 45%;
}

}

@media screen and (max-width: 1020px){

.item{
	width:45%;
	display: block;
}

.item2{
	width:45%;
	height: 600px;
	position:relative;
	margin:0px 20px 20px 80px;
	float: left;
	display: block;
	
}

.item3{
	width: 45%;
	height: 600px;
	position:relative;
	margin:0px 20px 20px 80px;
	float: left;
	display: block;
}

.item6{
	width: 45%;
	height: 500px;
}

.item9{
	width: 45%;
	height: 500px;
}

.item10{
	width: 45%;
	height: 400px;
}


.item11{
	width: 45%;
	margin-top: -20px;
	height: 250px;
}

.legende{
	right: 120px;

}


@media screen and (max-width: 1000px){

header{
	width: 100%;
	height: 80px;
}

#contain h1{
	font-size: 65px;
}

#menu ul li {
	display: inline;
	font-size: 35px;
	margin: 0 0.8em;
}

#menu ul {
	margin:0;
	text-align: right;
	padding: 20px 15px;
}

#monogram {
	position: absolute;
	width: 60px;
	height: 75px;
}
}


}

@media screen and (max-width: 1000px){


h1{
	font-family: Static-Bold;
	font-size: 50px;
}

h2{
	font-family: Static-BoldItalic;
	font-size: 35px;
	margin-top: -15px;
}

p{
	font-size: 22px;
	margin-top: -9px;
}

.croix p{
	font-family: Static-Bold;
	font-size: 20px;
}

.fleched p{
	font-family: Static-Bold;
	font-size: 25px;
}

.flecheg p{
	font-family: Static-Bold;
	font-size: 25px;
}


.item{
	width:80%;
	height: 1000px;
	display: inline-block;
	margin-top: 350px;
	margin-left: 70px;
}

.item2{
	width:80%;
	height: 1000px;
	position:relative;
	margin:0px 20px 20px 70px;
	float: left;
	display: inline-block;
	
}

.item3{
	width: 80%;
	height: 1000px;
	position:relative;
	margin:0px 20px 20px 70px;
	float: left;
	display: block;
}


.item6{
	width: 80%;
	height: 1000px;
	margin-top: 250px;
	margin-left: 70px;
}

.item12{
	width: 80%;
	height: 1000px;
	margin-top: 50px;
	margin-left: 70px;
}

.item9{
	width: 80%;
	height: 1000px;
	margin-top: 500px;
	margin-left: 70px;
}

.item7{
	width: 80%;
	height: 500px;
	margin-left: 70px;
}

.item8{
	width: 80%;
	height: 500px;
	margin-top: 250px;
	margin-left: 70px;
}

.item10{
	width: 80%;
	height: 580px;
	margin-top: 300px;
	margin-left: 70px;
}


.item11{
	width: 80%;
	height: 400px;
	margin-left: 70px;
}

.legende{
	top:100px;
	left: 70px;
	position: absolute;
	width: 600px;
	height: 300px;
}
}

video{
	width: 80%;
	margin-left: 70px;
	margin-top: 250px;
}


}


@media screen and (max-width: 800px){
	
#menu ul li {
	display: inline;
	font-size: 19px;
	margin: 0 0.5em;
}

#menu ul {
	margin:0;
	text-align: right;
	padding: 20px 15px;
}

#monogram {
	position: absolute;
	width: 35px;
	height: 55px;
}

.item{
	width:75%;
	height: 700px;
	display: inline-block;
	margin-top: 270px;
	margin-left: 50px;
}

.item2{
	width:75%;
	height: 700px;
	position:relative;
	margin:0px 20px 20px 50px;
	float: left;
	display: inline-block;
	
}

.item3{
	width: 75%;
	height: 700px;
	position:relative;
	margin:0px 20px 20px 50px;
	float: left;
	display: block;
}


.item6{
	width: 75%;
	height: 700px;
	margin-top: 200px;
	margin-left: 50px;
}

.item9{
	width: 75%;
	height: 700px;
	margin-top: 330px;
	margin-left: 50px;
}

video{
	width: 75%;
	margin-left: 50px;
	margin-top: 250px;
}

.item7{
	width: 75%;
	height: 350px;
	margin-left: 50px;
}

.item8{
	width: 75%;
	height: 350px;
	margin-top: 160px;
	margin-left: 50px;
}

.item10{
	width: 75%;
	height: 450px;
	margin-top: 160px;
	margin-left: 50px;
}


.item11{
	width: 75%;
	height: 300px;
	margin-top: -30px;
	margin-left: 50px;
}

.legende{
	top:100px;
	left: 50px;
	position: absolute;

}

.croix{
	display: none;
}

.fleched{
display: none;
}

.flecheg{
display: none;
}

}

@media screen and (max-width: 600px){
	
#menu ul li {
	display: inline;
	font-size: 19px;
	margin: 0 0.5em;
}

#menu ul {
	margin:0;
	text-align: right;
	padding: 20px 15px;
}

#monogram {
	position: absolute;
	width: 35px;
	height: 55px;
}

.item{
	width:75%;
	height: 500px;
	display: inline-block;
	margin-top: 270px;
	margin-left: 50px;
}

.item2{
	width:75%;
	height: 500px;
	position:relative;
	margin:0px 20px 20px 50px;
	float: left;
	display: inline-block;
	
}

.item3{
	width: 75%;
	height: 500px;
	position:relative;
	margin:0px 20px 20px 50px;
	float: left;
	display: block;
}


.item6{
	width: 75%;
	height: 500px;
	margin-top: 180px;
	margin-left: 50px;
}

.item9{
	width: 75%;
	height: 500px;
	margin-top: 300px;
	margin-left: 50px;
}

.item7{
	width: 75%;
	height: 300px;
	margin-left: 50px;
}

.item8{
	width: 75%;
	height: 300px;
	margin-top: 160px;
	margin-left: 50px;
}


.item10{
	width: 75%;
	height: 350px;
	margin-top: 160px;
	margin-left: 50px;
}


.item11{
	width: 75%;
	height: 250px;
	margin-top: -30px;
	margin-left: 50px;
}


.legende{
	top:100px;
	left: 50px;
	position: absolute;

}

.croix{
	display: none;
}

.fleched{
display: none;
}

.flecheg{
display: none;
}

}

@media screen and (max-width: 500px){
	
#menu ul li {
	display: inline;
	font-size: 19px;
	margin: 0 0.5em;
}

#menu ul {
	margin:0;
	text-align: right;
	padding: 20px 15px;
}

#monogram {
	position: absolute;
	width: 35px;
	height: 55px;
}

.item{
	width:75%;
	height: 400px;
	display: inline-block;
	margin-top: 270px;
	margin-left: 50px;
}

.item2{
	width:75%;
	height: 400px;
	position:relative;
	margin:0px 20px 20px 50px;
	float: left;
	display: inline-block;
	
}

.item3{
	width: 75%;
	height: 400px;
	position:relative;
	margin:0px 20px 20px 50px;
	float: left;
	display: block;
}

.item6{
	width: 75%;
	height: 400px;
	margin-top: 180px;
	margin-left: 50px;
}

.item9{
	width: 75%;
	height: 400px;
	margin-top: 330px;
	margin-left: 50px;
}

.item7{
	width: 75%;
	height: 220px;
	margin-left: 50px;
}

.item8{
	width: 75%;
	height: 220px;
	margin-top: 160px;
	margin-left: 50px;
}

.item10{
	width: 75%;
	height: 320px;
	margin-top: 160px;
	margin-left: 50px;
}


.item11{
	width: 75%;
	height: 200px;
	margin-top: -40px;
	margin-left: 50px;
}


.legende{
	top:100px;
	left: 50px;
	position: absolute;

}

.croix{
	display: none;
}

.fleched{
display: none;
}

.flecheg{
display: none;
}

}

@media screen and (max-width: 400px){
	
#menu ul li {
	display: inline;
	font-size: 19px;
	margin: 0 0.5em;
}

#menu ul {
	margin:0;
	text-align: right;
	padding: 20px 15px;
}

#monogram {
	position: absolute;
	width: 35px;
	height: 55px;
}

.item{
	width:75%;
	height: 300px;
	display: inline-block;
	margin-top: 270px;
	margin-left: 50px;
}

.item2{
	width:75%;
	height: 300px;
	position:relative;
	margin:0px 20px 20px 50px;
	float: left;
	display: inline-block;
	
}

.item3{
	width: 75%;
	height: 300px;
	position:relative;
	margin:0px 20px 20px 50px;
	float: left;
	display: block;
}

.item6{
	width: 75%;
	height: 300px;
	margin-top: 200px;
	margin-left: 50px;
}



.legende{
	top:100px;
	left: 50px;
	position: absolute;

}

.croix{
	display: none;
}

.fleched{
display: none;
}

.flecheg{
display: none;
}

}







