/* style pour body */
body{
	/*background:#5B5B5B;*/
	margin: 0;
	overflow: auto;
	background: #FFFFFF;
	color: #211947;
	font-family:'DINMedium', sans-serif;
	font-size: 14px;
	letter-spacing:0.2px;
}

p{
	color: #211947;
	font-family:'DINMedium', sans-serif;
	font-size: 15px;
	letter-spacing:0.2px;
	line-height: 20px;
	margin-bottom: 25px;
}

a{
	text-decoration:none;
	border:0px;
}
img{
	width:100%;
}
/**********
div logo
***********/
.logo{
	width: 256px;
	height: 204px;
	position: absolute;
	left: 7.5%;
	top: 0px;
	z-index:100;
}
.logo_partner {
    width: 227px;
    position: absolute;
    left: 22%;
    top: 62px;
    z-index: 100;
}
.ligne_menu{
	border-bottom:1px solid #727272 ;
	position: relative;
	width:100%;
    margin-top: 14px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.spacer{
	clear:both;
}

.containt{
	width:85%;
	padding:15px 15px 30px 15px;
	margin-left:auto;
	margin-right:auto;
	white-space:normal;
}
.content{
	padding:35px 0px;
	border-bottom:1px solid #727272 ;
}

/*************
Services
*****************/
.cat_mobile{
	display:none;
}
.cat_pc{
	display:block;
}
.space_services{
	width: 5%;
}
.services{
	width: 47%;
	height: auto;
	padding: 5px;
}
.services:hover img{
	opacity: 1;
}
a div.services:hover{
	background: #bdd5f1;
}
.services img{
	margin-bottom: 0px;
}
.services h1{
	color: #FFF;
	font-family:'DINCondMedium', sans-serif;
	font-size: 40px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform: uppercase;
	Position: absolute;
	margin: 80px 0px 0px 30px;
	text-shadow: 1px 1px 6px rgba(0,0,0,1);
}
.services p{
    text-align: justify;
	color: #211947;
	font-family:'DINMedium', sans-serif;
	font-size: 17px;
	letter-spacing:0.2px;
	line-height: 20px;
	margin-bottom: 25px;
}
.services ul{
    text-align: justify;
	color: #211947;
	font-family:'DINMedium', sans-serif;
	font-size: 17px;
	letter-spacing:0.2px;
	line-height: 20px;
}
.services div{
	color: #FFF;
	font-family:'DINCondMedium', sans-serif;
	font-size: 35px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform: uppercase;
	Position: relative;
	/*text-align:center;*/
	text-shadow: 1px 1px 6px rgba(0,0,0,1);
	height:245px;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px 0px 30px;
}

/*************
Banner
*****************/
.bannerrr{
	color: #fff;
	font-family:'DINCondMedium', sans-serif;
	font-size: 30px;
	letter-spacing:1px;
	line-height: 35px;
    text-align: justify;
	margin: 0;
	white-space:initial;
    padding: 80px 50% 35px 11%;
	background-size: cover;
	height: 410px;
}
.bannerrr p{
	color: #fff;
	font-family:'DINCondMedium', sans-serif;
	font-size: 26px;
	letter-spacing:0px;
	line-height: 32px;
    text-align: justify;
	margin: 0;
	white-space:initial;
}

/*************
Footer
*****************/
footer{
	color: #2472D0;
	font-family:'DINMedium', sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	line-height: 20px;
	text-align: center;
	margin: 5px auto;
}
.footer{
	color: #2472D0;
	font-family:'DINMedium', sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	line-height: 20px;
}
.footer:hover{
	text-decoration:underline;
}

#dl-menu{
	display:none;
}

/*************
style menu pour PC
*****************/
.menu_style{
	margin-right: 8%;
}
.selected{
	color:#74164C;
}
.active{
	background:#74164C;
}



.menu_langue {
	border:0;
	list-style: none;
	float:right;
	position:absolute;
    top: 70px;
    right: 9%;
	font-family:'DINCondBold', sans-serif;
	font-size: 20px;
	font-weight:600;
	letter-spacing:0px;
	text-decoration: none;
	color:#FC6A28;
}

#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu {
	width: 100%;
	margin: 52px 60px 0px auto;
}

#menu li {
	float: left;
	position: relative;
}

#menu a {
	float: left;
	padding: 5px 20px;
	text-transform: uppercase;
	font-family:'DINCondBold', sans-serif;
	font-size: 25px;
	font-weight:600;
	letter-spacing:0px;
	text-decoration: none;
	color:#FC6A28;
}

#menu li:hover > a {
	/*color: #211947;*/
	opacity: 0.5;
}

#menu ul {
	margin: 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 1;    
	background: #444;
	transition: all .2s ease-in-out;  
}


/*************
style Contact
*****************/
.screen-reader-response{
	display:none;
}
.left_bar{
	background: #fbfbfb /*#e9f2fb*/;
	/*border: 1px solid #727272 ;
	border-radius: 10px;*/
	width:30%;
	padding:0px 15px 15px 15px;
	margin:25px 0px;
}
.left_bar p{
	color:#4e95ea;
}
.right_bar{
	/*border: 1px solid #727272 ;*/
	width:70%;
	border-radius: 10px;
	padding: 0px 20px 20px 20px;
}
.info div{
	color:red;
}
.text_form input[type=text]{
	background:none;
	border:1px solid #e0e0e0;
	color:#3D3D3D;
	line-height:45px;
	width:100%;
	padding-left:8px;
	margin-top:30px;
	float:left;
}
.text_form input[type=text]:hover{
	border:1px solid #9DCBDD;
}
.text_form input[type=email]{
	background:none;
	border:1px solid #e0e0e0;
	color:#3D3D3D;
	line-height:45px;
	width:100%;
	padding-left:8px;
	margin-top:30px;
	float:left;
}
.text_form input[type=email]:hover{
	border:1px solid #9DCBDD;
}
.contact_form{
	width:100%;
	font-size: 13px;
}
textarea{
	background:none;
	border:1px solid #e0e0e0;
	color:#3D3D3D;
	padding-left:8px;
	width:100%;
	height:215px;
	margin-top:30px;
}
textarea:hover{
	border:1px solid #9DCBDD;
}
input[type=submit]{
	background:#FC6A28;
	border:1px solid #e0e0e0;
	color:#FFF;
	font-weight:bold;
	font-family:'DINCondBold', sans-serif;
	font-size: 25px;
	letter-spacing:2px;
	padding:10px 70px;
	margin:15px 0px;
	cursor:pointer;
	float:right;
}
input[type=submit]:hover{
	opacity:0.5;
}
.info{
	width:100%;
	white-space:normal;
}
label{
	color: #211947;
	font-family:'DINMedium', sans-serif;
	font-size: 15px;
	letter-spacing:0.2px;
}



/*************
style lightning
*****************/
.auto_width_lightning{
	width:33%;
}
.side_lightning{
	background:#e9f2fb;
	height:650px;
	margin:15px 14px;
	padding:1px 0px 0px 0px;
}
.side_lightning div{
	color: #4e95ea;
	font-family:'DINCondMedium', sans-serif;
	font-size: 30px;
	letter-spacing:0px;
	line-height: 32px;
	white-space:initial;
	margin: 25px 0px 0px 0px;
    padding: 0px 5px 35px 20px;
}
.img_ligh{
	width:65%;
}
.side_ligh_app{
	/*border: 1px solid #2472D0;*/
	width:auto;
	margin:5px 15px 5px 15px;
	font-family:'DINCondMedium', sans-serif;
    font-size: 25px;
    padding: 15px 15px;
	color: #FC6A28;
	text-align:center;
}
.side_ligh{
	border: 1px solid #2472D0;
	width:auto;
	margin:5px 15px 5px 15px;
	font-family:'DINCondMedium', sans-serif;
    font-size: 25px;
    padding: 15px 15px;
	color: #FC6A28;
}
.side_ligh p{
	font-family:'DINCondMedium', sans-serif;
    font-size: 25px;
	color: #FC6A28;
	line-height:30px;
	margin:0px auto 10px auto;
}


/*************
style References
*****************/
.auto_width{
	width:50%;
}
.side_references{
	background:#e9f2fb;
	min-height:660px;
	margin:15px 14px;
    padding: 1px 20px 10px 20px;
    text-align: justify;
}
.side_references div{
	color: #4e95ea;
	font-family:'DINCondMedium', sans-serif;
	font-size: 30px;
	letter-spacing:0px;
	line-height: 32px;
	white-space:initial;
	margin: 25px 0px 0px 0px;
	/*text-align:center;
    padding: 0px 5px 35px 20px;*/
}
.img_ref img{
	width:45%;
}
.side_ref{
	border: 1px solid #2472D0;
	width:auto;
	margin:5px 15px 5px 15px;
	font-family:'DINCondMedium', sans-serif;
    font-size: 25px;
    padding: 15px 15px;
	color: #FC6A28;
}

.side_ref p{
	font-family:'DINCondMedium', sans-serif;
    font-size: 25px;
	color: #FC6A28;
	line-height:30px;
	margin:0px auto 10px auto;
}

 .no{
	
	
	text-align: justify !important;
    color: #211947 !important;
    font-family: 'DINMedium', sans-serif !important;
    font-size: 17px !important;
    letter-spacing: 0.2px !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    Position: relative !important;
    margin: 0px !important;
    text-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
	font-weight:bold !important;
	
}