body{
	font-family: 'Montserrat', sans-serif;
}
.strong_900 { font-weight:900 !important; }
.strong_700 { font-weight:700 !important; }
.strong_500 { font-weight:500 !important; }
.font_weight_normal { font-weight:normal !important; }
.header-connect{
	padding-top: 10px;
}
.background_orange { background: #ff6600 none repeat scroll 0 0 !important; }
.text_orange { color: #ff6600 !important; }
span.arrowbig {
	font-size: 44px;
	font-weight: normal;
	line-height: 1px;
	position: relative;
	top: 6px; display:inline-block;
}
.text-gris { color:#999  !important; }
.text-noir { color:#111  !important; }
.offre-line:hover  span.arrowbig,
.single-work:hover  span.arrowbig
{
	-webkit-animation: cssAnimation 0.5836s 5 linear;
	-moz-animation: cssAnimation 0.5836s 5 linear;
	-o-animation: cssAnimation 0.5836s 5 linear;
}
@-webkit-keyframes cssAnimation {
	from { -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(-7px); }
	to { -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(10px); }
}
@-moz-keyframes cssAnimation {
	from { -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(-7px); }
	to { -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(10px); }
}
@-o-keyframes cssAnimation {
	from { -o-transform: rotate(0deg) scale(1) skew(0deg) translate(-7px); }
	to { -o-transform: rotate(0deg) scale(1) skew(0deg) translate(10px); }
}

.single-work h3 a:link,
.single-work h3 a:visited
{
	color:#222;
}
.single-work:hover h3 a:link,
.single-work:hover  h3 a:visited
{
	color:#fff;
}

section.recherche,
.container.recherche .search-form
{
	background:#ec671c ;  padding: 20px 0;
}

.info_script { font: 400 29px/33px "Cookie",Helvetica,sans-serif; }

.header-call p{
	color: #666666;
}
.header-call p span{
	margin-right: 15px;
	font-weight: 300;
}
.header-call p span i{
	margin-right: 3px;
	font-size: 18px
}
.header-social ul{
	padding-top: 5px
}
.header-social ul li a{
	color: #666666;
	font-size: 14px

}
.header-social ul li a:hover{
	color: #ec671c
}
.navbar-default .navbar-nav > li > a{
	color: #202020;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;

}
.navbar-nav > li > a {
	padding-right: 20px;
	padding-left: 20px;
}
.navbar-default .navbar-nav > li > a.active
{
	background: #f0f0f0 none repeat scroll 0 0;
}
.navbar-default .navbar-nav > li > a.active:after{

	background-color: #f5b38d;
	bottom: -24px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	transition: all 0.2s ease 0s;
	width: 100%;
}
.navbar-default .navbar-nav > li > a::after {
	background-color: #f5b38d;
	bottom: -24px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	transition: all 0.2s ease 0s;
	width: 0%;
}
.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}

.navbar-nav.navbar-right:last-child{
	margin-right: 20px;
	//margin-top: 10px;
}
.navbar-brand {
	padding-top: 10px;
}
.main-nav {
	padding-top: 25px;
}
.button.navbar-right {
	padding-top: 10px;
}
.nav-button {
	background-color: #929292;
	border: medium none;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	border-radius: 2px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav-button.login{
	background-color: #ec671c;
	margin-right: 5px;
}
.nav-button:hover{
	background-color: #ec671c;

}
.navbar{
	margin-bottom: 0px;
	min-height: 100px;
}
.navbar-default {
	background-image: none;
	background-color: #fff;
	background-repeat: repeat-x;
	border-radius: 4px;
	box-shadow: none;
}
.navbar .container{
	padding-top: 15px
}

.slider-area{
	position: relative;
	height: 630px
}
#bg-slider .item img{
	width: 100%;
	height: 630px
}

.slider-content{
	position: absolute;
	top:20%;
	left: 50%;
	margin-left: -585px;
	text-align: center;
	color: #fff
}
.slider-content h2 {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.slider-content p {
	font-size: 14px;
	margin-bottom: 60px;
}

.slider .owl-theme .owl-controls {
	margin-top: 0px;
	position: relative;
	text-align: center;
}
.slider .owl-pagination {
	bottom: 280px;
	position: absolute;
	right: 10px;
	width: 40px;
}
.slider .owl-theme .owl-controls .owl-page span{
	background: #fff
}
.search-form {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px 0;
}
.form-inline .form-control, .form-inline .form-control {
	background: none repeat scroll 0 0 #fff;
	border-radius: 1px;
	color: #333;
	font-style: italic;
	height: 40px; font-weight: 700;
	margin-right: 10px;
	width: 195px;
}
.form-inline input[type=submit]{
	background: #ff6600 ;
	color: #fff;
	height: 40px;
	width: 90px;
	border-radius: 1px;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.form-inline input[type=submit]:hover{
	background: #fff ; color:#ec671c ;
}
.page-title {
	padding-top: 45px;
}
.page-title h5{
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0
}
.page-title h2 {
	font-size: 25px;
	font-weight: 800;
	margin-top: 5px;
	text-transform: uppercase;
}
.text-bleu
{
	color: #00ADEF;
}
.page-title h2 span
{
	color: #ff6600;
}
.table tr:hover .text-bleu, .offre-line:hover .text-bleu, .offre-line:hover sup.small, .single-work:hover .text-bleu,
.table tr:hover .text-bleu  a:link, .offre-line:hover a:link, .offre-line:hover sup.small a:link, .single-work:hover .text-bleu a:link,
.table tr:hover .text-bleu a:visited, .offre-line:hover a:visited, .offre-line:hover sup.small a:visited, .single-work:hover .text-bleu a:visited,
.offre-line:hover a:link,.offre-line:hover a:visited
{
	color: #fff ;
}


.page-title p {
	color: #666666;
	line-height: 30px;
	padding: 0 25%;
	margin-top: 16px;
}

.how-it-work{
	margin: 40px 0 80px
}

.single-work{
	padding: 50px 0 70px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 2px solid #ec671c
}
.single-work h3{
	color: #202020;
	font-size: 20px;
	font-weight: 500;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.single-work p {
	color: #666666;
	font-weight: 300;
	line-height: 26px;
	margin-top: 25px;
	padding: 0 37px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.single-work.active{	
	background: #ec671c
}
.single-work.active h3{
	color: #fff
}
.single-work.active p{
	color: #eeeeee
}
.single-work:hover{
	background: #ec671c
}
.single-work:hover h3{
	color: #fff
}
.single-work:hover p{
	color: #eeeeee
}


.nav-tabs > li > a{
	color: #666;
	font-weight: 300;
	border-width: 4px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: transparent transparent #ec671c;
	border-style: solid;
	border-width: 4px;
	color: #666666;
	cursor: default;
	font-weight: 700;
	outline: none;
}

.job-posting{
	padding: 60px 0
}
.job-posting .tab-content{
	margin-top: 30px
}

.tab-content ul li {
	margin-right: 14px;
	overflow: hidden;
}
.tab-content ul li:last-child{
	margin-right: 0;
}

.tab-content ul li a{
	position: relative;
}

.tab-content ul li a:hover .overlay {
	opacity: 1
}
.overlay {
	background: -webkit-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* FF1.6+ */
	background:     -ms-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* IE10 */
	background:      -o-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background:         linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* W3C */
	border-radius: 2px;
	height: 189px;
	left: 0;
	position: absolute;
	top: -82px;
	width: 98%;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.overlay > h3 {
	bottom: -50px;
	margin: 0;
	position: absolute;
	left: 15px;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tab-content ul li a:hover .overlay h3{
	bottom: 20px
}

.tab-content ul.job-seeker li a .overlay{
	
}
.tab-content ul.job-seeker li a .overlay h3 {
	bottom: -100px;
}
.tab-content ul.job-seeker li a:hover .overlay h3 {
	bottom: 35px;
}
.tab-content ul.job-seeker li a .overlay p {
	bottom: 3px;
	color: #fff;
	font-weight: 400;
	left: -100px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition-delay:0.2s;
	-moz-transition-delay:0.2s;
	-ms-transition-delay:0.2s;
	-o-transition-delay:0.2s;
	transition-delay:0.2s;

}
.tab-content ul.job-seeker li a:hover .overlay p{
	left: 18px
}
.jobs{
	margin-bottom: 0;
}
.jobs{
	margin-top: 0;
}
.table tr{

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
table td.montant h4 {  
	margin-bottom: 0;
	margin-top: 5px;
}
.table tr.hide-jobs{
	display: none;
}
.table tr td h4{
	font-weight: 700;
	/*text-transform: capitalize;*/
}
.table tr td{
	padding:6px;
}
.table tr td h4 span{
	font-weight: 300;
	font-size: 14px
}
.table tr td p i{
	color: #ec671c
}
.table tr td p{
	font-size: 13px
}
.table tr td a.bouton,
.offre-line a.bouton,  a.bouton{
	color: #fff;
	background: #ff6600;
	padding:12px 15px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: inline-block;
}
.table tr:hover td a.bouton,
.offre-line:hover a.bouton,
.single-work:hover a.bouton
{
	/*background: #ec671c;background:#006c95;*/
	background: #ff6600 ;
}
.table tr:hover td a.bouton:hover,
.offre-line a.bouton:hover, a.bouton:hover, .single-work a.bouton:hover
{
	background: #fff;
	color: #ec671c;
}
.table tr:hover td a:link,
.table tr:hover td a:visited,
.offre-line a:visited
{
	color: #fff;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-top: 0px;
	vertical-align: middle;
	padding: 15px;
}
.table > tbody > tr > td.tbl-logo{
	padding-right: 0px;
}
.table > tbody > tr > td.tbl-apply{
	padding-right: 10px;
	padding-left: 0px;
}
.table > tbody > tr > td.tbl-title{
	padding-left: 5px;
}
.table tr.odd{
	background: #F9F9F9;
}
.table tr.even{
	background: #fff;
}
.table tr:hover, table th, .offre-line:hover, .offre-line:nth-child(2n):hover{
	background: #0c89b8;

	color: #fff;
}
.offre-line.table { margin-bottom:0;}
.offre-line.inverse {
	background: #ec671c none repeat scroll 0 0;
	color: #fff;
	font-weight: bold;
	min-height: 30px;
	padding: 0;
}
.offre-line{
	background:#f0f0f0 none repeat scroll 0 0;
	float: left;
	height: auto;
	min-height: 114px;
	padding: 15px 0 3px;
	transition: all 0.1s ease-in-out 0s;
}
.offre-line .montantoffre .info {display:none;}
.offre-line .td {
	padding: 15px 10px !important;

}
.offre-line:nth-child(2n) {
	background-color: #fff;
	transition: all 0.1s ease-in-out 0s;
}
.offre-line h4, .offre-line .h4 {
	font-size: 16px;
}
.more-jobs{
	margin-top: 30px;
}
.more-jobs a {
	background: none repeat scroll 0 0 #d1d1d1;
	color: #666666;
	padding: 14px 22px;
	border-radius: 2px;
	display: inline-block;
}
.more-jobs i{
	margin-right: 10px;
	font-size: 16px
}


.job-add{
	background: url(http://conso.mon-comparateur-financier.fr/img/job-add.png);
	height: 500px;
}
.job-add h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 800;
	margin: 0;
	padding: 305px 20px 0;
	text-transform: uppercase;
}
.job-add a {
	background: none repeat scroll 0 0 #ec671c;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin: 30px 0 0 20px;
	padding: 21px 55px;
	font-size: 15px;
}

.table-responsive {
	margin-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}
.testimonial{
	position: relative;
	margin-top: 50px;
	margin-bottom: 70px;
}
.testimonial .item {
	padding-bottom: 30px;
}
.testimonial .item .client-face {
	position: absolute;
	top: 78px;
	right: 130px;
}
.client-face > img {
	border: 5px solid #fff;
	border-radius: 50%;
}
.testimonial .owl-theme .owl-controls .owl-page span{
	background: #ec671c
}
.client-text {
	background: none repeat scroll 0 0 #ec671c;
	border-radius: 2px;
	color: #fff;
	margin-left: 175px;
	padding: 20px 30px;
	width: 800px;
}
.client-text p {
	line-height: 30px;
}
.client-text h4 {
	font-size: 15px
}
.client-text h4 i{
	font-size: 13px
}

.footer-area{
	background: #000;
	border-top: 4px solid #ff6600;
	padding-bottom: 20px

}
.footer{
	padding: 0px 0 80px 0;
}
.single-footer{
	margin-top: 60px
}
.single-footer img{
	margin-bottom: 20px;
}
.single-footer p{
	color: #fff;
	line-height: 26px;
}
.single-footer h4{
	color: #fff;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 45px
}
.single-footer h5{
	color: #fff;
	margin-top: 20px;
	font-weight: 700;
}
.single-footer a{
	color: #fff;
}
.single-footer ul li{
	margin-bottom: 10px
}
.single-footer ul li a{
	color: #6d7a83;
	font-weight: 700;
}
.single-footer ul li a:hover{
	color: #ec671c;
	text-decoration: none;
}

.footer-copy{
	color: #fff;
	font-weight: 700;
}

.footer-copy span{
	margin-right: 20px;
	margin-left: 20px;
}
.footer-copy span a{
	color: #ec671c;
	font-weight: 800;
}
body {
	overflow: hidden;
}

/* Preloader */

#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(http://conso.mon-comparateur-financier.fr/img/preloader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.offre-line .numoffre { margin-top:29px; }
.offre-line .logooffre{ margin-top:0; }
.offre-line .detailoffre{ margin-top:7px; }
.offre-line .montantoffre{ margin-top:18px; }

.offre-line .montantoffre  a:link,.offre-line .montantoffre  a:visited{ color:#222; }
.offre-line .montantoffre  a:hover { color:#fff;text-decoration:underline; }
.offre-line:hover .montantoffre  a:link, .offre-line:hover .montantoffre  a:visited { color:#fff; }

.offre-line .tauxoffre  a:link,.offre-line .tauxoffre  a:visited{ color:#222; }
.offre-line .tauxoffre  a:hover { color:#fff;text-decoration:underline; }
.offre-line:hover .tauxoffre  a:link, .offre-line:hover .tauxoffre  a:visited { color:#fff; }

.offre-line .tauxoffre{ margin-top:7px; }
.offre-line .tauxoffre h4{ margin:0; }
.offre-line .ctaoffre{ margin-top:12px; }
.offre-line .ctaoffre.topoffre{ margin-top:29px; }

#top_un { border: 5px solid #ff6600; }
/*#top_deux { border: 5px solid #39ABD6; }*/

/********************************************************************/

@media (max-width: 990px) {
	
	.inverse.table ,.numoffre { display:none; }
	.offre-line.table { text-align:center; }
	.offre-line .td {padding: 0 10px 10px !important;}
	.offre-line .pull-left, .offre-line .pull-right {float:none !important;}
	.offre-line .montantoffre h4 {font-size: 24px !important;}
	.offre-line .tauxoffre h4 {font-size: 28px !important; color:#00adef !important;}
	.offre-line:hover .tauxoffre h4 {color:#fff !important;}
	.offre-line .tauxoffre h4 .small {font-size: 47%;}
	.offre-line .montantoffre, .offre-line .tauxoffre {margin-top: 0;}
	.offre-line .montantoffre .info {display:block;}
	.offre-line .ctaoffre .bouton { display:block;width:100%; }
	
	
}

/*******************************************************************/



.alerte{
	color: #FFF;
	background-color: #FF6600;
	padding: 20px 20px 10px 20px;
	font-size: 15px;
	line-height:19px;
	width: 100%;
	margin: auto;	
	margin-top:20px;
	margin-bottom: 20px;
	border-radius: 4px;
	vertical-align:middle;
}

.alerte img{
	padding-right: 15px;
	padding-bottom: 0;
	float: left;
}

.spacer{
	clear:both;
}



@media screen and (min-width: 500px) {

	.alerte{
		font-size: 16px;
		line-height:20px;
	}

	#badge_promo-en-cours {
		width: 130px;
		height: 130px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(./img/badge_promo-en-cours.png) no-repeat top left;
	}
	#badge_promo-anniv {
		width: 130px;
		height: 130px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(./img/promoAnniv.png) no-repeat top left;
		z-index:1000;
	}
	#badge_promo-noel {
		width: 130px;
		height: 108px;
		position: absolute;
		top: 0px;
		right: 0px;
		background: url(./img/badge_promo-noel.png) no-repeat top left;
		z-index:1000;
	}
	.table-responsive {
		overflow: initial;
	}
	#top_un {
		position: relative;
	}
	#top_deux {
		position: relative;
	}
}
@media screen and (min-width: 768px) {

	.alerte{
		font-size: 18px;
		line-height:22px;
	}


	#badge_promo-en-cours {
		top: -20px;
		right: -20px;
	}
	#badge_promo-anniv {
		top: -20px;
		right: -20px;
	}


}
@media screen and (min-width: 992px) {

	.alerte{
		font-size: 20px;
		line-height:24px;
	}

	.alerte p{
		margin-top:10px;
	}

	#badge_promo-en-cours {
		top: -50px;
		right: -60px;
		background-size: 75% auto;
	}
	#badge_promo-anniv {
		top: -50px;
		right: -65px;
		background-size: 75% auto;
	}
	
	#badge_promo-noel {
		top: -50px;
		right: -65px;
		
	}
}
@media screen and (min-width: 1300px) {

	.alerte{
		font-size: 22px;
		line-height:26px;
	}

	#badge_promo-en-cours {
		background-size: initial;
	}
	#badge_promo-anniv {
		background-size: initial;
	}
}