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

#entete{
	display: block; 
	min-height: 60px;
}

#slider{
	display: block; 
	height: 35vw;
}

#contenu{
	display: block; 
	min-height: 60px;
	padding-top: 60px;
	
}

#prefooter{
	display: block; 
	min-height: 60px;
	padding-top: 60px;
	
}

#footer{
	display: block; 
	min-height: 60px;
	padding-top: 60px;
	
}

#copyright{
	display: block; 
	min-height: 30px;
}

#process{
	display: block; 
	height: 0px;
}

.padding_gen{
	padding-left: 60px;
	padding-right: 60px;
	
}
.clear{
	clear: both;
}

.titre_article{
	font-family: "Sansation", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	font-size: 24px;
	color: rgba(0,0,0,1.00);
	line-height: 32px;
	padding-top: 40px;
	padding-bottom: 10px;
}

.titre_article_sans{
	font-family: "Sansation", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	font-size: 24px;
	color: rgba(0,0,0,1.00);
	line-height: 32px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.sous_titre_article{
	font-family: "Sansation", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	color: rgba(0,0,0,1.00);
	padding-bottom: 40px;
}

.texte_article{
	font-family: "Sansation", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0,0,0,0.8);
	width: 100%;
	max-width: 800px;
	padding-bottom: 40px;
}
.image_article{
	text-align:center;
}

.titre_footer{
	font-family: "Sansation", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	color: rgba(255,255,255,1.00);
	padding-bottom: 14px;
}

.texte_footer{
	font-family: "Sansation", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255,255,255,1.00);
	padding-bottom: 14px;
}



.centrer{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.case{
	/*border:rgba(0,0,0,0.2) solid thin;
	border-radius: 8px;*/
	padding:20px;
	display:block;
}

.cadre{
	border:rgba(0,0,0,0.1) solid thin;
	border-radius: 8px;
	padding:20px;
	display:block;
}



/* SLIDER */
.slider_home{
	display: block;
	position: absolute;
	transition: opacity;
	transition-duration: 3;
	height: 35vw;
	overflow: hidden;
	width: 100%;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
.slider_masque{
	opacity: 0;
}
.slider_affiche{
	opacity: 1;
}

.copy, .copy a{
	font-family: "Sansation", sans-serif;
  	font-weight: 300;
	font-size: 10px;
	color: rgba(255,255,255,1.00);
	text-decoration: none; 
}


.bouton_article, .bouton_article a {
	display:inline-block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	background-color:rgba(0,136,229,1.00);
	color: rgba(255,255,255,1.00);
	font-family: "Sansation", sans-serif;
  	font-weight: 800;
	font-size: 14px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	border:rgba(86,192,255,1.00) thin solid;
	border-radius: 10px;
	width: auto;
}
.bouton_article:hover {
	background-color:rgba(0,106,179,1.00);
}

.nodecoration, .nodecoration a{
	text-decoration: none;
	
}

.galerie_article{
	padding: 10px;
}

.fleche{
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	background-image: url("../../images/layout/fleche.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	
}

.titre_slider{
	font-family: "Sansation", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	font-size: 28px;
	color: rgba(0,0,0,1.00);
	line-height: 32px;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
}

.stitre_slider{
	font-family: "Sansation", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 22px;
	color: rgba(0,0,0,1.00);
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


.texte_slider{
	font-family: "Sansation", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 18px;
	color: rgba(0,0,0,1.00);
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.bouton_slider, .bouton_slider a{
	display:inline-block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	background-color:rgba(0,136,229,1.00);
	color: rgba(255,255,255,1.00);
	font-family: "Sansation", sans-serif;
  	font-weight: 800;
	font-size: 14px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	border:rgba(86,192,255,1.00) thin solid;
	border-radius: 10px;
	width: auto;
}

.bouton_slider:hover {
	background-color:rgba(0,106,179,1.00);
}
.infos{
	text-align: center;
}
.infobleu{
	background-color:rgba(0,136,229,1.00);
	color:rgba(255,255,255,1.00);
	padding: 4px;
}
