 @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_energiesrenouvelables footer {
	background-color: #fff;
	box-shadow: none;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}


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

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

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

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

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

/* */

#page_energiesrenouvelables  {
	background: url("../images/bg_activite2.png") repeat;
	background-color: #006a92;
}
#page_energiesrenouvelables #full_width1 {
	height: 1200px;
	background: url("../images/bg_activite2.png") repeat;
	background-color: #006a92;
}

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

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

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


/* animation background */

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

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

#page_energiesrenouvelables .rotor_hydro {
	position: absolute;
	top: 189px;
	left: 317px;
	z-index: 1000;
	opacity:0;
	
}

#page_energiesrenouvelables .fleche_hydro {
	position: absolute;
	z-index: 1002;
	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;
}


/* Etape 1 : Generateur */

#page_energiesrenouvelables #generateur_hydro,
#page_energiesrenouvelables #generateur_hydro_statique {
	position: absolute;
	top: 294px;
	left: 367px;
	z-index: 1000;
	opacity: 1;
	width: auto;
	
	-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;
}

#generateur_hydro_cercle {
	position: absolute;
	top: 282px;
	left: 367px;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	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;
}

#generateur_hydro_titre{
	position: absolute;
	top: 485px;
	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 : Turbine */

#page_energiesrenouvelables #turbine_hydro,
#page_energiesrenouvelables #turbine_hydro_statique {
	position: absolute;
	top: 294px;
	left: 367px;
	z-index: 1000;
	opacity: 1;
	width: auto;
	
	-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;
}

#turbine_hydro_cercle {
	position: absolute;
	top: 338px;
	left: 367px;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	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;
}

#turbine_hydro_titre{
	position: absolute;
	top: 480px;
	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 : transformateur */

#page_energiesrenouvelables #transformateur_hydro {
	width: 15px;
	position: absolute;
	top: 285px;
	left: 438px;
	z-index: 10005;
	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;
}

#transformateur_hydro_cercle {
	position: absolute;
	top: 279px;
	left: 431px;
	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;
}

#transformateur_hydro_titre {
	position: absolute;
	top: 485px;
	left: 260px;
	width: 600px;
	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 4 : pompes et moteurs */

#page_energiesrenouvelables #pompe_hydro,
#page_energiesrenouvelables #pompe_hydro_statique {
	width: 20px;
	position: absolute;
	top: 308px;
	left: 428px;
	z-index: 10005;
	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;
}

#pompe_hydro_cercle {
	position: absolute;
	top: 302px;
	left: 425px;
	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;
}

#pompe_hydro_titre{
	position: absolute;
	top: 485px;
	left: 260px;
	width: 600px;
	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;
}


/* poste HT */

#page_energiesrenouvelables #poste_HT,
#page_energiesrenouvelables #poste_HT_2 {
	position: absolute;
	top: 1120px;
	left: 385px;
	width: 72px;
	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;
}

#poste_HT_cercle,
#poste_HT_cercle_2 {
	position: absolute;
	top: 1090px;
	left: 370px;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	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;
}

#poste_HT_titre,
#poste_HT_titre_2 {
	position: absolute;
	top: 933px;
	left: 690px;
	width: 400px;
	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: 465px;
	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: 1050px;
	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;
}
