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

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                             ACTIVITE                                               ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#skip_anim {
	position: absolute;
	top: 5px; right: 5px;
	background-color: #FFF;
	border-radius: 3px;
	padding: 3px 10px;
	color:#006a92;
	font-size: 14px;
}

#skip_anim:hover {
	background-color: #ccc;
}

/* Footer spécial blanc */

#page_collectivite footer {
	background-color: #fff;
	box-shadow: none;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}

#page_collectivite #footer_table > li {
    border-left: 1px dotted #ccc;
}

#page_collectivite #footer_table .first_li {
    border-left: none;
}

#page_collectivite .first_li a, #page_collectivite footer .site_map li a { color: #777; text-align: justify; }

/* Site location spécial blanc */
#page_collectivite #site_location li { color: #fff; }

/* survol liens */
#page_collectivite #full_width1 a:hover {color: #fff;}

/* */

#page_collectivite  {
	background: url("../images/bg_activite2.png") repeat;
	background-color: #31A7D2;
}
#page_collectivite #full_width1 {
	height: 1330px;
	background: url("../images/bg_activite2.png") repeat;
	background-color: #31A7D2;
}

#page_collectivite #full_width1 section {
	text-align: center;
}

#page_collectivite h1 {
	text-align: center;
	color: #fff;
	margin-right: 5%;
}

#page_collectivite section h3 {
	text-align: center;
	color: #fff;
	margin: 5px 5% 0 0;
}


/* animation background */

#page_collectivite #animation_container {
	position: absolute;
	top: 104px; left: 50px;
	width: 800px;
	height: 267px;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	margin: 0px 0;
	z-index: 1001;
}

#page_collectivite .main_img {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	border-radius: 0 0 12px 12px;
	z-index: 1001;
}

#page_collectivite #img_camion {
	position: absolute;
	top: 233px; right: -50px;
	z-index: 10001;
	width: 30px;
	
	
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}

/* Etape 1 : moteur */

#page_collectivite #moteur_convoyeur, 
#page_collectivite #moteur_convoyeur_statique {
	width: 20px;
	position: absolute;
	top: 300px;
	left: 250px;
	z-index: 1005;
	opacity: 1;
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#moteur_cercle {
	position: absolute;
	top: 295px;
	left: 245px;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	border: solid 2px #D31D31;
	z-index: 1006;
	opacity: 0;
	
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#moteur_titre {
	position: absolute;
	top: 450px;
	left: 260px;
	width: 500px;
	color: #FFF;
	text-align: left;
	opacity: 0;
	
	font-family: "Roboto",Cabin,helvetica;
	font-weight: 100;
	font-size: 1.2em;
	letter-spacing: -0.0em;
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

/* Etape 2 : Installation Electrique */

#armoire,
#armoire_statique {
	width: 25px;
	position: absolute;
	top: 326px;
	left: 586px;
	z-index: 1005;
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#armoire_cercle {
	position: absolute;
	top: 326px;
	left: 586px;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	border: solid 2px #D31D31;
	z-index: 1006;
	opacity: 0;
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#armoire_titre {
	position: absolute;
	top: 450px;
	left: 260px;
	width: 500px;
	color: #FFF;
	text-align: left;
	opacity: 0;
	
	font-family: "Roboto",Cabin,helvetica;
	font-weight: 100;
	font-size: 1.2em;
	letter-spacing: -0.0em;
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

/* Etape 3 :Groupe électrogène */

#groupe_electrogene,
#groupe_electrogene_statique {
	width: 25px;
	position: absolute;
	top: 330px;
	left: 530px;
	z-index: 1005;
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#groupe_cercle {
	position: absolute;
	top: 330px;
	left: 529px;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	border: solid 2px #D31D31;
	z-index: 1005;
	opacity: 0;
	
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#groupe_titre {
	position: absolute;
	top: 450px;
	left: 260px;
	width: 500px;
	color: #FFF;
	text-align: left;
	opacity: 0;
	
	font-family: "Roboto",Cabin,helvetica;
	font-weight: 100;
	font-size: 1.2em;
	letter-spacing: -0.0em;
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

/* Texte fin */

#texte_final {
	position: absolute;
	top: 420px;
	opacity: 0;
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#texte_final p {
	color: #fff;
	font-family: giorgio-thin;
	font-size: 18px;
	letter-spacing:0.1em;
	text-align: center;
	margin: 10px 0;
}

/* Marques */

#brands {
	position: absolute;
	top: 930px;
	opacity: 0;
	
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#brands ul {
	display: inline-block;
	text-align: center;
	margin: 4px 0 0;
	width: 100%;
}

#brands ul li {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 100px;
	margin: 0 0px 0 0;
	overflow: hidden;
	z-index: 1005;
	opacity: 1;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#brands ul li a {
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba(255,255,255,0);
}

#brands ul li a:hover {
	background-color: rgba(255,255,255,0.1);
}


#brands .border_top {
    opacity: 0.3;
    width: 76%;
    margin: 0px 12% 0px;
    transform: rotate(180deg);
}

#brands .border_bottom {
    opacity: 0.3;
    width: 76%;
    margin: 0px 12% 0px;
}
