	@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Quicksand');

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

.centre{
	margin: auto;
	width: 1200px;
}

/* Style Menu */

#menu{
	float: left;
	width: 100%;
	height: 69px;
/* 	background: #fff; */
	background: #1a1a1a;
	z-index: 999;
	border: 0;
	border-bottom: solid 1px #e6e6e6;
}

#logomenu{
	float: left;
	width: auto;
	height: 69px;
}

#logomenu a{
	float: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 69px;
	text-decoration: none;
	letter-spacing: 1px;
/* 	color: #000; */
	color: #fff;
	padding: 0;
	margin: 0;
}

#arbo{
	float: right;
	height: 69px;
}

#navigation{
	float: right;
}

#navigation ul{
	float: right;
	height: 69px;
	margin: 0;
}

#navigation li{
	float: left;
	list-style-type: none;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 69px;
/* 	color: #000; */
	color: #fff;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

#navigation li.instagram{
	line-height: 78px;
}

#navigation li a{
	text-decoration: none;
/* 	color: #000; */
	color: #fff;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

#navigation li a:hover{
	color: #ccc;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

#navigation ul.sub-menu{
	display: none;
	position: absolute;
/* 	background-color: #fff; */
	background-color: #1a1a1a;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 9999;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear; 
}

#navigation li:hover ul.sub-menu{
	display: block;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear; 
}

#navigation ul.sub-menu li{
	width: calc(100% - 20px);
	height: 40px;
	line-height: 40px;
/* 	color: #000; */
	color: #fff;
	font-weight: lighter;
	border-top: solid 1px #e6e6e6;
	padding: 0;
	padding-left: 20px;
	margin: 0;
	background: none;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear; 
}

#navigation ul.sub-menu li:hover{
	background: #e6e6e6;
	border-top: solid 1px #e6e6e6;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear; 
}

#navigation ul.sub-menu li a{
	font-weight: lighter;
/* 	color: #000; */
	color: #fff;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear; 
}

#navigation li.encours a{
	color: #ccc;
}

.overlay-close{
	display: none;
}

#hamburgermenu{
	display: none;
}

/* Fin Style Menu */

/* Style Présentation */

#diapoaccueil{
	float: left;
	width: 100%;
	height: calc(100% - 70px);
	overflow: hidden;
	margin: 0;
}

#diapoaccueil img{
	float: left;
	width: 100%;
	height: auto;
}

@media screen and (max-width:1620px){

	#diapoaccueil img{
		float: left;
		position: relative;
		width: 1620px;
		height: auto;
		left: 50%;
		margin: 0;
		margin-left: -810px;
	}

}

#videoaccueil{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	margin-top: 50px;
}

#videoaccueil img{
	float: left;
	width: 100%;
	height: auto;
}

#corpspresentation{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
}

#photopresentation1{
	float: left;
	width: 500px;
	min-height: 625px;
	height: auto;
	margin: 0;
	margin-top: 100px;
	margin-right: 30px;
}

#blocinstaaccueil{
	float: left;
	width: 100%;
	height: auto;
}

#blocinstaaccueil h2{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

#blocinstaaccueil p{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	color: #000;
	text-align: left;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

#blocinstaaccueil p a{
	text-decoration: none;
	color: #000;
}

#textepresentation1{
	float: left;
	width: 670px;
	height: auto;
	margin: 0;
	margin-top: 100px;
}

#textepresentation1 h1{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	margin-bottom: 20px;
}

#textepresentation1 h2{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	margin-bottom: 40px;
}

#textepresentation1 p{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 30px;
	text-align: justify;
	color: #000;
	margin: 0;
	margin-bottom: 30px;
}

#photopresentation2{
	float: left;
	width: 500px;
	height: 750px;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: 30px;
}

#textepresentation2{
	float: left;
	width: 670px;
	height: auto;
	margin: 0;
	margin-top: 30px;
}

#textepresentation2 p{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 30px;
	text-align: justify;
	color: #000;
	margin: 0;
	margin-bottom: 30px;
}

/* Fin Style Présentation */

/* Style Intro Pages Internes */

#intropageinterne{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 50px;
}

#intropageinterne h1{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 30px;
}

#intropageinterne h2{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin: 0;
	margin-top: 50px;
}

#intropageinterne p{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 30px;
	text-align: justify;
	color: #000;
	margin: 0;
}

#intropageinterne p a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#intropageinterne p a:hover{
	text-decoration: underline;
}

#intropageinterne p.citation{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	font-weight: lighter;
	font-style: italic;
	line-height: 30px;
	text-align: center;
	color: #000;
	margin: 0;
	margin-top: 20px;
}

#intropageinternenoirs{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
	background: #1a1a1a;
}

#intropageinternenoirs h1{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 30px;
}

#intropageinternenoirs p{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 30px;
	text-align: justify;
	color: #fff;
	margin: 0;
}

#intropageinternenoirs p.citation{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	font-weight: lighter;
	font-style: italic;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: 0;
	margin-top: 20px;
}


/* Fin Style Intro Pages Internes */

/* Style Thèmes */

#intropageinternethemes{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 10px;
}

#intropageinternethemes h1{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 30px;
}

#intropageinternethemes p{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 30px;
	text-align: justify;
	color: #000;
	margin: 0;
}

#themes{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
}

.carretheme a{
	float: left;
	width: calc(33.33% - 40px);
	height: auto;
	margin: 0;
	margin: 20px;
	overflow: hidden;
}

.carretheme img{
	float: left;
	width: 100%;
	height: auto;
}

.lignegrise{
	float: left;
	width: 100%;
	height: 1px;
	background: url(../images/lignegrise.png) center center no-repeat;
	margin: 0;
	margin-top: 30px;
}

/* Fin Style Thèmes */

/* Style eShop */

#eshop{
	float: left;
	width: 100%;
	height: auto;
	min-height: 600px;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
/* 	background: #1a1a1a; */
	background: #fff;
}

.carrecategorieeshop{
	float: left;
	position: relative;
	width: 360px;
	height: 360px;
	margin: 0;
	margin: 20px;
	overflow: hidden;
}

.carrecategorieeshop a{
	position: absolute;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

.carrecategorieeshop a:hover{
	background: rgba(0,0,0,0);
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

.carrecategorieeshop a:hover p{
	display: none;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

.carrecategorieeshop p{
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	margin-top: 150px;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

/* Fin Style eShop */

/* Style Oeuvres */

#oeuvres{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 30px;
}

#oeuvres h2{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 30px;
}

.carreoeuvre{
	float: left;
	width: calc(25% - 40px);
	height: auto;
	margin: 0;
	margin: 20px;
	overflow: hidden;
}

@media screen and (min-width:1925px){
	
	.carreoeuvre{
		float: left;
		width: calc(20% - 40px);
		height: auto;
		margin: 0;
		margin: 20px;
		overflow: hidden;
	}
	
}

@media screen and (max-width:1440px){

	.carreoeuvre{
		float: left;
		width: calc(33.33% - 40px);
		height: auto;
		margin: 0;
		margin: 20px;
		overflow: hidden;
	}

}

.carreoeuvre img{
/* 	float: left; */
	width: auto;
	height: 440px;
	opacity: 1;
}

.carreoeuvre img.vendu{
	opacity: 0.5;
}

.carreoeuvre a{
	text-decoration: none;
	color: #000;
}

.carreoeuvre p{
	float: left;
	width: 100%;
	height: 56px;
	font-family: 'Quicksand', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	margin-top: 20px;
}

.carreoeuvre p.textile{
	height: 84px;
}

.carreoeuvre p span.tariftoilesprivee{
	font-size: 18px;
	font-style: italic;
}

.carreoeuvre p.vendu{
	color: #b3b3b3;
}

#oeuvresnoirs{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	background: #1a1a1a;
}

#oeuvresnoirs h2{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 30px;
}

#oeuvresnoirs .carreoeuvre a{
	text-decoration: none;
	color: #fff;
}

#oeuvresnoirs .carreoeuvre p{
	float: left;
	width: 100%;
	height: 56px;
	font-family: 'Quicksand', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	margin-top: 20px;
}

/* Fin Style Oeuvres */

/* Style Oeuvre Interne */

#oeuvreinterne{
	float: left;
	width: 100%;
	height: calc(100% - 120px);
	margin: 0;
	overflow: hidden;
}

#galerieoeuvreinterne{
	float: left;
	width: 1000px;
	height: 100%;
	margin: 0;
	margin-right: 50px;
	overflow: hidden;
}

#texteoeuvreinterne{
	float: left;
	width: calc(100% - 1050px);
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

@media screen and (min-width:2000px){
	
	#texteoeuvreinterne{
		max-width: 530px;
	}
	
}

@media screen and (max-width:1590px){
	
	#galerieoeuvreinterne{
		float: left;
		width: 800px;
		height: auto;
		margin: 0;
		margin-right: 50px;
		overflow: hidden;
	}
	
	#galerieoeuvreinterne img{
		float: left;
		width: 100%;
		height: auto;
	}
		
	#texteoeuvreinterne{
		float: left;
		width: calc(100% - 850px);
		height: 100%;
		margin: 0;
		margin-top: 50px;
		padding: 0;
		overflow-y: auto;
	}
	
}

@media screen and (max-width:1390px){
	
	#galerieoeuvreinterne{
		float: left;
		width: 600px;
		height: auto;
		margin: 0;
		margin-right: 50px;
		overflow: hidden;
	}
	
	#galerieoeuvreinterne img{
		float: left;
		width: 100%;
		height: auto;
	}
		
	#texteoeuvreinterne{
		float: left;
		width: calc(100% - 650px);
		height: 100%;
		margin: 0;
		margin-top: 50px;
		padding: 0;
		overflow-y: auto;
	}
	
}

#texteoeuvreinterne h1{
	float: left;
	width: 530px;
	font-family: 'Quicksand', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 10px;
}

#texteoeuvreinterne h2{
	float: left;
	width: 530px;
	font-family: 'Quicksand', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin: 0;
	margin-bottom: 10px;
}

#texteoeuvreinterne p.prix{
	float: left;
	width: 530px;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	color: #000;
	margin: 0;
}

/*
#texteoeuvreinterne p.prix span{
	text-decoration: line-through;
}
*/

#texteoeuvreinterne p{
	float: left;
	width: 530px;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: justify;
	line-height: 30px;
	color: #000;
	margin: 0;
	margin-top: 20px;
}

#texteoeuvreinterne p.phrasepourcontact{
	float: left;
	width: 530px;
	font-family: 'Quicksand', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	color: #000;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 20px;
}

#conteneurboutons{
	float: left;
	width: 100%;
	height: auto;
}

#texteoeuvreinterne a.boutonvideo{
	float: left;
	width: auto;
	height: 48px;
	background: #e6e6e6;
	border: solid 1px #e6e6e6;
	cursor: pointer;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 15px;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 48px;
	color: #000;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

#texteoeuvreinterne a.boutonvideo:hover{
	background: none;
	color: #000;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

#texteoeuvreinterne a.boutonacheter{
	float: left;
	width: auto;
	height: 48px;
	background: #000;
	border: solid 1px #000;
	cursor: pointer;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 30px;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 48px;
	color: #fff;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

#texteoeuvreinterne a.boutonacheter:hover{
	background: none;
	color: #000;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

#formulaireoeuvreinterne{
	float: left;
	width: 530px;
	height: auto;
}

#formulaireoeuvreinterne p{
	float: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	color: #000;
	border: none;
	margin: 0;
	margin-top: 30px;
	margin-left: 30px;
	padding: 0;
}

#formulaireoeuvreinterne input{
	float: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	color: #000;
	border: solid 1px #000;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	background: #fff;
}

#formulaireoeuvreinterne input.champ1{
	float: left;
	width: calc(100% - 22px);
	height: 48px;
	margin: 0;
	margin-bottom: 20px;
}

#formulaireoeuvreinterne input.champ2{
	float: left;
	width: calc(100% - 22px);
	height: 48px;
	margin: 0;
	margin-bottom: 20px;
}

#formulaireoeuvreinterne input.champ3{
	float: left;
	width: calc(100% - 22px);
	height: 48px;
	margin: 0;
	margin-bottom: 20px;
}

#formulaireoeuvreinterne input.champ4{
	float: left;
	width: calc(100% - 22px);
	height: 48px;
	margin: 0;
	margin-bottom: 20px;
}

#formulaireoeuvreinterne textarea{
	float: left;
	width: calc(100% - 42px);
	height: 100px;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	color: #000;
	border: solid 1px #000;
	margin: 0;
	padding: 0;
	padding: 20px;
	resize: none;
}

#formulaireoeuvreinterne .g-recaptcha {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 20px;
}

#formulaireoeuvreinterne p.champobligatoire{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
}

#formulaireoeuvreinterne input.envoyer{
	float: left;
	width: calc(100% - 2px);
	height: 48px;
	background: #000;
	border: solid 1px #000;
	cursor: pointer;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 80px;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

#formulaireoeuvreinterne input.envoyer:hover{
	background: none;
	color: #000;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

/* Fin Style Oeuvre Interne */

/* Style Presse */

#presse{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	background: #1a1a1a;
}

.carrearticlepresse{
	float: left;
	position: relative;
	width: 360px;
	height: 360px;
	margin: 0;
	margin: 20px;
	overflow: hidden;
}

.carrearticlepresse a{
	position: absolute;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: rgba(0,0,0,0.5);
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

.carrearticlepresse a:hover{
	background: rgba(0,0,0,0);
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

.carrearticlepresse a:hover p{
	display: none;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

.carrearticlepresse p{
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	margin-top: 150px;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

.carrearticlepresse p.date{
	font-size: 22px;
	text-transform: none;
	margin: 0;
}

#galerievideos{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 5px;
}

.conteneurgalerievideo{
	float: left;
	width: calc(25% - 10px);
	height: auto;
	margin: 5px;
} 

@media screen and (max-width:1520px){
	
	.conteneurgalerievideo{
		float: left;
		width: calc(33.33% - 10px);
		height: auto;
		margin: 5px;
	} 
	
}

@media screen and (max-width:1280px){
	
	.conteneurgalerievideo{
		float: left;
		width: cacl(50% - 10px);
		height: auto;
		margin: 5px;
	} 
	
}

/* Fin Style Presse */

/* Style Contact */

#contact{
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
}

#photocontact{
	float: left;
	width: 500px;
	height: 680px;
	margin: 0;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: 30px;
}

#textecontact{
	float: left;
	width: 670px;
	height: auto;
	margin: 0;
	margin-top: 100px;
}

#textecontact h1{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	margin-bottom: 10px;
}

#textecontact h2{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	margin-bottom: 30px;
}

#textecontact p{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 30px;
	text-align: justify;
	color: #000;
	margin: 0;
	margin-bottom: 20px;
}

#formulaire{
	float: left;
	width: 670px;
	height: auto;
}

#formulaire p{
	float: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	color: #000;
	border: none;
	margin: 0;
	margin-top: 30px;
	margin-left: 30px;
	padding: 0;
}

#formulaire input{
	float: left;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	color: #000;
	border: solid 1px #000;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	background: #fff;
}

#formulaire input.champ1{
	float: left;
	width: calc(100% - 22px);
	height: 48px;
	margin: 0;
	margin-bottom: 20px;
}

#formulaire input.champ2{
	float: left;
	width: calc(100% - 22px);
	height: 48px;
	margin: 0;
	margin-bottom: 20px;
}

#formulaire input.champ3{
	float: left;
	width: calc(100% - 22px);
	height: 48px;
	margin: 0;
	margin-bottom: 20px;
}

#formulaire input.champ4{
	float: left;
	width: calc(100% - 22px);
	height: 48px;
	margin: 0;
	margin-bottom: 20px;
}

#formulaire textarea{
	float: left;
	width: calc(100% - 42px);
	height: 100px;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
	color: #000;
	border: solid 1px #000;
	margin: 0;
	padding: 0;
	padding: 20px;
	resize: none;
}

#formulaire .g-recaptcha {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 20px;
}

#formulaire p.champobligatoire{
	float: left;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
}

#formulaire input.envoyer{
	float: left;
	width: calc(100% - 2px);
	height: 48px;
	background: #000;
	border: solid 1px #000;
	cursor: pointer;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

#formulaire input.envoyer:hover{
	background: none;
	color: #000;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

/* Fin Style Contact */

/* Style Footer */

#footer{
	float: left;
	width: 100%;
	height: 50px;
	background: #e6e6e6;
}

#footer p.mentions{
	float: left;
	height: 50px;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 50px;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 0;
}

#footer p.mentions a{
	text-decoration: none;
	color: #000;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

#footer p.mentions a:hover{
	color: #fff;
	-webkit-transition: 0.3s linear;  
	-moz-transition: 0.3s linear;  
	-o-transition: 0.3s linear;  
	-ms-transition: 0.3s linear;  
	transition: 0.3s linear;
}

#footer a.logoopale{
	float: right;
	height: 50px;
	margin: 0;
	padding: 0;
}

#footer a.logoopale img{
	margin: 0;
	margin-top: 15px;
}

/* Fin Style Footer */
