/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p{
	font-family: "Poppins";
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	color: #023866;
}

li{
	font-family: 'Poppins';
	font-weight: 300;
}

.retour{
	clear: both;
}


.slicknav_menu{
	display: none;
}

nav{
	align-items: center;
	padding: 20px 0;
	background-color: rgba(255,255,255,0.6);
	position: fixed;
	height: 45px;
	z-index: 999;
	width: 100%;
}

nav li{
	list-style-type: none;
}

nav ul{
	display: flex;
    width: 90%;
	margin: auto;
	justify-content: space-between;
	padding-left: 20px;
}

nav ul a{
	line-height: 40px;
}

#logo{
	padding: 0 41px;
}

#logo img{
	width: 90px;
}

.contact{
	padding-right: 0;
}

a{
	text-decoration: none;
	margin: auto;
	font-family:"Poppins";
	font-weight: 500;
	color: #023866;
}

a:hover{
	color: #009EDD;
	border-bottom: 2px #009EDD;
}

.container{
	width: 90%;
	margin: auto;
}

#accueil{
	min-height: 100vh;
	border-bottom: 5px solid #D4D545;
	position: relative;
	background: url("images/accueil.jpg") no-repeat;
	background-size: cover;
}

h1{
	font-family: "Poppins";
	font-weight: 600;
	color: #009EDD;
	font-size: 90px;
	text-align: center;
	padding: 280px 0 10px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

span{
	color: white;
	background-color: #009EDD;
	font-size: 29px;
	line-height: 20px;
	padding: 0 10px;
}

h2{
	font-family: "Poppins";
	font-weight: 600;
	font-size: 32px;
	color: #D4D545;
	padding-bottom: 40px;
}

#accueil p{
	font-family: "Poppins";
	font-weight: 600;
	font-size: 29px;
	color: #009EDD;
	text-align: center;
	padding-bottom: 5px;
	line-height: 70px;
	letter-spacing: 2px;
}

#adoucisseur{
	position: relative;
	background: url("images/adoucisseur.jpg") no-repeat;
	padding: 80px 0;
}

.cercle{
	width: 300px;
	min-height: 300px;
	background-color: #D4D545;
	border-radius: 50%;
	padding: 20px;
	right: 70px;
    top: 510px;
	position: absolute;
	box-shadow: inset 0.5px 0.5px 3Px;
}

#nosproduits .cercle{
    width: 300px;
    min-height: 300px;
    background-color: #D4D545;
    border-radius: 50%;
    padding: 20px;
    position: absolute;
	right:80px;
	top: 0;
}

.cercle h3{
	text-align: center;
    font-family: "Poppins";
	font-weight: 600;
    padding: 50px 0 15px 0;
    font-size: 20px;
    color: white;
}

.cercle p{
	color: white;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

#calcaire h2{
	font-size: 32px;
	padding: 90px 0 40px 0;
}

.colonnes {
    width: 90%;
    margin: auto;
    padding-bottom: 90px;
}

#col{
	width: 60%;

}

.col-g{
	float: left;
	width: 35%;
}

.col-d{
	padding-top: 60px;
	float: left;
	width: 65%;
}

.col-d p{
	padding-bottom: 40px;
	color: #023866;
}

#calcaire{
	background: url("images/pommeau.png") no-repeat #009EDD 790px 140px;
}

#calcaire li{
	list-style-type: disc;
	color: white;
	font-size: 18px;
	line-height: 40px;
	padding-bottom: 25px;
}

.col1{
	width: 50%;
}

#avantages{
	background: url("images/adoucisseur.jpg") no-repeat;
}

#avantages h2{
	padding: 90px 0;
	color: #009EDD;
	text-align: center;
	font-size: 32px;
}


.encart{
	width: 80%;
    margin: auto;
	padding-bottom: 100px;
}

#avantages .col-g{
	width: 20%;
    z-index: 100;	
	float: left;
}

#avantages .col-g2{
	width: 20%;
    z-index: 100;
	float: left;
}

#avantages img{
	width: 100%;
}

#avantages .col-d{	
    width: 80%;
    padding: 0;
    float: left;
}

#avantages .col-d2{	
	width: 80%;
	float: left;
}

#avantages .col-d2 li{
	padding-left: 0px;
	margin-left: 0px;
}

.col-d2 span{
	height: 60px;
}


#avantages li{
	color: #023866;
	font-size: 18px;
	margin: 0 0 0 70px;
	line-height: 40px;
	padding-bottom: 25px;
}

#avantages span{
	background-color: transparent;
	color: #009EDD;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 30px;
	display: inline-block;
    height: 50px;
    float: left;
    margin-top: 10px;
	padding-right: 30px;
}

#quatre span{
	height: 110px;
}


#nosproduits{
	position: relative;
	padding-bottom: 90px;
}

#articles {
    padding-top: 70Px;
    margin: auto;
}

#nosproduits h2{
	color: #009EDD; 
	font-size: 24px;
}

#nosproduits .col-3 {
    width: 33%;
    float: left;
    margin-top: 140px;
    margin-bottom: 100Px;
}

#nosproduits .col-3 img {
    width: 85%;
    display: block;
    margin: auto;
}

#nosproduits a{
    display: inherit;
    text-align: center;
    font-size: 16px;
    border: 1px solid #023866;
    padding: 14px;
    width: 225px;
}

#nosproduits .col-3 p{
	text-align: center;
}

#nosproduits .col-3 a{
	text-align: center;
	display: inherit;
	font-size: 18px;
	border: none;
	padding: 0;

}

#slideshow{
	margin: auto;
	box-shadow: none;
}

#pictos{
	background-color: #009EDD;
}

#pictos img{
	display: block;
	margin: auto;
	padding-bottom: 20px;
}

#pictos h2{
	color: white;
	text-align: center;
	padding: 90px 0;
}

#pictos p{
	font-family: "Poppins";
	font-weight: 600;
	color: white;
	text-align: center;
}

.col3{
    display: flex;
    justify-content: center;
	float: left;
	width: 33%;
	padding-bottom: 110px;
}

#pictos .col3{
	display: block;
}

footer .col3{
	padding-bottom: 0;
}

#contact a{
	font-size: 20px;
}

#contact h2{
	color: #D4D545;
	text-align: center;
	padding: 90px 0;
}

#contact .col-d{
	padding-top: 0;
}

input{
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
	font-family: "Poppins";
	font-weight: 200;
	border: 1px grey solid;
}

input.submit{
	width: 100px;
	float: right;
    margin-top: 20px;
	background-color: #009EDD;
	color: white;
	border: 0px;

}

input.submit:hover{
	background-color: white;
	color: #009EDD;
	border: 1px solid #009EDD; 
}

textarea{
	width: 100%;
	min-height: 100Px;
	font-family: "Poppins";
	font-weight: 200;
	border: 1px solid grey;
}

#encart .col-d{
	position: relative;
}

#encart .col-g{
	position: absolute;
}

footer{
	padding: 30px 0;
	min-height: 200px;
	background-color: #D4D545;
}

footer a{
	color: white;
	font-family: "Poppins";
	font-weight: 300;
	line-height: 60px;
}


@media (max-width: 992px){
	
	nav {
    	display: none;
	}
	
	.slicknav_menu {
		display: block;
		width: 100%;
		background: transparent;
		position: absolute;
		z-index: 999;
		right: 0;
	}
	
	.slicknav_menu img{
		display: none;
	}
	
	.slicknav_nav{
		display: block;
		width: 100%;
   		float: right;
		background: white;
	}
	
	.slicknav_nav a {
		color: #009EDD;
		line-height: 40px;
		text-align: center;
	}
	
	li#logo{
		display: none;
	}
	
	.slicknav_nav li#logo a{
		padding: 0;
	}
	
	.slicknav_menu #logo a{
		display: none;
	}
	
	.slicknav_menu .slicknav_icon-bar {
		background: #009EDD;
		box-shadow: none;
		width: 30px;
   		height: 4px;
   		margin-bottom: 5px;
	}

	.slicknav_btn{
		background: transparent;
	}
	
	.slicknav_menu span {
		background: transparent;
	}
	
	#accueil {
		min-height: 100vh;
		border-bottom: 5px solid #D4D545;
		position: relative;
	}
	
	.colonnes{
		width: auto;
		padding: 0 50px;
	}
	
	.col-d {
		padding-top: 60px;
		float: left;
		width: 100%;
	}
	
	.col-g{
		display: none;
	}
	
	#contact .col-g{
		display: block;
		padding-bottom: 50px;
	}
	
	.col-g img{
		width: 100%;
		height: auto;
	}
	
	.container{
		width: auto;
	}
	
	#adoucisseur{
		width: auto;
		padding: 40px 0;
	}
	
	#calcaire{
		width: auto;
		padding: 40px 0;
		background: #009EDD 790px 140px;
	}	
	
	#avantages{
		width: auto;
		padding-bottom: 60px;
	}
	
	#nosproduits{
		width: auto;
		padding-bottom: 60px;
	}
	
	#pictos{
		width: auto;
	}
	
	#pictos img {
    display: block;
    margin: auto;
    padding-bottom: 20px;
    width: 38%;
	}
	
	#contact{
		width: auto;
		padding: 40px 0;
	}
	
	.encart{
		width: auto;
		padding: 0 50px;
	}
	
	#contact a{
		font-size: 13px;
	}
	
	h1 {
		font-family: "Poppins";
		font-weight: 600;
		color: #009EDD;
		font-size: 62px;
		text-align: center;
		padding: 120px 0 10px 0;
		text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
	}
	
	h2 {
		font-family: "Poppins";
		font-weight: 600;
		font-size: 28px;
		line-height: 31px;
		color: #D4D545;
		padding-bottom: 40px;
	}
	
	p {
    font-family: "Poppins";
	font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #023866;
	}
	
	span {
    font-size: 21px;
	}
	
	#accueil p {
		font-family: "Poppins";
		font-weight: 600;
		font-size: 21px;
		color: #009EDD;
		text-align: center;
		padding-bottom: 5px;
		line-height: 40px;
		letter-spacing: 2px;
	}
	
	span{
		font-size: 21px;
	}
	
	.col1 {
    width: 100%;
    margin-left: 22px;
	}
	
	.cercle {
    width: 240px;
    min-height: 240px;
    background-color: #D4D545;
    border-radius: 50%;
    padding: 30px;
    float: right;
    margin-top: -40px;
    box-shadow: inset 0.5px 0.5px 3Px;
	}
	
	#nosproduits .cercle {
		width: 240px;
		min-height: 240px;
		border-radius: 50%;
		padding: 30px;
		top: 40px;
		right: 50px;
	}
	
	.cercle h3 {
		padding: 18px 0 5px 0;
		font-size: 18px;
	}
	
	.cercle p {
		font-size: 14px;
		line-height: 20px;
	}
	
	#calcaire h2 {
		font-family: "Poppins";
		font-weight: 600;
		font-size: 28px;
		line-height: 31px;
		color: white;
		padding: 60px 0 40px 0;
	
	}
	
	#calcaire li {
		list-style-type: disc;
		color: white;
		font-size: 16px;
		line-height: 32px;
		padding-bottom: 25px;
	}
	
	#avantages h2 {
    padding: 60px 0;
    color: #009EDD;
    text-align: center;
	}
	
	#avantages li{
		font-size: 16px;
		margin: 0;
	}
	
	#avantages span {
		background-color: transparent;
		color: #009EDD;
		font-family: "Poppins";
		font-weight: 600;
		height: inherit;
		font-size: 23px;
		display: inline-block;
		float: left;
		margin-top: 10px;
		padding-right: 30px;
	}
	
	#quatre span{
		margin-bottom: 38px;
	}

	
	#avantages .col-g {
		width: 24%;
		display: block;
		float: left;
		position: unset;
		padding-left: 20px;
	}
	
	#avantages img {
		width: 100%;
		height: auto;
		padding-left: 0px;
		margin-top: 25px;
	}


	#avantages .col-d {
		display: block;
		height: 265px;
		width: 64%;
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#avantages .col-d ul {
   		padding: 0;
	}
	
	#avantages .col-d2 {
		display: block;
		width: 64%;
		position: relative;
		float: left;
		margin: 0;
	}
	
	#avantages .col-g2 { 
		position: unset;
		width: 24%;
		z-index: 100;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#avantages .col-g2 img {
		width: 100%;
		height: auto;
		padding-left: 0px;
		margin-top: 25px;
	}
	
	#nosproduits a {
    display: inherit;
    text-align: center;
    font-size: 16px;
    border: 1px solid #023866;
    padding: 14px;
    width: 225px;
}
	
	
	#contact .col-d {
		padding: 0;
		float: left;
	}
	
	#pictos h2 {
    color: white;
    text-align: center;
    padding: 60px 0;
	}
	
	#contact h2 {
		color: #D4D545;
		text-align: center;
		padding: 0 0 40px 0;
	}
	
	input {
		width: 98%;
		height: 35px;
		margin-bottom: 20px;
		font-family: "Poppins";
		font-weight: 200;
		border: 1px grey solid;
	}
	
	textarea {
    width: 98%;
    min-height: 100Px;
    font-family: "Poppins";
	font-weight: 200;
    border: 1px solid grey;
	}
	
}

@media (max-width: 768px){
	
	
	nav li {
		list-style-type: none;
		padding: 17px 12px;
	}

	nav a {
    font-size: 17px;
	}
	
	nav ul {
    display: flex;
    width: auto;
    justify-content: space-around;
    margin: auto;
    padding-left: 12px;
	}
	
	#logo {
		width: 80px;
		padding: 0 21px;
	}
	
	#logo img{
		width: 100%;
	}
	
	h1 {
		font-family: "Poppins";
		font-weight: 600;
		color: #009EDD;
		font-size: 50px;
		text-align: center;
		padding: 140px 0 10px 0;
		text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
		}
	
	h2{
		padding: 40px 0;
		font-size: 24px;
	}
	
	li{
		font-size: 16Px;
	}
	
	p{
		font-size: 16px;
	}
	

	
	#accueil {
		min-height: 450px;
		border-bottom: 5px solid #D4D545;
		margin-bottom: 0;
		position: relative;
	}
	
	#accueil p {
		font-family: "Poppins";
		font-weight: 600;
		font-size: 18px;
		color: #009EDD;
		text-align: center;
		padding-bottom: 5px;
		line-height: 40px;
		letter-spacing: 2px;
	}
	
	span {
    font-size: 18px;
	}
	
	#adoucisseur {
		width: auto;
	}
	
	
	#avantages {
		width: auto;
		background-size: 1270px;
		padding: 40px 0;
	}
	
	footer {
		padding: 30px 0;
		background-color: #D4D545;
	}
	
	#col{
		width: 100%;
	}
	
	
	br{
		display: none;
	}
	
	.col-d {
		padding-top: 0;
		float: left;
		width: 100%;
	}
	
	#calcaire h2 {
		font-family: "Poppins";
		font-weight: 600;
		font-size: 24px;
		line-height: 31px;
		color: white;
		padding: 40px 0;
	}
	
	#calcaire li {
    list-style-type: disc;
    color: white;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 25px;
	}
	
	#avantages h2 {
    padding: 40px 0;
	font-size: 24px;
    color: #009EDD;
    text-align: center;
	}
	
	#avantages .col-g {
		display: none;
	}
		
	#avantages .col-g2 {	
    	display: none;
	}
	
	#avantages .col-d {
		display: block;
		height: 155px;
		width: 100%;
		position: relative;
		float: left;
		margin: 0;
		padding: 0 0 13px 0;
	}
	
	#avantages .col-d2 {
		display: block;
		width: 100%;
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		
	}
	
	#avantages span {
		font-size: 17px;
		margin-top: 6px;
		padding-right: 30px;
	}
	
	#avantages li {
		font-size: 16px;
		margin: 0;
		padding-bottom: 0;
		line-height: 32px;
	}

	.cercle {
		display: none;
	}
	
	#nosproduits .col-3 a {
		text-align: center;
		display: inherit;
		font-size: 16px;
		border: none;
		padding: 0;
	}
	
	#articles{
		margin: 0px;
		padding: 40px 0;
	}
	
	#nosproduits {
	margin: 0;
	}
	
	#nosproduits .col-3 {
		width: 100%;
		float: none;
		margin: 30px 0 45px 0;
	}
	
	#nosproduits .col-3 img{
		width: 55%;
	}
	
	#nosproduits a {
		display: inherit;
		font-size: 16px;
		padding: 11px;
		width: 177px;
	}
	
	.col3 {
		display: flex;
		justify-content: center;
		float: left;
		width: 33%;
		padding-bottom: 50px;
	}
	
	#contact h2 {
		color: #D4D545;
		text-align: center;
		padding: 0 0 40px 0;
		font-size: 24px;
	}
	
	input {
		width: 48%;
		height: 25px;
		margin-bottom: 20px;
	}
	
		footer a {
		color: white;
		line-height: 50px;
	}
	

}

@media (max-width: 576px){
	
	#accueil p {
		font-size: 18px;
		text-align: center;
		padding-bottom: 5px;
		line-height: 30px;
		letter-spacing: 2px;
	}
	
	span {
		font-size: 15px;
	}
	
	.colonnes {
		width: auto;
		padding: 0px 40px;
	}
	
	nav a {
   		font-size: 10px;
	}
	
	nav li {
		list-style-type: none;
		padding: 17px 8px;
	}
	
	h1 {
		font-size: 46px;
		text-align: center;
		padding: 170px 0 10px 0;
		text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
	}
	
	h2 {
		padding: 0 0 20px 0;
		font-size: 26px;
	}
	
	.col1 {
		width: 100%;
		margin-left: 12px;
	}
	
	#nosproduits a {
		display: inherit;
		font-size: 12px;
		padding: 8px;
		width: 148px;
	}
	
	#calcaire h2 {
		padding: 0 0 20px 0;
		font-size: 26px;
	}		
	
	#avantages h2 {
		padding: 0 0 20px 0;
		font-size: 26px;
	}	
	
	#avantages li {
		font-size: 18px;
		margin: 0;
		padding-bottom: 0;
	}
	
	#calcaire li {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 25px;
	}
	
	.encart{
		padding: 0 40px;
	}
	
	p {
    	font-size: 18px;
		line-height: 22Px;
	}
	
	
	#avantages span {
		font-size: 18px;
		display: inline-block;
		float: left;
		margin-top: 2px;
		padding-right: 18px;
	}
	
	#nosproduits h2 {
		color: #009EDD;
		font-size: 26px;
	}
	
	#pictos h2 {
		color: white;
		text-align: center;
		padding: 0;
		font-size: 26px;
	}
	
	#col {
   		width: 100%;
	}
	
	
	#nosproduits {
		min-height: 492px;
		margin: 0;
	}
	
	#pictos .col3 {
    display: block;
    width: 90%;
    margin: auto;
    float: none;
}

	#pictos h2 {
		padding: 40px 0;
		font-size: 26px;
	}
	
	#pictos img {
		display: block;
		margin: auto;
		padding-bottom: 10px;
		width: 30%;
	}
	
	#contact h2 {
		text-align: center;
		font-size: 26px;
	}
	
	input {
		width: 100%;
		height: 28px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	textarea{
		font-size: 14px;
		width: 100%;
		height: 150px;
	}
	
	input.submit {
		width: 100px;
		float: right;
		margin-top: 8px;
		border: 0px;
	}
	
	footer a {
		color: white;
		line-height: 38px;
		font-size: 18PX;
	}
	
	footer li{
		text-align: center;
	}
	
	footer {
		padding: 40px 0;
	}
	
	footer .col3{
		width: 100%;
		display: block;
	}
	
}