@charset "utf-8";
/*
Creation by Evolution-net
 
*/
*{
	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%;
}
a, a:hover, a:focus{
	color:#1c95ca;
}
/********************************/
body {
	font-family: 'Open Sans', sans-serif;
	color: #1d1d1b;
	font-size:17px;
	line-height:24px;
	font-weight:normal;
	background: #fff;
}
.container{
	max-width:1146px;
}
/* top */
.top_bar{
	width:100%;
	height:auto;
	line-height:56px;
	background-color:#1d1d1b;
	border-bottom:4px solid #0f4e9d;
}
.top_bar a{
	display:inline-block;
	line-height:normal;
	color:#fff;
	font-weight:300;
}
.top_bar_right{
	text-align:right;
}
.top_bar_right a{
	margin-left:30px;
}
/* Header */
.logo-cont {
	padding-top:24px;
	padding-bottom:23px;
}
.logo-cont img{
	max-width:100%;
}
.header_slogan{
	padding-top:30px;
	padding-bottom:23px;
	text-align:right;
	font-weight:400;
	font-size:24px;
	color:#1d1d1b;
	font-family: 'Playfair Display', serif;
}
.blc_rech{
	width:auto;
	height:28px;
	float:right;
	margin-right:37px;
	border-bottom:1px solid #1d1d1b;
}
.blc_rech input[type='text']{
	margin:0;
	padding:0;
	width:168px;
	height:28px;
	line-height:28px;
	border:none;
	background:none;
	float:left;
	color:#1d1d1b;
	font-weight:300;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
}
.blc_rech input[type='submit']{
	margin:0;
	padding:0;
	width:22px;
	height:28px;
	border:none;
	background:none;
	background-image: url(../images/rech_ico.png);
	background-position: center center;
    background-repeat: no-repeat;
	float:left;
}
.blc_lang{
	width:auto;
	height:28px;
	float:right;
	padding-top:4px;
}
.blc_lang img{
	margin-left:6px;
}
/* MENU */
.menu_bar{
	width:100%;
	height:auto;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#f3f3f3;
}
.navbar-cont {
	padding:0;
	z-index:99;
	float:left;
}
.navbar {
	margin-bottom:0;
	border:none;
	height:auto;
	min-height:0;
}
.navbar-collapse{
	padding-left:0;
	padding-right:0;
}
.navbar li {
	width:auto;
	float:left;
}
.navbar li a {
	width:100%;
	width:auto;
	display:block;
	margin:0;
	padding:0;
	line-height:29px;
	padding-left:18px;
	padding-right:18px;
	font-size:17px;
	color:#1d1d1b;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	border:1px solid #f3f3f3;
}
.navbar li:first-child a{
	/*margin-left: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 {
	background-color:transparent;
	border:none;
	color:#0f4e9d;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color:transparent;
	color:#dead2d;
}
.navbar .icon-bar {
	background:#f0f0f0;
}
.navbar .dropdown-menu {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #8dc742;
	padding:0;
	margin-top:3px !important;
	max-width:none !important;
	width:290px !important;
	white-space: nowrap !important;
	-webkit-border-radius: 22px !important;
	-moz-border-radius: 22px !important;
	border-radius: 22px !important;
}
.navbar .dropdown-menu li{
	position:relative;
}
.navbar .dropdown-menu a {
	margin:0;
	height:auto;
	color:#fff;
	line-height:normal;
	padding-top:10px;
	padding-bottom:10px;
	border:none;
	border-top:1px solid #fff;
	border-bottom:none !important;
	padding-left:20px;
	text-align: left; 
	background:none;
	display:block;
	height:auto;
	white-space:normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.dropdown-menu>li{ 
	margin:0;
}
.navbar .navbar-nav {
	display: block;
	float: none;
	vertical-align: top;
}
.dropdown-menu li a:hover{
	background:none;
	text-decoration:underline;
	color:#fff;
}
.navbar .dropdown-menu li:first-child a {
	border:none !important;
}
.navbar .dropdown-menu li:first-child a:hover {
	border:none !important;
}
/* Accueil */
.acc_bloc1{
	margin-top:18px;
}
.acc_bloc1 img{
	max-width:100%;
}
.acc_bloc2{
	margin-top:18px;
}
.acc_title{
	height:auto;
	line-height:normal;
	font-size:20px;
	color:#0f4e9d;
	font-family: 'Playfair Display', serif;
	text-align:center;
	background-image: url(../images/title_bg.jpg);
	background-position: center center;
    background-repeat: repeat-x;
}
.acc_title span{
	display:inline-block;
	background-color:#fff;
	padding-left:15px;
	padding-right:15px;
}
.acc_bloc2_img{
	margin-top:15px;
	text-align:center;
}
.acc_bloc2_img img{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
	margin-bottom:15px;
	margin-left:55px;
	margin-right:55px;
}
.acc_bloc3{
	margin-top:18px;
}
.acc_bloc3_txt{
	font-size:26px;
	font-weight:300;
	line-height:normal;
	color:#fff;
	background-image: url(../images/bg_home_blc3.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	text-align:center;
	margin-top:10px;
	padding-top:60px;
	padding-bottom:112px;
	padding-left:160px;
	padding-right:160px;
}
.acc_bloc3_txt span{
	display:inline-block;
	padding:20px;
	background-color:rgba(0,0,0,0.68);
}
.acc_bloc3_txt a{
	display:inline-block;
	width:433px;
	max-width:100%;
	height:63px;
	line-height:63px;
	background-color:#0f4e9d;
	color:#fff;
	font-size:30px;
	font-weight:400;
	font-family: 'Playfair Display', serif;
}
.acc_bloc4{
	margin-top:18px;
}
.acc_bloc4_txt{
	font-size:24px;
	font-weight:300;
	line-height:normal;
	color:#161413;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}
.acc_bloc4_txt_2{
	font-size:26px;
	font-weight:400;
	line-height:normal;
	color:#161413;
	background-image: url(../images/bg_home_blc4.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	text-align:center;
	padding-top:27px;
	padding-bottom:27px;
	padding-left:170px;
	padding-right:170px;
}
.acc_bloc4_txt_2_cont{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	border:3px solid #d6d0ce;
	padding:15px;
	background-color:#fff;
}
.acc_bloc4_txt_2_cont span{
	display:inline-block;
	width:100%;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	border:1px solid #d6d0ce;
}
.acc_bloc4_txt_2_cont a{
	display:inline-block;
	margin-left:10px;
	height:34px;
	line-height:34px;
	background-color:#0f4e9d;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
}
.acc_bloc5{
	margin-top:18px;
	margin-bottom:18px;
	border-top:1px solid #d6d0ce;
	padding-top:10px;
}
.acc_bloc5_txt{
	border-right:1px solid #d6d0ce;
	min-height:230px;
}
.acc_bloc5_title{
	width:100%;
	height:auto;
	float:left;
	padding-top:10px;
	padding-bottom:35px;
	font-size:27px;
	font-weight:400;
	color:#0f4e9d;
	font-family: 'Playfair Display', serif;
	text-align:center;
}
.acc_bloc5_cont{
	width:100%;
	height:auto;
	float:left;
	font-size:18px;
	font-weight:400;
	color:#000;
	font-family: 'Playfair Display', serif;
	line-height:33px;
	text-align:center;
}
.acc_bloc5_cont a{
	color:#000;
}
.acc_bloc5_txt_last{
	border-right:none;
}
.acc_bloc5_txt_last .acc_bloc5_title{
	padding-bottom:10px;
}
.acc_bloc5_txt_last .acc_bloc5_cont{
	font-size:14px;
	text-align:left;
	line-height:21px;
}
.acc_bloc5_cont_all{
	display:inline-block;
	width:100%;
	padding-top:14px;
	text-align:center;
}
.acc_bloc5_cont_all a{
	display:inline-block;
	width:130px;
	height:36px;
	line-height:36px;
	background-color:#0f4e9d;
	font-size:16px;
	font-weight:bold;
	font-family: 'Playfair Display', serif;
	color:#fff;
}
.acc_bloc6{
	margin-top:12px;
	padding-top:10px;
	border-top:1px solid #d6d0ce;
}
.acc_bloc6_1{
	background-color:#ececec;
	padding-top:10px;
	padding-bottom:20px;
	margin-bottom:30px;
}
.acc_bloc6_2{
	margin-bottom:30px;
}
.acc_bloc6_1_title{
	width:100%;
	height:auto;
	float:left;
	font-size:24px;
	color:#0f4e9d;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	padding-bottom:12px;
}
.acc_bloc6_1 input[type='text']{
	margin:0;
	padding:0;
	width:calc(100% - 213px);
	height:28px;
	line-height:28px;
	margin-right:15px;
	border:none;
	background:none;
	float:left;
	color:#1d1d1b;
	font-weight:300;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid #000;
}
.acc_bloc6_1 input[type='submit']{
	margin:0;
	padding:0;
	width:130px;
	height:36px;
	border:none;
	background:none;
	background-color:#0f4e9d;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	font-family: 'Playfair Display', serif;
	float:left;
}
.contact_zonetxt3{
	background:none;
	border:1px solid #ff8400;
	width:80%;
	height:25px;
}
.contact_zonetxtarea2{
	background:none;
	border:1px solid #ff8400;
	width:80%;
	height:125px;
}
.contact_btn{
	height:25px;
	line-height:25px;
	padding-left:7px;
	padding-right:7px;
	color:#fff;
	background-color:#ff8400;
	border:none;
}
/* Contenu */
.title{
	height:auto;
	line-height:normal;
	font-size:28px;
	margin-top:30px;
	color:#000000;
	font-family: 'Playfair Display', serif;
	text-align:center;
	background-image: url(../images/title_bg.jpg);
	background-position: center center;
    background-repeat: repeat-x;
}
.title span{
	display:inline-block;
	background-color:#fff;
	padding-left:15px;
	padding-right:15px;
}
.cont p{
	margin-bottom:15px;
}
.cont img{
	border:1px solid #dead2d;
}
.cont ul{
	margin-bottom:15px;
}
.cont li{
	padding-left:12px;
	padding-top:5px;
	background-image: url(../images/ico_lst.jpg);
    background-position: 0 12px;
    background-repeat: no-repeat;
}
.page_contenu_contact{
	margin-bottom:40px;
	line-height:30px;
}
.page_contenu_contact a{
	color:#fff;
	text-decoration:underline;
}
.recherche_blc{
	width:100%;
	background-color:#0f4e9d;
	padding-top:40px;
	padding-bottom:40px;
}
.recherche_blc input[type='text'], .recherche_blc select{
	margin:0;
	padding:0;
	width:calc(25% - 32px);
	height:50px;
	line-height:50px;
	margin-right:15px;
	padding-left:10px;
	border:none;
	background:none;
	background-color:#fff;
	float:left;
	color:#1d1d1b;
	font-weight:300;
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
}
.recherche_blc input[type='submit']{
	margin:0;
	padding:0;
	width:63px;
	height:50px;
	border:none;
	background:none;
	background-image: url(../images/rech_ico2.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	float:left;
}
.bloc_rech_result{
	margin-top:40px;
	padding-bottom:40px;
	border-bottom:4px solid #0f4e9d;
}
.bloc_rech_result_img{
	width:229px;
	height:175px;
	margin-right:22px;
	background-color:#1d1d1b;
	float:left;
}
.bloc_rech_result_img img{
	width:100%;
	height:100%;
}
.bloc_rech_result_txt{
	float:left;
	width:calc(100% - 251px);
	height:auto;
}
.bloc_rech_result_title{
	width:100%;
	height:auto;
	float:left;
	font-size:29px;
	font-weight:bold;
	color:#1d1d1b;
	font-family: 'Playfair Display', serif;
	padding-bottom:15px;
}
.bloc_rech_result_cont{
	width:100%;
	height:auto;
	float:left;
	font-size:17px;
	font-weight:400;
	color:#1d1d1b;
	padding-bottom:15px;
}
.bloc_rech_result_adresse, .bloc_rech_result_categorie, .bloc_rech_result_savoir{
	display:block;
	float:left;
	height:39px;
	width:auto;
	line-height:39px;
	padding-left:34px;
	padding-right:14px;
	margin-right:12px;
	margin-bottom:12px;
	font-size:19px;
	color:#fff;
	font-weight:400;
	background-color:#0f4e9d;
	background-image: url(../images/adresse.jpg);
	background-position: 10px center;
    background-repeat: no-repeat;
}
.bloc_rech_result_adresse:hover, .bloc_rech_result_categorie:hover, .bloc_rech_result_savoir:hover{
	color:#fff;
}
.bloc_rech_result_categorie{
	background-image: url(../images/cat.jpg);
	background-position: 12px center;
}
.bloc_rech_result_savoir{
	background-image: url(../images/plus.png);
	background-position: 10px center;
}
.rech_pagination{
	height:auto;
	padding-left:0;
	font-weight:bold;
	font-size:14px;
	color:#1d1d1b;
	line-height:39px;
	margin-top:30px;
	padding-left:15px;
	padding-right:15px;
}
.rech_pagination a{
	color:#1d1d1b;
	display:block;
	float:left;
	margin-right:20px;
	padding-bottom:3px;
	margin-bottom:5px;
}
.rech_pagination a.active{
	color:#0f4e9d;
}
.rech_pagination span{
	display:block;
	float:left;
	margin-right:20px;
	padding-bottom:3px;
	margin-bottom:5px;
}
.detail_img_prc{
	margin-top:7px;
	margin-bottom:25px;
	text-align:center;
}
.detail_img_prc img{
	/*width:100%;*/
	max-width:100%;
	max-height:585px;
	display:inline;
}
.detail_societe{
	margin-top:25px;
	font-weight:bold;
   	font-size:20px;
	color:#315fa5;
	font-family: 'Open Sans', sans-serif;
}
.detail_adresse{
	margin-bottom:25px;
	font-weight:400;
   	font-size:20px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
}
.detail_adresse a{
	display:block;
	float:right;
	position:relative;
	color:#000;
}
.detail_adresse a img{
	position:absolute;
	left:20px;
	top:-80px; 
}
.detail_horaire{
	margin-bottom:25px;
	font-weight:400;
   	font-size:20px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
}
.detail_horaire span{
	color:#666;
}
.detail_cat{
	font-weight:400;
   	font-size:20px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
}
.detail_cat span{
	color:#666;
}
.detail_img_sec{
	margin-bottom:25px;
}
.detail_img_sec img{
	width:100%;
	max-height:235px;
}
.detail_descri{
	margin-bottom:25px;
	font-weight:400;
   	font-size:20px;
	line-height:28px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
}
.detail_descri span{
	font-weight:bold;
	color:#0f4e9d;
}
.detail_marque{
	margin-bottom:25px;
	font-weight:400;
   	font-size:20px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
}
.detail_marque span{
	font-weight:bold;
	color:#0f4e9d;
}
.detail_map{
	margin-bottom:40px;
}
.detail_map #map-canvas{
	height:600px;
}
.detail_btn{
	margin-bottom:20px;
	text-align:center;
}
.detail_tel{
	width:auto;
	height:auto;
	display:inline-block;
	background-color:#315fa5;
	padding-top:60px;
	padding-bottom:25px;
	padding-left:15px;
	padding-right:15px;
	margin-right:4px;
	background-image: url(../images/tel_ico.png);
	background-position: center 24px;
    background-repeat: no-repeat;
	margin-bottom:25px;
	font-weight:400;
   	font-size:18px;
	color:#fff;
	font-family: 'Playfair Display', serif;
}
.detail_email{
	width:auto;
	height:auto;
	display:inline-block;
	background-color:#315fa5;
	padding-top:60px;
	padding-bottom:25px;
	padding-left:15px;
	padding-right:15px;
	margin-right:4px;
	background-image: url(../images/mail_ico.png);
	background-position: center 24px;
    background-repeat: no-repeat;
	margin-bottom:25px;
	font-weight:400;
   	font-size:18px;
	color:#fff;
	font-family: 'Playfair Display', serif;
}
.detail_email:hover{
	color:#fff;
}


/******************************/
.rouge{
	color:#F00;
}
#cboxWrapper, #colorbox{
	max-width:100% !important;
}
.clear { clear:both; }
/***************************************/