@charset "UTF-8";
/* CSS Document */

*:focus{
    outline: none;
}


@font-face {
font-family: 'Helvetica';
font-style: normal;
font-weight: normal;
src: local('Helvetica'), url('fonts/Helvetica.woff') format('woff');
}

.loading{
	width:100%;
	height:100vh;
	display:flex;
	justify-content: center;
	align-content: center;
}

.skip-intro
{
	position:absolute;
	right:25%;
	top:75%;
	font-size:20px;
	padding:5px 10px;
	box-sizing:border-box;
	background:#FFF;
	border-radius:3px;
	border-color:#39a5b7;
	border:2px;
	border-style:solid;
	cursor:pointer;
	color:#39a5b7;
}

.skip-intro:hover
{
	border-color:#910028;
	color:#910028;
}

body{
	margin:0px;
	padding:0px;
	font-family: 'Helvetica','Open Sans', sans-serif;
    font-size: 12px;
	color:#616161;
}

a{
	text-decoration: none;
}

/*****Loading*****/
.class_body
{
	background:#fbfbfb;
}


.full-width
{
	width:100%;
}

.loader{
	width:100%;
	height:50vh;
	display:flex;
	align-items: center;
	justify-content: center;
	position:absolute;
}

.loader .content{
	width:100%;
	max-width:800px;
	height:300px;
	text-align:center;
}

.loader .content .img_log img{
	width:100%;
}

/***Clears***/
.clear
{
	clear:both;
	height:1px;
}

.clear5
{
	clear:both;
	height:5px;
}

.clear10
{
	clear:both;
	height:10px;
}

.clear20
{
	clear:both;
	height:20px;
}

.clear25
{
	clear:both;
	height:25px;
}

.clear50
{
	clear:both;
	height:50px;
}

.clear100
{
	clear:both;
	height:100px;
}

.non_resp_clear
{
	display:block;
}

/*********Min-height**********/
.min-height-10
{
	min-height:10px;
}

.min-height-20
{
	min-height:20px;
}

/*********Columns**********/

.col-20
{
	width:20%;
	float:left;
	overflow:hidden;
}

.col-20-2
{
	width:18%;
	margin-right:1%;
	float:left;
	overflow:hidden;
}

.col-20-3
{
	width:20%;
	float:left;
	min-height:300px;
	overflow:hidden;
}

.col-30
{
	width:30%;
	float:left;
	overflow:hidden;
}

.col-30-2
{
	width:25%;
	margin-right:2%;
	float:left;
	overflow:hidden;
}

.col-30-3
{
	width:31%;
	margin-right:1.5%;
	float:left;
	overflow:hidden;
	position:relative;
	height:270px;
	margin-bottom:40px;
}

.col-30-4
{
	width: 32%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 500px;
    margin-bottom: 30px;
    margin-right:1%;
}

.card1{
	box-sizing:border-box;
	position:relative;
		
}

.card1 .front{
	width: 100%;
    height: 250px;
	 display: flex;
  align-items: center;
  justify-content: center;
z-index:1;
    text-align: center;
	position: absolute;
	
}



.card1 .front img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.card1 .back{
	width:100%;
	top:250px;
	position: absolute;
	padding-left:15px;
	padding-top:15px;
	padding-right:20px;
}

.text_parle_de_nous
{
	font-size: 14px;
    text-align: justify;
	width:94%;

}

.col-30-3 .img
{
	width:100%;
	position:absolute;
}

.col-30-3 .img img
{
	width:100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition:all 500ms;
}

.col-30-3 .team-hr-pro:hover .img img
{
	width:110%;
}

.bg-blue .center-img
{
	transition: all 500ms;
}

.bg-green .center-img
{
	transition: all 500ms;
}

.bg-blue:hover .center-img
{
	background:#278fc2;
}

.bg-green:hover .center-img
{
	background:#a1d905;
}

.parallax-base{
	min-height:200px;
	position:relative;
}

.parallax-window2 {
    min-height: 350px;
    background: transparent;
	position:relative;
}

.parallax-title{
	position: absolute;
    top: 25%;
    width: 100%;
    min-height: 200px;
    text-shadow: 1px 1px 1px #000;
}	

/*
.col-30-4 .img2
{
	width:100%;
	height:200px;
	position:relative;
}

.col-30-4 .img2 img
{
	width:100%;
	height:100%;
	object-fit:cover;
}
*/
/*
.image-container
{
	height: 200px;
    position: relative;
}


*/
.break {
  word-break: normal;
}

.col-30-3 .hover-fonction-team
{
	top: 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 20px;
    z-index: 1;
    display: none;
    transition: all 500ms;
    background: rgba(0,0,0,0.3);
}

.col-30-3:hover .hover-fonction-team{
	display: block;
}

.col-30-3 .fonction-team
{
	top:50%;
    width: 100%;
    /*
    height: 260px;
    */
    position: absolute;
    padding:20px;
    display: none;
    z-index: 1;
}

.col-30-3:hover .fonction-team{
	display: block;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	cursor:pointer;
}

.col-30-3 .fonction-team div
{
	width:100%;
}

.col-40
{
	width:40%;
	float:left;
	overflow:hidden;
}

.col-50
{
	width:50%;
	float:left;
	/*
	overflow:hidden;
	*/
}

.col-50-2
{
	width:45%;
	margin-right:4.5%;
	float:left;
	overflow:hidden;
	min-height:10px;
}

.col-50-3
{
	width:49%;
	margin-right:0.5%;
	float:left;
	min-height:20px;
}

.col-50-4
{
	width:50%;
	float:left;
	height:400px;
}

.col-50-5
{
	width:50%;
	float:left;
	min-height:300px;
	overflow:hidden;
}

.col-50-center{
	width:50%;
	margin:auto;
}

.col-70
{
	width:70%;
	float:left;
	overflow:hidden;
}

.col-70-2
{
	width:65%;
	margin-right:2%;
	float:left;
	overflow:hidden;
	min-height:10px;
}


.col-80
{
	width:100%;
	float:left;
}

.col-80-2
{
	width:75%;
	margin-left:3.5%;
	margin-right:1%;
	float:left;
}

.col-100
{
	width:100%;
	margin:auto;
}

/*********Header**********/

.logo{
	width:10%;
	float:left;
}

.logo .img
{
	width:100%;
	height:70px;
}

.logo .img img
{
	height:100%;
}

.header{
	width:100%;
	height:70px;
	/*padding-top:15px;*/
	position:relative;
	z-index:100;
	background:#FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}

.header .content{
	width:95%;
	max-width:1280px;
	height:65px;
	margin:auto;
}

.iframe-flex
{
	display:flex;
	align-content: center;
	align-items:center;
	justify-content: center;
}

.iframe-flex2
{
	overflow: hidden;
	height:500px;
}

.col-30-5
{
	width:31.5%;
	margin-right:0.5%;
	min-height:164px;
	max-height:166px;
	float:left;
}

.col-30-5-2
{
	width:31.5%;
	margin-right:0.5%;
	height:166px;
	float:left;
}

.margin-left-small
{
	margin-left:0.5%;
}

.margin-right-small
{
	margin-right:0.5%;
}

.iframe-flex2 .col-30-5 .spacing {
    height: 2px;
    width: 100%;
    background: #fff;
}

.iframe-flex2 .col-30-5 .img, .iframe-flex2 .col-30-5-2 .img
{
	width:100%;
}

.iframe-flex2 .col-30-5 .img img
{
	width:100%;
	height:164px;
	object-fit: cover;
}

.iframe-flex2 .col-30-5-2 .img img
{
	width:100%;
	height:167px;
	object-fit: cover;
}

.col-30-5-a
{
	width:33%;
	min-height:164px;
	max-height:166px;
	float:left;
}

.col-30-5-a2
{
	width:33%;
	height:166px;
	float:left;
}

.iframe-flex2 .col-30-5-a .spacing {
	   height: 2px;
	   width: 100%;
	   background: #fff;
}

.iframe-flex2 .col-30-5-a .img, .iframe-flex2 .col-30-5-a2 .img
{
	width:100%;
}

.iframe-flex2 .col-30-5-a .img img
{
	width:100%;
	height:164px;
	object-fit: cover;
}

.iframe-flex2 .col-30-5-a2 .img img
{
	width:100%;
	height:167px;
	object-fit: cover;
}



@media screen and (min-width:1281px){
	.header .content{
		width:95%;
		max-width:1280px;
		height:65px;
		margin:auto;
	}
}


/**********Navigation **********/
.nav{
	width:80%;
	height:30px;
	float:right;
	position:relative;
}

.nav .nav_non_resp{
	width:100%;
	margin-right:26px;
	float:right;
}

.nav_li_div
{
	width:100%;
	height:60px;

}


.header .content .nav .nav_non_resp ul{
	list-style:none;
	float: right;
	margin:0px;
	position:relative;
}

.header .content .nav .nav_non_resp ul li{
	list-style: none;
    font-size: 14px;
    text-align: center;
    display:block;
    float:left;
    position:relative;
    border-left:1px solid #e8e8e8;
    height: 70px;
}

.header .content .nav .nav_non_resp ul li:before{
	content:'';
	width:100%;
	height:5px;
	position: absolute;
	bottom:0px;
	left:0px;
    background: #278fc2;
	transition: all 300ms;
}

.header .content .nav .nav_non_resp ul li:hover:before{
	height:70px;
	text-decoration:none;
}

.header .content .nav .nav_non_resp ul li:hover:before .nav_li_div
{
	color:#fff;
}

.header .content .nav .nav_non_resp ul li:last-child{
	border-right:1px solid #e8e8e8;
}

.header .content .nav .nav_non_resp ul li a.border-blue
{
    background: #278fc2;
    color:#fff;
    height:47px;
}

.header .content .nav .nav_non_resp ul li a{
	text-decoration:none;
	color:#6a698b;
    font-family: 'Helvetica-Light.woff','Open Sans', sans-serif;
	position:relative;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 23px;
	display:inline-block;
}

.header .content .nav .nav_non_resp ul li a:hover{
	text-decoration:none;
	color:#fff;
}


.header .content .nav .nav_non_resp ul li .blue2{
	border-bottom:3px solid #6a698b;
}

.header .content .nav .nav_non_resp ul li .smenu
{
	width: 100%;
    height: 80px;
    background: #fff;
    position: absolute;
    z-index: 1000;
    top: 70px;
    display: none;
    border: 1px solid #c8c8c8;
}

.header .content .nav .nav_non_resp ul li .smenu2
{
	width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    z-index: 1000;
    top: 71px;
    display: none;
    border: 1px solid #c8c8c8;
}

.header .content .nav .nav_resp ul li .smenu
{
	width:100%;
	height:200px;
	background:#fff;
	position:relative;
	z-index:1000;
	border:1px solid #278fc2;
}

.header .content .nav .nav_non_resp ul li:hover .smenu, .header .content .nav .nav_resp ul li:hover .smenu{
	display:block;
}



.header .content .nav .nav_non_resp ul li .smenu a{
    width: 100%;
	height:20px;
    box-sizing: border-box;
    padding: 5px;
    text-decoration: none;
    color: #39a5b7;
    text-transform: uppercase;
	display:inline-block;
	font-size:13px;
	text-align:left;

}

.header .content .nav .nav_resp ul li .smenu a
{
	width: 100%;
	height:20px;
    box-sizing: border-box;
    padding: 5px;
    text-decoration: none;
    color: #39a5b7;
    text-transform: uppercase;
	display:inline-block;
	font-size:13px;
	text-align:left;
	margin-bottom:20px;
	border-bottom:1px solid #fff;
}


.header .content .nav .nav_non_resp ul li .smenu2 a{
    width: 100%;
	height:20px;
    box-sizing: border-box;
    padding: 5px;
    text-decoration: none;
    color: #39a5b7;
    text-transform: uppercase;
	display:inline-block;
	font-size:13px;
	text-align:left;
	margin-bottom:20px;

}

.header .content .nav .nav_resp ul li .smenu2 a {
    width: 100%;
	height:20px;
    box-sizing: border-box;
    padding: 5px;
    text-decoration: none;
    color: #39a5b7;
    text-transform: uppercase;
	display:inline-block;
	font-size:13px;
	text-align:left;
	margin-bottom:20px;
	border-bottom:1px solid #fff;

}

.header .content .nav .nav_non_resp ul li .smenu a:hover
{
	color:#6a698b;
}

.header .content .nav .nav_non_resp ul li .smenu2 a:hover
{
	color:#6a698b;
}

/*
.header .content .nav .nav_non_resp ul li .smenu a, .header .content .nav .nav_resp ul li .smenu a {
    width: 100%;
    box-sizing: border-box;
    height:50px;
    padding: 5px;
    text-decoration: none;
    color: #39a5b7;
    text-transform: uppercase;
	display:block;
	font-size:13px;
	text-align:left;
	border-bottom:1px solid #fff;
}
*/
/*
.header .content .nav .nav_non_resp ul li .smenu a:before{
	content:'';
	width:100%;
	height:5px;
	position: absolute;
	bottom:0px;
	left:0px;
    background: #278fc2;
	transition: all 300ms;
}

.header .content .nav .nav_non_resp ul li .smenu a:hover:before{
	height:50px;	
	text-decoration:none;
	color:#fff;
}
*/
.header .content .nav .nav_non_resp ul.submenu
{
	position: absolute;
    top: 70px;
	right:10px;
    z-index: 9998;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.14);
    min-width: 40px;
}


/*
.header .content .nav .nav_non_resp ul li .smenu a:hover, .header .content .nav .nav_resp ul li .smenu a:hover{
	border-bottom:1px solid #1485b2;

}

*/

.header .content .nav .nav_resp .drop_nav_resp
{
	position: absolute;
	top: 9px; /*top: -3px;*/
	right:-8px;
}

.header .content .nav .nav_resp
{
	position:relative;
}

.header .content .nav .nav_resp ul li a
{
	border-bottom:2px solid #fff;
}

.header .content .nav .nav_resp ul li a.border-blue
{
	border-bottom:2px solid #1485b2;
}

.header .content .nav .nav_resp ul li a:hover,
.header .content .nav .nav_resp ul li:hover a
{
	border-bottom:2px solid #1485b2;
}

.header .content .nav .nav_resp ul li.nav_resp_dropdown
{
	background:#fff;
	color:#8e8e8e;
}

.header .content .nav .nav_resp ul.submenu
{
	position: relative;
    top: 0px;
    z-index: 9998;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.14);
    min-width: 40px;
}

.header .content .nav .nav_resp ul li ul li
{
	border-bottom: 1px solid #e6e6e6;
	padding: 0px 0px 0px 0px;
	text-align: center;
    display: list-item;
}

.header .content .nav .nav_resp ul li ul li a
{
	display: block;
    position: relative;
    font-size: 11px;
    color: #737373;
    text-transform: none;
    padding-bottom: 10px;
    padding-top: 10px;
	text-align:center;
    transition: all 0.3s ease-in 0s;
    border-bottom: none;

}

.header .content .nav .nav_resp ul li ul li a:hover
{
	background:#1485b2;
	color:#fff;
	transition: all 0.1s ease-out 0s;
	border-bottom:none;
}

.nav .nav_resp{
	width:100%;
	display:none;
	position:relative;
}

.nav .nav_resp .button{
	min-width:50px;
	padding:5px;
	cursor:pointer;
	right:-30px;
	position:absolute;
    margin-top: 20px;
}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #a1a1a1;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}


.header .content .nav .nav_resp .support_menu{
	width: 104%;
    position: absolute;
    z-index: 100;
    background: #fff;
    top: 70px;
    display: none;
    margin-left: 13px;
    -webkit-animation: burger 1s; /* Safari, Opera, Chrome */
    animation: burger 1s; /* Tous les autres navigateurs */
}

@-webkit-keyframes burger { /* Safari, Opera, Chrome */
    0% {
        transform: translateX(-150px);
    }

}

.header .content .nav .nav_resp ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.header .content .nav .nav_resp ul li{
    list-style: none;
    font-size: 14px;
    text-align: left;
	padding-left:20px;
	padding-top:20px;
}


.header .content .nav .nav_resp ul li a{
	text-decoration:none;
	color:#8e8e8e;
}

.resp-container
{
  padding-left:3%;
}

/******Backround Color******/
.bg-blue
{
	background:#082244;
}

.bg-blue2
{
	background:#1485b2;
}

.bg-green
{
	background:#769e07;
}

.bg-white
{
	background:#f7f7f7;
}

/******Color******/
.grey
{
	color:#ccc;
}

.grey2
{
	color:#333;
}

.white
{
	color:#fff;
}

.green
{
	color:#769e07;
}

.blue
{
	color:#082244;
}

.blue2
{
	color:#1485b2;
}

.border-blue
{
	color:2px solid #1485b2;
}
.sousligne-green
{
	border:1px solid #769e07;
	width:50px;
}

.sousligne-white
{
	border:1px solid #fff;
	width:50px;
}

.sousligne-blue
{
	border:1px solid #082244;
	width:50px;
}

.sousligne-blue2
{
	border:1px solid #1485b2;
	width:50px;
}

/******Containers******/
.main_all
{
	position:relative;
}

.main-container
{
	width:100%;
	max-width:1280px;
	margin:auto;
	position:relative;
}

.main-container3
{
	width:100%;
	margin:auto;
	position:relative;
}

.main-container4
{
	width:100%;
	margin:auto;
	min-height:400px;
	position:relative;
}
	
.main-container .slick-slider
{
	width:100%;
}


.main-container .slick-slider div img
{
	width:100%;
}

.iframe-container{
    position: relative;
    width: 70%;
    margin:auto;
    min-height:400px;
}

.iframe-container .img{
	display:flex;
	align-content:center;
	justify-content: center;
	align-items: center;
	min-height:400px;
	position:relative;
}

.iframe-container .img img
{
	width:100%;
	border: 5px solid #FFF;

}

/*
.iframe-container .img .fa-play-circle
{
	color:#278fc2;
	display:flex;
	align-content:center;
	justify-content: center;
	align-items: center;
	font-size:60px;
	position:absolute;
}
*/

.iframe-container .circle {
	/*
	right:15%;
	position:relative;
	z-index:9999;
	*/
	right: 58%;
    top: 42%;	
    position: relative;

    z-index: 9999;
    position: absolute;
}

.iframe-container .circle .fa-play-circle
{
	color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    position: absolute;
    z-index:200;
}

.iframe-container .circle-black
{
  background: #000;
  border-radius: 50%;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}

.main-circle-black
{
	width: 70px;
    position: absolute;
    z-index:0;
}

.espace
{
	top:-3px;
}

.main-container .center-img
{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	min-height:300px;
}

.center-img .img 
{
	width:15%;
}


.center-img .img img 
{
	width:100%;
}

.main-container .accueil
{
	min-height:200px;
	background:#f7f7f7;
	position:relative;
	top:-3px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-left:80px;
	padding-right:80px;
	
}

.main-container .actualite-pict
{
	min-height:400px;
}

.main-container .actualite-pict .col-50 .actualite
{
	padding:50px;
	min-height:400px;
	/*
	box-sizing:border-box;
	*/
}

.main-container .actualite-pict .col-50 .actualite2
{
	padding:50px;
	height:295px;
	/*
	box-sizing:border-box;
	*/
}

.main-container .actualite-pict .col-50 .spacing
{
	height:5px;
	width:100%;
	background:#fff;
}

.main-container .actualite-pict .col-50 .parle
{
	height:100px;
	width:100%;
	background:#082244;
}

.main-container .actualite-pict .col-50 .parle .text
{
	color:#fff;
	height:97px;
	font-size: 22px;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
}

.main-container .actualite-pict .col-50 .actualite .text, .main-container .actualite-pict .col-50 .actualite2 .text
{
	color:#fff;
	font-size: 15px;
}

.main-container .actualite-pict .non_resp .pict
{
	width:100%;
	/*
	height:400px;
	*/
}

.resp_footer
{
	display:none;
}

.main-container .actualite-pict .resp
{
	display:none;
}

.main-container .actualite-pict .resp .pict img
{
	width:100%;
}

.main-container .actualite-pict .col-50 .pict
{
	width:100%;
}

.main-container .actualite-pict .non_resp .pict img
{
	width:100%;
	height:100%;
}

.main-container .partenaire-section
{
	padding:50px;
	height:400px;
	box-sizing:border-box;
}

.main-container3 .foot-section
{
	padding:50px;
	background:#f7f7f7;
	height:200px;
	box-sizing:border-box;
}


.main-container .nouveau-recruteur
{
	min-height:400px;
	height:auto;
	box-sizing:border-box;
}

.title-espace-recruteur-resp
{
	font-size:16px;
}

.title-espace-recruteur
{
	font-size:16px;
	border-right:1px solid #6b6b6b;
}

.title-espace-candidat
{
	font-size:16px;
	border-right:1px solid #6b6b6b;
}

.title-contenu-recruteur
{
	font-size:20px;
	color: #082244;
}

.title-contenu-candidat
{
	font-size:20px;
	color: #769e07;
}

.title-espace-recruteur a, .title-espace-candidat a
{
	color: #616161;
}

.title-espace-recruteur a:hover, .title-espace-recruteur a div:hover
{
	color:#1485b2;
	cursor:pointer;
}

.title-espace-candidat a:hover, .title-espace-candidat a div:hover
{
	color:#769e07;
	cursor:pointer;
}

.main-container2
{
	width:100%;
	max-width:1200px;
	margin:auto;
	position:relative;
}

.form-profile
{
	width:100%;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	min-height:300px;
}

.main-container .team
{
	min-height:100px;
}

.main-container .team .img
{
	width:100%;
}

.main-container .team .img img
{
	width:100%;
}

.main-container .team-description
{
	font-size:14px;
}

.main-container .text-expertise
{
	min-height:200px;
	/*display:inline-block;*/
}

.main-container .text-expertise .img
{
	width:100%;
}

.main-container .text-expertise .img img
{
	width:100%;
}

.main-container .text-expertise .text
{
	padding-right:40px;
	padding-bottom:40px;
	font-size:12pt;
	padding-top: 10px;
	color:#000000;
}

.main-container .text-expertise .text2
{
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
	font-size:12pt;
	padding-top: 10px;
	color:#000000;
}

.text-expertise .resp
{
	display:none;
}

.voir-text
{
	font-size:14px;
}

.actualite
{
	width:50%;
}

.actualite img
{
	width:100%;
}

.actualite2
{
	width:90%;
}

/******Links******/
.escape_link
{
	text-decoration:none;
	color:#fff;
}

/******Alignments******/
.margin-center
{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	min-height:200px;
}

.text-align-justify
{
	text-align:justify;
}

.text-align-center
{
	text-align:center;
}

.text-align-right
{
	text-align:right;
}

.text-align-left
{
	text-align:left;
}

.scroll
{
	overflow:scroll;
}

/******Floats******/
.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

/******Fonts******/
.bold
{
	font-weight:700;
}

.bold2
{
	font-weight:900;
}

.roboto-title
{
	font-family: 'Roboto', sans-serif;
	font-size:35px;
}

.roboto-title-medium
{
	font-family: 'Roboto', sans-serif;
	/*
	font-weight:100;
	*/
	/*
	font-size:30px;
	*/
	font-size:26px;
}

.roboto-title-small
{
	font-family: 'Roboto', sans-serif;
	/*
	font-weight:100;
	*/
	font-size:14px;
}

.roboto-title-small2
{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:16px;
}

.dancing-text
{
	font-family: 'Dancing Script', cursive;
	font-weight:500;
	font-size:28px;
}

.uppercase
{
	text-transform:uppercase;
}

.font-small
{
	font-size:12px;
}

.font-medium
{
	font-size:16px;
}

.font-large
{
	font-size:24px;
}

.font-extra-large
{
	font-size:32px;
}

.text_actualite
{
	font-size:16px;
}

.text_actualite a
{
	text-decoration: none;
	text-decoration: none;
    color: #6a698b;
    font-family: 'Helvetica-Light.woff','Open Sans', sans-serif;
}

/******Table******/

.table-recrutements
{
	width:100%;
	border-collapse: collapse; 
	
}

.table-recrutements thead tr td
{
		font-size:16px;
		font-weight:bold;
}

.table-recrutements tr { 
  height:30px;
  background: #fff; 
  border-bottom:2px solid #ababab;
}

.table-recrutements tr th, .table-recrutements tr td
{
  height:60px;
}

.table-recrutements tr td a
{
	text-decoration:none;
	color:#000000;
}

.table-recrutements  tbody tr:nth-of-type(odd){ 
  background: #eee; 
}

/*
.table-recrutements { 
  width: 100%; 
  border-collapse: collapse; 
}

.table-recrutements thead tr { 
  background: #a48c7b; 
}

.table-recrutements tbody tr:nth-of-type(odd){ 
  background: #eee; 
}

.table-recrutements th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}

.table-recrutements td, .table-recrutements th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
*/
/*
@media only screen and (max-width: 650px) {
	
	

	.table-recrutements, .table-recrutements thead, .table-recrutements tbody, .table-recrutements th, .table-recrutements td, .table-recrutements tr { 
		display: block; 
	}
	
	.table-recrutements thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table-recrutements tr { border: 1px solid #ccc; }
	
	.table-recrutements td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.table-recrutements td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	

	.table-recrutements td:nth-of-type(1):before { content: "Titre du poste"; }
	.table-recrutements td:nth-of-type(2):before { content: "Date de publication"; }
	.table-recrutements td:nth-of-type(3):before { content: "Etat"; }
	.table-recrutements td:nth-of-type(4):before { content: "Action"; }
}
*/


/******Captcha******/
.captcha_div
{
	width:30%;
	float:left;
}

.captcha_div
{
	float: left;
    width: 169px;
	margin-right: 10px;
    height: 43px;
    border: 2px solid #cbcbcb;
	background:#cbcbcb;
	text-align:center;

}

.captcha_div img
{
	top:10px;
	left:36%;
	position:absolute;
}

.entrer_code
{
	float: left;
    width: 169px;
}

.entrer_code .captcha-input
{
	border: solid #cbcbcb 2px;
    padding: 5px 10px;
    font-size: 16px;
    color: #666666;
	height:34px;
    width: 106px;
}

.image_captcha, .image_captcha2, .image_captcha3
{
	position:relative;
	
}

/******Pagination******/
.pagination{
	width:20px;
	height:20px;
	text-align:center;
	display:inline-block;
	background: #769e07;
	color:#FFF;
	margin:2px;
	border-radius:3px;
	padding:5px;
}

.pagination_on{
	width:20px;
	height:20px;
	text-align:center;
	display:inline-block;
	background: #4b5826;
	color:#FFF;
	margin:2px;
	border-radius:3px;
	padding:5px;
}

/******Champs******/
.champs
{
	border-radius: 3px;
    width: 96%;
    height: 20px;
    padding: 10px;
    font-size: 14px;
	border: 1px solid #d4d4d4;
}

.champs2
{
	border-radius: 3px;
    width: 50%;
    height: 20px;
    padding: 10px;
    font-size: 14px;
	border: 1px solid #d4d4d4;
}

.tinymince-textarea
{
	width:100%;
	height:auto;
	float:left;	
}

.tinymince-textarea2
{
	width:100%;
	min-height:300px;
	font-size: 14px;
	float:left;	
}

.tinymince-textarea3
{
	width:100%;
	min-height:300px;
	font-size: 14px;
	float:left;	
}

.cartouche--orange1{
	width:130px;
	height:15px;
	padding:5px;	
	border:none;
	background:#FF6200;
	border-radius:3px;
	font-size:11px;
	color:#FFF;
	    -webkit-transition: 0.5s;
    transition: 0.5s;
	text-align:center;
	cursor:pointer;
	float:left;
}


.select-style {
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
    background: #FFF url(../img/fleche.png) no-repeat 98% 50%;
}

.select-style select {
    padding: 5px 30px 5px 8px;
    width: 100%;
    height: 40px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}


/******Login******/
#section-text-espace
{
	height:440px;
	padding:20px;
	box-sizing:border-box;
}

#section-text-espace2
{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:60px;
	box-sizing:border-box;
}

#recruteur-creer, #recruteur-identifier{
	width: 300px;
    height: 30px;
    background: #ffff;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #606069;
    font-size: 14px;
    cursor: pointer;
    padding-top: 15px;
    text-align: center;
}

#recruteur-creer:hover, #recruteur-identifier{
	background:#f7f7f7;
}

#candidat-creer, #candidat-identifier{
	width: 300px;
    height: 30px;
    background: #ffff;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #606069;
    font-size: 14px;
    cursor: pointer;
    padding-top: 15px;
    text-align: center;
}

#candidat-creer:hover, #candidat-identifier{
	background:#f7f7f7;
}

#connexion_recruteur, #enregistrer_recruteur, #contact{
	width: 240px;
    height: 40px;
    background: #082244;
    border-radius: 5px;
    border: 1px solid #082244;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#connexion_recruteur:hover, #enregistrer_recruteur:hover,#contact:hover{
	background:#4371ad;
	color:#fff;
}

.ui-dialog { z-index: 1000 !important ;}

#newsletter_envoyer{
	width: 100px;
    height: 40px;
    background: #082244;
    border-radius: 5px;
    border: 1px solid #082244;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#newsletter_envoyer:hover
{
	background:#4371ad;
	color:#fff;
}

#newsletter_envoyer2{
	width: 100px;
    height: 40px;
    background: #082244;
    border-radius: 5px;
    border: 1px solid #082244;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#newsletter_envoyer2:hover
{
	background:#4371ad;
	color:#fff;
}


#newsletter_envoyer3{
	width: 100px;
    height: 40px;
    background: #082244;
    border-radius: 5px;
    border: 1px solid #082244;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#newsletter_envoyer3:hover
{
	background:#4371ad;
	color:#fff;
}

#close_dialog{
    cursor: default;
}




#connexion_candidat, #enregistrer_candidat{
	width: 240px;
    height: 40px;
    background: #769e07;
    border-radius: 5px;
    border: 1px solid #769e07;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#connexion_candidat:hover, #enregistrer_candidat:hover,{
	background:#4371ad;
	color:#fff;
}

#modifier_recruteur, #ajouter
{
	width: 240px;
    height: 40px;
    background: #082244;
    border-radius: 5px;
    border: 1px solid #082244;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#ajouter2
{
	width: 120px;
    height: 40px;
    background: #082244;
    border-radius: 5px;
    border: 1px solid #082244;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    float:right;
}


#modifier_recruteur:hover, #ajouter:hover, #ajouter2:hover
{
	background:#4371ad;
	color:#fff;
}

#modifier_candidat, #ajouter_c
{
	width: 240px;
    height: 40px;
    background: #769e07;
    border-radius: 5px;
    border: 1px solid #769e07;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}


#modifier_candidat:hover, #ajouter_c:hover
{
	background:#4371ad;
	color:#fff;
}

.deconnexion{
	float:right;
	right:0px;
	margin-top:1.5%;
	border-radius:3px;
	padding:5px;
	background:#606060;
	color:#fff;
	
}
/*
.fa-lock-open
{
	color:#428bca;
}
*/
a.deconnexion, a:link.deconnexion , a:visited.deconnexion , a:active.deconnexion 
{
		text-decoration:none;
}

.deconnexion:hover{
	padding:5px;
    background:#cccccc;
}

/**** Education et Experience ***/
.education_candidat, .experience_candidat{
	padding:10px;
	background:#FAFAFA;
	border-radius:5px;
	margin-bottom:15px;
}

.add--education, .add--education--en, .add--experience, .add--experience--en{
	width:150px;
	height:20px;
	padding:5px;	
	border:none;
	background:#019A7D;
	border-radius:3px;
	font-size:14px;
	color:#FFF;
	 -webkit-transition: 0.5s;
    transition: 0.5s;
	text-align:center;
	cursor:pointer;
	float:right;
}

.add--education:hover, 
.add--experience:hover,
.add--education--en:hover, 
.add--experience--en:hover
{
	background:rgba(0,85,69,1.00);
}

.document--education--candidat--group, .document--experience--candidat--group{
	border-bottom:1px solid #9C9C9C;	
	margin-top: 14px;
}

.suppr--education--candidat, .suppr--education--candidat2, .suppr--education--candidat3,
.suppr--education--candidat--en, .suppr--education--candidat--en2, .suppr--education--candidat--en3,
.suppr--experience--candidat, .suppr--experience--candidat2, .suppr--experience--candidat3,
.suppr--experience--candidat--en, .suppr--experience--candidat--en2, .suppr--experience--candidat--en3{
	width:78px;
	height:20px;
	padding:5px;	
	border:none;
	background:#940002;
	border-radius:3px;
	font-size:11px;
	color:#FFF;
	-webkit-transition: 0.5s;
    transition: 0.5s;
	text-align:center;
	cursor:pointer;
	float:left;
}

.image-emploi
{
	width:100%;
}

.image-emploi img
{
	width:100%;	
}	

#button{
	width:110px;
	height:30px;
	padding:5px;	
	border:none;
	background:#019A7D;
	border-radius:3px;
	font-size:14px;
	color:#FFF;
	    -webkit-transition: 0.5s;
    transition: 0.5s;
	float:right;
}

#button2{
	width:160px;
	height:30px;
	padding:5px;	
	border:none;
	background:#019A7D;
	border-radius:3px;
	font-size:14px;
	color:#FFF;
	    -webkit-transition: 0.5s;
    transition: 0.5s;
	float:right;
}

#button:hover,#button2:hover{
	background:rgba(0,85,69,1.00);
}

.button_recruteur{
	width:110px;
	height:30px;
	padding:5px;	
	border:none;
	background:#082244;
	border-radius:3px;
	font-size:14px;
	color:#FFF;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.button_recruteur:hover{
	background:#1485b2;
}

.btn_adjust_add
{
	font-size:15px;
	font-weight:700;
	color:#616161;
	float:right;
}

/******Responsive******/

@media screen and (max-width:1310px)
{
	.nav .nav_resp{
		display:block;	
	}
	
	.nav .nav_non_resp{
		display:none;	
	}
}

@media screen and (max-width:1300px){
	.col-50-center {
	    width: 100%;
	    margin: 0;
	}

	.iframe-container {
	    position: relative;
	    width: 100%;
	    left: 0;
	    margin: 0;
	    margin-top: 0;

	}
	.iframe-container .img {
	    width: 100%;
	    height:100%;
		object-fit: cover;
		margin-top: 0;
	}
}

@media screen and (max-width:1250px){
	.col-30-4
	{
		width:48%;
		height:600px;
	}

	.card1 .front{
	width: 100%;
    height: 300px;
   

	}

	.card1 .back{
		width: 100%;
		height: 300px;
		 top:300px;
		}
}

@media screen and (max-width:1200px){
	
	.nav{
		width:35%;
	}
	
	

	.col-30-3
	{
		width:40%;
		margin-right:1%;
		padding:39px;
	}
	/*
	.card1 .front{
	width: 100%;
    height: 300px;


	}



	.card1 .back{
		width: 100%;
		height: 300px;
		 display: flex;
		}
		*/

}

@media screen and (max-width:1100px){
	
	.nav{
		width:36%;
	}
	
	.text-expertise .col-50
	{
		width:100%;
		clear:both;
		float:none;
	}
	
	.text-expertise .text
	{
		padding:0px;
		padding-left:10px;
	}
	
	.text-expertise .resp
	{
		display:block;
	}
	
	.text-expertise .non_resp
	{
		display:none;
	}
	/*
	.col-30-4
	{
		width:70%;
		max-width:1100px;
		float:none;
		margin:auto;
    	margin-right: 0%;
    	overflow: hidden;
    	position: relative;
    	height: 500px;
    	margin-bottom: 30px;
	}
	*/
	
}

@media screen and (max-width:1000px){
	
	.nav{
		width:37%;
	}
	
	.col-30-4
	{
		width:100%;
		height:600px;
	}

	.card1 .front{
	width: 100%;
    height: 400px;
    

	}
	
	.card1 .front img
	{
		width:95%;
	}
	
	.card1 .back{
		width: 100%;
		height: 400px;
		top:400px;
		}
}

@media screen and (max-width:900px){
	
	.nav{
		width:42%;
	}
	
	.main-container .nouveau-recruteur .col-50, .main-container .nouveau-candidat .col-50,
	.main-container .recruteur-existant .col-50, .main-container .candidat-existant .col-50
	{
		width:100%;
		clear:both;
		float:none;
	}

	.col-50-5
	{
		width:100%;
		clear:both;
		float:none;
	}
	
	.col-30-3
	{
		width:100%;
		clear:both;
		float:none;	
	}
	
	.col-30-3 .img img
	{
		width:85%;
	}
	
	.main-container .actualite-pict .col-50
	{
		width:100%;
		float:none;
		clear:both;
	}
	
	.main-container .actualite-pict .resp
	{
		display:block;
	}
	
	.main-container .actualite-pict .non_resp
	{
		display:none;
	}
}

@media screen and (max-width:800px){
	
	.nav{
		width:50%;
	}
	.col-30-2, .col-30-3, .col-70-2
	{
		width:100%;
		min-height:260px;
		padding:40px;
		margin-bottom:0px;
		clear:both;
		float:none;
	}
	
	.main-container .team-info
	{
		padding:40px;
	}
	
	.main-container .contact
	{
		padding:40px;
	}
	.add_mod_cv
	{
		padding:40px;
	}
	
	.main-container .contact .col-50
	{
		width:100%;
		float:none;
		clear:both;
		margin-bottom:20px;
	}
	
	.espace .col-50
	{
		width:100%;
		float:none;
		clear:both;
	}
	
	/*
	.main-container .actualite-pict .col-50
	{
		width:100%;
		float:none;
		clear:both;
	}
	
	.main-container .actualite-pict .resp
	{
		display:block;
	}
	
	.main-container .actualite-pict .non_resp
	{
		display:none;
	}
	*/
	
	.main-container .nouveau-recruteur .resp
	{
		display:block;
	}
	
	.main-container .nouveau-recruteur .non_resp
	{
		display:none;
	}
	
	
	
	.col-20-3
	{
		border-right:none;
		width:100%;
		min-height:180px;
		float:none;
		clear:both;
		padding:20px;
	}
	
	.col-80-2
	{
		width:100%;
		float:none;
		clear:both;
	}

	.table-recrutements
	{
		width:90%;
	}
	
	.non_resp_clear
	{
		display:none;
	}
	
	.resp_footer
	{
		display:block;
	}
	
}

@media screen and (max-width:700px){
	
	.nav{
		width:54%;
	}
	
	.table-recrutements
	{
		width:100%;
	}
}

@media screen and (max-width:650px){
	
	.nav{
		width:58%;
	}
	
}

@media screen and (max-width:600px){
	
	.nav{
		width:65%;
	}
	
	.dancing-text
	{
		font-size:22px;
	}
	
}

.resp_newsletter
{
	display:none;
}

@media screen and (max-width:580px){
	.non_resp_newsletter
	{
		display:none;
	}

	.resp_newsletter
	{
		display:block;
	}
}

@media screen and (max-width:500px){
	
	.nav{
		width:70%;
	}	
	
}
