body {
	font-family: 'Montserrat', sans-serif;
}

.retour {
	clear: both;
}

svg{
  display:block;
  margin:0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

i {
	font-size: 40px;
	padding-top: 10px;
	text-align: center;
	color: #4ac3ff;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

i:hover {
	color: white;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
/*--------NAV--------*/
nav {
	height: 95px;
	width: 100%;
	background-color: #EFEFEF;
	position: fixed;
	margin-bottom: 100px;
	-webkit-box-shadow: 0 1px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0 1px 10px 5px rgba(0,0,0,0.1);
	z-index: 1000;
}

	nav img {
		position: absolute;
		top: 0px;
		left: 160px;
	}

	nav ul {
		float: right;
	}

	nav li {
		margin-left: 2vw;
		margin-right: 2vw;
	}

	nav a {
		font-size: 19px;
		color: grey;
	}

	nav-item a:hover {
		color: red;
	}

.nav_decal {
	justify-content: flex-end;
}

.menu {
	
	color: black;
}

	.menu li {
		line-height: 300%;
	}

	.menu ul {
		background-color: rgba(250, 250, 250, 0.8);
	border-radius: 10px;
	min-width: 200px;
	}

/*--------BODY-------*/

.container {
	width: 90%;
}

	.container li {
		font-size: 22px;
	font-weight: 400;
	color: #737373;
	line-height: 200%;
	margin-top: 30px;
	}

	.container ul {
		list-style: disc;
		padding-left: 30px;
	}

.intro {
	margin: auto;
	padding-top: 120px;
	text-align: center;
	margin-bottom: 85px;
}

	.intro h1{
		font-size: 67px;
		font-weight: 700;
		color: #00A6E8;
		margin-top: 30px;
	}

	.intro h2 {
		font-size: 30px;
		font-weight: 700;
		color: #D2D701;
		margin-top: 20px;
		padding-top: 0px;
		    margin-bottom: 85px;
	}

.bandeau {
	height: 488px;
}

.bg_bleu {
	font-size: 37px;
	font-weight: 700;
	background-color: #00A6E8;
	margin: auto;
	margin-top: 85px;
	padding: 5px;
	color: white;
	text-align: center;
	width: 26%;
}

#width {
	width: 26%
}

.center {
	text-align: center;
	margin: auto;
	max-width: 1200px;
}

p {
	font-size: 22px;
	font-weight: 400;
	color: #737373;
	line-height: 150%;
	padding-top: 85px;
}

h2 {
	font-size: 37px;
	font-weight: 700;
	color: #00A6E8;
	padding-top: 60px;
	text-align: center;
}

.image_split {
	margin-top: 120px;
}

	.image_split img {
		width: 100%;
		padding: 60px;
	}

.adoucisseur {
	background-color: #00A6E8;
	padding: 40px;
}

	.adoucisseur h3{
		background-color: white;
		color: #00A6E8;
		font-size: 37px;
		font-weight: 700;
		margin: auto;
		margin-top: 25px;
		padding: 5px;
		text-align: center;
		width: 55%;
	}

	.adoucisseur p{
		color: white;
		font-weight: 700;
		margin: auto;
		padding: 5px;
		padding-top: 40px;
	}

	.adoucisseur li {
		color: #FFFFFF;
		font-size: 28px;
		font-weight: 700;
		line-height: 150%;
	}

	.adoucisseur img {
		width: 620px;
		height: 400px;
		object-fit: cover;
		filter: drop-shadow(17px 21px 30px #000000);
	}

	.adoucisseur h4 {
		color: white;
		font-weight: 700;
		text-align: center;
		padding-bottom: 25px;
	}

	.adoucisseur ul {
		list-style: none;
}

.prix {
	padding-left: 5vw;
	padding-right: 5vw;
}

#prix {
	font-size: 62px;
}

#carousel_img img{
	max-width: 100%;
	position: absolute;
	top: -300px;
}

#margin {
	margin-bottom: 40px;
}

span {
	
}

	span p {
	}

#vague {
	background-image: url(images/vague.png);
	background-position: center;
	padding-top: 420px;
	margin-top: -85px;
}

#offres_produits {
	background-color: #F3F3F3;
	margin-top: 85px;
}
	#offres_produits p {
		padding-top: 60px;
		padding-bottom: 60px;
		line-height: 140%;
	}

.max_width {
	max-width: 970px;
	margin: auto;
}

	.max_width p {
	text-align: center;
	padding-top: 0px!important;
}

.max_width img {
	max-width: 55%;
}

.round {
	background-color: #00A6E8;
	border-radius:  100%;
	height: 180px;
    width: 180px;
    margin: 3vw;
    text-align: center;
    line-height: 200px;
    position: relative;
}

	.round img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.round p {
		font-size: 18px;
		padding-top: 45px;
		text-align: center;
	}

.round_flex {
	background-color: #00A6E8;
    border-radius: 100%;
    height: 180px;
    width: 180px;
    margin: 1vh auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.round_flex img {
	animation-name: bounce;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	position: relative;
	-webkit-animation-timing-function: cubic-bezier(0.82, 0.01, 0.58, 1);;
	animation-direction: alternate;
}

.round_flex img:hover {
	margin-bottom: 10px;
	transition: all 0.2s ease-in;
}


.relative {
	position: relative;
}

#contact {
	margin-top: 85px;
	padding-bottom: 85px;
}

	#contact .bg_bleu {
		margin-bottom: 50px;
	}

	#contact li {
	font-size: 20px;
    font-weight: 400;
    color: #737373;
    line-height: 120%;
    margin-top: 30px;
	}

	#contact ul {
		list-style: none;
		margin-top: 40px;
	}


iframe {
	width: 90%;
}

#msg {
	min-height: 170px
}

#bandeau {
	width: 100%;
}

#calcaire {

}

#avantages {
	
}


.heading {
  font-family: "Playfair Display", serif;
  font-size: 10vw;
}


.footer {
	background-color: #242a35;
	color: #4ac3ff;
	display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

	.footer img {
	width: 100px;
  height: 100px;
	}

	.footer p {
		padding-top: 0px;
	}

	.footer a {
		text-decoration: none;
		color: #737373;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}

	.footer a:hover {
		color: #4ac3ff;
	}


.subheading {

}

@media screen and (min-width: 40em) {

  .heading {
    font-size: 6vw;
  }

  .subheading {
    font-size: 1.75vw;
  }
}

/*================================================
Start Important Part
==================================================*/

.underline--magical {
  background-image: linear-gradient(120deg, #00A6E8 0%, #00A6E8 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.1s ease-in;
  padding: 3px;
}
  .underline--magical:hover {
    background-size: 100% 88%;
    color: white;
  }
}


@media (max-width: 1400px) {
	.nav_decal {
	margin-left: 100px;
	justify-content: space-around;
}


}



@media (max-width: 1200px) {
	.nav_decal {
		margin-left: 255px;
	}

	nav img {
		left:  100px;
	}

	nav li {
		margin-left: 1vw;
		margin-right: 1vw;
	}

	.bg_bleu {
		width: 40%;
	}

	nav a {
		font-size: 17px;
	}

	#width {
		width: 40%;
	}


}



@media (max-width: 992px) {

	nav {
		height: 75px;
	}

	nav ul {
		width: 25%;
	}

	nav img {
		height: 75px;
	}

	.bg_bleu {
		width: 70%;
	}

	.nav_decal {
		margin-left: 0px;
		margin-top: 38px;
	}

	.container li {
		margin-top: 15px;
	}

	.image_split {
		margin-top: 20px;
	}



}



@media (max-width: 768px) {
	
	.bg_bleu {
		margin-top: 20px;
		font-size: 22px;
	}

	.adoucisseur p {
		padding-top: 0px;
	}

	.adoucisseur h3 {
		width: 90%;
	}

	iframe {
		width: 100%;
	}

	h2 {
		padding-top: 20px;
	}

	p {
		padding-top: 45px;
	}

	#vague {
		padding-top: 200px;
    margin-top: 15px;
	}



}



@media (max-width: 576px) {
	.adoucisseur {
		padding: 0px;
	}

	.adoucisseur p {
		margin-bottom: 30px;
	}

	.intro h1 {
		font-size: 45px;
	}

	.intro h2 {
		font-size: 20px;
	}

	.bandeau {
		height: 190px;
	}

	p {
		font-size: 16px;
		padding-top: 35px;
	}

	.max_width img {
		max-width: 50%;
	}

	.image_split {
		margin-top: 30px;
	}

	.image_split img {
		padding: 0px;
	}

	h2 {
		font-size: 22px;
	}

	.container li {
		font-size: 16px;
	}

	.adoucisseur h3 {
		font-size: 22px;
	}

	.round_flex {
		height: 100px;
		width: 100px;
	}

	#width {
		width: 78%;
	}

	#vague {
		background-image: none;
		padding-top: 45px;
	}

	#prix {
		font-size: 45px;
	}

	#contact li {
    font-size: 16px;
    line-height: 95%;
    margin-top: 22px;
    
  }

  iframe {
  	width: 100%;
  }

  nav img {
  	left: 50px;
  }

  #footer img {
  	width: 70px;
  	height: 70px;
  }

	
}



@keyframes bounce {
  0%   {margin-bottom: 0px;}
  100%   {margin-bottom: 15px;}

}

