@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);

html,body{
	
	background-color:#F3F4F5;
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility;
	font-size:16px;
	line-height: 180%;
}

article {
	width:308px;
	margin:0 auto;
	
	

}

article .vignette{

	position:relative;
	width:308px;
	height:308px;
	
	display: inline-block;
	line-height: 0px;
	margin:0px 3px 0px 0px;

}

article .vignette:hover .imgVignetteTitre{
	
		opacity:1;
		transition: opacity 0.4s;
	
}

article .vignette .imgVignetteTitre{
	
	
	display: block;
	width:200px;
	height:40px;
	text-align: center;
	line-height: 40px;
	background-color: #fff;
	
	opacity:0;
	position:absolute;
	text-decoration: none;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); 
    color:#000;
    transition: opacity 0.4s;
}

article .vignette .newsVignette{

	background-image: url(../images/accueil/new.png);
	position:absolute;
	top:10px;
	left:10px;
	display: block;
	width:32px;
	height:32px;
	
}

nav{
	margin-bottom: 10px;

}

nav a:link, a:visited{
	
	display: block;
	padding:4px;
	padding-left:10px;
	width:100%;
	text-decoration: none;
	color:#000;
	background-color: #fff;
	transition:color 1s, background-color 1s;

}

nav a:hover{

	color:#fff;
	background-color: silver;
	transition:color 1s, background-color 1s;
}

header h1{

	text-align: center;
	font-weight: 800;
}

footer{
	width:100%;
	height:100px;
	float:left;
	padding-top:30px;

}

footer .copyright{
	margin-left: 10px;
	width:200px;
}


footer .reseauxSociaux{
	text-align: center:;
	margin-right:10px;
}

footer .reseauxSociaux a:link , footer .reseauxSociaux a:visited {

	text-decoration: none;
	color: #000;
	margin-left: 20px;

	transition: color 0.5s;
}

footer .reseauxSociaux a:hover{

	color:#fff;
	transition: color 0.5s;
}

.scrollup{
	
	color:#000;
	width:100%;
	text-align: right;
	margin-top:25px;
	margin-right: 30px;
	float: right;
	opacity:0.5;
}

.scrollup:hover{
	opacity: 1;
}

.imgHeaderContact{

	max-width:100%;
	height: auto;
}

article .rubriqueContact{
	
	max-width: 308px;
	margin:0 auto;
	min-height: 830px;
	padding-bottom: 100px;
	margin-bottom: 40px;
}

article .rubriqueContact .contactGauche{
	
	position: relative;
	
	width:308px;
	height:680px;
	float:left;
	background-color: #F8F8F8;
	padding: 20px 0px 20px 0px;
}
article .rubriqueContact .contactGauche h1{
	
	margin-bottom: 20px;

}

article .rubriqueContact .contactGauche p{

	margin-bottom: 60px;
}

article .rubriqueContact .contactGauche label{

	display: block;

}

article .rubriqueContact .contactGauche input{

	padding: 14px

}

article .rubriqueContact .contactDroite{

	
	width:308px;
	height:780px;
	float:left;
	background-color: #fff;
	text-align: center;

}

article .rubriqueContact .contactDroite .contenu{
	widows: 100%;
	margin: 0 auto;
}


article .rubriqueContact .contactDroite .conteneurPic{


}

article .rubriqueContact .contactDroite .conteneurPic:hover .picContact{

	background-image: url('../images/contact/moi2.png');
	transform: rotate3d(1, 2, -1, 5000deg);
	transition: transform 20s;
}

article .rubriqueContact .contactDroite .conteneurPic .picContact{
	
	background-image: url('../images/contact/moi.png');
	width:200px;
	height:200px;
	margin: 100px 60px 35px 60px;
	border-radius: 90px;
	
	transition: background-image 1s;
}

.saisie{

	padding:15px;
	width:85%;
	font-size: 20px;
	background-color:#E2E2E2;

	margin:2px;
	border:0;

}

.saisieT{
	padding:15px;
	width:85%;
	font-size: 20px;
	background-color:#E2E2E2;

	margin:2px;
	border:0;
}


.saisieBouton{
	
	font-size: 16px;
	float:right;
	font-weight: 700;
	margin-right: 15px;
}

.bouton{
	
	margin:50px;
	background-color: #92987f;
	border:none;
	color:#fff;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition:background-color 1s;
	
}

.bouton:hover{

	background-color:#CBD6AC;
	transition:background-color 1s;
}

header h2{

	margin-left: 12px;
}