


/* */


.miniMenu a{
	text-decoration: none;
	color:black;
	
}
.miniMenu a:hover{
	text-decoration: none;
	color:black;
	
}

.MiniMenuHome{
	text-align: center;
	
	/*transition: opacity  0.4s;*/
	cursor: pointer;
}

.MiniMenuHome:hover{
	/*opacity: 0.5;*/
}

.imageMiniMenuHome{
	margin-left: auto;
	margin-right: auto;
	width:130px;
	height: 130px;
	text-align: center;
	overflow: hidden;
	border-radius: 200px;
	border:solid 1px rgba(0,0,0,0.1);
	transition: all .2s;
	
}
.imageMiniMenuHome:hover { transform: scale(1.2); }



.imageMiniMenuHome img{
	width: 100%;
	height: auto;
}

.titreMiniMenuHome{
	margin-top: 14px;
	font-family: "din-condensed-web";
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	
}










.containerHome{
	margin:0px;
	background-color: rgb(89,92,83);
	overflow: hidden;
	width: 100%;
}
.containerHome .imageHome img{
	width: 120%;
	margin-left: -100px;
	height: auto;
}

.logoHome{
	position:absolute;
	top:20%;
	width: 100%;
	
}


.logoHome img{
	margin-top: 150px;
	width: 30%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



.flecheHome{
	position: absolute;
	width: 100%;
	cursor: pointer;
}

.flecheHome:hover{
	opacity: 0.5;
}

.flecheHome img{
	width:60px;
	height:60px;
	margin-left: auto;
	margin-right: auto;
}

.menuHome{
	
}

.menuHome h2{
	font-family: 'din-condensed-web';
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 10px;
	border-top:solid 1px black;
}

.vignettesHome{
	margin-bottom: 30px;
}

.vignetteHome{
	width: 100%;
}

.vignetteHome img{
	width: 100%;
	height: auto;
}


.sepia img
{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sepia img:hover
{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

.buttonHomeLien{
	display: block;
	text-align:left;
	margin-top: 10px;
}

.buttonHomeLien img{
	width: 40px;
	height: 40px;
}


/* bandeau actualité home */
/* bandeau actualités home */

#bandeauActualites{
	position: absolute;
	top:80px;
	left: 0px;
	width:100%;
	z-index:200;
}


.contentBandeauActualites{
	
/*
	margin-left: auto;
	margin-right: auto;
*/
	padding: 8px;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	font-size: 14px;
	color:red;
	
}


.intituleBandeauActualites{
	font-family: "din-condensed-web";
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 2px;
	color: black;
}


.contentBandeauActualites a{
	color: black;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "din-condensed-web";
	text-decoration: none;
	transition: 0.4s;
}



.contentBandeauActualites a:hover{
	color: red;
}


