/*
Theme Name: ELITIS INSURANCE
Theme URI: 
Author: Vee Winch
Author URI: http://okvee.net
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy.
Version: 1.0.3.3
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: white, gray, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/montserrat-ultralight-webfont.eot');
    src: url('fonts/montserrat/montserrat-ultralight-webfont.eot?') format('eot'),
    	 url('fonts/montserrat/montserrat-ultralight-webfont.ttf') format('truetype'),
    	 url('fonts/montserrat/montserrat-ultralight-webfont.woff') format('woff'),
         url('fonts/montserrat/montserrat-ultralight-webfont.svg#montserratUltraLight') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/montserrat-light-webfont.eot');
    src: url('fonts/montserrat/montserrat-light-webfont.eot?') format('eot'),
    	 url('fonts/montserrat/montserrat-light-webfont.ttf') format('truetype'),
    	 url('fonts/montserrat/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat/montserrat-light-webfont.svg#montserratLight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat/montserrat-regular-webfont.eot?') format('eot'),
    	 url('fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
    	 url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat/montserrat-regular-webfont.svg#montserratRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat/montserrat-bold-webfont.eot?') format('eot'),
    	 url('fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'),
    	 url('fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat/montserrat-bold-webfont.svg#montserratBold') format('svg');
    font-weight: bold;
    font-style: normal;
}





/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.responsive {
	margin-bottom: 20px;
}
.bypostauthor {
}
.gallery-caption {
}
.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*_______________________________________*/

/* ELITIS STYLES
_________________________________________*/

/*!
 * Css for Elitis
 */

body {
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
/* 	padding-top: 114px; */
}

a {
	color: #00ABC7;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


p .glyphicon {
	color:#66CDDD;
}

#brand_logo {
	display:block;
	background: url('img/logo.png') no-repeat;
	background-size:cover;
	width:190px;
	height:85px;
	margin: 20px 0 7px;
}
#brand_logo.courtiers {
	display: inline-block;
	vertical-align: top;
}
.branding-courtiers {
	display: inline-block;
	font-size: 25px;
	line-height: 28px;
	color: #000;
	font-weight: 100;
	border-left: solid 1px #000;
	padding: 11px 0 12px 15px;
    vertical-align: top;
    margin-top: 24px;
    margin-left: 5px;
}
#courtier_body {
	padding-top: 114px;
}
.courtiers_fixed_header {
	position: fixed; 
	top:0; 
	left: 0; 
	width: 100%;
	background: #fff; 
	z-index: 1000;
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.navbar {
	margin-bottom: 0px;
	min-height:33px;
	border: none;
}
.navbar-inverse {
	background-color: #66CDDD;
	background-image: none;
}
.navbar-nav.nav-fr>li>a {
	padding:7px 25px;
	
}
.navbar-nav.nav-nl>li>a {
	padding:7px 24px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.active>a{
	background-color: #00abc7;
    background-image: none;
     background-repeat: repeat-x; 
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav>li {
  	margin-bottom: 0;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

/* CAROUSEL */
.carousel-indicators {
	position: absolute;
	left:0;
	bottom: 10px;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	list-style: none;
	text-align: left;
	margin-left: 65px;
}

.carousel-indicators li {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #B2E6EE;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 16px;
	height: 16px;
	margin: 1px;
	background-color: #00ABC7;
	border: 1px solid #00ABC7;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  opacity: 1;
  text-shadow: none;
  height: 50px;
  background-color: #B2E6EE;
  top: 50%;
  margin-top: -25px;
}
.carousel-control.left {
	background-image: none;
	background-repeat: no-repeat;
}
.carousel-control.right {
	background-image: none;
	background-repeat: no-repeat;
}

.carousel .left {
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
}
.carousel .right {
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
}
 
.shadow:before, .shadow:after {
    z-index: -1;
    position: absolute;
    content:"";
    bottom: 12px;
    left: 20px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #9B9B9B;
    -moz-box-shadow: 0 15px 10px #9B9B9B;
    box-shadow: 0 15px 10px #9B9B9B;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.shadow:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 20px;
    left: auto;
}
.carousel-inner, .carousel .item {
	background: #ffffff;
}
.carousel .caption {
	position: absolute;
	top: 50px;
	left: 60px;
	width:33%;
}
.carousel .caption p {
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	line-height: 36px;
}

/* CAROUSEL COURTIERS */
#carousel.courtiers {
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-image: url('img/banner_courtier.jpg');
}
#carousel.courtiers .carousel-inner, #carousel.courtiers .item {
	background: none !important;
	background-color: transparent !important;
	height: 400px;
}
#carousel.courtiers .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}
#carousel.courtiers .item p {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	position: relative;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
}

.courtiers_banner_link {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 48%;
    width: 150px;
    text-align: center;
    border: solid 1px #fff;
    padding: 5px;
    color: #fff;
    font-weight: normal;
    transform: translate(0, -50%);
}

.courtiers_banner_link:hover {
	background: #00abc7;
    color: #fff;
    text-decoration: none;
    border-color: #00abc7;
}

/* banners */

.business-header {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.banner_caption {
	padding: 200px 0 0 0;
}

.banner_caption h1 {
	display: inline-block;
	width:auto;
	padding: 5px 7px;
	background-color:#d3d1d0;
	color: #343e47;
	font-family: 'Montserrat',sans-serif;
	font-size: 26px;
	font-weight: 700;
}
.banner_caption p {
	font-size: 21px;
	line-height: 27px;
	font-weight: 300;
	color: #ffffff;
	width:44%;
}

h2 {
	color: #00abc7;
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	margin-top: 0;
}
h2.big {
	font-size: 20px;
}
.solutions h2.big {
	font-size: 22px;
	margin-bottom: 16px;
}

h3, .h3like {
  font-size: 17px;
  font-weight: normal;
}

/* solution banner */

.banner_solution_caption {
	margin-top: 50px;
/* 	background: #364a53; */
    background-color:rgba(63, 63, 63, 0.8);
	padding: 10px 20px 10px;
	display: inline-block;
	width:auto;
/* 	max-width: 400px; */
}
.banner_solution_caption h1 {
	font-size: 28px;
	line-height: 35px;
	color:#ffffff;
	margin: 0 0 0 0;
}
.banner_solution_caption P {
	font-size: 16px;
	line-height: 31px;
	color:#ffffff;
	margin: 0 0 0 0;
}

h2.solution_title {
	font-weight: 700;
	font-size: 30px;
}

.solutions_list {
	list-style-type: none;
}
.solutions_list li a {
	color: #7F7F7F;
	font-weight: 400;
	line-height: 23px;
	font-size: 14px;
}
.solutions_list li a:hover {
	color:#00abc7;
}
.solutions_list .doc_bullets {
	list-style-type: disc;
	color: #7F7F7F;
	margin-bottom: 0;
}
.docs_bloc .solutions_list {
	margin-bottom: 15px;
}

#sidebar p {
	color:#7F7F7F;
}
.sidebar_separator {
	height:15px;
	background-color: #00ABC7;
	margin-top: 20px;
/* 	width:90%; */
}

.page_active {
	background-color: #136775;
}

.solutions ul li, .solutions ol li {
	margin-bottom: 3px;
}
.solutions p {
	margin-bottom: 6px;
}
.solutions .courtiers-section-title {
	margin-bottom: 20px;
}


/* langues */
#lg {
	width:40px;
	margin-right: 0px;
	margin-top: 17px;
}
#lg a {
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	text-decoration: none;	
}
#lg a.active {
	color:#00abc7;
}
/* blocs metiers ver */
#metiers_home {
	background: #ededed;
	padding: 25px 0 0;
}
.block-metiers-ver {
	background-color: transparent;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.block-metiers-ver a {
	
}
.block-metiers-ver a:hover {
	text-decoration: none;
}
.metier-ver-ico {
	width: 165px;
	height: 165px;
	margin: 22px auto 0;
	background-color: #ffffff;
	border-radius: 95px;
	/*text-align: center;
	padding-top: 27px;*/
}
.metier-ver-ico {
	width: 145px;
	height: 145px;
	margin: 22px auto;
	background-color: #ffffff;
	border-radius: 95px;
	background-size: 65%;
	/*text-align: center;
	padding-top: 27px;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 77%;
}
.block-metiers-ver p {
	font-size: 14px;
	line-height: 18px;
}
#metiers_home h2 {color: #00a9c4;}
#metiers_home p {color: #343e46;}

/* blocs metiers hor */
.block-metiers-hor {
	background-color: #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.metier-hor-ico {
	width: 165px;
	height: 165px;
	margin: 22px auto 0;
	background-color: #ffffff;
	border-radius: 95px;
	/*text-align: center;
	padding-top: 27px;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 77%;
}
.metier-idea {
	background-image: url('img/picto_idea_120x120.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 77%;
}
.metier-graph {
	background-image: url('img/picto_graph_105x105.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.metier-mail {
	background-image: url('img/picto_mail_100x100.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 79%;
}
.metier-gestion {
	background-image: url('img/picto_gestion_105x105.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
}

/* solutions home */

#solutions {
	margin: 0 auto;
	letter-spacing: -4px;
	text-align: center;
}
#solutions .box {
	width:182px;
	height:182px;
	margin: 0 2px -6px 0;
/* 	float: left; */
	display: inline-block;
/* 	padding: 2px; */
padding:10px;
	position: relative;
	overflow: hidden;
}
#solutions .box img {
	width:100%;
}

#solutions .box .caption {
    position:absolute;
    top:10px;
    left:10px;
    background:rgba(63, 63, 63, 0.8);
    width:162px;
    height:162px;
/* 	padding: 64px 5px 0 5px; */
	padding: 0px 5px 0 5px;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
    
/*     display: inline-block; */
/*
	vertical-align: middle;
	line-height: 162px;
*/
}

#solutions .box .caption h4 {
	letter-spacing: 0px;
	font-size: 17px;
	width:162px;
/* 	display: inline-block; */
	display: table-cell;
	height:162px;
	vertical-align: middle;
	
  	text-align: center;
/*   line-height: 158px; */
}

p .glyphicon {color:#ffffff;}

p .glyphicon {
	color:#66CDDD;
}

#solutions .box .caption_title {
    position:absolute;
    bottom:10px;
    left:10px;
    background:rgba(63, 63, 63, 0.8);
    width:162px;
    height:60px;
	padding: 0 5px 0 5px;
    text-align:left;
    color:#fff !important;
    z-index:2;
}

#solutions .box .caption_title h4 {
	letter-spacing: 0px;
	font-size: 15px;
	margin-top: 5px;
	font-weight: 300;
}
#solutions .box .caption_title h4:lang(nl) { 
    letter-spacing: 0px;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 300;

}

.ineo_solution {
    width: 61px;
    height: 63px;
    background: url(img/picto_ineo.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -19px;
    transform: translate(0, -50%);
    right: 15px;
    z-index: 5;
}
.ineo_solution:lang(nl) {
    width: 61px;
    height: 63px;
    background: url(img/picto_ineo.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -0px;
    transform: translate(0, -50%);
    right: 15px;
    z-index: 5;
}


.zoom .box a {
	overflow: hidden;
	display: block;
}

.zoom .box a img, .zoom .box a .caption_title {
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
     max-width: 100%;
}

.zoom .box a:hover > img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.zoom .box a:hover > .caption_title {
/* 	opacity: 0; */
}



.img-center {
    margin: 0 auto;
}

hr {
	border-color: rgba(127, 127, 127, 0.64);
	margin-top: 27px;
    margin-bottom: 28px;
}

.separator5 {
	clear: both;
	height: 5px;
}
.separator15 {
	clear: both;
	height: 15px;
}
.separator30 {
	clear: both;
	height: 30px;
}
.separator60 {
	clear: both;
	height: 60px;
}

.pa15 {padding: 15px;}
.pa30 {padding: 30px;}

.pl15 {padding-left: 15px;}
.pl30 {padding-left: 30px;}

.pr15 {padding-right: 15px;}
.pr30 {padding-right: 30px;}
.pr50 {padding-right: 50px;}

.pt15 {padding-top: 15px;}
.pt30 {padding-top: 30px;}

ul {
  margin: 0;
  padding: 0 0 0 30px;
  list-style-position: outside;
}
ul li, ol li {
	margin: 0 0 10px 0;
	font-weight: 300;
}

#menu-nos-autres-solutions-1 li, #menu-nos-autres-solutions-nl-1 li {
	color:#7F7F7F;
}

#menu-nos-autres-solutions, #menu-nos-autres-solutions-nl, #menu-documents-importants, #menu-documents-importants-nl {
	list-style-type: none;
	padding: 10px 0 15px 0;
}
#menu-nos-autres-solutions a, #menu-nos-autres-solutions-nl a, #menu-documents-importants a, #menu-documents-importants-nl a {
	font-weight: normal;
}

#menu-nos-autres-solutions li.active a, #menu-nos-autres-solutions-nl li.active a {
	font-weight: bold;
}

ol {
	padding-left: 30px;
}

footer ul {
	padding: 0;
	margin:0;
	list-style-position: inside;
}
footer ul li {
	margin: 0;
}
.btn-elitis {
	background: #00abc7;
	color:#ffffff;
	text-decoration: none;
	border-radius: 0;
}
.btn-elitis:hover {
	background: #54c5d1;
	color:#ffffff;
}

footer a {
	color:#B2E6EE;
}
footer a:hover {
	color:#fff;
	text-decoration: underline;
}
footer a.courtiers_link {
	display: inline-block;
	background: #00abc7;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	border-radius: 0;
	padding: 8px 15px;
}
footer a.courtiers_link:hover {
	background: #d7f2f6;
	color: #00abc7;
}
.small_font {
	font-size: 13px;
}

/* ISOTOPE */

#filters {
	list-style-type: none;
	margin-bottom: 20px;
	letter-spacing: -4px;
	padding: 0;
	text-align: left;
	border-radius: 4px;
}
#filters li {
	display: inline-block;
	margin: 0;
}
#filters li:first-child {
/* 	border-left: solid 1px #333; */
}
#filters li:last-child {
	border:none;
}
#filters li:hover {
	background: #54c5d1;
}
#filters li:hover > a {color:#ffffff;}
#filters li a {
	color:#6B6B6B;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
/* 	padding: 5px 31px; */
	display: inline-block;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	border-top: solid 1px #d3d3d3;
	font-weight: normal;
	line-height: 17px;
}


.filters_fr li a {
	padding: 5px 31px;
}
.filters_nl li a {
	padding: 5px 27px;
}


#filters li:first-child a {
	border-left: solid 1px #d3d3d3;
}

#filters li a.filter_active {
	background: #00ABC7;
	color: #ffffff;
}

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}



.text-droit {
	width: 100%;
	text-align: center;
}
.text-gauche {
	
}



/* AFFINITIES */

.affinities_block {
/* 	background: #f0f0f0; */
	background: rgb(178, 230, 238);
	
}

.aff_text_back {
	background-color: #f0f0f0;
	padding-bottom: 21px;
	width:100%;
	margin-left: 1px;
	margin-right: -15px;
	min-height: 383px;
}

.affinities_block p {
	font-size: 13px;
	line-height: 16px;
}
.affinities_block h2 {
	margin-top: 0;
	margin-bottom: 3px;
}
.affinities_block ul {
	margin-bottom: 10px;
}
.affinities_block ul li {
	font-size: 13px;
	margin-bottom: 4px;
}
.affinit_pic {
	width: 310px;
	position: relative;
}
.affinit_pic img {
	width: 100%;
	max-width: 310px;
}
.aff_name {
	background: #434b52;
	position: absolute;
	top:10px;
	left:0px;
	display: inline-block;
	width:auto;
	padding: 6px 10px;
}
.affinit_pic .aff_name {
	font-size: 21px;
	line-height: 26px;
	color: #fff;
	font-weight: 700;
}
.contexte_aff {
	background: url('img/affinities_picto01_55x55.png') 15px 4px no-repeat;
	padding: 10px 15px 0 80px;
}

.solution_aff {
	background: url('img/affinities_picto02_55x55.png') 15px 4px no-repeat;
	padding: 10px 15px 0 80px;
}

.va_aff {
	background: url('img/affinities_picto03_55x55.png') 15px -7px no-repeat;
	padding: 10px 15px 0 80px;
}
.affin_btn {
	margin-left: 80px;
}

/* PARTENAIRES */

.logo_part_link {
	display: block;
	width: 100%;
	height: 138px;
	margin-bottom: 0px;
	padding-top: 38px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
/* 	background-size: 67%; */
	background-size: contain;
/* 	border: solid 1px #00ABC7; */
}
.logo_part_link:hover {
	
}


#contact_socials a {
	display: inline-block;
	width:36px;
	height:36px;
	margin-right: 25px;
}

#contact_socials .fb {
	background: url('img/social_fb_36x36_hover.png') top left no-repeat;
}
#contact_socials .fb:hover {
	background: url('img/social_fb_36x36_hover.png') top left no-repeat;
}

#contact_socials .goog {
	background: url('img/social_google_36x36_hover.png') top left no-repeat;
}
#contact_socials .goog:hover {
	background: url('img/social_google_36x36_hover.png') top left no-repeat;
}

#contact_socials .linkd {
	background: url('img/social_linked_36x36_hover.png') top left no-repeat;
}
#contact_socials .linkd:hover {
	background: url('img/social_linked_36x36_hover.png') top left no-repeat;
}


/* ESPACE COURTIERS */

/*menu*/

#menu_courtier .navbar-nav.nav-fr>li>a {
	padding: 7px 44px;
}

#menu_courtier .navbar-nav .active>a {
	background: transparent !important;
	
}
#menu_courtier .navbar-nav .active>a:hover {
	background: #00abc7 !important;
	
}
.user_links {
	margin-top: 71px;
	display: block;
}

.courtiers-contacts {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 50px;
}
.courtiers-section-title {
	color: #00abc7;
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    margin-top: 0;
/*     margin-bottom: 30px !important; */
}
.courtiers-big-text {
	font-size: 25px;
	line-height: 28px;
	color: #000;
	font-weight: 100;
}
.border-left-courtiers {
	border-left: solid 1px #9B9B9B;
}
.contact-courtiers-picto {
	margin-bottom: 	18px;
}
.contact-courtier-title {
	color: #00abc7;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    margin: 0;
}
.mailto-link {
	display: inline-block;
	width: auto;
	background: url('img/enveloppe.png') left 1px no-repeat;
	padding-left: 19px;
	text-decoration: none;
	color: #000;
	font-weight: 300;
	font-size: 13px;
} 

#courtiers-greyBkg {
	background: #ededed;
}
.courtiers-solutions-box {
	background-color: #fff;
	position: relative;
	margin-bottom: 16px;
}
.courtiers-solutions-box-ineo {
	background-color: #fff;
	position: relative;
	margin-bottom: 16px;
	background-color: #4a4a4a;
}
.sol_pic {
	width: 85px;
	height: 85px;
}
.sol_pic img {
	width:100%;
}

.sol_name {
	color: #4a4a4a;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	width: 200px;
	padding-left: 20px;
	position: absolute;
    top: 50%;
    left:85px;
    transform: translate(0, -50%);
}
.courtiers-solutions-box-ineo .sol_name {
	color: #fff;
}

.courtiers-solutions-box:hover .sol_name, .courtiers-solutions-box-ineo:hover .sol_name {
	color: #00ABC7;
}

.sol_ineo_picto {
	width: 58px;
    height: 60px;
    background: url('img/picto_ineo.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
}





/* SOLUTION COURTIER */

.banner_solution_caption_courtier {
	background-color:rgba(63, 63, 63, 0.8);
	padding: 10px 20px 10px;
	display: inline-block;
	width:100%;
	max-width:350px;
	height: 400px;
	position: relative;
}
.banner_solution_caption_courtier h1 {
	color: #fff;
	margin-bottom: 60px;
	margin-top: 32px;
}
.ineo_caption {
	position: absolute;
	width: 95px;
	height: 97px;
	top:12px;
	right: -76px;
	background: url('img/picto_ineo.png') no-repeat;
    background-size: cover;
	
}

.banner_solution_caption_courtier p {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	padding-right: 30px;
}
.banner_solution_caption_courtier p.date_news {
	color: #00abc7;
	font-size: 14px;
}

a.down-docs-courtiers {
	color: #000 !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	display: block;
	margin-bottom: 15px;
}
a.down-docs-courtiers .glyphicon {
	color: #00ABC7;
}
#courtiers-solutions-list {
	padding-left: 20px;	
}
#courtiers-solutions-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	
}
#courtiers-solutions-list ul li a {
	font-weight: 300;
	color: #4a4a4a;
}

#courtiers-solutions-list ul li.current-menu-item a {
	font-weight: bold;
}
.new_doc {
	display: inline-block;
	background: #00ABC7;
	color: #fff;
	font-weight: normal;
	padding: 3px 5px 2px;
	line-height: 16px;
	font-size: 13px;
	margin-left: 5px;
}


/* FOOTER */
footer {
    margin: 0;
    padding: 25px 0;
    background-color: #7f7f7f;
}
footer h3 {
	color:#ffffff;
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
}

footer p {
	color:#ffffff;
	font-size: 12px;
}
footer ul li {
	font-size: 12px;
	color: #ffffff;
}
footer ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
}
footer ul li a:hover {
	color:#54c5d1;
}

.footer_border_block {
	border-right: solid 1px #fff;
	width:95%;
	min-height: 202px;
}
.footer_separator {
	letter-spacing: -4px;
}
.footer_separator_block {
	height: 11px;
	margin-bottom: 10px;
/* 	width:33%; */
	width: 100%;
	display: inline-block;
	margin-right: 3px;
}
.footer_separator_block:last-child {
	margin-right: 0px;
}
.color1 {
	background-color: #00ABC7;
}
.color2 {
	background-color: #66CDDD;
}
.color3 {
	background-color: #B2E6EE;
}

p .elitis_color {
	color: #66CDDD;
}
.highlight_title {
	border: solid 1px rgba(127, 127, 127, 0.64);
	padding: 7px;
	margin: 27px 0 15px;
}
.solutions .highlight_title {
	border: solid 1px rgba(127, 127, 127, 0.64);
	padding: 7px;
	margin: 25px 0 15px;
}
.highlight_block {
/* 	background-color: #B2E6EE; */
	background-color: rgba(178, 230, 238, 0.53);
	padding: 15px;
	margin-bottom: 10px;
}
.highlight_block h2 {color:#000000; margin-bottom: 0;} 
ul.point_forts {
	list-style-position: outside;
	padding-left: 1px;
	display: table;
}
ul.point_forts li {
	list-style-type: none;
	display: table-row;
}
ul.point_forts li:before {
	content: "\e092";
	color: #55CADC;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	margin-right: 15px;
	display: table-cell;
	text-align: right;
	padding: 7px 12px 0 0;
}

#copyright {
	background: #3f3f3f;
	padding-top: 9px;
}
#copyright p {
	color: #ffffff;
	font-size: 11px;
	line-height: 45px;
	margin: 0;
}

#copyright p a {
	color: #B2E6EE;
	font-weight: normal;
}

p {
	color: #3F3F3F;
	line-height: 18px;
	font-weight: 300;
}

p.tight {
	width:82%;
	margin:0 auto 10px;
}

#metiers_home p a {
	/*color:#fff;*/
	text-decoration: underline;
}

footer.entry-meta {display: none;}



/* FORMS */
input[type="text"], input[type="email"], textarea {
	background-color: #F2F2F2;
	border: solid 1px #C4C4C4;
	color: #4F4F4F;
	width: 100%;
	padding: 4px;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="text"]:active, input[type="email"]:active, textare:active, textarea:hover {
	background-color: #ffffff;
	color: #4F4F4F
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   font-style: italic;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
   font-style: italic;  
}

input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;  
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
   font-style: italic;  
}

button, html input[type=button], input[type=reset], input[type=submit] {
	background-color: #00abc7;
	border: solid 2px #00abc7;
	padding: 3px 15px;
	color: #fff;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	color: #000;
}

form p {
	font-weight:bold;
}
form input, form textarea {
	font-weight:normal;
}



.cc_banner .cc_message {
	font-size: 13px !important;
	line-height: 18px !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #000 !important;
    background-color: #CCC !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;

}

.cc_container a, .cc_container a:visited {
	color: #00abc7 !important;
}

.sidebar_border {
	border-left:solid 2px #00ABC7;
}
.sidebar_border-right {
	border-right:solid 2px #00ABC7;
}
.small_screen {display: none;}

.carousel-holder {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}



/* menu mobile liste solutions */
.mobile-menu select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('img/select-arrow.png') no-repeat 96% center #fff !important;
    box-shadow: inset -2px 1px 4px 0px rgba(0,0,0,0.25), inset 2px -2px 4px 0px rgba(0,0,0,0.25), inset 2px 2px 3px 0px rgba(0,0,0,0.25);
    border-radius: 0;
    padding: 0 8px 0;
    padding-right: 1.5em;
    width: 100%;
    font-style: normal;
    font-size: 14px;
    border:none;
    outline: none !important;
    height: 32px;
    margin-bottom: 15px;
}




@media (min-width: 768px){
	.container {
/* 		width: 960px; */
	}
	#solutions {text-align: left;/* margin-left: -10px; */ }
	
	.mobile-menu {display: none;}
}

@media (max-width: 992px){
	
	.navbar-inverse .navbar-nav>li>a {padding:7px 15px; font-size: 13px;}
	
/*
	.home_solutions_box {display: block; margin:0 auto 20px;width: 380px;}
	.center_box{margin:0 auto 20px;}
	.home_solution_info {width: 374px;}
*/
	.footer_border_block {
		margin-bottom: 25px;
	}
	
}

@media (min-width: 992px){
	.carousel-holder, .container {
		width: 960px;
	}
	
	.text-droit {
		float:right;
		width:20%;
		text-align: right;
	}
	.text-gauche {
		float:right;
		width:80%;
	}
	
	
}

@media (min-width: 1200px){
	.carousel-holder, .container {
		width: 960px;
	}
}
/* insurance */
@media (max-width: 768px){
	
	#courtier_body {padding-top: 0px;}
	
	.courtiers_fixed_header {
		position: static;
	}
	#brand_logo.courtiers {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.branding-courtiers {
		margin-top: 10px;
	}
	
	.user_links {margin-top: 10px;text-align: center; margin-bottom: 15px;}
	.border-left-courtiers {border: none;}
	.cont_blocks {margin-bottom: 20px;}
	
	
	
	.carousel-holder {width:100%;}
	
	#brand_logo {
		width:170px;
		height:82px;
		margin:0 auto 25px !important;
		
	}
	
	#carousel.courtiers .item p {
	    color: #fff;
	    font-size: 25px;
	    line-height: 31px;
	    position: relative;
	    width: 100%;
	    text-align: center;
	    top: 50%;
	    transform: translate(0, -50%);
	    padding: 0 20px;
    }
	
	
	#lg {
		float: none !important;
		margin: 15px auto 25px;
	}
	.navbar-inverse .navbar-nav>li>a {
		text-align: center;
	}
	
	.carousel-holder {
/* 		margin: 0 -24px; */
	}
	#carousel h1 {
		font-size: 23px;
		line-height: 30px;
	}
	.claculator_title2 {
		font-size: 15px;
	}
	.carousel-control {
		display: none;
	}
	.carousel-indicators {
		display: none;
	}
	.carousel .caption {
		width: 47%;
		left: 15px;
		top: 10px;
	}
	.carousel .caption p {
		font-size: 14px;
		line-height: 17px;
	}
	
	.business-header {
/* 		height: 275px; */
	}
	
	.banner_caption {
		padding: 10px 0 0 0;
	}
	
	.banner_caption p {
		width: 40%;
		font-size: 16px;
		line-height: 19px;
	}
	
	
	.page-id-50 .banner_caption {
		display: none;
	}
	
	
	#solutions {
		text-align: center;
/* 		width: 185px; */
		width:100%;
	}
	
	#solutions .box {
		margin:0 auto;
		width:185px;
		height:185px;
	}
	#solutions .box .caption_title {
		width:165px;
		height:45px;
	}
	.sidebar_border {
		border-left:none;
	}
	.sidebar_border-right {
		border-right: none;
	}
	
	#courtiers-solutions-list, .mobile_hidden {
		display: none;	
	}
		
	h2 {
		line-height: 28px;
	}
	
	.affinit_pic {
		margin: 0 auto;
		width: 100%;
	}
	.affinit_pic img {
		width: 100%;
		max-width: none;
	}
	
	#filters {
		border:solid 1px #d3d3d3;
/* 		border-bottom: none; */
	}
	#filters li {
		display: block;
		border-bottom:solid 1px #d3d3d3;
	}
	#filters li a {
		width:100%;
		text-align: center;
		border:none;
	}
	
	
	.block-metiers-hor h2 {
		text-align: center;
	}
	
	#sidebar {
		margin-top: 20px;
		border-top: solid 1px #000;
		padding-top: 20px;
	}
	
	.small_screen {display: block;}
	.pl30 {
		padding-left: 15px;
	}
	
	footer {
		text-align: center !important;
	}
	.footer_border_block {
		width:100%;
		border:none;
/* 		min-height: 97px; */
		min-height: 50px;
		margin: 20px auto;
	}
/*
	.footer_border_block {
		margin-top: 25px;
	}
*/
	#copyright a {
		display: block;
		float:none !important;
		margin:0 auto;
		text-align: center;
	}
	#copyright p {text-align: center;}
	#copyright p a {display: inline;}
	
}
/* DOCUMENTS */
#docs h6{
	margin-left: 0px;
}

#docs ul {
	margin-left: 0px;
}

/* HOME SCHEMA */
.display-lg {display:none;}
.display-mob {display: block;}

.approche_block {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #ededed;
}

div.approche_wrapper>div.approche_block:nth-of-type(odd) {
	background: #d7f2f6;
}

.approche_wrapper {
	margin: 20px 0;
}
.approche_info {
	text-align: center;
}
h3.approche_title {
	color: #00a9c4;
	font-size: 16px;
}
.approche_info p {
	margin-bottom: 0;
}
@media (min-width: 768px){
	.approche_info {
		text-align: left;
	}
	h3.approche_title {
		margin-top: 5px;
	}
}
@media (min-width: 992px){
	.display-lg {display:block;}
	.display-mob {display: none;}
	.schema_wrapper{
		position: relative;
		background-color: #dcdcdc;
		background-image: url("img/approche/ineo-logo.png");
		background-size: 45%;
		background-repeat: no-repeat;
		background-position: center center;
		width: 666px;
		height: 410px;
		margin: 60px auto 75px;
		border-radius: 55%;
	}
	.clusters {
		position: absolute;
		width: 180px;
	}
	.clusters .cluster_img {
		position: absolute;
		top:0;
		left:0;
		width: 90px;
		height: auto;
	}
	.clusters .cluster_title {
		display: block;
		position: absolute;
		color: #00a9c4 !important;
		font-weight: 600 !important;
		line-height: 16px;
		font-size: 14px;
	}
	.clusters .cluster_info {
		display: none;
		background:  rgba(215,242,246,0.9);
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 213px;
		padding: 10px 16px;
	}
	.clusters .cluster_info::before {
		content: " ";
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid rgba(216, 240, 244, 0.75);
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
	}
	.clusters .cluster_info p {
		color: #343e46 !important;
	}
	.clusters .cluster_info  p.cluster_info_title {
		color: #00a9c4 !important;
		font-weight: 600;
		margin-bottom: 8px;
	}
	.clusters .arrow {
		display: block;
		position: absolute;
	}
	.clusters .arrow img {
		width:50px;
		height: auto;
	}
	#cluster_1 {
		top:-50px;
		left:290px;
	}
	#cluster_1 .cluster_title {
		right: 17px;
		top: 15px;
	}
	#cluster_1 .arrow {
		right: -1px;
		bottom: -84px;
		transform: rotate(29deg);
	}
	#cluster_1 .cluster_info {
		bottom: -341px;
		left: -60px;
		z-index: 500;
	}
	html[lang="nl-NL"] #cluster_1 .cluster_info {
		bottom: -362px;
		left: -58px;
		z-index: 500;
	}
	#cluster_2 {
		top: 20px;
		right: -46px;
	}
	#cluster_2 .cluster_title {
		right: -14px;
		top: 28px;
	}
	html[lang="nl-NL"] #cluster_2 .cluster_title {
		right: -34px;
		top: 28px;
	}
	#cluster_2 .arrow {
		right: 37px;
		bottom: -147px;
		transform: rotate(78deg);
	}
	#cluster_2 .cluster_info {
		bottom: -329px;
		left: -59px;
		z-index: 500;
	}
	#cluster_3 {
		top: 214px;
		right: -121px;
	}
	#cluster_3 .cluster_title {
		right: 8px;
		top: 33px;
	}
	#cluster_3 .arrow {
		left: -63px;
		bottom: -155px;
		transform: rotate(164deg);
	}
	#cluster_3 .cluster_info {
		bottom: -292px;
		left: -59px;
		z-index: 500;
	}
	#cluster_4 {
		bottom: 57px;
		right: 74px;
	}
	#cluster_4 .cluster_title {
		right: -30px;
		top: 41px;
		width: 105px;
	}
	#cluster_4 .arrow {
		left: -109px;
		bottom: -77px;
		transform: rotate(197deg);
	}
	#cluster_4 .cluster_info {
		bottom: -363px;
		left: -59px;
		z-index: 500;
	}
	html[lang="nl-NL"] #cluster_4 .cluster_info {
		bottom: -345px;
		left: -58px;
		z-index: 500;
	}
	#cluster_5 {
		bottom: 61px;
		left: 141px;
	}
	#cluster_5 .cluster_title {
		left: -111px;
		bottom: -67px;
	}
	html[lang="nl-NL"] #cluster_5 .cluster_title {
		left: -94px;
		bottom: -71px;
	}
	#cluster_5 .arrow {
		left: -89px;
		bottom: -6px;
		transform: rotate(234deg);
	}
	#cluster_5 .cluster_info {
		bottom: -438px;
		left: -58px;
		z-index: 500;
	}
	html[lang="nl-NL"] #cluster_5 .cluster_info {
		bottom: -484px;
		left: -58px;
		z-index: 500;
	}
	#cluster_6 {
		bottom: 215px;
		left: -45px;
	}
	#cluster_6 .cluster_title {
		left: -75px;
		top: 40px;
	}
	#cluster_6 .arrow {
		left: 41px;
		bottom: 41px;
		transform: rotate(-46deg);
	}
	#cluster_6 .cluster_info {
		bottom: -272px;
		left: -59px;
		z-index: 500;
	}
	html[lang="nl-NL"] #cluster_6 .cluster_info {
		bottom: -288px;
		left: -59px;
		z-index: 500;
	}
	#cluster_7 {
		top: 8px;
		left: 63px;
	}
	#cluster_7 .cluster_title {
		left: -98px;
		top: 37px;
	}
	html[lang="nl-NL"] #cluster_7 .cluster_title {
		left: -98px;
		top: 37px;
	}
	#cluster_7 .arrow {
		right: -2px;
		bottom: -24px;
		transform: rotate(3deg);
	}
	#cluster_7 .cluster_info {
		bottom: -330px;
		left: -60px;
		z-index: 500;
	}
}


