
/*
 * bleu			002851
 * rouge		b9091a
 * bleuLagon	2dccd3
 * gris du fond	e4e4e4
 */
 
 body{
	position: relative;
	background: #e4e4e4;
	-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: #e4e4e4;
	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: #b9091a ;
}

div#header{
	background: #e4e4e4;
}


footer#footer{
	width: 100% ;
	padding: 50px 0;
	text-align: center ;
	color: #fff ;
	background: #002851;
	border-top: solid 1px #ffc373;
	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: 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.adapt{
	max-width: 100%;
	height: auto;
}

img.imgL{
	display: block;
	margin: 0 auto;
}

img.imgS{
	display: none;
	margin: 0 auto;
}

img.rond {
	border-radius: 10px;
}


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 **********************/





