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


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

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

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

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

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

/* */
#page_agriculture #full_width1 {
	height: 1100px;
	min-height: 90vh;
	background: url("../images/bg_activite2.png") repeat;
	background-color: #537257;
}

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

#page_agriculture h1 {
	text-align: center;
	color: #FFF;
}

#page_agriculture section h3 {
	text-align: center;
}

/* animation background */

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


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

/* Moteur */

#page_agriculture #moteur_convoyeur, 
#page_agriculture #moteur_convoyeur_statique {
	width: 25px;
	position: absolute;
	top: 221px;
	left: 280px;
	
	-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: 225px;
	left: 284px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	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;
}

#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;
}


/* Tableau électrique */

#page_agriculture #armoire_electrique,
#page_agriculture #armoire_electrique_statique {
	width: 25px;
	position: absolute;
	top: 315px;
	left: 240px;
	
	-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: 315px;
	left: 235px;
	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;
}

#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;
}

/* Groupe électrogène */

#page_agriculture #groupe_electrogene,
#page_agriculture #groupe_electrogene_statique {
	width: 15px;
	position: absolute;
	top: 325px;
	left: 272px;
	z-index: 10005;
	
	-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: 320px;
	left: 265px;
	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: 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;
}

/* Texte fin */

#texte_final {
	position: absolute;
	top: 400px;
	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: 920px;
	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;
}
