@charset "utf-8";
/*
Theme Name: Evolution Net
Theme URI: http://www.evolution-net.com/
Description: Evolution Net.
Version: 0.1
Author:evolution-net
 
Creation Theme by evolution-net || http://www.evolution-net.com
 
*/
*{
	margin:0;
	padding:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
  /*height: 100%;*/
}
body {
	min-height: 100%;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	float:left;
}
a img {
	border: none;
}
img {
	max-width:100%;
}
.separateur{
	float:left;
	width:100%;
	height:1px;
}
/********************************/
body {
	font-family: 'Open Sans', sans-serif;
	color: #86878b;
	font-size:13px;
	background-color:#FFF;
}
.container{
	max-width:1094px;
}
.logo-cont{
	padding-left:0;
	padding-bottom:12px;
	padding-top:14px;
}
.header_contact{
	padding-right:0;
}
.logo-cont img{
	max-width:100%;
}
.slogan-cont{
	color:#0b0b0b;
	font-size:14px;
	font-family: 'Raleway', sans-serif;
	line-height:17px;
	padding-top:18px;
	padding-bottom:18px;
}
.ico_qui_somme_nous, .ico_espace_client, .ico_support, .ico_contact{
	margin-top:27px;
	padding-top:35px;
	padding-left:10px;
	padding-right:10px;
	display:block;
	float:left;
	color:#0b0b0b;
	font-size:8px;
	font-weight:600;
	text-transform:uppercase;
	background-position: top center;
    background-repeat: no-repeat;
}
.ico_qui_somme_nous:hover, .ico_espace_client:hover, .ico_support:hover, .ico_contact:hover{
	text-decoration:none;
	color:#0b0b0b;
}
.ico_qui_somme_nous{
	background-image: url(images/ico_qui_somme_nous.png);
	background-position: center 8px;
}
.ico_espace_client{
	background-image: url(images/ico_espace_client.png);
}
.ico_support{
	background-image: url(images/ico_support.png);
}
.ico_contact{
	background-image: url(images/ico_contact.png);
	background-position: center 5px;
}
.header_contact img{
	max-width:100%;
	margin-top:9px;
	margin-bottom:5px;
	float:right;
}
/* MENU */
.cont_menu{
	height:75px;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	position:relative;
}
.navbar-cont {
	z-index:99;
}
.navbar {
	margin-bottom:0;
	border:none;
	height:75px;
}
.navbar-collapse{
	padding-left:0;
	padding-right:0;
}
.navbar li a {
	color:#0b0b0b; 
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase; 
	width:auto; 
	display: flex;
	padding:0;
	padding-left:29px;
	padding-right:29px;
	line-height:75px;
	font-size:14px;
}
.navbar li:first-child a{
	padding-left:0;
}
.navbar li:last-child a{
	padding-right:0;
}
.navbar .caret{
	display:none;
}
.navbar li a:hover,.navbar li.active a, .navbar li a.highlighted, .nav>li>a:hover, .nav>li>a:focus, .navbar li.current-menu-item a {
	text-decoration:underline;
	background:none;
}
.navbar .icon-bar {
	background:#f0f0f0;
}
.navbar .dropdown-menu {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(29, 98, 159, 0.9);
}
.navbar .dropdown-menu{
	padding:0 0 10px 0;
}
.navbar .dropdown-menu a {
	color:#fff;
	line-height:normal;
	border:none;
}
.dropdown-menu>li{ 
	margin:0;
}
.dropdown-menu>li>a {
	padding:10px; 
	text-align: left; 
	border:none; 
	background:none;
	display:block;
	height:auto;
	white-space:normal;
}
.navbar .navbar-nav {
	display: block;
	float: none;
	vertical-align: top;
}
.dropdown-menu li a:hover{
	background:none;
	text-decoration:underline;
	color:#fff;
	border:none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background:none;
}
.navbar .sub-menu{
	position:absolute;
	display:none;
	/*background-color: rgba(57, 18, 0, 0.9);*/
	background-color: rgba(0, 0, 0, 0.7);
	padding-top:10px;
	padding-bottom:10px;
	z-index:99;
	text-align:left;
	width:240px !important;
	max-width:none !important;
}
.navbar .sub-menu li {
	display:block;
	float:none;
	padding-left:10px;
	padding-right:10px;
}
.navbar .sub-menu li a{
	font-size:13px;
}
.navbar .sub-menu .sub-menu{
	display:block !important;
	position:relative;
	background:none;
	padding-top:0;
	padding-bottom:20px;
	width:230px !important;
}
.navbar .sub-menu .sub-menu li a{
	text-transform:none;
}
.navbar .sub-menu li:hover{
	/*background:none;*/
}
.navbar .sub-menu li a {
	color:#fff;
	width:100%; 
	display:inline-block;
	padding:5px;
	line-height:normal;
}
.navbar .sub-menu li a:after{
	content:"";
}
.navbar .sub-menu li a:before {
	/*content: '»';*/
}
.navbar .sub-menu li:after {
	content: '';
}
.navbar .sub-menu li a:hover, .navbar .sub-menu  li.current-menu-item a{
	text-decoration:none;
	color:#fff;
	background:none;
	background-color:#2dadc2;
}
.navbar li:hover .sub-menu{
	display:block;
}
.navbar-ico{
	text-align:right;
}
.navbar-ico li{
	display:inline;
}
.navbar-ico .fb_ico, .navbar-ico .twitter_ico, .navbar-ico .google_ico{
	margin-top:30px;
	height:14px;
	padding-left:8px;
	padding-right:8px;
	display:inline-block;
	background-position: top center;
    background-repeat: no-repeat;
}
.navbar-ico .fb_ico{
	background-image: url(images/fb_ico.png);
	width:23px;
}
.navbar-ico .twitter_ico{
	background-image: url(images/twitter_ico.png);
	width:29px;
}
.navbar-ico .google_ico{
	background-image: url(images/google_ico.png);
	width:30px;
}
/***********Accueil***********/
.home_title{
	text-align:center;
	margin-top:38px;
	margin-bottom:30px;
	font-size:31px;
	color:#0b0b0b;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
}
.home_slider_cont{
	position:relative;
	height:361px;
}
.home_slider{
	position:absolute;
	left:0;
	top:20px;
}
.carousel-control{
	display:none !important;
}
.carousel-indicators{
	bottom:-20px;
}
.carousel-indicators li{
	margin-left:3px;
	margin-right:3px;
}
.carousel-indicators li.active{
	background-color:#1bc5e2;
	border-color:#1bc5e2;
}
.txt_blc{
	width:281px;
	height:auto;
	max-width:100%;
	min-width:150px;
	min-height:245px;
	padding-left:12px;
	padding-right:12px;
	padding-top:26px;
	margin-bottom:20px;
	background-color:#f8a44f;
	background-position: top left;
    background-repeat: repeat-x;
	background-image: url(images/bg_h_txt.jpg);
	color:#fff;
	float:left;
}
.txt_blc h2{
	width:100%;
	font-size:21px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
.txt_blc .txt_blc_sep{
	margin-top:21px;
	margin-bottom:21px;
	border-bottom:1px solid #fff;
	width:38px;
}
.txt_blc .txt_blc_cont{
	width:100%;
	font-size:11px;
	line-height:14px;
	text-transform:none;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
}
.txt_blc .txt_blc_cont span{
	text-transform:uppercase;
}
.txt_blc a{
	display:inline-block;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	color:#fff;
	width:auto;
	padding-left:8px;
	padding-right:8px;
	height:26px;
	line-height:23px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:10px;
	margin-top:23px;
}
.vid_blc{
	width:233px;
	height:auto;
	max-width:100%;
	min-width:150px;
	float:left;
	padding-left:7px;
	margin-bottom:20px;
}
.home_client{
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	color:#86878b;
	line-height:16px;
	padding-top:9px;
	padding-bottom:11px;
}
.home_client h2{
	width:100%;
	color:#333333;
	font-size:23px;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
}
.home_blc1{
	width:100%;
	/*background-position: top center;
    background-repeat: no-repeat;
	background-image: url(images/bg_home_blc1.jpg);
	background-size:cover;*/
	background-color:#51c2d6;
}
.home_blc11{
	margin-top:80px;
	margin-bottom:37px;
	position:relative;
}
.home_blc11_cont{
	padding-top:70px;
	padding-bottom:23px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFF;
	width:100%;
	text-align:center;
}
.home_blc11_ico, .home_blc12_ico, .home_blc13_ico, .home_blc14_ico{
	position:absolute;
	width:100%;
	height:102px;
	left:0;
	top:-51px;
	background-position:center top;
    background-repeat: no-repeat;
	background-image: url(images/ico_home_blc11.png);
}
.home_blc12_ico{
	background-image: url(images/ico_home_blc12.png);
}
.home_blc13_ico{
	background-image: url(images/ico_home_blc13.png);
}
.home_blc14_ico{
	background-image: url(images/ico_home_blc14.png);
}
.home_blc11 h2{
	width:100%;
	text-align:center;
	font-size:19px;
	color:#1c1b1b;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	margin-bottom:15px;
}
.home_blc11 .home_blc1_cont{
	width:100%;
	text-align:center;
	font-size:13px;
	color:#86878b;
	font-family: 'Open Sans', sans-serif;
	line-height:20px;
	margin-bottom:15px;
}
.home_blc11 a{
	display:inline-block;
	width:180px;
	max-width:100%;
	height:31px;
	line-height:31px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#fff;
}
.home_blc11 .btn_1{
	background-position:center top;
    background-repeat: repeat;
	background-image: url(images/bg_btn1.jpg);
}
.home_blc11 .btn_2{
	background-position:center top;
    background-repeat: repeat;
	background-image: url(images/bg_btn2.jpg);
}
.home_reference_title{
	padding-top:35px;
	padding-bottom:13px;
	text-align:center;
	font-size:28px;
	color:#212121;
	font-weight:normal;
}
.horme_reference_bar{
	border-bottom: 2px solid #ff8b38;
    width: 50px;
	margin: 0 auto;
	clear:both;
}
.bloc_nous_choisir{
	width:100%;
	background-position: top center;
    background-repeat: no-repeat;
	background-image: url(images/bg_nous_choisir.jpg);
	background-size:cover;
}
.bloc_nous_choisir_title{
	margin-top:44px;
	margin-bottom:18px;
	text-align:center;
	font-size:28px;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
}
.bloc_nous_choisir_barre{
	border-bottom:2px solid #fff;
	width:50px;
	clear:both;
	margin:0 auto;
	margin-bottom:19px;
}
.bloc_nous_choisir_sous_title{
	color:#fff;
	font-size:11px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	margin-bottom:63px;
}
.bloc_nous_choisir1{
	text-align:center;
	background-position: top center;
    background-repeat: no-repeat;
	background-image: url(images/bloc_nous_choisir_ico1.png);
	padding-top:74px;
}
.bloc_nous_choisir2{
	text-align:center;
	background-position: top center;
    background-repeat: no-repeat;
	background-image: url(images/bloc_nous_choisir_ico2.png);
	padding-top:74px;
}
.bloc_nous_choisir3{
	text-align:center;
	background-position: top center;
    background-repeat: no-repeat;
	background-image: url(images/bloc_nous_choisir_ico3.png);
	padding-top:74px;
}
.bloc_nous_choisir h3{
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:15px;
	color:#fff;
}
.bloc_nous_choisir .bloc_nous_choisir_cont{
	width:100%;
	text-align:center;
	font-size:11px;
	line-height:16px;
	font-family: 'Open Sans', sans-serif;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:65px;
	color:#fff;
}
.bloc_nos_clients_title{
	margin-top:36px;
	margin-bottom:20px;
	text-align:center;
	font-size:28px;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	color:#212121;
	text-transform:uppercase;
}
.bloc_nos_clients_barre{
	border-bottom:2px solid #ff8b38;
	width:50px;
	clear:both;
	margin:0 auto;
	margin-bottom:19px;
}
.bloc_nos_clients_sous_title{
	color:#86878b;
	font-size:11px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	margin-bottom:40px;
}
.bloc_nos_clients1{
	margin-bottom:78px;
}
.bloc_nos_clients_cont{
	background-color:#f5f5f5;
	padding-top:17px;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	color:#86878b;
	font-size:11px;
	line-height:14px;
	background-position: bottom left;
    background-repeat: no-repeat;
	background-image: url(images/bloc_nos_clients_cont.jpg);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	max-width:217px;
}
.bloc_nos_clients_info{
	width:100%;
	padding-top:6px;
	font-weight:bold;
	font-size:15px;
	color:#333333;
	font-family: 'Open Sans', sans-serif;
}
.bloc_nos_clients_info span{
	font-weight:normal;
	font-size:11px;
	color:#86878b;
	font-family: 'Open Sans', sans-serif;
}
.bloc_nos_clients_info img{
	display:block;
	float:left;
	vertical-align:middle;
	margin-right:12px;
}
.home_bloc_2{
	width:100%;
	background-position: top center;
    background-repeat: no-repeat;
	background-image: url(images/bg_home_bloc2.jpg);
	background-size:cover;
}
.home_bloc_2_title{
	margin-top:55px;
	margin-bottom:20px;
	text-align:center;
	font-size:28px;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
}
.home_bloc_2_barre{
	border-bottom:2px solid #fff;
	width:50px;
	clear:both;
	margin:0 auto;
	margin-bottom:24px;
}
.home_bloc_2_sous_title{
	color:#fff;
	font-size:13px;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	text-align:center;
	margin-bottom:23px;
}
.home_bloc_2_lien {
	text-align:center;
	margin-bottom:48px;
}
.home_bloc_2_lien a{
	display:inline-block;
	border: 2px solid #fff;
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    height: 34px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    width: auto;
}
.bloc_home_contact_title{
	margin-top:46px;
	margin-bottom:20px;
	text-align:center;
	font-size:28px;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	color:#212121;
	text-transform:uppercase;
}
.bloc_home_contact_barre{
	border-bottom:2px solid #ff8b38;
	width:50px;
	clear:both;
	margin:0 auto;
	margin-bottom:19px;
}
.bloc_home_contact_sous_title{
	color:#86878b;
	font-size:11px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	margin-bottom:40px;
}
/* Caroussel */
.home_client_slider {
	position:relative;
}
.home_client_slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.home_client_slider li {
	font-size: 40px;
	text-align: center;
	width: auto;
	height: 82px;
	padding: 0;
	margin-left:20px;
	margin-right:20px;
	display: block;
	float: left;
	border-right:1px solid #efefef;
}
.home_client_slider.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	background: url(images/left.png) center left no-repeat;
	width:39px;
	height:39px;
	position:absolute;
	left:10px;
	top:31px;
	z-index:99
}
.next {
	background: url(images/right.png) center left no-repeat;
	width:39px;
	height:39px;
	position:absolute;
	right:10px;
	top:31px;
	z-index:99
}
/* home refrence */
.da-thumbs {
	list-style: none;
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	float:left;
	margin-top:18px;
}
.da-thumbs li {
	float: left;
	position: relative;
	width:33.33%;
	padding:1px;
	height:auto;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li .home_refrence_cont{
	position: absolute;
	background: rgba(11,11,11,0.87);
	width: 100%;
	height: 100%;
	padding-left:15px;
	padding-right:30px;
}
.da-thumbs li .home_refrence_bar{
	padding-top:44px;
	margin-bottom:14px;
	width:50px;
	border-bottom:1px solid #fff;
}
.da-thumbs li .home_refrence_txt{
	width:100%;
	height:97px;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	color:#fff;
	line-height:18px;
}
.da-thumbs li .home_refrence_btn{
	width:auto;
	height:34px;
	padding-left:15px;
	padding-right:15px;
	line-height:30px;
	border:2px solid #fff;
	float:left;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	text-transform:uppercase;
}
.home_reference_btn2{
	text-align:center;
}
.home_reference_btn2 a{
	margin-top:17px;
	margin-bottom:32px;
	display:inline-block;
	width:180px;
	max-width:100%;
	height:31px;
	line-height:31px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#fff;
	background-position:center top;
    background-repeat: repeat;
	background-image: url(images/bg_btn1.jpg);
}
/* Accueil contact */
.bloc_home_contact_form div.wpcf7 .wpcf7-form-control-wrap{
	margin-bottom:0;
	display:block;
}
.bloc_home_contact_form div.wpcf7 .wpcf7-text, .bloc_home_contact_form div.wpcf7 .wpcf7-select{
	width:100%;
	max-width: 94%;
	height:24px;
	border:none;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	color:#bdbdbd;
	margin-bottom:25px;
}
.bloc_home_contact_form div.wpcf7 .wpcf7-textarea{
	width:100%;
	max-width: 94%;
	height:119px;
	border:none;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	color:#bdbdbd;
	margin-bottom:25px;
}
.bloc_home_contact_form div.wpcf7  .wpcf7-submit{
	width:auto;
	max-width: 94%;
	height:auto;
	background-color:#ff940b;
	border:none;
	cursor:pointer;
	color:#fff;
	margin-top:7px;
	margin-bottom:7px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
}
.bloc_home_contact_form div.wpcf7 p{
	margin-bottom:0;
}
.bloc_home_contact_form .wpcf7-form span.news_span{
	display:block;
	margin-top:-7px;
	font-size:10px;
	font-weight:normal;
	color:#333;
}
.bloc_home_contact_form div.wpcf7{
	margin-bottom:20px !important;
}
.bloc_home_contact_form .wpcf7-form span.titre_form{
	font-weight:bold;
	color:#eb7206;
	padding-top:15px;
	display:inline-block;
}
.bloc_home_contact_form .btn_form_arr{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
/* Page Contenu*/
.page_header{
	width:100%;
	height:324px;
	background-position:center top;
    background-repeat: repeat;
	background-image: url(images/bg_page_header.jpg);
	background-size:auto 100%;
	padding-top:130px;
}
.page_header .header_title{
	text-align:left;
	color:#fff;
	font-weight:normal;
	font-size:44px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
}
.page_header .header_s_title{
	text-align:left;
	color:#fff;
	font-weight:normal;
	font-size:17px;
	padding-top:15px;
}
.page_header_barre{
	border-bottom:2px solid #000;
	width:50px;
	clear:both;
	margin:0 auto;
	padding-top:25px;
}
.content_bloc{
	padding-top:15px;
	padding-bottom:20px;
	line-height:24px;
	font-size:14px;
	text-align:justify;
}
.content_bloc a{
	color:#eb7206;
}
.content_bloc h1{
	text-align:center;
	width:100%;
	color:#000;
	font-weight:normal;
	font-size:36px;
	margin-bottom:15px;
	margin-top:15px;
	font-family: 'Raleway', sans-serif;
}
.content_bloc h2{
	text-align:center;
	width:100%;
	color:#08a8bf;
	font-weight:normal;
	font-size:26px;
	margin-bottom:20px;
	margin-top:10px;
	font-family: 'Raleway', sans-serif;
}
.content_bloc p, .content_bloc ul, .content_bloc ol{
	margin-bottom:10px;
}
.content_bloc img{
	max-width:100%;
}
.content_bloc .lien_btn{
	display:inline-block;
	height:28px;
	line-height:28px;
	padding-left:10px;
	padding-right:10px;
	background-color:#eb7206;
	color:#fff;
	font-weight:bold;
	margin-top:10px;
}
.content_bloc .lien_btn:hover{
	text-decoration:none;
}
.bloc_confiance{
	width:100%;
	background-position: top center;
    background-repeat: no-repeat;
	background-image: url(images/bg_bloc_confiance.jpg);
	background-size:cover;
	padding-top:75px;
	padding-bottom:60px;
}
.bloc_confiance1{
	text-align:center;
	background-position: top center;
    background-repeat: no-repeat;
	background-image: url(images/bloc_confiance_ico1.png);
	padding-top:100px;
}
.bloc_confiance2{
	text-align:center;
	background-position: center 3px;
    background-repeat: no-repeat;
	background-image: url(images/bloc_confiance_ico2.png);
	padding-top:100px;
}
.bloc_confiance3{
	text-align:center;
	background-position: center 10px;
    background-repeat: no-repeat;
	background-image: url(images/bloc_confiance_ico3.png);
	padding-top:100px;
}
.bloc_confiance h2{
	width:100%;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:18px;
	color:#fff;
}
.bloc_confiance .textwidget{
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:40px;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
}
/***********Références************/
.bloc_ref{
	
	margin-bottom:17px;
	/*height:173px;*/
}
.bloc_ref_brd{
	width:100%;
	border:1px solid #333;
	float:left;
	position:relative;
}
.ref_img{
	float:left;
	width:100%;
	/*height:172px;*/
	max-height:172px;
	overflow:hidden;
}
.ref_titre{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:auto; 
	padding-top:10px;
	padding-bottom:10px;
	background: url(images/ref_back.png) top left repeat;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:none;
}
.ref_titre span{
	font-weight:normal;
}
.ref_titre p{
	margin-top:0 !important;
	margin-bottom:0 !important;
}
.img_anc_design{
	position:absolute;
	top:-110px;
	left:-130px;
	width:250px;
	height:auto;
	border:1px solid #333;
	display:none;
}
.bloc_ref a:hover > .ref_titre{
	display:block;
}
/*.bloc_ref a:hover > .img_anc_design{
	display:block;
}*/
.tr_site_web_institutionnel, .tr_newsletter, .tr_flip_book, .tr_applications_mobiles, .tr_referencement{
	display:block;
}
.tr_e_commerce{
	display:block;
}
/*********Blog**********/
.bloc_blog{
	float:left;
	width:100%;
	height:auto;
	border-bottom:1px solid #FD7F02;
	padding-bottom:10px;
	margin-bottom:30px;
}
.blog_img{
	float:left;
	width:140px;
	height:auto;
}
.blog_img img{
	width:120px;
	border:1px solid #333;
}
.blog_contenu{
	float:left;
	width:calc(100% - 140px) !important;
	height:auto;
}
.blog_titre{
	float:left;
	width:100% !important;
	height:auto;
	font-weight:bold;
	margin-bottom:10px;
}
.blog_descri_courte{
	float:left;
	width:100% !important;
	height:auto;
	text-align:justify;
	margin-bottom:10px;
}
.blog_suite{
	float:left;
	width:100% !important;
	height:auto;
}
/******Contact*********/
.contact_zonetxt{
	background-color:#FFFFFF;
	border: 1px solid #EE6A2F;
	color:#666666;
	width:170px;
}
.contact_zonetxt2{
	background-color:#FFFFFF;
	border: 1px solid #EE6A2F;
	color:#666666;
	width:448px;
}
.contact_coord { 
	color: #EE6A2F;
}
.contact_textrouge { 
	color: #EE6A2F;  
}
.contact_zonetxtarea{
	background-color:#FFFFFF;
	border: 1px solid #EE6A2F;
	color:#666666;
	width:551px;
	height:100px;
}
div.wpcf7 .wpcf7-form-control-wrap{
	margin-bottom:0;
	display:block;
}
div.wpcf7 .wpcf7-text, div.wpcf7 .wpcf7-select{
	width:450px;
	max-width: 94%;
	height:25px;
	border:1px solid #eb7206;
	color:#333;
	margin-top:2px;
	margin-bottom:7px;
}
div.wpcf7 .wpcf7-textarea{
	width:450px;
	max-width: 94%;
	height:70px;
	border:1px solid #eb7206;
	color:#87888a;
	margin-top:7px;
	margin-bottom:7px;
}
div.wpcf7  .wpcf7-submit{
	width:auto;
	max-width: 94%;
	height:auto;
	background-color:#eb7206;
	border:none;
	cursor:pointer;
	color:#fff;
	margin-top:7px;
	margin-bottom:7px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
}
div.wpcf7 p{
	margin-bottom:0;
}
.wpcf7-form span.news_span{
	display:block;
	margin-top:-7px;
	font-size:10px;
	font-weight:normal;
	color:#333;
}
div.wpcf7{
	margin-bottom:20px !important;
}
.wpcf7-form span.titre_form{
	font-weight:bold;
	color:#eb7206;
	padding-top:15px;
	display:inline-block;
}
.btn_form_arr{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
/*****   Footer   ******/
.footer_cont{
	width:100%;
	margin-top:50px;
	padding-top:55px;
	color:#FFF;
	font-size:12px;
	line-height:16px;
	background-position:center top;
    background-repeat: repeat;
	background-image: url(images/bg_footer.jpg);
	background-size:cover;
}
.footer_cont a{
	color:#FFF;
	text-decoration:none;
}
.footer_logo{
	margin-bottom:10px;
	text-align:center;
}
.footer_social{
	text-align:right;
	margin-bottom:20px;
}
.footer_social li{
	display:inline;
}
.footer_social .footer_fb_ico, .footer_social .footer_twitter_ico, .footer_social .footer_google_ico{
	margin-top:10px;
	height:38px;
	width:38px;
	display:inline-block;
	background-position: center center;
    background-repeat: no-repeat;
	border-left:1px solid #686a6c;
}
.footer_social .footer_fb_ico{
	background-image: url(images/footer_fb_ico.png);
}
.footer_social .footer_twitter_ico{
	background-image: url(images/footer_twitter_ico.png);
}
.footer_social .footer_google_ico{
	background-image: url(images/footer_google_ico.png);
	border-right:1px solid #686a6c;
}
.footer_copy{
	background-color: rgba(0, 0, 0, 0.76);
	height:38px;
	line-height:38px;
	text-align:center;
}
/*******************************/
.comments-template{
	margin: 10px 0 0 0;
}
 
.comments-template ol{
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
}
 
.comments-template ol p{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}
 

 
.comments-template p.nocomments{
	padding: 0;
}
 
.comments-template textarea{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.cadre_commentaires {
	float: left;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: justify;
    width: 872px;
}
.cadre_commentaires a{
	color:#52727A;
}
.cadre_commentaires li{
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dashed #666;
}
#form_comment{
	float:left;
	font-size: 12px;
    height: auto;
    line-height: 18px;
    padding-left: 24px;
    padding-right: 24px;
	padding-top: 24px;
    text-align: justify;
    width: 872px;
}
#form_comment h3{
	font-weight:bold;
}
#form_comment input, #form_comment textarea{
	margin-top:3px;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/******************************/
.clear { clear:both; }
/*************************************/
.ref_btn_cont{
	width:100%;
	padding-left:15px;
	padding-bottom:20px;
	padding-top:5px;
}
.ref_btn_cont input{
	background-color:#ff930e;
	border:none;
	color:#FFF;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}
.contact_blc1{
	width:calc(100% - 290px);
	float:left;
}
.contact_blc2{
	width:290px;
	float:left;
	padding-left:40px;
}
.contact_blc1 img, .contact_blc2 img, .contact_blc1 input, .contact_blc1 textarea{
	max-width:100% !important;
}
/******************/
.rs_right{
	right: 0;
    position: fixed !important;
    top: 60px;
    z-index: 9999 !important;
}
.rs_right ul{
	margin:0;
	padding:0;
	list-style:none;
	width:65px;
}
.rs_right ul li{
	background-color:#fff;
    display: block;
    font-size: 22px;
    height: 45px;
	float:right;
    line-height: 45px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 45px;
}
.rs_right ul li:hover{
	width:65px;
}
.rs_right ul li.rs_right_facebook{
	background-color:#3b5998;
}
.rs_right ul li.rs_right_twitter{
	background-color:#6bcfff;
}
.rs_right ul li.rs_right_gplus{
	background-color:#d34836;
}
.rs_right ul li.rs_right_linkedin{
	background-color:#007bb6;
}
.rs_right ul li.rs_right_youtube{
	background-color:#cd332d;
}
.rs_right ul li.rs_right_envelope{
	background-color:#28944a;
}
.rs_right ul li a {
    color: #ffffff !important;
    display: block;
}
.title_ref2{
	width:100%;
	padding-top:20px;
	text-align: center;
	color: #000;
	font-weight:bold;
	font-size: 28px;
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
	clear:both;
	text-transform: uppercase;
}
.table_ref2{
	width:100%;
	float:none;
}
.table_ref2 td{
	width: 25%;
	padding:15px;
}
.table_ref2 td img{
	max-width:100%;
	height:auto;
	border: 1px solid #333;
}
.txt_ref2{
	margin-top:20px;
	margin-bottom:30px;
	padding-left:15px;
	width:100%;
	clear:both;
	color:#000;
}
.txt_ref2 ul{
	list-style:disc inside;
}
.btn_ref_seo{
	width: 100%;
	padding-bottom: 30px;
	padding-top:10px;
	text-align:center;
}
.btn_ref_seo a{
	display:inline-block;
	background-color:#ff930e;
	color:#FFF;
	padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
	text-decoration:none;
	border:1px solid #08a8bf;
	font-size:16px;
	border-radius: 15px;
}