@charset "utf-8";
/* CSS Document */

.gestiondechets {
	color: #787878;
	padding-top: 70px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 120px;
	height: 120px;
	position: absolute;
	top: 20px;
	left: 37%;
	z-index: 2;
	font-family: 'helvetica neue', sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	background-image: url('../images/icones/gestion_dechets.png');
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 50% 15px;
}
.ipce {
	color: #787878;
	padding-top: 70px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100px;
	height: 100px;
	position: absolute;
	top: 10px;
	left: 65%;
	z-index: 2;
	font-family: 'helvetica neue', sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	background-image: url('../images/icones/icpe.png');
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 50% 15px;
}
.demolition {
	color: #787878;
	padding-top: 60px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 130px;
	height: 130px;
	position: absolute;
	top: 120px;
	left: 72%;
	z-index: 2;
	font-family: 'helvetica neue', sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	background-image: url('../images/icones/demolition.png');
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 50% 15px;
}
.diagnostics {
	color: #787878;
	padding-top: 75px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 120px;
	height: 120px;
	position: absolute;
	top: 300px;
	left: 72%;
	z-index: 2;
	font-family: 'helvetica neue', sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	background-image: url('../images/icones/diagnostic.png');
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 50% 15px;
}
.formations {
	color: #787878;
	padding-top: 70px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 130px;
	height: 130px;
	position: absolute;
	top: 400px;
	left: 60%;
	z-index: 2;
	font-family: 'helvetica neue', sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	background-image: url('../images/icones/securite.png');
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 50% 15px;
}
.securite {
	color: #787878;
	padding-top: 75px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 125px;
	height: 125px;
	position: absolute;
	top: 450px;
	left: 42%;
	z-index: 2;
	font-family: 'helvetica neue', sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	background-image: url('../images/icones/certifications.png');
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 50% 15px;
}
.sols {
	color: #787878;
	padding-top: 75px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 120px;
	height: 120px;
	position: absolute;
	top: 350px;
	left: 30%;
	z-index: 2;
	font-family: 'helvetica neue', sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	background-image: url('../images/icones/sols_pollues.png');
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 50% 15px;
}
.prelevement {
	color: #787878;
	padding-top: 70px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	width: 110px;
	height: 110px;
	position: absolute;
	top: 210px;
	left: 22%;
	z-index: 2;
	font-family: 'helvetica neue', sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	background-image: url('../images/icones/prelevement_air.png');
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 50% 15px;
}

@media (min-width: 100px) and (max-width: 767px) {
.prelevement {
	left: 12%;
}
.sols {
	left: 12%;
}
.securite {
	left: 28%;
}
.formations {
	left: 55%;
}
.diagnostics {
	left: 75%;
}
.demolition {
	left: 70%;
}
.gestiondechets {
	left: 30%;
}
.ipce {
	left: 60%;
}
}
