/*
#0087b5 bleu cielter
#45b0d4 bleu clair
#23a638 vert cielter
#0d3576 bleu foncé texte
#f4f4f4 gris fond
*/



.retour {
	clear: both;
}

.center {
	max-width: 80%;
	margin: auto;
	float:none;
}

body {
	color: #0d3576;
	max-width: 100%;
	height:auto;
}

#logo {
	float: left;
	width: 25%;
	margin-top: 10px;
}

#logo img {
	margin: left;
	display: block;
}

header h1 {
	font-size: 48px;
	color: #0087b5;
	text-align: center;
	padding-top: 40px;
}

header span {
	color: #0d3576;
}



nav a {
	float: right;
	text-decoration: none;
	font-size: 18px;
	color: #0d3576;
	padding: 10px 10px;
}

nav a:hover {
	background-color: #f4f4f4;
	color: #45b0d4;
	border-radius: 15px 15px 15px 15px;
}

#photoheader img{
	max-width: 100%;
	margin : 10px 0 -3px 0;
}

#quaranteans {
	background-color: #0087b5;
	font-size: 42px;
	text-align: center;
	color: white;
	height: auto;
	padding: 1% 0%;
	margin-bottom: 5%;
}

#quaranteans h2 {
	padding: 10px;
}

.consequences {
	width: 60%;
	float: left;
	;
}

.consequences h3 {
	font-size: 30px;
	color: #0087b5;
	text-align :right;
	margin: 0px 0 50px 0;
}

.contenu p {
	font-size: 18px;
	color: #0d3576;
	line-height: 45px;
	background: url(images/goutte2.gif) 1px 6px no-repeat;
	padding-left: 30px;
}

.photoconsequences {
	width: 40%;
	float: right;
	margin: 0px 0 20px 0;
}

.photoconsequences img {
	width: 100%;
	height: 100%;
	padding: 10px 0;
	margin: 0 10px
}

.avantages {
	display: block;
	width: 55%;
	float: right;
	
}

.avantages h3 {
	font-size: 30px;
	color: #0087b5;
	text-align :left;
}

.photoavantages {
	width: 40%;
	float: left;
	margin: 0px 20px 0px 0;
}

.photoavantages img {
	width: 100%;
	height: 100%;
	padding: 10px 0;
	margin: 0 10px
}

#grise {
	background-color: #f8f8f8;
	max-width: 100%;
	margin: 5% 0;
	padding: 80px 0;
}

#adoucisseur {
	background-image: none;
}

#offre {
	background :url(images/Rectangle_arrondi.jpg) no-repeat;
	background-size:100% 100%;
	height: 279px;
	text-align: center;
	margin: 80px auto 0px auto;
}

#offre p {
	color: white;
}

#loc {
	font-size: 35px;
	padding-top: 50px;
}

#prix {
	font-size: 80px;
	padding-top: 17px;
	background: url(images/rectangle2.png)no-repeat;
	background-position: center bottom;
}

#eco {
	font-size: 18px;
	padding-top: 30px;
}

#flechehaut img {
	float: right;
	margin: 10px 0;
}

#vague {
	background : url(images/vague.gif) no-repeat;
	background-size: 100% 100%;
	min-height: 100px; 
	margin-top: 80px;
}

footer {
	background-color: #54aedc;
	min-height: 250px
}

.left {
	float: left;
	display: block;
	width: 33%;	
}

.left2 {
	text-align: center;
	float: left;
	display: block;
	width: 33%;	
}

.left2 img:hover {
	border: 3px solid #0d3576;
	border-radius: 25px 25px 25px 25px;

}

.bouton {
	border-radius: 15px 15px 15px 15px;
	border: 2px solid white;
	background-color: #23a638;
	width: 200px;
	height: 70px;
	margin: 55px 0 0 0;
	float: right;
}

.bouton p {
	color: white;
	font-size: 20px;
	padding: 12px 10px;
	text-align: center;
}

.bouton:hover {
	background-color: #0d3576;
}

footer a {
	text-decoration: none;
}

.contenu span, .contenu2 span {
	color: #0087b5;
}

.coord {
	font-size: 40px;
}

#btnfixed {
	position: fixed;
	top: 80%;
	right: 0%;
	display: block;
	margin-bottom: 500px;
	opacity: 50%;
}

#btnfixed:hover {
	opacity: 100%
}

form {
	width: 800px;
	margin: 100px auto;
	font-size: 25px;
}

form input,form textarea{
	margin: 10px 0 40px 0;
	width: 400px;
	display: block;
	padding: 5px 5px;
}

input label {
	text-align: center;
}

.center2 {
	margin: 0 190px;
	display: block;
}

form textarea {
	min-height: 150px;
}

form input:hover,form textarea:hover,form input:focus,form textarea:focus {
	border: 2px solid #0087b5;
}

#envoi {
	background-color: #0087b5;
	color: white;
	width: 100px;
	font-size: 18px;
}

#envoi:hover {
	background-color: #45b0d4;
}

.slicknav_menu {
        display:none;
    }


@media screen and (max-width: 979px){
	header h1 {
		font-size: 28px;
	
}

	#quaranteans {
		font-size: 35px;
	}
	
	.contenu p {
		line-height: 35px;
	}
}


@media screen and (max-width: 768px){
	
	#menu {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }

	#quaranteans {
		font-size: 25px;
	}

	.avantages h3, .consequences h3 {
		font-size: 25px;
	}

	.avantages, .consequences {
		width: 100%;
	}

	.photoconsequences, .photoavantages {
		float: none;
		width: 100%;
	}

	.bouton {
		width: 140px
	}

	.bouton p {
		font-size: 18px;
	}

 

}

@media screen and (max-width: 480px){
	#logo img{
		width: 50%;
	}

	header h1 {
		font-size: 16px;
		
	}

	.left2 {
		float: none;
		margin: auto;
		width: 100%;
	}

	.left {
		margin: 30px auto;
		width: 100%;
		text-align: center;
	}

	.avantages, .consequences {
		width: 100%;
	}

	footer .bouton {
		width: 100%;
		height: 100%;
	}
}