/* TEMPLATE CAPALOE*/
/*#######################################################*/


/* PAGE */
/*#######################################################*/
* {
	box-sizing: border-box;
}

html {
  height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	margin: auto;
	padding: 0;
	position: relative;
	width:100%;
	max-width:920px;
}

#body-contener {
	margin: auto;
	width:100%;
	max-width:920px;
	/* background: linear-gradient(white,#84BD2A); */
	background-repeat: no-repeat;
	/* haut  gauche   bas    droite */  
	padding: 0px 3px 0px 3px;
	border-radius:4px;
	float: center;
	height: 100%;
}


/* TEXTES */
/*#######################################################*/
p {
	color: #000000;
	display: block;
	font-size: 13px;
	
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	
	
	text-align:justify;
	text-indent: 15px;
	text-decoration: none;
	letter-spacing: 0.8;
	line-height: 1.2;
	word-spacing: 1px;

}

a:link {
  color: red;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
}

em {
	color: red;
	text-decoration: italic;
}

H1 {
	background-color: #ededed;
	border-radius:4px;
	display: block;
	font-size: 18px;
	
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 0;
	margin-right: 0;	

	text-align:justify;
	text-indent: 8px;
	text-decoration: none;
	letter-spacing: 0.8;
	line-height: 1.2;
	word-spacing: 1px;	
}

H2 {
	background-color: #ededed;
	border-radius:4px;
	display: block;
	font-size: 16px;
	
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 0;
	margin-right: 0;	

	text-align:justify;
	text-indent: 16px;
	text-decoration: underline;
	letter-spacing: 0.8;
	line-height: 1.2;
	word-spacing: 1px;		
}

H3 {
	background-color: #ededed;
	border-radius:4px;	
	display: block;
	font-size: 13px;
	
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 0;
	margin-right: 0;	

	text-align:justify;
	text-indent: 24px;
	text-decoration: underline;
	letter-spacing: 0.8;
	line-height: 1.2;
	word-spacing: 1px;	
}

/* IMAGE */
/*#######################################################*/

img {
	border-radius:4px;
}

/* polaroid */
div.polaroid {
	width: 100%;
	background-color: white;
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 14px;
}

div.texte {
	text-align: center;
	padding: 7px 10px;
	color: #000000;
	display: block;
	font-size: 10px;
}



/* Style the header */
/*#######################################################*/

.header {
	background-color: #ffffff;
	/* haut  gauche   bas    droite */
	padding: 3px 0px 9px 0px;
	text-align: center;
	z-index: -2;
}

div.header-container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index: 1;  
}
}

div.header-fond {
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);


}

div.header-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-101%, -50%);
}

img.fond {
	width: 100%;
	max-width: 914px;
	height: auto;
}

img.logo {
	width: 100%;
	max-height: 139px;
	height: auto;
}



/* menu line */
/*#######################################################*/

.menu {
	background-color: #f1f1f1;
	/* haut  gauche   bas    droite */  
	padding: 1px 5px 10px 5px;
	background: #ffffff;

}

ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	border-radius:4px;

}

ul.topnav li {float: left;}

ul.topnav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {background-color: #4CAF50;}

ul.topnav li.right {float: right;}


/* corps de la page */
/*#######################################################*/

/* Create three unequal columns that floats next to each other */
.column {
	float: left;
	/* haut  gauche   bas    droite */  
	padding: 5px 5px 5px 5px;

}

/* Left and right column */
.column.side {
	width: 18%;
	height: 100%;
	/* background: linear-gradient(white,#E4F0CA); */
	border-color: #284027;
	border-style: solid;
	border-width: 0.1em;
	border-radius: 4px;
	/* haut  gauche   bas    droite */  
	padding: 10px 7px 10px 7px;

}

/* Middle column */
.column.middle {
	/* background: linear-gradient(white,#F5F8EC); */
	width: 100%;
	height: 100%;
	/* haut  gauche   bas    droite */  
	padding: 10px 15px -1px 15px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* line */
.corps-2 {
	/* background: linear-gradient(#F5F8EC,white); */
	/* haut  gauche   bas    droite */ 	
	padding: 10px 7px -1px 7px;
}


/* Style the footer */
.footer {
	position: absolute;
	width: 100%;	
	bottom: 0;
	background-color: #84BD2A;
	/* haut  gauche   bas    droite */  
	padding: 0;
	text-align: center;
	color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.footer p {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	
	margin-top: 27px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	
	
	text-align:left;
	text-indent: 0px;
	text-decoration: none;
	letter-spacing: 0.1em;
	line-height: 1.1;
	word-spacing: 0.1em;	
}

.footer a:link {
  color: white;
  font-size: 11px;	
  padding: 10px 7px -1px 7px;
}
	
.footer a:hover {
  color: yellow;
}

.footer a:active {
  color: blue;
}

.footer a:visited {
  color: white;
}

div.plante {
	float: left;
	width: 100%;
	width: 75px;
	height: 112px;
	margin: -5px 10px 0px -6px;
}

/* RESPONSIVE */
/*#######################################################*/

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
	
	.header, .footer, .menu, c.corps-2 {
		width: 100%;
	}
	
	.column.side, .column.middle {
		width: 100%;
	}
	
	ul.topnav li.right, 
	ul.topnav li {float: none;}
	
	table,
	tbody,
	tr,
	td {
    display: block;
    width: auto!important;
	}
}














































