html{background:#ffffff}

/* Make it a marquee */
.marquee {
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 19s linear infinite;
}

.marquee:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: -40em }
    100% { text-indent: 76em }
}

body{
	background:url(../images/bg_body.jpg) repeat top center #366da3;
	margin:0px;
	padding:0px;
	border:0px;
	font-family: arial;
	font-weight:400;
	display:block;
}

h1{
	font-size:22px;
	border:0px;
	padding:0px;
	margin:0px;
	}

h2{
	font-size:14px;
	border:0px;
	padding:0px;
	margin:0px;
	font-weight:400;
}

h3{
	font-size:12px;
	border:0px;
	padding:0px;
	margin:0px;
}

h3 a{
	font-family: arial;
	color:#333;
	font-weight:400;
	text-decoration:none;
}

h3 a:hover{
	font-family: arial;
	color:#333;
	font-weight:400; 
	text-decoration:underline;
}

h4{
	font-size:8px;
	line-height:8px;
	font-weight:300;
	margin:3px 0px;
	padding:0px;
	border:0px;
}


a{
	font-family: arial;
	color:#000;
	cursor:pointer;
}

a:hover{
	font-family: arial;
	color:#000;
}


.mail{
	color:#f9e19b;
}

.mail a:hover{
	color:#000;
	background-color:#f9e19b;
}

.email{
	color:#fff;
}

.email a:hover{
	color:#f9e19b;
}

.grey{
	color:#333;
	font-weight:400; 
	border:0px;
	padding:0px;
	margin:0px;
}

.white{
	color:#fff;
	border:0px;
	padding:0px;
	margin:0px;
}

.blue{
	color:#002e61;
}

#bg_site{
	width:100%;
	height:100%;
	margin:0px auto;
	padding:0px;
	border:0px;
	display:block;
}


.cadre{width:50%; min-width:320px; float:left; margin-top:10px;}
.cadre_gen{width:50%; min-width:240px; max-width:736px; float:left; margin-top:0px;}
.cadre_gen_col{width:42%; float:left}
.cadre_gen_col2{width:58%; float:left}
.cadre_gen_col a{color:#069}
.cadre_gen_col a:hover{ color:#069}
/*    ---------------    STYLE MENU    ------------------    */

#navigation{
	background:url(../images/bg_menu.jpg) repeat-x ;
	display:block;
	margin:0px auto 4px auto;
	padding:0px;
	width:100%;
	border-top:3px solid #FFF;
	height:50px;
	float:left;
	color:#5e8bb5;
	border-bottom:1px solid #ed7f0c;
	width:100%;
}

#menu{
	width:1024px;
	margin:0px auto;
	height:50px;
	padding-top:0px;
	padding-bottom:20px;
	
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}


#menu ul {
	display:block;
	margin:0px auto;
	padding:0px;
	height:50px;
	border:0;
	width:1024px;
	padding:0;
	list-style-type:none;
	text-align:center;
	position:absolute;
	z-index:1000;
}

#menu li {
	float:left;
	margin:auto;
	padding:10px 0px 18px 0px;
	height:auto;
	width:128px;

	display:block;
	width:100%;
	text-decoration: none;
	text-align:center;
	font-family: arial;
	font-weight:400;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
}

#menu li a {
	line-height:12px;
	display:block;
	color:white;
	text-decoration:none;
	padding-top:10px;
	width:128px;
	
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

#menu li a:hover {
	color:#f9d09f;
	line-height:12px;
}

#menu ul li ul {
	background:#10293f;
	display:none;
	opacity:0;
	margin-top:18px;
	width:128px;
	line-height:12px;
	height:0px;
}
#menu ul li:hover ul {
	height:0px;
	
	background:#10293f;
	opacity:1;
	display:block;
	line-height:12px;
	width:128px;
}
#menu li:hover ul li {
	height:auto;
	
	background:#ec640c;
	width:128px;
	font-size:10px;
	border-top:1px dotted #ed7f0c;
}

.sb-toggle-left{ display:none;}

.sb-slidebar{ display:none;}

/*    ---------------  FIN STYLE MENU    ------------------    */







/*    ---------------  STYLE HEADER    ------------------    */

#all_header{
	background:url(../images/bg_header.jpg) repeat-x;
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	height:141px;
	display:block;
	float:left;
	min-width:1024px;
}

#header{
	margin:0px auto;
	padding:0px;
	border:0px;
	width:1024px;
	height:120px;
	display:block;
	overflow:hidden;
}

#logo{
	background:url(../images/logo.png) no-repeat;
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
	width:1024px;
	height:150px;
	float:left;
}

#logo_texte h1{
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
	font-size:60px;
	height:55px;
}

#logo_texte h2{
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
	font-size:36px;
	height:42px;
}

#logo_texte a:hover{
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
	width:270px;
	height:120px;
	float:left;
}

#slogan{
	margin-top:99px;
	padding:0px 0px 0px 5px;
	border:0px;
	width:1024px;
	height:24px;
	display:block;
	position:absolute;
	text-align:left;
	z-index:0;
	
	color:#555;
	font-size:18px;
	text-transform:uppercase;
}

#slogan2{
	margin-top:122px;
	padding:0px 0px 0px 5px;
	border:0px;
	width:1024px;
	height:24px;
	display:block;
	position:absolute;
	text-align:left;
	z-index:0;
	
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
}



.icon_pdf{
	background:url(../images/pdf.png) no-repeat;
	height:32px;
	width:32px;
	display:inline-block;
	float:left;
}

a .bouton_pdf{
	background:url(../images/arrow_button.png) right no-repeat;
	width:200px; 
	font-size:20px; 
	height:32px; 
	line-height:32px; 
	margin-top:10px;
	color:#333;
	padding:3px;
	text-shadow:none;
	
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}


a:hover .bouton_pdf{
	width:300px; 
}

/*    ---------------  FIN STYLE HEADER    ------------------    */









#cadre{
	margin:0px auto;
	padding:0px;
	border:0px;
	width:100%;
	height:auto;
	float:left;
	min-width:1024px;
}


#all_content{
	padding:0px;
	display:block;
	margin:0px auto;
	width:1024px;
	height:auto;
	overflow:visible;
}

.contenu_page{
	margin:0px;
	display:block;
	width:1024px;
	height:auto;
	overflow:visible;
}

#all_slider{
	margin:0px;
	padding:0px;
	background:none;
}

#tab1{
	display:block;
	height:700px;
	margin:0px;
	padding:0px;
	border:0px;
}


.accueil_img{
	width:58%; 
	margin-right:2%; 
	height:200px; 
	background:#DDD; 
	display:block; 
	float:left; 
	min-width:310px;
}

.quisommesnous_img{
	background:url(../images/illus_quisommesnous.jpg) no-repeat center center;
	background-size:cover;
	height:320px; 
	max-width:1024px; 
	width:100%; 
	min-width:640px; 
	margin:0px auto;
}

.generalite_img{
	background:url(../images/illus_generalite.jpg) no-repeat center center;
	background-size:cover;
	height:320px; 
	max-width:1024px; 
	width:100%; 
	min-width:640px; 
	margin:0px auto;
}

#featured {
	background:none;
	height: 514px;
	width: 1024px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	z-index:0;
}

#featured2 {
	background:none;
	height: 380px;
	width: 440px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	z-index:0;
}

#slider2{
	padding:0px;
	border:0px;
	width:1024px;
	height:514px;
	position:relative;
	z-index:0;
}

#patch{
	background:url(../images/vert.png) no-repeat;
	position:absolute;
	z-index:1;
	display:block;
	height:345px;
	width:370px;
	margin-left:582px;
	margin-top:-8px;
}

.adresse{
	width:246px;
	height:auto;
	display:block;
	text-align:center;
	color:#f4ce8d;
	font-family: arial;
	font-weight:400;
	font-size:30px;
	margin:5px 5px 5px 100px;
	padding:10px;
	text-shadow:1px 1px 0px rgba(255,255,255,0.5);
}

.adresse a{
	text-shadow:1px 1px 0px rgba(255,255,255,0.8);
	font-family: arial;
	color:#333;
	font-weight:400; 
	text-decoration:underline;
}

.adresse a:hover{
	text-shadow:1px 1px 0px rgba(255,255,255,0.8);
	font-family: arial;
	color:#333;
	font-weight:400; 
	text-decoration:underline;
	background-color:none;
}








.box_organigramme{background:url(../images/black_60.png) repeat; width:250px; height:105px; display:block; border-radius:5px; position:absolute; }

.titre_organigramme{background:#C06; margin:5px 5px 0px 5px; width:240px; height:20px; border-radius:3px; display:block; text-align:center}

.photos_organigramme{background:#093; margin:5px 0px 5px 5px; width:70px; height:70px; display:block; float:left;}

.fonction_organigramme{background:#63F; margin:5px; width:165px; height:70px; display:block; float:left;}

.mail_organigramme{ background:#FFF repeat; width:40px; height:40px; display:block; border-radius:20px; position:absolute; margin-left:220px; margin-top:70px;}




.hex:before {
	
    content: " ";
    width: 0; height: 0;
    border-bottom: 50px solid #10293f;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    position: absolute;
    top: -50px;
	}
	
	.hex {
		margin-top: 30px;
		width: 160px;
		height: 84px;
		background-color: #10293f;
		position: relative;
	}
	
	.hex:after {
		content: "";
		width: 0;
		position: absolute;
		bottom: -50px;
		border-top: 50px solid #10293f;
		border-left: 80px solid transparent;
		border-right: 80px solid transparent;
	}

	.icon_mail{
		background:url(../images/icon_mail.png) no-repeat;
		width: 137px;
		height:41px;
		position: absolute;
		z-index:2;
		bottom: -40px;
		left:12px;
	}
	
	
.pole_detail{
	width:25%; 
	height:40px;
	padding:10px 0px;
	display:block; 
	float:left; 
	text-align:center; 
	font-size:13px; 
	line-height:16px;
}




.cadre_equipe{
	padding:10px; 
	margin:20px 0px; 
	width:1005px; 
	background:url(../images/white_60.png) repeat;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}





.all_cadre_contractant{
	margin:0px;
	padding:0px;
	display:block;
	width:1025px;
	height:auto;
	float:left;
}


.cadre_contractant{
	background:#FFF;
	margin-bottom:3px;
	padding:0px;
	display:inline-block;
	width:248px;
	height:auto;
	box-shadow:1px 1px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}


.box_texte_contractant{
	background:url(../images/box_texte.png) no-repeat top center; background-size:130%;
	margin:0px;
	padding:0px;
	width:248px;
	display:block;
	height:200px;
	position:relative;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:14px;
	color:#222;
	
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

a:hover .box_texte_contractant{
	background:url(../images/box_texte.png) no-repeat top center; background-size:250%;
	margin:0px;
	padding:0px;
	width:248px;
	display:block;
	height:200px;
	position:relative;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:14px;
	color:#222;
}



.box_texte_contractant_black{
	background:url(../images/box_texte_black.png) no-repeat top center; background-size:130%;
	margin:0px;
	padding:0px;
	width:248px;
	display:block;
	height:200px;
	position:relative;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:14px;
	color:#222;
	
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

a:hover .box_texte_contractant_black{
	background:url(../images/box_texte_black.png) no-repeat top center; background-size:250%;
	margin:0px;
	padding:0px;
	width:248px;
	display:block;
	height:200px;
	position:relative;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:14px;
	color:#222;
}

.legende_cadre_contractant{
	height:auto;
	display:block;
	background:#fff;
	padding:5px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight:400;
	font-size:12px;
	color:#666;
	border-radius:5px;
}

.arrow_bouton_contractant{
   background:url(../images/arrow_button.png) right no-repeat;
}

a .bouton_savoir_contractant{
	width:228px;
	padding:0px 5px;
	height:33px;
	line-height:33px;
	background:#DDD;
	text-decoration:none;
	color:#333;
	text-align:center;
	text-transform:uppercase;
	font-family: arial;
	font-weight:400;
	font-size:14px;
	margin:0px;
	overflow:hidden;
	
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

a:hover .bouton_savoir_contractant{
	overflow:hidden;
	padding:0px 5px;
	width:228px;
	background:#222;
	text-decoration:none;
	color:#fff;
}

.nom_equipe{
	font-size:18px; 
	font-weight:400; 
	text-transform:uppercase; 
	height:20px; 
	line-height:18px; 
	background:url(images/white_40.png) repeat; 
	padding:10px;
}


.photo_equipe{
	background-color:#eee;
	width:248px;
	height:113px;
	margin-top:0;
	display:block;
	vertical-align:top;
}






#cadre_pub{
	background:url(../images/IMAGE-D-ACCUEIL2.jpg);
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	width:1024px;
	height:420px;
	overflow:hidden;
}

.all_cadre_accueil{
	margin:0px;
	padding:0px;
	display:block;
	width:1025px;
	height:auto;
	float:left;
}

.cadre_accueil{
	background:#FFF;
	margin:0px;
	padding:0px;
	display:inline-block;
	width:336px;
	height:auto;
	box-shadow:1px 1px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}


.box_texte{
	background:url(../images/box_texte.png) no-repeat top center; background-size:100%;
	margin:0px;
	padding:0px;
	width:336px;
	display:block;
	height:240px;
	position:relative;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:14px;
	color:#222;
	
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

a:hover .box_texte{
	background:url(../images/box_texte.png) no-repeat top center; background-size:200%;
	margin:0px;
	padding:0px;
	width:336px;
	display:block;
	height:240px;
	position:relative;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:14px;
	color:#222;
}

.legende_cadre{
	height:auto;
	display:block;
	background:#fff;
	padding:5px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight:400;
	font-size:12px;
	color:#666;
	border-radius:5px;
}

.arrow_bouton{
   background:url(../images/arrow_button.png) right no-repeat;
}

a .bouton_savoir{
	width:230px;
	height:33px;
	line-height:33px;
	padding:0px 0px 0px 10px;
	background:#DDD;
	text-decoration:none;
	color:#333;
	text-align:left;
	text-transform:uppercase;
	font-family: arial;
	font-weight:400;
	font-size:16px;
	margin:0px;
	overflow:hidden;
	
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

a:hover .bouton_savoir{
	overflow:hidden;
	padding-left:25px;
	width:295px;
	background:#222;
	text-decoration:none;
	color:#fff;
}







#cadre_left{
	background: url(images/white_5.png) repeat;
	height:auto;
	width: 54%;
	margin:10px 0px 0px 10px;
	padding:0px;
	float:left;
	display:block;
	text-shadow:1px 1px 1px rgba(0,0,0,0.8);
}

#cadre_right{
	background:url(../images/white_60.png) repeat;
	height: auto;
	width: 44%;
	padding:10px;
	margin:10px;
	float:left;
	display:block;
	box-shadow:3px 4px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 4px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 3px 4px 4px rgba(0,0,0,0.2);
	border-radius: 0px;
	text-align:center;
}

#cadre_right a {
	color:#002e61;
}

#cadre_right :hover {
	color:#002e61;
}

#cadre_right a:hover {
	color:#002e61;
}

#cadre_left_form{
	background: url(images/white_5.png) repeat;
	height:auto;
	width: 54%;
	margin:10px 0px 0px 10px;
	padding:0px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.8);
	display:block;
	float:left;
}

#cadre_right_form{
	background:url(../images/white_60.png) repeat;
	height: auto;
	width: 44%;
	padding:10px;
	margin:10px;
	float:left;
	box-shadow:3px 4px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 4px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 3px 4px 4px rgba(0,0,0,0.2);
	border-radius: 0px;
	text-align:center;
	display:block;
}

#cadre_right_form a {
	color:#002e61;
}

#cadre_right_form :hover {
	color:#002e61;
}

#cadre_right_form a:hover {
	color:#002e61;
}

.box{
	padding:10px; 
	margin:10px 0px; 
	max-width:1005px;
	min-width:290px;
	background:url(../images/white_60.png) repeat;
	font-size:12px;
	height:auto;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.box a{
	color:#FFF;
	 text-decoration:none;
}

.box a:hover{
	color:#FFF;
	 text-decoration:none;
}

.box_form{
	padding:10px; 
	margin:10px 0px; 
	max-width:1005px;
	min-width:290px;
	background:url(../images/white_60.png) repeat;
	font-size:12px;
	height:auto;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.box_form a{
	color:#FFF;
	 text-decoration:none;
}

.box_form a:hover{
	color:#FFF;
	 text-decoration:none;
}

#organigramme_site{
	display:block;
	font-size:15px;
}

#organigramme_site>div{
	margin:0px;
}

#organigramme_mobile{
	display:none;
	height:0px;
}

.box_organigramme_content{
	min-height:92px;
	padding:10px;
	margin:0px 0px;
	width:1005px;
	background:#ec640c;
}

.box_organigramme_pole{
	width:398px;
	height:92px;
	display:inline-block;
}

.box_organigramme_pole_maintenance{
	width:200px;
	height:92px;
	display:inline-block;
}

.box_tension{
	padding:2%;
	margin:0px;
	width:45.7%;
	height:415px;
	background:url(../images/white_60.png) repeat;
	display:inline-block;
	vertical-align:top;
	-moz-box-shadow:   3px 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  3px 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  3px 2px 2px 1px rgba(0, 0, 0, 0.2);
	text-decoration:none;
}

.box_tension ul li{
	background:none;
	color:#069;
	height:40px; 
	line-height:40px;
	width:98%;
	padding-left:2%;
	list-style:inside;
	 -webkit-transition: all 500ms ease; 
	 -moz-transition: all 500ms ease; 
	 -ms-transition: all 500ms ease; 
	 -o-transition: all 500ms ease; 
	 transition: all 500ms ease;
	 text-decoration:none;
}

.box_tension ul li:hover{
	background:#069;
	color:#FFF;
	height:40px; 
	line-height:40px;
	width:98%;
	padding-left:2%;
	text-decoration:none;
}

.box_tension li a{
	color:#FFF;
	text-decoration:none;
}

.box_tension li a:hover{
	color:#069;
	text-decoration:none;
}


.box_tension2{
	padding:2%;
	margin:0px;
	width:45.7%;
	height:415px;
	background:url(../images/white_60.png) repeat;
	display:inline-block;
	vertical-align:top;
	-moz-box-shadow:   3px 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  3px 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  3px 2px 2px 1px rgba(0, 0, 0, 0.2);
	text-decoration:none;
}


.box_tension3{
	padding:2%;
	margin:0px;
	width:45.7%;
	height:415px;
	background:url(../images/white_60.png) repeat;
	display:inline-block;
	vertical-align:top;
	-moz-box-shadow:   3px 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  3px 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  3px 2px 2px 1px rgba(0, 0, 0, 0.2);
	text-decoration:none;
}

.box_tension3 ul li{
	background:none;
	color:#069;
	height:19px; 
	line-height:19px;
	width:98%;
	min-width:310px;
	padding-left:2%;
	list-style:inside;
	 -webkit-transition: all 500ms ease; 
	 -moz-transition: all 500ms ease; 
	 -ms-transition: all 500ms ease; 
	 -o-transition: all 500ms ease; 
	 transition: all 500ms ease;
	 text-decoration:none;
}

.box_tension3 ul li:hover{
	background:#069;
	color:#FFF;
	height:19px; 
	line-height:19px;
	width:98%;
	padding-left:2%;
	text-decoration:none;
}

.box_tension3 li a{
	color:#FFF;
	text-decoration:none;
}

.box_tension3 li a:hover{
	color:#069;
	text-decoration:none;
}

.margin_box_projets{margin:17px;}

.separation{
	max-width:1004px;
	height:0px;
	display:block;
	clear: both;
	margin:5px auto;
	padding:0px 10px;
	border-bottom:1px dotted #222;
}

.sep_arrow_down{
	max-width:1024px;
	height:0px;
	display:block;
	clear: both;
	margin:0px auto;
	border-bottom:5px solid #080a24;
}

.sep_arrow_up{
	max-width:1024px;
	height:0px;
	display:block;
	clear: both;
	margin:0px auto;
	border-bottom:5px solid #080a24;
}

.titre{
	font-family: arial;
	font-weight:700;
	font-size:24px;
	color:#555;
	margin:0px;
	display:block;
	width:100%;
	height:34px;
	padding-left:0px;
	overflow:hidden;
}

#les_marques{
	margin:0px;
	padding-left:10px;
	display:block;
	width:100%;
	height:140px;
}

.titre_marques{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#555;
	margin:0px;
	display:block;
	width:100%;
	height:30px;
	overflow:hidden;
}


.photos{
	display:block;
	float:left;
	margin:1%;
	border:1px #FFF solid;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
	width:30.9%;
	height:30.9%;
	background-size:100%;
}

.photos img{
	width:100%;
	height:100%;
}

.b_infos{
	display:block;
	bottom:0;
	margin-top:25px;
	padding:5px;
	border:0px;
	height:20px;
	font-size:12px;
	line-height:20px;
	cursor:pointer;
	color: #fff;
	text-transform:uppercase;
}

a .b_infos{
	font-size:12px;
	position:relative;
	cursor:pointer;
	background-color:#00233a;
}

a:hover .b_infos{
	position:relative;
	text-decoration:underline;
	background-color:#001a2b;
}

.reference{ 
	font-size:13px; 
	line-height:8px; 
	margin:0px; 
	padding:0px; 
	border:0px; 
	font-weight:400; 
	color:#FFF
}

.reference a:hover{ 
	font-size:13px; 
	line-height:8px; 
	margin:0px; 
	padding-left:10px; 
	border:0px; 
	font-weight:400; 
	color:#FFF
}

.map_canvas{
	background-color:#333;
	margin:10px 0px 0px 5px;
	padding:0px;
	width:320px;
	height:260px;
	float:left;
	display:block;
	vertical-align:top;
}








#all_pub{
	background:url(../images/bg_partenaires.jpg) repeat;
	margin:0px;
	padding:0px;
	border-bottom:#ed7f0c 1px solid;
	border-top:#ed7f0c 1px solid;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	width:100%;
	height:auto;
	float:left;
	min-width:1024px;
}

#pub{
	height:180px;
	width:1024px;
	margin:0px auto;
	padding:0px;
}

.logo_marque{
	background-color:#bbb;
	display:block;
	margin:4px 0px 0px 4px;
	padding:5px;
	width:190px;
	height:120px;
	border:0px;
	text-transform:uppercase;
	font-family: arial;
	color:#555;
	font-weight:400;
	font-size:13px;
	line-height:16px;
	text-align:center;
	float:left;
}


.cadre_pub_1{
	background:url(../images/immeuble.png);
	display:block;
	margin:0px;
	padding:10px;
	width:270px;
	height:180px;
	border:0px;
	text-transform:uppercase;
	font-family: arial;
	color:#CCC;
	font-weight:400;
	font-size:13px;
	line-height:16px;
	text-align:center;
	float:left;
	
	
	-webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3 ease-in-out;
}

a:hover .cadre_pub_1{
	background-color:#677dcb;
}


.cadre_pub_3{
	display:block;
	margin:0px;
	padding:10px;
	width:373px;
	height:180px;
	border:0px;
	font-family: arial;
	color:#fff;
	font-weight:400;
	font-size:12px;
	line-height:14px;
	text-align:left;
	float:left;
	
	
	-webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3 ease-in-out;
}

a:hover .cadre_pub_3{
	background-color:#677dcb;
}


.cadre_pub_4{
	display:block;
	margin:0px;
	padding:0px;
	width:341px;
	height:200px;
	border:0px;
	text-transform:uppercase;
	font-family: arial;
	color:#CCC;
	font-weight:400;
	font-size:13px;
	line-height:16px;
	text-align:center;
	float:left;
}













#all_footer{
	background:url(../images/black_100.png) repeat;
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	height:auto;
	float:left;
	border-bottom:1px #666 dotted;
	min-width:1024px;
}

#footer{
	background:url(../images/black_40.png) repeat;
	height:200px;
	width:1024px;
	margin:0px auto;
	padding:0px;
}

.cadre_footer{
	display:block;
	margin:0px;
	padding:0px;
	width:321px;
	height:180px;
	border:0px;
	text-transform:uppercase;
	font-family: arial;
	color:#CCC;
	font-weight:400;
	font-size:13px;
	line-height:16px;
	text-align:center;
	float:left;
}


.cadre_footer_card{
	background:url(../images/bg_card.png) #444;
	background-size:100%;
	display:block;
	margin:0px;
	padding:10px;
	width:321px;
	height:180px;
	border:0px;
	text-transform:uppercase;
	font-family: arial;
	color:#5e8bb5;
	font-weight:400;
	font-size:13px;
	line-height:16px;
	text-align:center;
	float:left;
	
	
	-webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3 ease-in-out;
}

a:hover .cadre_footer_card{
	background-color:#5e8bb5;
}

.vcardsite{ display:block;}
.vcardmobile{ display:none;}

.cadre_footer_localisation{
	background:url(../images/bg_cadre_localisation.png) #444;
	background-size:100%;
	display:block;
	margin:0px;
	padding:10px;
	width:321px;
	height:180px;
	border:0px;
	text-transform:uppercase;
	font-family: arial;
	color:#5e8bb5;
	font-weight:400;
	font-size:13px;
	line-height:16px;
	text-align:center;
	float:left;
	
	
	-webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3 ease-in-out;
}

a:hover .cadre_footer_localisation{
	background-color:#5e8bb5;
}


.cadre_footer_newsletter{
	display:block;
	margin:0px;
	padding:0px;
	width:341px;
	height:200px;
	border:0px;
	text-transform:uppercase;
	font-family: arial;
	color:#5e8bb5;
	font-weight:400;
	font-size:13px;
	line-height:16px;
	text-align:center;
	float:left;
}


.newsletter{
	background:url(../images/bg_cadre_newsletter.png) #444;
	background-size:100%;
	display:block;
	margin:0px;
	padding:10px;
	width:321px;
	height:180px;
	border:0px;
	text-transform:uppercase;
	font-family: arial;
	color:#5e8bb5;
	font-weight:400;
	font-size:13px;
	line-height:16px;
	text-align:center;
	float:left;
	
	
	-webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}


a:hover .newsletter{
	background-color:#5e8bb5;
	color:#CCC;
}

.news_position{
	display:block;
	position:relative; 
	z-index:5;
	top:-70px;
	width:100px;
	height:250px;
}

a .bouton_savoir_footer{
	width:210px;
	height:33px;
	line-height:33px;
	padding:0px;
	background:#DDD;
	text-decoration:none;
	color:#333;
	text-align:center;
	text-transform:uppercase;
	font-family: arial;
	font-weight:400;
	font-size:16px;
	margin:0px auto 0px auto;
	
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

a:hover .bouton_savoir_footer{
	background:#5e8bb5;
	margin-top:0px;
	padding:0px 16px;
	width:210px;
	text-decoration:none;
	color:#fff;
	border:#666 0px solid;
	border-radius:16px;
}


a .bouton_savoir_footer_loupe{
	width:33px;
	height:33px;
	background-size:100%;
	line-height:33px;
	padding:0px;
	background:#DDD;
	border-radius:16px;
	text-decoration:none;
	color:#333;
	text-align:center;
	text-transform:uppercase;
	font-family: arial;
	font-weight:400;
	font-size:16px;
	margin:0px auto 0px auto;
	
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

a:hover .bouton_savoir_footer_loupe{
	background:#5e8bb5;
	margin-top:0px;
	padding:0px 16px;
	width:146px;
	text-decoration:none;
	color:#fff;
	border:#666 0px solid;
	border-radius:16px;
}




#all_hosting{
	background:#FFF;
	margin:10px auto 40px auto;
	padding:0px;
	border:0px;
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	-moz-box-shadow:   0px 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  3px 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#hosting{
	margin:0px auto;
	padding:0px;
	border:0px;
	min-width:1024px;
	height:50px;
	line-height:50px;
	font-weight:400;
	color:#aaa;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
}

#hosting a{
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	height:50px;
	color:#aaa;
	text-transform:uppercase;
}

#hosting a:hover{
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
	height:50px;
	color:EEE;
	text-transform:uppercase;
}



.clear{
	clear:left;
	width:100%;
	float:left;
	display:block;
	height:0px;
}



fieldset{
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
}

#newsletter {
	margin:0px 5px 5px 5px;
	padding:5px;
	border:0px;
	width:218px;
	overflow:hidden;
	min-height:55px;
}

#newsletter input{
	border:#d5d5d5 1px solid;
	background:#ffffff;
	font-family: arial;
	font-size:13px;
	height:0px;
	color:#111;
	padding:8px 4px 8px 15px;
	outline: medium none;
	width: 218px;
	float:left;
	height:15px;
	margin:0px;
	overflow:hidden;
}

#newsletter label {
	position:relative;
	display: block;
	float:left;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}

#newsletter .champ_radio{
	background:none;
	display:block;
	float:left;
	width:15px;
	height:20px;
	line-height:20px;
	margin-left:10px;
	padding:0px;
	border:0px;
	color:#FFF;
}


#newsletter .t_choice_news{
	display:block;
	float:left;
	width:auto;
	height:20px;
	line-height:20px;
	margin:0px;
	padding:0px;
	border:0px;
	text-transform:uppercase;
	font-weight:400;
	color:#FFF;
	font-size:10px;
	margin-right:15px;
}


#newsletter .error, #newsletter .empty {
	color: #5e8bb5;
	display: none;
	font-size: 11px;
	line-height:14px;
	clear:left;
}


#newsletter .error-empty {
	margin:0px;
	display:none;
	width: 300px;
	clear:left;
}

#newsletter .success {
	display:none;
	color:#5e8bb5;
    font-size: 10px;
}

#newsletter .newsletter{
	display:block;
	font-size:13px;
	color:#111;
	outline: medium none;
	max-width:180px;
	height:34px;
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
	float:left;
}


fieldset{
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
}


#newsletter {
	margin:0px auto;
	padding:0px;
	border:0px;
	width:235px;
	height:35px;
}


#newsletter a .link2{
	display:block;
	width:42px;
	height:33px;
	line-height:33px;
	float:left;
	border:0px;
	padding:0px;
	text-decoration:none;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	text-align:center; 
	color:#222;
	font-family: arial;
	font-weight:400;
    font-size: 14px;
	text-transform:uppercase;
	margin:0px auto;
		width:42px;
	height:33px;
	line-height:33px;
	background:#666;
	border-top:0px;
	text-decoration:none;
	color:#FFF;
	
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

#newsletter a:hover .link2{ 
	width:51px;
	height:33px;
	line-height:33px;
	background:#5e8bb5;
	border-top:0px;
	text-decoration:none;
	color:#fff;
}








/*    ---------------    STYLE S MENU    ------------------    */


#s_navigation {
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
	width:1024px;
	height:36px;
	float:left;
}

#s_navigation li{
	background:url(../images/carre_smenu.png);
	margin:5px 3px;
	padding:0px;
	border:0px;
	width:143px;
	height:36px;
	display:block;
	float:left;
	list-style:none;
	-moz-box-shadow:   3px 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  3px 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  3px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#s_navigation li a{
	display: block;
	outline: none;
	position: relative;
	height: 36px;
	text-decoration: none;
	width: auto;
}



	
#s_navigation .b_s_menu {
	background-position:0px 0px;
	width:143px;
	height:36px;
	line-height: 36px;
}
	
	
#s_navigation a .hover {
	background:url(../images/carre_smenu_hover.png);
	display:block ;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
	
#s_navigation .b_s_menu .hover {
	background-position: -0px -36px;
	width:143px;
	height:36px;
	line-height: 36px;
}


.s_title_menu{
	position:absolute;
	z-index:2;
	display: block;
	width:143px;
	height:36px;
	text-decoration: none;
	text-align:center;
	font-weight:700;
	font-size:11px;
	color:#FFF;
	text-transform:uppercase;
}

a .s_title_menu{
	display: block;
	text-decoration: none;
}

a:hover .s_title_menu {
	display: block;
	text-decoration: none;
}

#navigation .s_title_menu {
	line-height: 36px;
}

#navigation .s_title_menu .hover {
	line-height: 36px;
}




/*    ---------------  FIN  STYLE S MENU    ------------------    */



/*-------------------------------
	Slideshow Customizations
--------------------------------*/


#slideShow{
	margin:0px;
	width:1024px;
	height:330px;
}



/*-------------------
	Credit
--------------------*/


p.credit{
	font-size:11px;
	text-align:center;
	padding: 40px;
	text-shadow: 1px 1px 0 #333333;
}

p.credit i{
	display: inline-block;
	font-size: 10px;
	font-style: normal;
	padding-top: 10px;
}



.mosaicflow{
	margin-bottom:10px;
	}

.mosaicflow__column {
	float:left;
	margin-bottom:10px;
	}

.mosaicflow__item {
	position:relative;
	margin-top:10px;
	margin-left:10px;
	border:1px #999 solid;
	padding:0px;
	}
	.mosaicflow__item img {
		display:inline-block;
		width:100%;
		max-width:500px;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
		}
	.mosaicflow__item p {
		position:absolute;
		bottom:0;
		left:0;
		width:96%;
		margin:0;
		padding:5px;
		background:hsla(0,0%,0%,.5);
		color:#fff;
		font-size:14px;
		text-shadow:1px 1px 1px hsla(0,0%,0%,.75);
		opacity:0;
		-webkit-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		   -moz-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		     -o-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		        transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
		}
	.mosaicflow__item:hover p {
		opacity:1;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured>img,  
#featured>div,
#featured>a { 
	display: none;
	height: 330px;
	width: 1024px;
	margin: 0px;
	padding:0px;
	overflow: hidden;
	}

#featured2>img,  
#featured2>div,
#featured2>a { 
	display: none;
	height: 380px;
	width: 440px;
	margin: 0px;
	padding:0px;
	overflow: hidden;
	}


/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
	}

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */

/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background:url(../images/orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(../images/orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(../images/orbit/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
	font-family: arial;
}

.orbit-wrapper .orbit-caption {
    /*background: #000;
    background: rgba(0,0,0,.6);*/
    z-index: 1000;
    color: #fff;
	text-align:left;
	padding: 7px;
    font-size: 34px;
	height:230px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
	text-transform:uppercase;
	
	font-weight:700;
    position: absolute;
    left: 55px;
    top: 160px;
    width: 500px; }

.orbit-caption text{
    background: #002e61;
	color: #fff;
	text-align:left;
	margin:2px;
	padding: 0px 7px;
    font-size: 32px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
	text-transform:uppercase;
	font-weight:700;
	width:auto;
}

.orbit-caption text2{
	background:url(../images/black_80.png) repeat;
    z-index: 1000;
    color: #fff;
	text-align:left;
	padding: 7px;
    font-size: 14px;
	height:18px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
	text-transform:uppercase;
	
	font-weight:400;
    position: absolute;
    left:-47px;
    top: 182px;
    width: 100%;
	max-width:410px;
	min-width:277px;
}
/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(../images/orbit/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(../images/orbit/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -40px;
    left: 50%;
	margin-left: -50px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../images/orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }


/* FORM */

#form_contact *{ margin:0;padding:0px;border:0px; 	text-decoration:none;}

#form_contact {
	margin: 23px 0px 0px 0px;
	width:543px;
	min-height:380px;
	display:block;
	border:0px;
	opacity:1;
	text-decoration:none;
	text-shadow:none;
}

#form_contact input {
	border:1px solid #ea660f;
	background:url(../images/white_30.png) repeat;
	color:#777;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:13px;
	height:16px;
	padding:9px 4px 11px 15px;
	outline: medium none;
	width: 500px;
	float:left;
}

#form_contact textarea {
	border:1px solid #ea660f;
	background:url(../images/white_30.png) repeat;
	color:#777;
	font-size:13px;
	height: 90px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	outline: medium none;
	overflow: auto;
	padding: 9px 4px 11px 15px;
	width: 500px;
	resize:none;
	margin:0px 0 0 0;
	float:left;
	opacity:1;
}

::-webkit-input-placeholder {
	color:#777;
	opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
	color:#777;
	opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
	color:#777;
	opacity:1;
}

:-ms-input-placeholder {  
	color:#777;
	opacity:1;
}

#form_contact label {
	position:relative;
	display: block;
	min-height:45px;
}

#form_contact label .message{
	position:relative;
	display: block;
	min-height:0px;
	width:408px;
	float:left;
}

#form_contact #email, #form_contact #email_label, #form_contact #submit{ display:block;}

#form_contact .error,#form_contact .empty {
	color: #ec640c;
	display: none;
	font-size: 11px;
	line-height:14px;
	float:left;
	text-shadow:none;
}

#form_contact .error-empty {
	margin: 4px 0 5px 7px !important;
	display:none;
	float:left;
	width:300px;
	text-shadow:none;
}

#form_contact .success {
	display:none;
	padding-bottom:6px;
	color: #ec640c;
	font-size:14px;
	text-shadow:none;
}



#form_contact .btns {
	padding:0px;
	margin-right:0px;
	text-decoration:none;
}

#form_contact .btns a {
	margin: 0px; 
	cursor:pointer;
	width:100px;
	display:block;
	float:left;
	text-decoration:none;
	margin-right:5px;
}

#form_contact .btns a:hover {
	margin: 0px; 
	cursor:pointer; 
	color:#600;
	width:130px;
	display:block;
	float:left;
	margin-right:5px;
	text-decoration:none;
}

#form_contact a.link { 
	color:#fff; 
	font-size:18px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#ec640c;
	-webkit-transition: all 0.4s ease; 
	text-transform:uppercase;
	text-decoration:none;
	display:block;
    -moz-transition: all 0.4s ease; 
    -ms-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    transition: all 0.4s ease;}
	
#form_contact a.link:hover { 
	color:#fff;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#c24c00;
	text-decoration:none; 
	-webkit-transition: all 0.4s ease; 
    -moz-transition: all 0.4s ease; 
    -ms-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    transition: all 0.4s ease;}

/* FIN FORM */







/* FORM */

#form_contact_pro *{ margin:0;padding:0px;border:0px; 	text-decoration:none;}

#form_contact_pro {
	margin: 23px 0px 0px 0px;
	width:635px;
	min-height:380px;
	display:block;
	border:0px;
	opacity:1;
	text-decoration:none;
	text-shadow:none;
}

#form_contact_pro input {
	border:1px solid #ea660f;
	background:url(../images/white_30.png) repeat;
	color:#777;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:13px;
	height:16px;
	padding:9px 4px 11px 15px;
	outline: medium none;
	width: 500px;
	float:left;
}

#form_contact_pro textarea {
	border:1px solid #ea660f;
	background:url(../images/white_30.png) repeat;
	color:#777;
	font-size:13px;
	height: 90px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	outline: medium none;
	overflow: auto;
	padding: 9px 4px 11px 15px;
	width: 500px;
	resize:none;
	margin:0px 0 0 0;
	float:left;
	opacity:1;
}

::-webkit-input-placeholder {
	color:#777;
	opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
	color:#777;
	opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
	color:#777;
	opacity:1;
}

:-ms-input-placeholder {  
	color:#777;
	opacity:1;
}

#form_contact_pro label {
	position:relative;
	display: block;
	min-height:45px;
}

#form_contact_pro label .message{
	position:relative;
	display: block;
	min-height:0px;
	width:408px;
	float:left;
}

#form_contact_pro #email, #form_contact_pro #email_label, #form_contact_pro #submit{ display:block;}

#form_contact_pro .error,#form_contact_pro .empty {
	color: #ec640c;
	display: none;
	font-size: 11px;
	line-height:14px;
	float:left;
	text-shadow:none;
}

#form_contact_pro .error-empty {
	margin: 4px 0 5px 7px !important;
	display:none;
	float:left;
	width:300px;
	text-shadow:none;
}

#form_contact_pro .success {
	display:none;
	padding-bottom:6px;
	color: #ec640c;
	font-size:14px;
	text-shadow:none;
}



#form_contact_pro .btns {
	padding:0px;
	margin-right:0px;
	text-decoration:none;
}

#form_contact_pro .btns a {
	margin: 0px; 
	cursor:pointer;
	width:100px;
	display:block;
	float:left;
	text-decoration:none;
	margin-right:5px;
}

#form_contact_pro .btns a:hover {
	margin: 0px; 
	cursor:pointer; 
	color:#600;
	width:130px;
	display:block;
	float:left;
	margin-right:5px;
	text-decoration:none;
}

#form_contact_pro a.link { 
	color:#fff; 
	font-size:18px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#ec640c;
	-webkit-transition: all 0.4s ease; 
	text-transform:uppercase;
	text-decoration:none;
	display:block;
    -moz-transition: all 0.4s ease; 
    -ms-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    transition: all 0.4s ease;}
	
#form_contact_pro a.link:hover { 
	color:#fff;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#c24c00;
	text-decoration:none; 
	-webkit-transition: all 0.4s ease; 
    -moz-transition: all 0.4s ease; 
    -ms-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    transition: all 0.4s ease;}

/* FIN FORM */



#form{width:100%;margin:0; padding:0;color:#333;}
#form form{ padding:0;width:100%; margin-top:10px;}
label{ display:block;text-transform:uppercase;color:#333;}

#form input{ 
	max-width:100%;
	width:100%;
	
	color:#777;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:13px;
	margin:8px 0px;
	padding:9px 0;
	outline: medium none;
	float:left;
}

textarea{ 
	max-width:100%;
	width:100%;
	padding:2px 0 2px 0;
	
	border:1px solid #ea660f;
	background:url(../images/white_30.png) repeat;
	color:#777;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:13px;
	height:16px;
	padding:11px 0;
	outline: medium none;
	float:left;
}

.clear{ clear:both;}
#email, #email_label, #submit{ display:none;}

#form input[type="file"] {
  background-color:white; 
  font:bold 14px Arial, Helvetica, sans-serif; 
  border:0; 
  cursor:pointer; 
}

#form input[type="submit"]{ 
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	height:40px;
	line-height:40px;
	padding:0px;
	margin:0px;
	border:1px solid #ea660f; 
	background:#ea660f;
}

.tooltip{
    position: relative;
}

.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
	font-size:13px; 
	line-height:normal;
    left: 40%;
    padding: 5px 15px;
    position: absolute;
    z-index: 1000;
    width: 220px;
}

.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 70%;
    position: absolute;
    z-index: 1000;
}

.detail_references_industriels_1{display:block; background:#036; color:#FFF; min-height:40px; line-height:20px; font-size:16px; width:93%; text-align:center;padding-left:3%; padding-right:3%; padding-bottom:8px; padding-top:25px}
.detail_references_industriels_2{display:block; background:#036; color:#FFF; min-height:40px; line-height:20px; font-size:16px; width:93%; text-align:center;padding-left:3%; padding-right:3%; padding-bottom:8px; padding-top:25px}
.detail_references_industriels_3{display:block; background:#036; color:#FFF; min-height:40px; line-height:20px; font-size:16px; width:93%; text-align:center;padding-left:3%; padding-right:3%; padding-bottom:8px; padding-top:25px}
.detail_references_industriels_4{display:block; background:#036; color:#FFF; min-height:40px; line-height:20px; font-size:16px; width:93%; text-align:center;padding-left:3%; padding-right:3%; padding-bottom:17px; padding-top:16px}
.detail_references_industriels_5{display:block; background:#036; color:#FFF; min-height:40px; line-height:20px; font-size:16px; width:93%; text-align:center;padding-left:3%; padding-right:3%; padding-bottom:17px; padding-top:16px}
.detail_references_industriels_6{display:block; background:#036; color:#FFF; min-height:40px; line-height:20px; font-size:16px; width:93%; text-align:center;padding-left:3%; padding-right:3%; padding-bottom:7px; padding-top:6px}


.cadre_adresse_contact{width:67%; display:inline-block}



nav ul{margin:0px; padding:0px;}
nav ul li{ background:#036; width:48%; margin:1%; text-align:center; height:40px; line-height:40px; float:left;list-style:none; font-size:24px; text-transform:uppercase}

#cadre_map{width:29%; display:inline-block}
#tabs-2{margin:10px; padding:0; height:390px;}
#tabs-3{margin:10px; padding:0; height:390px;}

.photos_realisations{width:18%; margin:0.5%; background:#FFF; padding:0.5%; float:left}

.titre_batiment{display:block; background:#036; color:#FFF; height:30px; font-size:18px; width:95%; line-height:30px; padding-left:3%; text-transform:uppercase;}

#tabs .box_tension ul li{
	background:none;
	color:#069;
	height:40px; 
	line-height:40px;
	width:98%;
	padding-left:2%;
	list-style:inside;
	 -webkit-transition: all 500ms ease; 
	 -moz-transition: all 500ms ease; 
	 -ms-transition: all 500ms ease; 
	 -o-transition: all 500ms ease; 
	 transition: all 500ms ease;
	 text-decoration:none;
	 font-size:12px;
	 text-align:left;
	 margin:0;
}

#tabs .box_tension ul li:hover{
	background:#069;
	color:#FFF;
	height:40px; 
	line-height:40px;
	width:98%;
	padding-left:2%;
	text-decoration:none;
}

#tabs .box_tension li a{
	color:#FFF;
	text-decoration:none;
}

#tabs .box_tension li a:hover{
	color:#069;
	text-decoration:none;
}
