@charset "utf-8";
/* CSS Document */
*{
	text-align: center;
	font-family: 'Lato', sans-serif;
}
ul{
	padding: 0;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
h1,h2,h4,#consultation a{
	color:#cc33cc;
}
h3, #menu_principal a{
	color:white;
}
h2,h4, nav li{
	text-transform: uppercase;
}
h2{
	margin: 0;
	font-size: 18px;
}
h3{
	font-weight: normal;
}
h4{
	margin: 0;
	font-size: 24px;
}
p{
	color:#6d6d6d;
	font-size: 17px;
	line-height: 30px;
}
strong{
	font-weight: normal;
}
.conteneur{
	margin:0 auto;
	width:960px;
}
.bouton{
	display: inline-block;
	margin-top:30px;
	padding:15px 20px;
	background-color: #cc33cc;
	color:white;
	text-transform: uppercase;
}
#eva{
	background-color: #e8e8e8;
}
/*--------- header ------------- */
header{
	background-image: url(../images/fond-header.jpg);
	background-position: top center;
	background-size: cover;
}
/*--------- eva ---------------- */
.sous_titre{
	margin-top: 15px;
}
/*---------consultation -------- */
#consultation h2{
	line-height: 26px;
}
.num_tel{
	font-weight: bold;
	font-size: 30px;
}

#consultation p{
	margin-bottom: 0;
}
#consultation p+p{
	margin-top: 0;
}
.tarifs{
	text-transform: uppercase;
	font-size: 14px;
}
/*---------- footer ---------- */
footer{
	background-color: black;
}
.copyright{
	font-size: 10px;
}
.reseaux{
	margin:0 20px;
}
#menu_footer a{
		position: relative;
		margin:0 15px;
		color:#808080;
		font-size: 12px;
}
/*---------------- mobile -------------- */
@media only screen and (max-width:959px){
	/* ---------- header ---------------*/
	header table{
		background-color:black;
		position:fixed !important;
		z-index:101;
		top:0;
		box-shadow:0 3px 3px rgba(0,0,0,0.6);
		-o-box-shadow:0 3px 3px rgba(0,0,0,0.6);
		-ms-box-shadow:0 3px 3px rgba(0,0,0,0.6);
		-moz-box-shadow:0 3px 3px rgba(0,0,0,0.6);
		-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.6);
	}
	header tr{
		height:40px;
		vertical-align:middle;
	}
	header td{
		padding:0 20px;
		color:white;
		text-align: left;
	}
	header td img{
		margin-right:10px;
	}
	header nav{
		position:fixed !important;
		top:-100%;
		background-color:black;
		overflow:hidden;
		height:100%;
		z-index:100;
		width: 100%;
	}
	header nav ul{
		padding-top:40px;
	}
	#menu_principal li{
		display:block;
		height:40px;
		line-height:40px;
		font-size:20px;
	}
	header li{
		text-transform:uppercase;
	}
	#bouton_up_menu{
		display:none;
	}
	#bouton_dropdown_menu,
	#bouton_up_menu {
		cursor:pointer;
	}
	#bouton_dropdown_menu img,
	#bouton_up_menu img{
		margin-left:10px;
	}
	.conteneur{
		width:100%;
		padding: 0 10px;
	}
	header .conteneur{
		padding: 0 !important;
	}
	header,
	article,
	footer{
		padding:40px 0;
	}
	/*------- body ----------- */
	#consultation{
		padding-top: 0;
	}
	#consultation .col-s-12{
		padding-top: 40px;
	}
	.pict_num_tel{
		width: 100%;
		max-width:313px; 
		height: auto;
	}
}
/* -------------- tablette + pc -------------- */
@media only screen and (min-width:960px){
	nav li{
		display: inline-block;
	}
	header,
	article,
	footer{
		padding:60px 0;
	}
	h1{
		margin-top: 100px;
	}
	nav li:first-child a{
		margin-left: 0 !important;
	}
	nav li:last-child a{
		margin-right: 0 !important;
	}
	#menu_principal a{
		position: relative;
		margin: 0 15px;
		font-size: 13px;
	}
	nav li a:after{
		content: "";
		display: block;
		position: absolute;
		bottom:0;
		left:50%;
		width:0;
		border-bottom: solid 1px;
	}
	nav li:hover a:after{
		transition: all 0.2s ease-in-out;
		left: 0;
		width:100%;
	}
	#menu_principal a:after{
		border-color: white;
	}
	#menu_footer a:after{
		border-color:#808080;
	}
}