/* CSS Document */

*{
	outline:none !important;
}
body{
	font-family: 'Calibri';
	font-size: 17px;
	padding-top: 70px;
}

@media(max-width: 1199px) {
	body {
		padding-top: 50px;
	}
}

a:hover{
	color:#f07e04;
	text-decoration:none;
}
a:focus{
	text-decoration: none;
}
.form-control,
.form-control:focus{
	box-shadow:none !important;
}
option {
    padding: 5px 15px;
}

select.form-control{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.5em 1em;
    background-position: right center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}
.bootstrap-filestyle .btn-default{
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.form-control{
	border-radius: 5px;
	border-width: 2px;
}
.form-control:focus{
	border-color: #666;
}

/***************** menu **********************/

#header{
	position: relative;
	z-index:20;
	top: 0;
	left: 0;
	width: 100%;
}

.navbar-default{
	-moz-box-shadow: 0px 3px 0 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px  3px 0px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 3px  0px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px  0px 0px rgba(0,0,0,0.2);
	border: none !important;
}
.navbar{
	margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a,
.nav-tools .dropdown span{
	font-family: 'CalibriBold';
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
}

@media(min-width:1199px){
	.nav-tools .dropdown span{
		position: relative;
		top: -4px;
		display: inline-block !important;
	}
}

.d-block {
	display: block;
}
.d-inline-block {
	display: inlnine-block;
}
.d-flex {
	display: flex;
}

.animate-navbar{
  animation: animate-navbar 2s ease;
}

@keyframes animate-navbar{
	0% {
		top:-200px;
	}
	22% {
		top: 0;
	}
}
@keyframes animate-cbp-tm-submenu{
	0% {
		margin-top:-20px;
	}
	100% {
		margin-top:0;
	}
}

@media(min-width:1200px) and (max-width:1310px){
	.navbar-default .navbar-nav > li > a {
		font-size: 16px !important;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.animate-cbp-tm-submenu{
	animation: animate-cbp-tm-submenu 0.3s ease;
}

.nav-tools{
	/*float:right;*/
	position: absolute;
	top: 0;
	right: 0;
}

@media(max-width:1199px){
	.nav-tools{
		top: -3px;
		right:70px;
	}
}


.nav-tools .dropdown{
	position: static !important;
}

.nav-tools > ul > li{
	display: inline-block;
}
.nav-tools ul{
	list-style-type: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.nav-tools a{
	font-size: 24px !important;
	position: relative;
	color: #666;
	padding:18px 10px;
	display:inline-block;
}
.nav-tools .beta{
	padding:18px 20px 18px 0;
	display:inline-block;
	position: relative;
	top: -5px;
}
@media(min-width:768px){
	.nav-tools li:last-child a{
		padding-right: 20px;
	}
}


.cbp-tm-submenu:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	position: absolute;
	top: -8px;
	right: 40px;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	z-index: 1;
}
.cbp-tm-submenu{
	display: none;
	position:absolute;
	background: #fff;
	padding: 20px !important;
	top: 90px !important;
	right: 20px !important;
	left: auto !important;
	border: none !important;
	z-index: 10;
	min-width: 250px;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.cbp-tm-submenu .nav-pills{
	padding-top: 5px;
}
.cbp-tm-submenu .nav-pills li{
	padding-bottom:15px;
}
.cbp-tm-submenu .btn-violet + div{
	margin-top:10px !important;
}
.cbp-tm-submenu .btn-violet + div a{
	display: block;
	font-size: 14px !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background: #4b16b9;
}

@media(min-width:400px) and (max-width:1199px){
	.cbp-tm-submenu{
		top: 80px !important;
		right:20px !important;
	}
}

@media(max-width:400px){
	.cbp-tm-submenu{
		top: 75px !important;
		right:-55px !important;
		width:calc(100vw - 30px);
	}
	.cbp-tm-submenu:before{
		right:calc(50% - 14px);
	}
}

.cbp-tm-submenu.in{
	display: block;
}
.cbp-tm-submenu li{
	padding-bottom:24px;
	position: relative;
}
.cbp-tm-submenu li:last-child{
	padding-bottom: 0;
}
.cbp-tm-submenu a{
	font-size: 17px !important;
	padding: 0 !important;
	text-transform: uppercase;
	font-family: "CalibriBold";
	color: #666 !important;
}
.cbp-tm-submenu a:hover{
	color: #333 !important;
	background: none !important;
}
.cbp-tm-submenu i{
	display: inline-block;
	margin-right: 10px;
}
.cbp-tm-submenu .notification{
	font-size: 12px;
	color: #fff;
	background: #ed6d09;
	display:inline-block;
	background:#ed6d09;
	float: right;
	-webkit-border-radius:8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:4px 8px;
	line-height: 10px;
	position:absolute;
	top: 4px;
	right: 0;
}

@media(max-width:1199px){
	.nav-tools a{
		padding:13px 10px 7px 10px;
	}
	.navbar-nav > li > a{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		font-size: 24px !important;
	}
}

.nav-tools a .notification{
	font-size: 10px;
	color: #fff;
	background: #ed6d09;
	display:inline-block;
	background:#ed6d09;
	position:absolute;
	top:15px;
	right:-2px;
	border: #fff solid 2px;
	-webkit-border-radius:8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:2px 4px;
	line-height: 10px;
}
@media(min-width:1199px){
	.navbar .navbar-brand{
		position:relative;
		top:-5px;
		left:-5px;
		z-index:2;
	}
	.navbar .navbar-brand img{
		width: 122px;
		-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
		filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	}
}
@media(max-width:1199px){
	.navbar .navbar-brand{
		position:relative;
		top:-15px;
		left:-16px;
		z-index:2;
	}
	.navbar .navbar-brand img{
		width:68px;
	}
}

.navbar-nav > li > a{
	padding-top: 25px;
	padding-bottom: 25px;
}

@media(max-width:1199px){
	body.in,
	html.in{
		height: 100vh;
		overflow: hidden;
	}
	.collapse.in{
		display: block !important;
		background: #eee;
		text-align: center;
		padding-top:40px;
		padding-bottom:40px;
		min-height:100vh !important;
		max-height:9999px !important;
		-webkit-overflow-scrolling: touch;
	}
}

/******************************************************/
main{
	min-height: 100vh;
}

/************************** footer *********************/
#footer{
	background: #ddd;
	font-family: 'CalibriLight';
	color: #666;
	padding:15px 20px;
	font-size: 14px;
}

#footer ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footer li{
	float: left;
	margin-right: 10px;
}


#footer a{
	color: #666;
	display: block;
}

#footer a.reseau-footer{
	font-size: 24px;
	line-height: 14px;
}


@media(min-width:991px){
	#footer .pull-right i{
		color: #ddd;
		font-size:24px;
		text-align: center;
		content: "\e921";
		font-family: 'icomoon';
		display: inline-block;
		background: #888;
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin: -15px -20px -15px 15px;
		float: right;
	}

	#footer .pull-right a:hover i{
		background: #333;
	}
	#footer span{
		display:none;
	}
}

@media(max-width:991px){
	#footer i{
		display: none;
	}
	#footer .pull-left,
	#footer .pull-right{
		float: none!important;
		text-align: center;
	}
}

/********************* .breadcrumb ********************/
.breadcrumb{
	background: none;
	margin-bottom: 0;
	display: inline-block;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
}
.breadcrumb *{
	vertical-align: middle;
}
.breadcrumb a{
	color: #666;
}
.breadcrumb .fa-home{
	font-size: 20px;
	margin-right:5px;
}
.breadcrumb strong{
	font-weight: normal;
}
@media(max-width:768px){
	.breadcrumb{
		display: none;
	}
}

/**************************** heading ******************/
.heading{
	border-bottom:#d1d1d1 solid 1px;
	vertical-align: middle;
	margin-bottom: 30px;
}

@media(max-width:768px){
	.heading{
		margin-bottom:15px;
	}
}

.heading h2,
.heading .h2{
	display: inline-block;
	padding:15px;
	border-right:#d1d1d1 solid 1px;
	vertical-align: middle;
}

@media(max-width:768px){
	.heading h2,
	.heading .h2{
		font-size:18px;
	}
}

/*********************** pagination *********************/
.pagination {
    border: 3px solid #797979;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
	overflow: hidden;
}

.pagination li a{
	border-color:#c2c2c2;
	font-family: "CalibriBold";
	font-size: 18px;
	display: inline-block;
	background: none !important;
	border: none;
	color: #797979;
	padding: 10px 15px 6px 15px;
	/*border-bottom:transparent solid 4px;*/
}
.pagination li a,
.pagination li a:hover{
	border-right:#c2c2c2 solid 1px;
}

.pagination li a:hover{
	color: #333;
}

.pagination li:last-child a,
.pagination li:last-child a:hover{
	border-right:none;
}

.pagination li:first-child a,
.pagination li:last-child a{
	border-bottom: none !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
	border-color:#c2c2c2;
}
.pagination li.active a,
.pagination li.active a:hover{
	/*border-bottom: #f18704 solid 4px;*/
	background: #dbdbdb !important;
	color: #797979;
}
@media(max-width:768px){
	.pagination li a{
		font-size: 14px;

	}
}
/************************ jQuery UI slide *******************/
.ui-widget.ui-widget-content{
	border: none !important;
}
.ui-slider-horizontal{
	height: 0.5em !important;
	background: rgba(255,255,255,0.1) !important;
}
.ui-slider .ui-slider-handle{
	height: 1.5em !important;
	width: 1.5em !important;
	border: none !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer !important;
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
}
.ui-slider-horizontal .ui-slider-handle{
	top: -0.5em !important;
}
.ui-widget-header{
	background: rgba(255,255,255,0.3) !important;
}

/******************* type_offer **********************/
.type_offer{
	position: absolute;
	top: 0;
	right: 15px;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
	background: red;
}

.visuel-annonce .type_offer{
	right: 30px;
}

.type_offer:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 25px 0 0;
	border-color: red transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 0;
}
.type_offer:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 8px 0;
	border-color: transparent red transparent transparent;
	position: absolute;
	top: 100%;
	right: 0;
}

/*************************** job *************************/
.type_offer_primary{
	background:#dd9d55;
}
.type_offer_primary:before{
	border-color: #dd9d55 transparent transparent transparent;
}
.type_offer_primary:after{
	border-color: transparent #dd9d55 transparent transparent;
}

/*****************************************************/
.type_offer_info{
	background:#7757de;
}
.type_offer_info:before{
	border-color: #7757de transparent transparent transparent;
}
.type_offer_info:after{
	border-color: transparent #7757de transparent transparent;
}

/*****************************************************/
.type_offer_warning{
	background:#dc5482;
}
.type_offer_warning:before{
	border-color: #dc5482 transparent transparent transparent;
}
.type_offer_warning:after{
	border-color: transparent #dc5482 transparent transparent;
}

/*****************************************************/
.type_offer_danger{
	background:#dccb57;
}
.type_offer_danger:before{
	border-color: #dccb57 transparent transparent transparent;
}
.type_offer_danger:after{
	border-color: transparent #dccb57 transparent transparent;
}

/*****************************************************/
.type_offer_secondary{
	background:#75a0a6;
}
.type_offer_secondary:before{
	border-color: #75a0a6 transparent transparent transparent;
}
.type_offer_secondary:after{
	border-color: transparent #75a0a6 transparent transparent;
}


/**************** formation ******************/
.type_offer_success{
	background:#ec6649;
	width: 80px;
}
.type_offer_success:before{
	border-width: 8px 40px 0 0;
	border-color: #ec6649 transparent transparent transparent;
}
.type_offer_success:after{
	border-width: 0 40px 8px 0;
	border-color: transparent #ec6649 transparent transparent;
}

/**************** nouveau-recruteur ******************/
#ve_mainbundle_recruiter_image .form-group .col-sm-2{
	display: none;
}
#ve_mainbundle_recruiter_image .form-group .col-sm-10{
	padding: 0;
  width: 100%;
}
#ve_mainbundle_recruiter_image .form-group {
    margin: 0;
}

/**************** alert ******************/
[class*="-primary"] {
  background-color: #ffffff;
  border-color: #4D16BD;
  color: #4D16BD;
}
[class*="-success"] {
  background-color: #4D16BD;
  border-color: #4D16BD;
  color: #ffffff;
}
[class*="-info"]{
  background-color: #666666;
  border-color: #666666;
  color: #ffffff;
}
[class*="-warning"]{
  background-color: #ffffff;
  border-color: #ED6D09;
  color: #ED6D09;
}
[class*="-danger"] {
  background-color: #ED6D09;
  border-color: #ED6D09;
  color: #ffffff;
}

/*********** bloc-social ****************/
#bloc-social{
	position: fixed;
	top: 50%;
	right: 0;
}
#bloc-social ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#bloc-social li a{
	display: block;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
}
#btn-fb{
	background: #4867aa;
}
#btn-tw{
	background: #50abf1;
}
#btn-google{
	background: #dc4a38;
}
#btn-linkedin{
	background: #4867aa;
}
.newForm{
	background: #F3F3F4;
}

.display-inline {
	display: inline-block !important;
}

/* Override .Panel Bootstrap */
.panel-body {
	padding: 30px;
}

/* Custo block testimonial */
.item-testimony {
	color: #666;
	text-align: justify;
}
.item-testimony i {
	color: #ed6e08;
	font-size: 24px;
}
.item-testimony i.fa-quote-left {
	margin-right: 10px;
}
.item-testimony i.fa-quote-right {
	margin-left: 10px;
}
.author-testimony {
	margin-top: 15px;
	font-style: italic;
	color: #666;
	font-size: 18px;
}
.name-testimony {
	font-weight: 600;
	font-style: normal;
	color: #4d16bd;
	font-size: 22px;
}


.bloc-renseignements,
.bloc-orange {
	color: #fff;
	padding: 20px;
	margin-top: 30px;
	position: relative;
	z-index: 2;
	background: #ed6e08;
	background: -webkit-linear-gradient(#f49904, #ed6e08);
	background: -moz-linear-gradient(#f49904, #ed6e08);
	background: -o-linear-gradient(#f49904, #ed6e08);
	background: linear-gradient(#f49904, #ed6e08);
}
@media(min-width:992px){
	.bloc-renseignements,
	.bloc-orange {
		padding: 40px;
	}
}

.bloc-renseignements .help-block,
.bloc-orange .help-block {
	color: #fff;
}

@media(max-width:991px){
	.bloc-renseignements p.h3,
	.bloc-orange p.h3{
		font-size: 16px;
	}
}

.bloc-renseignements a:hover,
.bloc-orange a:hover {
	color: rgba(255,255,255,0.6);
	-moz-transition:all ease .3s;
	-ms-transition:all ease .3s;
	-o-transition:all ease .3s;
	-webkit-transition:all ease .3s;
	transition:all ease .3s;
}


/**************************** annnonces ************************/
#annonces{
	padding-top: 60px;
	padding-bottom: 60px;
}
#annonces header a{
	display: block;
}

#annonces .box {
	padding: 30px;
}

#annonces header a img {
	width: 100%;
	height: 40vh;
	object-fit: cover;
	object-position: top left;
}
#annonces header a img.no-img {
	object-position: center center !important;
}

article.box section{
	padding:30px;
	text-align: center;
}
article.box img{
	margin: 0 auto;
}
.ref{
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'CalibriLight';
}
.name,
.name a,
.caractere{
	font-size: 21px;
	color: #4d16bd;
	font-family: 'CalibriBold';
	text-transform: uppercase;
	line-height: 1.1;
}
.name{
	margin-bottom: 20px;
}
.desc{
	color: #666;
}

@media(min-width:992px){
	.desc{
		height: 100px;
	}
}
@media(min-width:769px) and (max-width:991px){
	.desc{
		height: 150px;
	}
}
@media(min-width:769px){
	.desc{
		overflow:hidden;
	}
	.name{
		height:42px;
		overflow: hidden;
	}
}

@media(max-width:991px){
	.annonce-accueil{
		padding-top: 20px;
	}
}

.sliderAnnonce,
.sliderProfil{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

img.text-center {
	margin-left: auto;
	margin-right: auto;
}

.row-product .box {
	padding: 20px;
}

@media(min-width : 992px){
	.row-product {
		margin-left: -15px;
		margin-right: -15px;
		display: flex;
		flex-wrap: wrap;
	}
	.row-product .product {
		padding-left: 15px;
		padding-right: 15px;
		max-width: 33.3333333%;
		flex: 0 33.3333333%;
	}
	.row-product .product .box {
		height: 100%;
	}
	.row-product .product .box img {
		display: block;
		margin: 0 auto 15px auto;
		height: 200px;
	}
}