@charset "utf-8";
/* CSS Document */
body{
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
}



.mySlides {
	display:none;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
float:left;
margin-left:auto;
margin-right:auto;
}

header {
	
	width:100%;
	height: auto;
	float:left;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	}

	
nav{
	float: left;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width: 100%;
	margin-top: 0px;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	
}


nav ul{
	background-color: #f6dc12;
	width: 100%;
	display: table;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
nav ul li {
	display:table-cell;
}
nav ul li a {
	text_decoration : none;
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	line-height: 40px;
	display: inline-table;
	text-align: center;
	width: 100%;
	text-shadow: 2px 2px 2px black;
	-moz-text-shadow: 2px 2px 2px black;
	-ms-text-shadow: 2px 2px 2px black;
	-o-text-shadow: 2px 2px 2px black;
	-webkit-text-shadow: 2px 2px 2px black;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #FFF;
	border-bottom-color: #fFF;
	border-left-color: #FfF;
}
section
{
	width: 100%;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
	}
article{
	width: 100%;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
	}
address{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	}
	.txt_sous_titre{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;	
	}
	.txt_sous_sous_titre{
		font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;	
		}
.texte_titre{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #fded9a;
	text-align: center;
	margin-top:5px;
	padding-top:10px;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	margin-bottom: 10px;	
	text-shadow: 2px 2px 2px black;
	-moz-text-shadow: 2px 2px 2px black;
	-ms-text-shadow: 2px 2px 2px black;
	-o-text-shadow: 2px 2px 2px black;
	-webkit-text-shadow: 2px 2px 2px black;
	
	}
#container_titre_accueil {
	text-align: center;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-bottom: 20px;
}
#block_txt_courant{

	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
	display: flex;
	justify-content: center; /* alignement vertical */
	
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;	
	
}
#logo {
	float: left;
	height:400px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background-image: url(../image/produits/png/logo-redessine.png);
	background-repeat: no-repeat;
}
#block{
	width: 100%;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	}
#block01{
	width: 400px;
	height: 380px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	}
.txt_courant {
	color: #000;
	
	font-size: 18px;
	text-align: center; /* alignement horizontal */
	display: flex;
	justify-content: center; /* alignement vertical */	
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 40px;
	display: flex;
	justify-content: center;
	text-align: center;
}
h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	display: flex;
	justify-content: center;
	text-align: center;
	/*margin-top: 20px;
	margin-bottom: 10px;*/
	float: left;
}



p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
#map{
	float: left;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: center center;
}
.polaroid {
	width: 352px;
	height: 289px;
	background-color: rgba(253, 237, 154, 0.2);
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
	
	display: flex;
	justify-content: center; /* alignement vertical */
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
	margin: 20px;
	float: left;
}
img {
	max-width: 100%;
	width: 100%;
	height:100%;
	
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  
}

.item {
	position: relative;
	float: left;
	border: 1px solid #333;
	overflow: hidden;
	width: 352px;
	height: 289px;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	display: flex;
	justify-content: center; 
	flex-direction: row;
	align-item: center;
	flex-wrap: wrap;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -o-transition: all 0.2s;
}
.item:hover img {
  -moz-transform: scale(2.1);
  -webkit-transform: scale(2.1);
  transform: scale(2.1);
  -o-transform: scale(2.1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
footer{
	background-color: #f6dc12;
	float: left;
	padding-top: 20px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

