@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Leckerli+One);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

html{
	font-size:62,5%;	
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color:#737373;	
}

*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;    
}

h2, strong{
	font-weight: 700;
}

header{
	padding:0 15px;
	height: 50px;
	border-bottom:1px #00b3c5 solid;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	background: #fff;
	z-index:10000;
	overflow: hidden;
}
header #a_logoSite{
	color:#00b3c5;
	font-size:2em;
	font-family: 'Leckerli One', cursive;
	text-decoration: none;	
	padding:15px 0;
	font-weight: 700;
}
header nav{
	float: right;
	font-size:0.8em;
}
header nav a{
	display: inline-block;
	height: 50px;
	padding: 0 15px;
	color: #737373;
	text-decoration: none;
	line-height: 50px;
}
header nav a:hover, header nav a.active{
	border-bottom:4px #00b3c5 solid;
	color:#00b3c5;
}

#main{
	padding-top:50px;
}



#bandeau{
	position: relative;
	margin:0;
	text-align: center;
	background: #00b3c5;
}

#bandeau img{
	max-width: 100%;
	display: block;
	margin: auto;
}

#bandeau p{
	color:#fff;
	position: absolute;
	bottom:60px;
	left:0;
	width:100%;
	text-align: center;
	font-size:2.5em;
	line-height: 50px;
	text-shadow: 0 0 5px #1F1F1F;
}

#intro{
	text-align: center;
	background:#005c7b;
	font-size: 1.2em;
	padding:10px;
	color:#fff;
	margin:0 0 15px;
	text-shadow: 0 0 5px #1F1F1F;
}

div.unElement{
	margin:0 auto 25px;
	padding:0 20px;
	max-width:1000px;
	text-align: center;
}

div.unElement h2{
	color:#00b3c5;
	margin:0 0 15px;
	font-size:2em;
}

#produits h2{
	color:#005c7b;
}

#listeproduits{
	display: table;
}
#listeproduits > div{
	display: table-cell;
	width:36%;
	padding:0 3%;
	text-align: justify;
}
#listeproduits > div:last-child, #listeproduits > div:first-child{
	padding:0;
	width:30%;
}

#listeproduits h3{
	background: #005c7b;
	border-radius: 3px;
	color:#fff;
	padding:10px;
	margin: 0 0 10px;
	text-align: center;
}
#listeproduits p, #listeproduits ul, #quiSommesNous p, #contact p, #complementProduit p, #complementProduit ul{
	font-size:0.8em;
	margin:0 0 10px;
	line-height: 22px;
}
#listeproduits ul, #complementProduit ul{
	padding:0 0 0 15px;
	list-style-type: square;
}
#listeproduits > div *:last-child{
	margin:0;
}

#complementProduit{
	text-align: left;

}

#quiSommesNous, #contact, #nousEquipons{
	width:100%;
	max-width: inherit;
	padding:20px;
	background: #efefef;
	margin:0;
}
#quiSommesNous .content, #contact .content, #nousEquipons .content{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
p strong{
	color:#00b3c5;
}
#contact, #nousEquipons{
	background: #00b3c5;
	color:#fff;
}
#contact h2{
	color:#fff;
}
#contact a{
	color:#fff;
}
#contact p strong{
	color:#fff;
}

#detailsCoordonnees{
	float: left;
	width:55%;
	padding-right:5%;
}
#googleMap{
	overflow: hidden;
}
#googleMap iframe{
	margin:0 0 10px;
	width: 100%;
}
#googleMap img{
	display: block;
	border: 2px #fff solid;
	width: 100%;
}
#detailsCoordonnees{
	overflow: hidden;
}

#listeEquipe{
	float:right;
	margin:0 0 0 15px;
	padding:60px 0 0 0;
	line-height: 40px;
}
#listeEquipe ul{
	list-style-type: none;
}
#carteEquipe{
	overflow: hidden;
}
#carteEquipe img{
	max-width: 100%;
}
#nousEquipons, #nousEquipons h2{
	color:#F1F045;
}

.credits{
clear: both;
font-style:italic;
font-size:0.6em;
padding: 10px 0 0;
}

.unContact{
	padding:5px;
	background: #fff;
	color:#00b3c5;
	border-radius: 3px;
	margin:0 0 10px;
}

#contact .unContact p strong{
	color:#00b3c5;	
}
#contact .unContact p a{
	color:#00b3c5;	
}
.unContact .titre{
	font-weight: bold;
	background: #005c7b;
	color:#fff;
	border-radius: 3px;
	padding:5px;
}
.unContact *:last-child{
	margin:0;
}


@media screen and (max-width: 780px){
	body{
		font-size:1em;
	}
	header nav a{
		padding:0 8px;
		font-size: 0.7em;
	}
	#intro{
		font-size:0.8em;
	}
	#listeproduits > div{
		display: block;
		width: 100%!important;
		padding: 0;
		margin:0 0 10px!important;
	}
	#listeEquipe{
		float: none;
		margin:0 0 15px;
		line-height: inherit;
		padding: 0;
	}
	#detailsCoordonnees{
		float: none;
		padding: 0;
		width: auto;
		margin: 0 0 10px;
	}
}

@media screen and (max-width: 500px){
	header nav a{
		display: none;
	}
	header nav a:last-child{
		display: inline-block;
		font-size: 1em;
	}
}

#alerte{
	max-width: 800px;
	padding: 20px;
	margin: auto;
	background-color: #CF1111;
	text-align: center;
	color: #FFFFFF;
}