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


@font-face {
    font-family: 'good_timesregular';
    src: url('../fonts/good-times_allfont.net-webfont.woff2') format('woff2'),
         url('../fonts/good-times_allfont.net-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'uni_neuebold';
    src: url('../fonts/fontfabric_-_unineuebold-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_unineuebold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'uni_neuebook';
    src: url('../fonts/fontfabric_-_unineuebook-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_unineuebook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'uni_neuelight';
    src: url('../fonts/fontfabric_-_unineuelight-webfont.woff2') format('woff2'),
         url('../fonts/fontfabric_-_unineuelight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html{ height: 100%;}
body{
    margin:0; font-family:'uni_neuebook' !important; font-size: 19px; line-height: 30px; text-align: justify; color: #000; min-height: 100%; position: relative;
}
header, section, footer, article, aside{ display:block;}
a{ color: inherit; text-decoration: none;
    transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
}
h1, h2, h3, h4, h5{ font-weight: normal; font-family: 'good_timesregular';}
*{ box-sizing: border-box; }



.wrapper{ width: 100%; height: 100%; margin: auto; overflow: hidden;}
.container{ width: 90%; max-width: 1200px; margin: auto;}


header{
    width: 100%; height: 90px; background: #FFF;
}
header .logo{
    float: left; width: 325px; margin: 10px 0 0;
}
header .logo a{ display: block;}
header .logo a img{ display: block; border: none; max-width: 100%;}

.right_header{ float: right; }

header .social{ text-align: right; margin-top: 10px;}
header .social ul{ list-style-type: none; margin: 0; padding: 0; }
header .social ul li{ display: inline-block; }
header .social a{
  display: inline-block; width: 35px; height: 35px;
  line-height: 35px; text-align: center; color: #FFF; background: #a8378f;
  -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px;
}


header nav{
    font-family: 'uni_neuebook'; font-size: 15px; text-transform: uppercase; text-align: center;
    margin-top: 10px;
}
header nav ul{ list-style-type: none; margin: 0; padding: 0;}
header nav ul li{
    display: block; position: relative; float: left;
}
header nav ul li+li{ margin-left: 13px; }
header nav ul li a{
    display: block; position: relative; vertical-align: middle;
    color: #575a6b; padding: 0 5px;
    height: 35px; line-height: 35px;
}
header nav ul li a:after{
  display: block; content: ""; width: 100%; height: 0;
  position: absolute; bottom: 0; left: 0; background:#ce257c;
  -webkit-transition: 0.2s; -moz-transition: 0.2s; -ms-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s;
}
header nav ul li a:hover:after, header nav ul li a.activ:after{height: 3px;}

header .showMenu{ display: none;}
header nav.phoneNav{ display: none;}


.page_title{
  padding: 50px 0; position: relative; height: 500px;
  color: #FFF; text-align: center; width: 100%;
}
.back_img{
  width: 100%; height: 100%; overflow: hidden;
  position: absolute; top: 0; left: 0;
}
.back_img img{
  display: block; width: 100%; height: 100%;
  object-fit: cover;
}
.page_title_text{
  background: rgba(168,55,143,0.7); padding: 10px;
  width: 100%; position: absolute; bottom: 0; left: 0;
}

.page_title h1{
  font-size: 38px; line-height: 50px; margin: auto;
}
.page_title p{
  font-size: 31px; line-height: 45px; text-align: center; margin: 20px 0 0 0;
  font-family: 'uni_neuebook'; text-transform: uppercase;
  margin: auto;
}

.page_header{
  position: relative; width: 100%; height: 280px; text-align: center;
  color: #FFF; padding-top: 50px;
}
.page_header .container{
 position: relative;
}
.page_header h1{ font-size: 38px; line-height: 45px; }
.page_header .back_img:after{
  display: block; content: ""; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0; background: rgba(87,90,107,0.7);
}

.breadcrumb{ margin-top: 50px; }
.breadcrumb ol{
  width: 100%; font-family: 'good_timesregular';
  list-style-type: none; margin: 20px 0; padding: 0 0 20px 0;
  font-size: 15px; border:none;
}
.breadcrumb li{
  display: inline-block; text-shadow:none;
}
.breadcrumb li+li:before{
    padding: 0 8px;
    color: #a8378f; font-size: 12px;
    content: ""; font-family: 'FontAwesome';
}
.breadcrumb a{ }


article{ margin: 40px 0; }
article p{ margin: 0 0 10px 0;}
article p+p{ margin-top: 20px;}
article+article{ margin-top: 35px;}
article a:hover{ color: #8d3b90;}
p a{ color: #48b3dd;}
p strong{ font-family: 'uni_neuebold'; font-weight: normal; }


.header{ margin-bottom: 20px; text-align: center; }
.header h1, .header h2{
    font-size: 30px; line-height: 40px; text-align: center; color: #575a6b;
    margin: 30px 0 10px 0; text-transform: uppercase; display: inline-block;
    position: relative;
}
.header h1:before, .header h2:before{
    content: ''; display: block;
    width: 2px; height: 40px; background: #a8378f;
    position: absolute; left: -15px; top: 0;
}
.header h1:after, .header h2:after{
    content: ''; display: block;
    width: 2px; height: 40px; background: #a8378f;
    position: absolute; right: -15px; top: 0;
}
.header p{ text-align: center; font-size: 20px; text-transform: uppercase; color: #000;}

.header_page{ position: relative; }
.header_page h2{
  font-size: 31px; line-height: 40px;
}
.header_page h2:after{
  content: ''; width: 2px; height: 40px;
  position: absolute; top: -10px; left: -10px;
  border-left: solid 2px #d02e82; background: none;
}

article h2{ 
    font-size: 21px; line-height: 25px; font-family: 'good_timesregular' !important;
    color: #575a6b; margin: 30px 0 20px 0; padding: 0; overflow: hidden;
    text-transform: uppercase; text-align: left;
}
article h2:after{
    content: ''; display: block; margin-top: 10px;
    width: 90px; height: 1px;
    background: #a8378f;
}

article h3{ 
    font-size: 17px; line-height: 20px; text-transform: uppercase;
    color: #8d3b90; margin: 30px 0 5px 0; padding: 0; text-align: left;
}

.buttons a{
  display: inline-block; padding: 12px 20px;
  text-transform: uppercase; color: #FFF;
}
.buttons a+a{ margin-left: 10px; }
.button_purple{ background: #8d3b90; border: solid 1px #8d3b90; }
.button_purple:hover{background: #FFF; color: #8d3b90}

.grey_purple{ background: #575a6b; border: solid 1px #575a6b; }
.grey_purple:hover{background: #FFF; color: #575a6b}

/*experts*/
.experts{
  width: 100%; height: auto; position: relative;
  background: url(../img/hr-transformation-expertise.jpg) no-repeat fixed center;
  -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
  padding: 20px 0; color: #FFF; font-size: 17px; line-height: 25px;
}
.experts:before{
  display: block; content: ""; width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute; top: 0; left: 0;
}
.experts .container{ position: relative; }
.experts_text{ max-width: 680px; margin: auto; margin-bottom: 30px; }
.icon_experts_text{ float: left; border-right: solid 1px #FFF; padding-right: 15px; margin-right: 15px; }
.experts_text_txt{ float: left; font-size: 23px; line-height: 33px; }

.experts h2{ color: #FFF; }
.experts .expert_item{
  position: relative; background: rgba(255,255,255,0.7); margin: 10px; padding: 10px;
}
.expert_num{
  float: left; font-family: 'bebas_neue_regularregular'; font-size: 180px;
  color: #d02e82; line-height: 1;
}
.expert_stats{ float: left; margin: 20px 0 0 10px; }
.expert_stats p{ font-size: 31px; line-height: 1; color: #575a6b; text-transform: uppercase; margin: 0; font-family: 'uni_neuebold'; }
.expert_stats p span{ display: block; font-family: 'uni_neuelight'; font-size: 29px; text-transform: none; }
.expert_item .icon{
  width: 50px; height: 50px; line-height: 50px; text-align: center;
  background: #a8378f; color: #FFF; font-size: 40px;
  position: absolute; left: 0; top: -20px;
}
.expert_item .profil{
  margin: 0 5px 20px 0; min-height: 30px;
  border-bottom: solid 1px #a8378f; padding: 5px 0 0 55px;
}
.expert_item h2{
  font-family: 'uni_neuelight'; font-size: 16px;
  text-transform: uppercase; margin: 0; padding: 0;
  text-align: left; line-height: normal;
}
.expert_item .text{ padding: 0 15px 20px; text-align: justify; }
/*end of experts*/


/*metiers*/
.metiers_text_icon{border-left: solid 1px #d02e82; padding-left: 30px; margin-left: 30px;}
/*end of metiers*/


/*missions*/
.missions{
  width: 100%; height: auto; position: relative;
  background: url(../img/hr-transformation-missions.jpg) no-repeat fixed center;
  -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
  padding: 40px 0;
}
.missions_block{ background: rgba(255,255,255,0.8); padding: 20px 40px; }
/*end of missions*/

.parallax{
  width: 100%; height: auto; position: relative;
  background: url(../img/parallax.jpg) no-repeat fixed center;
  -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
  padding: 40px 0;
}
.parallax .parallax_content{position: relative; text-align: center;}
.parallax .overlay{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.5);}


/*jobs_list*/
.job_item{ border:solid 1px #575a6b; padding: 30px;}
.job_item+.job_item{ margin-top: 30px; }
.job_img{ width: 100px; height: 100px; flex-shrink: 0; overflow: hidden; }
.job_img img{ display: block; max-width: 100%; margin: auto; }
.job_details{ margin-left: 20px; }
.job_details h2{ margin: 0 0 10px; }
.job_details ul, .fiche_job .description ul{ list-style-type: none;}
.job_details ul li, .fiche_job .description ul li{ position: relative; box-sizing:border-box;}
.job_details ul li:before, .fiche_job .description ul li:before{content: ''; font-family: 'FontAwesome'; font-size: 11px; color: #8d3b90; position: absolute; left: -17px;}
.job_config{ margin-bottom: 20px; }
.job_config_item+.job_config_item{ margin-left: 30px; }
.job_config_item .icon{ font-size: 21px; font-family: 'uni_neuebold'; color: #CFCFCF; }
.job_config_item .icon i{ color: #d02e82; font-size: 35px; }
.job_details .buttons a{ padding: 3px 10px; font-size: 15px; }

.fiche_job .date{
  float: left; color: #AFAFAF;
}
.fiche_job .job_item{ border:none; padding: 0; }
.fiche_job .job_img{ width: auto; height: auto; flex-shrink: 0; overflow: hidden; }
.fiche_job .job_config_item+.job_config_item{ margin-left: 0; margin-top: 20px; }
.fiche_job .input+.input{ margin-top: 10px; }
/*end of jobs_list*/

.share_block{ margin: 0 0 20px 0; float: right;}
.share_block .share_button{
  display: inline-block; padding: 10px 13px;
  font-size: 11px; line-height: 1; color: #FFF;
  vertical-align: middle;
}
.share_block .share_button+.share_button{ margin-left: 4px;}
.share_block i{ font-size: 15px;}
.share_block span{
  display: inline-block; height: 15px; line-height: 15px;
  margin-left: 8px; padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.share_block .facebook-share{
  background: #3b5998;
}
.share_block .twitter-share{
  background: #55acee;
}
.share_block .whatsapp-share{
  background: #4dc247; display: none;
}
.share_block .linkedin-share{
  background: #007bb5;
}


/*formulaire*/
.form_content .form_block{
  padding: 30px; background: #FFF;
}
.form_content .input{ padding: 5px; box-sizing: border-box;}
.form_content .input label{
  display: block; margin-bottom: 5px;
  color: #000;
}
.form_content .input input, .form_content .input select{
  width: 100%; padding: 5px 10px;
  border: solid 1px #8d3b90;
  box-sizing: border-box; line-height: inherit;
}
.form_content p{ font-size: 12px;}
.form_content .submit{
  text-align: center;
}
.form_content .submit button{
  padding: 10px 25px; background: #8d3b90; color: #FFF;
  font-family: 'good_timesregular'; border: none;
}
.form_content .submit button i{ display: inline-block; margin-left: 18px; color: #FFF;}

.form_content .form_block h4{ font-family: 'good_timesregular'; margin: 20px 0 5px 0; color: #8d3b90;}

.form_content .form_block .hidden{ display: none;}
/*end of formulaire*/


/*Accordeon*/
ul.accordeon{ list-style-type:none; margin: 0 auto; padding:0; margin-top: 30px;}
ul.accordeon .accordeonLi{ margin:0; padding: 0; }
ul.accordeon .accordeonLi+.accordeonLi{ margin-top: 2px;}
ul.accordeon .accordeonLi a.accordeonLink{
  display: block; border-bottom: solid 1px #a8378f;
  height: 40px; line-height: 40px; padding: 0 20px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
ul.accordeon a.accordeonLink h2{
  margin: 0; padding: 0; font-size:19px; color: #000;
  height: 40px; line-height: 40px; font-family: 'uni_neuebook' !important;
}
ul.accordeon a.accordeonLink h2:after{ display: none; }
ul.accordeon .accordeonLi .icon{
  width: 40px; height: 40px; line-height: 40px;
  float: left; border-right: solid 1px #a8378f;
  margin: 10px 10px 0 0;
}
ul.accordeon .accordeonLi .icon img{ display: block; width: 100%; }
ul.accordeon .accordeonLi a.accordeonLink .toggle{
  height: 40px; line-height: 40px; float: right;
  font-size: 40px; color: #575a6b; margin-left: 10px;
}
ul.accordeon .accordeonLi a.accordeonLink:hover, ul.accordeon .accordeonLi a.current{ }
ul.accordeon .accordeonLi a.accordeonLink:hover i, ul.accordeon .accordeonLi a.current i, ul.accordeon .accordeonLi a.accordeonLink:hover h3, ul.accordeon .accordeonLi a.accordeonLink.current h2{ color: #575a6b;}
ul.accordeon .accordeonItem{ display:none; padding: 10px; margin: 1px 0 5px 0;}
/*End of Accordeon*/

/*simpleList*/
.simpleList{ list-style-type: none;}
.simpleList li{ position: relative; padding: 5px 0; box-sizing:border-box;}
.simpleList li:before{content: ''; font-family: 'FontAwesome'; font-size: 11px; color: #8d3b90; position: absolute; left: -17px;}
/*end of simpleList*/

.simpleTable{ margin-top: 20px; width: 100%;}
.simpleTable th{ border: none; background: #246493; font-size: 15px; color: #000000; font-weight: normal; padding: 5px 10px; text-align: center; color: #FFF; font-size: 12px; font-weight: bold;}
.simpleTable th span{ display: block; font-weight: normal; font-size: 10px;}
.simpleTable tr:nth-child(2n+2){background: rgba(0,0,0,0.1);}
.simpleTable td{ padding: 5px 10px;}


/*contact*/
.contact .map{ width: 100%; height: 400px; margin-bottom: 30px;}
.contact .map iframe{ width: 100%; height: 400px;}
.contact article h2{ text-transform: uppercase;  font-size: 17px; margin: 20px 0 10px 0;}
.contact label{
  display: block; padding: 5px; color: #777;
  font-family: 'uni_neuebold'; font-size: 15px;
}
.contact input{ border:solid #ddc4dd 1px; width:100%; padding:15px; box-sizing: border-box;}
.contact textarea{border:solid #ddc4dd 1px; width:100%; padding:15px; height:200px; box-sizing: border-box; margin-top: 20px;}
.contact .buttons{ float: right;}
.contact .buttons a.formLink{ display: inline-block; color: #2c1c7c; padding: 0 10px;}
.contact input[type="submit"], .contact button{background:#8d3b90; color:#FFFFFF;  border:none; margin:10px 0; padding:15px 35px; width: auto; font-family: 'uni_neuebook'; text-transform: uppercase; font-size: 17px;}

.contact .contacts:after{ display: block; content: ""; clear: both; }
.contact .contact_proprety{
  display: block; width: 100px; color: #a8378f;
  float: left; margin-bottom: 10px;
  font-family: 'uni_neuebold';
}
.contact .contact_value{ display: block;  margin-left: 110px; margin-bottom: 25px;}
/*End of contact*/


.msg_ok{ font-weight:bold; color:#72a132; margin-bottom: 10px;}
.msg_ok i{ font-size: 25px;}
.msg_ko{ font-weight:bold; color:red; margin-bottom: 10px;}
.msg_ko i{ font-size: 25px;}

.requiredField{ background:#dd7171; color:#7d0000;}
.requiredFieldTxt{ color:#cf0000; font-size: 11px; font-weight: bold; display: none;}

.imgFull{ display: block; margin: auto; max-width: 100%; margin-bottom: 10px;}
.imgCenter{ display: block; margin: 10px auto; max-width: 100%;}
.imgLeft{ display: block; float: left; margin: 0 20px 20px 0;}
.borderImg{ border-bottom: solid 3px #ce257c;}

.row_section{ margin: 20px 0; }
.row_flex{ display: flex;}
.row_flex:after, .row:after{ display: block; content: ""; clear: both; }
.vcenter{
  -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}
.hcenter{
  justify-content: center;
}


.one_half{ width: 50%; float: left; box-sizing: border-box;}
.one_third{ width: 33.33%; float: left; box-sizing: border-box;}
.two_third{ width: 66.66%; float: left; box-sizing: border-box;}
.one_fourth{ width: 25%; float: left; box-sizing: border-box;}
.three_fourth{ width: 75%; float: left; box-sizing: border-box;}


.padding5{ padding: 5px;}
.padding10{ padding: 10px;}
.padding20{ padding: 20px;}
.paddingLeft{ padding-left: 20px; }
.paddingRight{ padding-right: 20px; }
.clear{ clear: both;}
.clearRight{ clear: right;}


footer{ width: 100%; position: relative;
  background: #575a6b; color: #FFF;
  text-align: left; padding: 30px 0;
  font-size: 17px; line-height: 23px;
}
footer .logo{display: block; width: 273px; margin: auto; }
footer .logo img{ display: block; margin: auto; max-width: 100%; }
footer h2{
  font-family: 'good_timesregular'; text-transform: uppercase;
  margin: 0 0 10px 0; font-size: 15px; color: #FFF;
}
footer .contacts{ text-align: left;}
footer .contacts .contacts_property{
    display: block; width: 70px;
    float: left; margin-bottom: 10px;
    font-family: 'uni_neuebold';
}
footer .contacts .contacts_value{ display: block;  margin-left: 80px; margin-bottom: 10px;}
footer .contacts p{ margin-top: 8px;}
footer .contacts a{ display: inline-block;}
footer .contacts a:hover{ color: #d02e82; }

footer .copyright{
    font-size: 14px;
    text-align: center;
}

.social_footer{ text-align: right; }
footer ul.social{
    list-style-type: none; margin: 0; padding: 0;
}
footer ul.social li{ display: inline-block;}
footer ul.social li+li{ margin-left: 10px;}
footer ul.social a{
    display: block; width: 40px; height: 40px; line-height: 40px;
    background: #d02e82; color: #FFF;
    text-align: center; font-size: 18px;
    -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px
}


.social a.facebook:hover{ background: #3b5998; color: #FFF;}
.social a.twitter:hover{ background: #55acee; color: #FFF;}
.social a.google-plus:hover{ background: #dd4b39; color: #FFF;}
.social a.linkedin:hover{ background: #007bb5; color: #FFF;}
.social a.youtube:hover{ background: #bb0000; color: #FFF;}
.social a.viadeo:hover{ background: #f6876d; color: #FFF;}
.social a.instagram:hover{ background: #bc2a8d; color: #FFF;}
.social a.pinterest:hover{ background: #bd081c; color: #FFF;}

/*animations*/
.animation-element{
    opacity: 0; position: relative;
    transition:1s;
    -o-transition:1s;
    -webkit-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
}
.animation-element.in-view{ opacity: 1;}

.animation-element.slide-left {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-bottom {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0, 100px, 0px);
  -webkit-transform: translate3d(0, 100px, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-left.in-view, .animation-element.slide-right.in-view, .animation-element.slide-bottom.in-view{
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*end of animations*/