/* CSS Document */
.retour{
	clear: both;
}

img{
	/*display: block; /*Occupe toute la largeur disponible. Lorsque 2 éléments blocs se suivent dans une page, ils sont positionnés (par défaut) l'un sous l'autre.*/
	max-width: 100%;
	height: auto;
	} 

html, body{
	overflow-x: hidden;	
}/*permet d'enlever l'ascenseur horizontal*/

body{
	font-family: 'Arial';
}

h1{
    font-size: 11.5rem;
    color: #D0D90D;
}

h2{
	font-size: 2.5rem;
}

/*-------------------------MODAL-------------------------*/
.modal-body p {
    background-color: #8FD2F2;
    color: white;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
	font-size: 15px;
}

.modal-header h4{
	color: #D0D90D;
}

.modal-content {
    border-radius: 15px;
}

button {
    border-radius: 5px;
	border: white;
	color: white;
	background-color: #003366;
}
/*-------------------------HEADER-------------------------*/
header{
	background-color: #003366;
	-webkit-box-shadow: 0px 1px 15px 10px rgba(47,47,49,0.5); 
	box-shadow: 0px 1px 15px 10px rgba(47,47,49,0.5);
}


/*-------------------------NAV----------------------------*/

#navbarSupportedContent li{
	color: white;
	font-size: 18px;
	text-decoration: none;
    transition: all ease 0.4s;
}

#navbarSupportedContent a:hover{
	color:#D4D90D;
	border-bottom: 1px solid #D4D90D;
	padding-bottom: 7px;
}

.navbar-dark .navbar-toggler{
    color: #fff;
}

.nav-link{
	padding-bottom: 8px;
}

.navbar-brand{
	position: absolute;
	height: auto;
	transform: translateX(-50%);
	top:0;
	padding: 0;
	left:50%;
}

#adou{
	margin-right: 70px;
}

#off{
	margin-left: 70px;
}

.navbar-collapse {
    text-align: center;
}

/*-------------------------MAIN---------------------------*/
.img-arrow-down{
	width: 10%;
	float: right;
}

.img-arrow-up{
	width: 10%;
}

/*-------------------------MAIN---------------------------*/
#intro{
	height: 100vh;
}

#intro svg{
  display:block;
  margin:50px auto 0px auto;
}

#intro h1{
	text-align: center;
	font-weight: 700;
	color: #003366;
	margin-top: 30px;
}

#intro h2{
	font-size: 30px;
	padding-left: 20px;
	text-align: center;
	color: #D4D90D;
}

#intro h3{
	padding: 20px 0;
	font-size: 2.75rem;
	text-align: center;
}


#calcaire{
	background: #D4D90D;
	height: 100vh;
	padding-top: 20px;
}

#calcaire h2{
	color: white;
}

.img-goutte-interro1{
	width: 110px;
}

.img-calcaire p{
	color: white;
	text-align: center;
	padding: 10px;
}

.img-calcaire{
	padding-top: 30px;
	}

.survol{
	position: relative;
	width: 70%;
	margin: 0 auto;
}

.img-avec-calcaire{
	position: absolute;
	opacity: 0;
	left:0;
	top:0;
}

.img-avec-calcaire:hover{
	opacity: 1;
	transition: all 0.4s ease;
}


#avantages{
	background: white;
	height: 100vh;
}

#avantages h2{
	color: #003366;
}

/*.img-avantages img{
	width: 50%;
}*/

.img-goutte-interro2{
    width: 110px;
}

.survol-goutte{
	position: relative;
	width: 50%;
	margin: 0 auto;
}

.img-gouttebis{
	position: absolute;
	opacity: 0;
	left:0;
	top:0;
}

.img-gouttebis:hover{
	opacity: 1;
	transition: all 0.4s ease;
}


#adoucisseur{
	background: #337894;
	height: 100vh;
    padding-top: 20px;
}

#adoucisseur p{
	color: white;
	text-align: justify;
}

#adoucisseur h2{
	color: white;
}

#adoucisseur img{
	padding-bottom: 15px;
}

#offre{
	background: white;
	height: 100vh;
}

#offre h2{
	color: #003366;
}

.img-offre{
	max-width: 70%;
}

.img-offre-prix{
	max-width: 50%;
}

#offre p{
	color: #003366;
}

#entreprise{
	background: #99CCFF;
	height: 100vh;
}

#entreprise{
	padding-top: 20px;
}

#entreprise h2{
	color: #003366;
}

#entreprise h3{
	color: white;
	padding: 30px 0;
}

#entreprise h4{
	color: white;
	padding-top: 10px;
}

#entreprise p{
	color: #003366;
	text-align: justify;
}

#liste-puce li{
	color: #003366;
}

.img-entreprise{
	padding-top: 25px;
}

#liste-puce li{
	list-style-type: circle;
	padding-bottom: 5px;
	padding-left: 5px
}

#contact{
	height: 100vh;
	background: url("images/bg-bottom.jpg") center no-repeat;
}

#contact h2{
	color: #003366;
}

#contact h3{
	color: #D4D90D;
}

#contact img{
	margin-bottom: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
}

.btn-primary:hover{
    color: #003366;
    background-color: #D4D90D;
    border-color: #D4D90D;
}




/*-------------------------FOOTER-------------------------*/
footer{
	background: #003366;
	text-align: center;
	padding-top: 15px;
}

footer a{
	text-decoration: none;
	color: white;
	padding: 15px;
}

footer a:hover{
	color: #003366;
	background-color: #D4D90D;

}

/*-------------------------RESPONSIVE---------------------*/
@media(max-width:991px){
	
	#intro, #calcaire, #avantages, #adoucisseur, #offre, #entreprise, #contact{
		height: auto;
	}
	
	p, li{
		font-size: 14px;
	}
	
	.img-avec-calcaire, .img-sans-calcaire{
		height: auto;
	}
	
	
	.navbar-brand img{
		visibility: hidden;
	}
	
	#adou{
		margin-right: 0px;
	}

	#off{
		margin-left: 0px;
	}
	
	.navbar-rs{
		text-align: center;
	}
	
	#calcaire p{
	background-color: #8FD2F2;
    color: white;
    padding: 15px;
    border-radius: 15px;
    margin: 20px 0;
	text-align: center;
	height: 100%;
	}

	.survol-goutte{
		width: 25%;
	}
	
	#img-avantages p{
		font-size: 13px;
	}
	
		.form-control{
	font-size: 14px;
	}
	
	.btn{
	font-size: 14px;
	margin-bottom: 15px;
	}
	
	body{
	overflow-x: hidden;
	}
	
}

@media(max-width:767px){

	#intro h1 {
		margin-top: 15px;
		font-size: 70px;
	}
	
	h2 {
    	font-size: 2rem;
	}

	.img-entreprise {
		padding-top: 25px;
		margin: 0 auto;
		text-align: center;
		display: block;
		width: 75%;
	}
	
	#adoucisseur .img-installation {
    	max-width: 50%;
		margin-left: 12px;
	}
	
	.img-goutte-interro1 {
    max-width: 85%;
}

	.img-goutte-interro2 {
    max-width: 90%;
}
	
	.img-robinet{
    max-width: 180%;
}

	.img-calcaire{
	padding-top: 0;
	}
	
	#calcaire p{
	font-size: 15px;
	margin: 5px 0;
	}
	
	
	footer p{
		font-size: 8px;
	}
	
	#intro h3 {
    font-size: 35px;
	}
}

@media screen and (max-width:575px){
	h2{
		font-size:25px;
	}
	
	P{
		font-size: 13px;
	}
	.survol-goutte{
		width: 15%;
	}
	
	img{
		max-width: 90%;
	}
	
	.img-entreprise {
    padding: 5px 0;
    width: 50%;
}
	
	li {
    font-size: 13px;
}

	.img-goutte-interro1 {
    max-width: 55%;
}

	.img-goutte-interro2 {
    max-width: 65%;
}
	.img-offre{
		max-width: 30%;
	}
}

@media(max-width:415px){
	#intro h2, #intro h3{
		font-size: 28px;
	}
}