
/*
 * bleu			01577a (r,g,b) value is (1,87,122)
 * rouge		C00156
 * sable		D6B109
 * gris du fond	DEDEDE rgba(222,222,222,1)
 */
 
 body{
	position: relative;
	background: #DEDEDE;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 ;
	text-align: center;	
	padding: 0 ;
	font-size: 17px ;
	font-family: Noto Sans, sans-serif;
	color: #000;
	/*Voir width dans small.css*/
}
 
div#contener{
	position: relative;
	width: 100%;
	padding: 0;
	background: #DEDEDE;
	text-align: center;
}

div#contenu{
	position: relative;
	z-index: 20;
	width: 100%;
	padding: 0;
	margin: 0 ;
	background: none;
	--vh_img: 50vh;
	--pad_img: 40px 0;
	--color_hx: #C00156 ;
}

div#header{
	background: #DEDEDE;
	margin: 20px 0;
}


footer#footer{
	width: 100% ;
	padding: 50px 0;
	text-align: center ;
	color: #fff ;
	background: #01577a;
	border-top: solid 1px #D6B109;
	font-size: 17px;
}



/************** scrollUp **********************/

div#scrollUp {
	z-index: 25;
	position: fixed;
	bottom : 50px;
	right: -100px;
	transition: 0.3s;
	opacity:0.8;
}


div#scrollUp:hover {
	position: fixed;
	bottom : 50px;
	right: -100px;
	transform: scale(1.05);
	transition: 0.3s;
	opacity:1;
}

/************** Textes **********************/ 


div#contenu p{
	text-align: justify ;
}


header{
	width:70%;
	margin: 0 auto;
}

div#contenu h1,
div#contenu h2,
div#contenu h3{
	font-family: Noto Sans, sans-serif;
	color: var(--color_hx);
	text-align: left;
	font-weight: 400;
	/*text-transform: uppercase;*/
}

div#contenu h1{
	padding: 20px 0 ;
	margin: 20px 0;
	font-size: 25px ;
}


div#contenu h2{
	margin: 10px 0  ;
	padding: 0 ;
	font-size: 22px ;
}


div#contenu h3{
	margin: 10px 0  ;
	padding: 0 ;
	font-size: 19px ;
}

.name {
	color: #034713 ;
}

/************** Images **********************/ 


img.ombre{
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

img.adapt{
	max-width: 100%;
	height: auto;
}

img.imgL{
	display: block;
	margin: 0 auto;
}

img.imgS{
	display: none;
	margin: 0 auto;
}

img.rond {
	border-radius: 5px;
}


img.clic{
	opacity: 1;
	transition: all 0.5s;
	border-left: solid 5px transparent;
}

img.clic:hover{
	opacity:0.8;
	transition: all 0.5s;
	border-left: solid 5px #b9091a;
	border-radius: 10px;
}

img.clic2{
	opacity: 1;
	transition: all 0.5s;
}

img.clic2:hover{
	opacity:0.8;
	transition: all 0.5s;
}

/************** Divers **********************/





