.banniere{
	height:32em;
	background-image: url('./photos/accueil.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: start;
	padding-bottom: 5%;
	text-align: left;
	line-height: 1.5;
}

.phraseAccrocheBanniere{
	font-size: 1.7em;
	margin-bottom: 1%;
    text-align: left;
    font-weight: normal;
    color:black;
    font-family: 'helvetica', 'arial';
}

.phraseBanniere{
	background-color: rgba(256, 256, 256, 0.2);
	text-align:left;
	margin-left:15%;
	padding: 1.5em;
	padding-bottom:1em;
	line-height: 1;
}
#titreBanniere{
	color:black;
	text-align:left;
	line-height:1;
	font-size: 2.2em;
	font-family: 'auromiya';
}

@media (max-width: 1065px)  {
	.phraseBanniere{
	margin-left:2%;
	margin-right:2%;
	}
}

@media(max-width:609px){
	.phraseAccrocheBanniere{
	font-size: 1.4em;
	}
	
	#titreBanniere{
	font-size:2em;
	}
}

@media(max-width:399px){
	.phraseAccrocheBanniere{
	font-size: 1.3em;
	}
	
	#titreBanniere{
	font-size:1.6em;
	}
}

conteneurValeurs{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin:2%;
}


.valeurs{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	flex: 1;
}


.valeur{
	margin: 0 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2em;
	text-align: center;
	width:40%;
}

@media(max-width: 810px){
	.valeur{
		width: 90%;
		}
}

.petitEcran{
	display:none;
}
.grandEcran{
	display:block;
}

@media(max-width: 418px){
	.grandEcran{
	display:none;
	}
	.petitEcran{
	display:block;
	}

}

.valeurImage{
	width:5em;
	height:5em;
	overflow:hidden;
	border-radius: 50%;
	justify-content:center;
	align-items:center;
	margin-bottom: 1em;
}

.valeurImage img{
	width: 100%;
	height: auto;
	object-fit:cover;
}





hr{
	size: 4;
	color:black;
}



.procedeAccueil{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	
}

.procedeI img{
	width: calc(100% - 2em);
	height: auto;
	}
	

.procedeI{
	display:flex;
	flex-direction: column;
	width: 29em;
	height: auto;
	margin-left: 11%;
	margin-right: 1.5em;
	margin-top: 1em;
	padding:0;
	margin-bottom: 4em;
}


.procedeD{
	display:flex;
	flex-direction: column;
	margin-right : 11%;
	margin-top: 0.9em;
}

.procedeD p{
	text-align: left;
	font-size: 0.9em;
	margin-left: 0.4em;
}
.procedeD h2{
	margin-left: 0.4em;
	}

.boutonProcede{
	background-color: #F59C00;
	color: black;
	padding: 5px 5px;
	text-decoration: none;
	border-radius: 12px;
	width:16.4em;
	height:3.8em;
	border:none;
	font-size: 1em;
	margin: 0.2em;
	margin-top: 2.1em;
	margin-left: 0.4em;
	
	display: flex;
    justify-content: center;
    align-items: center;     
    cursor: pointer;
    text-align: center;  
}


@media (max-width:974px){
	.procedeD{
		margin-top:0;
	}
}


@media(max-width:570px){
	.procedeI img{
		width: 100%;
		height: auto;
	}
	.procedeI{
		margin-right: 1em;
		margin-left: 1em;
		margin-top: 1em;
		margin-bottom: 2em;
	}
	.procedeAccueil{
		justify-content:flex-start;
	}
	.procedeD{
		margin-left: 1em;
	}
}

@media(max-width:302px){
	.boutonProcede{
		width: 12.2em;
		margin-left: 13.2%;
	}
}

.grandBandeau{
	background-color : #45773B;
	color: white;
	height: 4.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-bottom: 2%;
}

.grandBandeau h1{
	margin-left: 1em;
	margin-right: 1em;
}

@media(max-width:501px){
	.grandBandeau{
		height: 5.4em;
		}
}


.zoneIntervention{
	display:flex;
	flex-direction:column;
	width:100%;
}
	
.zoneIntervention p{
	text-align:left;
	font-size:1em;
	
	}
.zoneCarte{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width: 100%;
	margin-bottom: 3em;
}

.zoneImage img{
	width: 100%;
	height: auto;
	
	
	}
.zoneImage{
	display:flex;
	flex-direction: column;
	width: 35em;
	height: 20em;
}

.zoneMorbihan{
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin-left:2em;
}

.zoneMorbihan p{
	text-align: left;
	font-size: 1em;
	}

.zoneMorbihan h2{
	margin-bottom: 0.4em;
}

.drapeauMorbihan{
	display:flex;
	flex-direction: column;
	width: 11em;
	height: auto;
	padding:0;
	margin-left:-1em;
}
.drapeauMorbihan img{
	width: 100%;
	height: 100%;
	}

@media(max-width:751px){

	.zoneCarte{
		flex-direction: column;
		align-items:start;
		width:100%;
		}
	.zoneMorbihan {
		flex-direction:row;
		justify-content:flex-start;
		align-items:center;
		margin:0;
		width:100%;
		height:auto;
		margin-left: 2em;
	}
	.zoneImage {
		width: calc(80% - 4em);
		height:auto;
		margin-left: 3em;
	}
	
	.zoneMorbihan p {
		margin-left: 1em;
		margin-top: 1em;
	}
	
	.zoneMorbihan h2{
		display: none;
	}
	

	
	.drapeauMorbihan{
		width:17em;
		margin-top: 0.6em;
	}	
}
	
@media(max-width:600px){
	.zoneImage{
		width: calc(100% - 2em);
		margin-right: 1em;
		margin-left: 1em;
	}
	.zoneMorbihan{
		margin-left:0.2em;
	}
}





.iconePartenaire img{
	height:100%;
	width:auto;
	object-fit:cover;
}

.iconePartenaire{
	width:13em;
	height:13em;
	overflow:hidden;
	border-radius: 50%;
	justify-content:center;
	align-items:center;
	margin-bottom: 1em;
}

.partenaire{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-right:2.5em;
	margin-left:2.5em;
	margin-top: 2em;
}

.zonePartenaires{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin-bottom: 3em;
	}

.titrePartenaire p{
	margin-left:22%;
}

@media(max-width:1200px){
	.titrePartenaire {
		display:flex;
		justify-content: flex-start;
	}
	
	.titrePartenaire p{
		margin-left: 19%;
	}
	
}

@media(max-width:1000px) {
		.titrePartenaire p{
			margin-left: 12%;
		}
}

@media(max-width:850px) {
		.iconePartenaire{
			width: 7em;
			height: 7em;
		}
}
@media(max-width:751px) {
		.titrePartenaire{
			align-items:start;
		}
		.titrePartenaire p{
			margin-left: 3em;
		}
}
@media(max-width:600px) {
		.titrePartenaire p{
			margin-left: 1.2em;
		}
		.iconePartenaire{
			width: 5em;
			height: 5em;
			justify-content: flex-start;
		}
}




.boutonDevis{
	background-color: #F59C00;
	color: black;
	padding: 5px 5px;
	text-decoration: none;
	border-radius: 12px;
	width:10em;
	height:3.8em;
	border:none;
	font-size: 1.3em;
	margin: 0.2em;
	margin-top: 2.1em;
	margin-left: 0.4em;
	
	display: flex;
    justify-content: center;
    align-items: center;     
    cursor: pointer;
    text-align: center;  
}

.zoneDevis{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	padding: 0 2em;
	margin-bottom: 5em;
}

.zoneDevis img{
	height: 6em;
	width:auto;
	margin-right:2em;
	margin-left:2em;
	margin-top: 2em;
}

.zoneDevis p{
	margin-top:1em;
}


@media(max-width:600px) {
		.titrePartenaire p{
			margin-left: 1.2em;
		}
		.iconePartenaire{
			width: 5em;
			height: 5em;
			justify-content: flex-start;
		}
		.boutonDevis{
			width: 8em;
			height: 3.2em;
			font-size: 1.1em;
		}
		
		.zoneDevis img{
			height: 5em;
		}
}










.realisationAccueil{
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items:center;
	
}

.realisationAccueilDivers{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	margin-right : 9em;
	margin-top: 0.5em;
	margin-left: 8em;
	margin-bottom:4em;
}
.boutonRealisation{
	background-color: #F59C00;
	color: black;
	padding: 5px 5px;
	text-decoration: none;
	border-radius: 12px;
	width:16.4em;
	height:3.8em;
	border:none;
	font-size: 1em;
	margin:0.2em;
	
		
	
	display: flex;
    justify-content: center;
    align-items: center;     
    cursor: pointer;
    text-align: center;  
}

.contactReal{
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}

/*comparaison avant apres*/

.conteneur_comparaison{
	display:flex;
	flex-direction: column;
	width: 49em;
	height: 29em;
	margin-left:0;
	margin-right:0;
	margin-top: 0em;
	overflow:hidden;
	position: relative;
}

@media(max-width:900px){
	.conteneur_comparaison{
		width: 90%;
		height: 30em;
		margin-left:1em;
	}
	.realisationAccueil{
		align-items:start;
		}
	
	.realisationAccueilDivers{
		margin-right:1em;
		margin-left:1em;
	}
}

	

.slider{
	position: relative;
	height: 0px;
	padding-bottom: 133.333333333%;
	margin-top: 24px;
	margin-bottom: 24px;
}

.slider_apres{
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url('./photos/apresRecadre.jpg');
	background-size: cover;
	pointer-events: none;
	
}

.slider_avant{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:2;
	width: 50%;
	height: 100%;
	background-image: url('./photos/avantRecadre.jpg');
	background-size: cover;
	pointer-events: none;
	overflow:hidden;
	
}

.slider_avant:before{
	content: 'AVANT';
	position: absolute;
	left:8px;
	top:50%;
	color: white;
  transform:translateY(-50%);
  padding:8px 16px;
  margin-left:8px;
  margin-right:8px;
}

.slider_apres:before{
	content: 'APRES';
	position: absolute;
	right: 8px;
	top:50%;
	color:white;
  transform:translateY(-50%);
  padding:8px 16px;
  margin-left:8px;
  margin-right:8px;
}

.slider_separateur{
	position: absolute;
	left: 50%;
	width: 2px;
	top: 0px;
	bottom: 0px;
	background: rgba(255,255,255, 0.7);
	box-shadow: 0 5px 10px 0px rgba(0,0,0,0.5);
	cursor:ew-resize;
	z-index:3;
	transform:translateX(-50%);
}

.slider_separateur{
	content:'';
  width:32px;
  height:32px;
  border-radius:50%;
  border:solid 2px white;
  position:absolute;
  top:22%;
  left:50%;
  transform:translate(-50%, -50%);
}


.slider_range {
  position:absolute;
  width:100%;
  bottom:0px;
  z-index: 3;
  appearance: none;
  background:rgba(255,255,255,0.3);
  outline:none;
  margin:0px;
  display:none;
}

.slider_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width:12px;
  height:16px;
  background:white;
}

.slider_range::-moz-slider-thumb {
  -moz-appearance: none;
  width:12px;
  height:16px;
  background:white;
}




