@charset "UTF-8";
/* CSS Document */
.header {
	position: relative;
	z-index: 110;
	background-color: #FFF;
	box-shadow: 20px 20px 0px rgba(154,152,153,0.48);
}
.flexHead {
	height: 122px;
}
.headFixe .head .boxMembreRecrut {
	display: none;
}
.headFixe .main {
	padding-top:100px;
}
.headFixe .header {
	position: fixed;
	width: 100%;
	top:0px;
	z-index: 110;
}
.headFixe .flexHead  {
	height: 50px;
}
.toolbar-fixed .headFixe .header {
	top:78px;
}
.headFixe .navi .li-0 > a:after,
.headFixe .navi .li-0 > a.is-active:after {
	bottom: 5px;
}
.headFixe .header .boxLogo {
	max-height:88px;
}
.headFixe .header .boxLogo img {
	max-height:86px;
}
.headFixe .header .flexHead {
	max-height:50px;
}
.headFixe .header .bMenuNav .act span {
	display: none;
}
.headFixe .header .navi ul .li-0 > span, 
.headFixe .header .navi ul .li-0 > a {
    padding-top:6px;
	padding-bottom: 6px;
	font-size: 1em;
}
.headFixe .header .siteName a {
	font-size: 1.2em;
}
.headFixe .header .siteSlogan {
	font-size: 1em;
}
.headFixe .footer .boxMembreRecrut {
	position: absolute;
right: 0px;
	top:20px;
z-index: 20;
}
.headFixe .footer .site {
	position:relative
}
.headFixe .footer .boxMembreRecrut a.icRecrut {
    padding-right: 12px;
}
.flexNavEle,
.flexHead {
	align-items: center;
	justify-content: space-between;
}
.itHead2 {
	flex-direction: column-reverse;
}
.head1 {
	width:320px;
	flex-shrink: 0;
	text-align: left;
}
.head2 {
	width:90%;
}
.boxLogo {
	background-color: #FFF;
	box-shadow: -20px 20px 0px rgba(154,152,153,0.48);
	height:180px;
	width:320px;
	position: absolute;
	left:0px;
	top:0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxLogo a {
	margin-right: 45px;
}
.head ul.niv0 {
	white-space: nowrap;
}

.head .zone {
	right:30px;
}
.boxHead .td {
	vertical-align: middle;
}
.logo img {
	width:auto;
	max-height:95%;
}
.head1 a {
	display: block;
}
.siteName a {
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	color:#5EC5ED;
}
.siteSlogan {
	font-size: 1.2em;
	font-style: italic;
	color:#77797A;
}
.navi ul ul,
.bNavi {
	
}

.navi {
	text-align: center;
	position: relative;
	z-index: 50;
}
.navi .bShow {
	z-index: 130;
	margin:auto;
}
.navi ul li {
	position: relative;
}
.navi ul,
.navi ul ul {
	margin:0px;
	padding:0px;
}
.navi ul li {
	display:inline-block;
	margin:0px;
	padding:0px;
}
.navi .bMenu ul li ul li {
	display:block;
}
.navi .li-0 > span,
.navi .li-0 > a {
	font-weight: 600;
	font-size: 1.056em;
	padding:16px 25px;
}
.navi li span,
.navi li a {
	display:block;
	color:#000;
	text-decoration: none;
}
.navi ul ul li span:hover,
.navi ul ul li a:hover {
	color:#CAD421;
}
.navi li a.is-active,
.navi li.active > a,
.navi li.active > span {
	color:#5EC5ED;
	position: relative;
}
.navi ul ul {
	display: none;
	position: absolute;
	width:300px;
	background: #FFF;
	box-shadow: 3px 5px 6px rgba(154,152,153,0.48);
	padding:15px 0px 30px 0px;
	white-space: normal;
}
.navi ul ul ul {
	margin-left:280px;
	margin-top: -45px;
}
.navi ul ul li {
	display:block;
	text-align: left;
}
.navi ul ul li span,
.navi ul ul li a {
	display:block;
	padding:8px 25px;
}
.navi ul .li-0 > a:hover {
	color:#000;
}
@media all and (min-width: 990px) {
	.computer .navi ul li:hover > ul {
		display:block;
		z-index: 200;
	}
	.navi .li-0 > span:after,
	.navi .li-0 > a:after {
	display: block;
	content:"";
	height: 3px;
	left:50%;
	width:0%;
	margin-left:0%;
	bottom: 7px;
	background:#CAD421;
	position: absolute;
	transition: 0.2s;
}
	.navi .li-0:hover > a:after,
.navi .li-0 > a:hover:after {
	width:40px;
	margin-left:-20px;
}

} 
.zTop {
	z-index: 200;
}
.block-language {
	margin:0px 15px;
	white-space: nowrap;
}
.block-language li,
.block-language i,
.head3 > div,
.head3 .bFd {
	display: inline-block;
}
.block-language li a {
	padding:0px 6px;
	font-size: 12px;
	color:#000;
	opacity: 0.5;
}
.block-language li a:hover,
.block-language li a.is-active {
	opacity: 1;
}
.bRech {
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #D2D1D1;
}
.boxRech form {
	display: flex;
}
.boxRech form input.form-search {
	background:none;
	border:0px;
	padding:2px 15px;
	border-bottom: 1px solid #D2D1D1;
	width:170px;
	-webkit-appearance: none;
}
@media all and (min-width: 990px) {
.boxRech form input[type="submit"] {
	background: url('../images/icons/ic_search.png') no-repeat center;
	background-size: 100% auto;
	height: 36px;
	width:36px;
	box-shadow: none;
	font-size: 0;
	padding:0px;
	margin:0px;
}
.boxRech form input[type="submit"]:hover {
	background-image: url('../images/icons/ic_search2.png');
	background-color:transparent !important;
}
}
.boxRs {
	margin-right: 40px;
	display: flex;
	justify-content: center;
}
.rs {
	display:block;
	height: 38px;
	width:38px;
	background: url('../images/rs/rs_facebook2.png') no-repeat center;
	background-size: 100% auto;
	margin:0px 5px;
	border-radius: 100%;
	padding:0px;
}
.icInstagram {
	background-image:url("../images/rs/rs_instagram2.png");
}
.rsLinkedin {
	background-image: url('../images/rs/rs_linkedin2.png');
}
.rsYoutube {
	background-image: url('../images/rs/rs_youtube2.png');
}
.rs:hover {
	box-shadow: 5px 5px 0px rgba(154,152,153,0.48);
}
.boxMembreRecrut {
	width:100%;
	text-align: right;
}
.boxMembreRecrut a {
	display: inline-block;
	background: url('../images/icons/ic_user.png') no-repeat left center;
	background-size: 45px auto;
	padding:5px 0px 5px 50px;
	color:#000;
	margin:5px 10px 0px 10px;
	font-size: 1.056em;
}
.boxMembreRecrut a:hover {
	background-image: url('../images/icons/ic_user2.png');
}
.boxMembreRecrut a.icRecrut {
	background-image: url('../images/icons/ic_emploi.png');
	padding-right: 82px;
}
.boxMembreRecrut a.icRecrut:hover {
	background-image: url('../images/icons/ic_emploi2.png');
}
.btMenuRappel {
	display: block;
	height: 50px;
	width:50px;
	background: url('../images/icons/ic_menu.png') no-repeat center;
	background-size: 100% auto;
	margin:0px 0px;
	position: absolute;
	top:16px;
	margin-left:-65px;
}
.btMenuRappel:hover {
	background-image: url('../images/icons/ic_menu2.png');
}
.boxMenuBas {
	background-color: #FFF;
	z-index: 10;
	position: relative;
	padding:65px 0px;
}
.boxMenuBas ul.niv0 {
	background: url('../images/icons/ic_menu2.png') no-repeat left top;
	display: flex;
	justify-content: space-between;
	padding-left:50px;
}
.boxMenuBas ul.niv0 > li {
	width:24%;
	padding:0px 1%;
}
.boxMenuBas ul.niv0 > li > span,
.boxMenuBas ul.niv0 > li > a {
	color:#000;
	font-weight: 600;
	display: block;
	margin:10px 0px 25px 0px;
}
.boxMenuBas ul.niv0 > li ul span,
.boxMenuBas ul.niv0 > li ul a {
	color:#333;
	position: relative;
	display: block;
	padding-left: 15px;
	margin:10px 0px;
	font-size: 0.9em;
}
.boxMenuBas ul.niv0 > li ul span:before,
.boxMenuBas ul.niv0 > li ul a:before {
	display: block;
	content:"";
	width:6px;
	height: 6px;
	background: #B4B2B3;
	top:8px;
	left:0px;
	position: absolute;
}
.boxMenuBas ul.niv0 li a:hover {
	color:#C9D204;
}


