/**********************************/
/**********************************/
/*     CSS MODULE CARRiÈRES       */
/**********************************/
/**********************************/

.onlymobile { display: none; }
.onlydesktop { display: block; }  
.onlymobileflex { display: none; }
.onlydesktopflex { display: flex; }

.padding5vw { padding: 3rem !important; }

#featured-job {
  background-color: #ff4d8b;
  color: #fff;
  margin-bottom: 4rem !important;
}

#featured-job a.btnWhite { margin: auto !important; }

.aJob {
	margin-left: 0 !important;
	margin-right: 0 !important;
  margin: 2.5rem 0 !important;
}

.aJob h3 a { color: #333; }
.aJob h3 a:hover { color: #ff4d8b; }

#careers-filters {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F5F4EE;
  padding: 3rem;
  display: block;
  right: 100%;
  top: 0;
  transition: all .6s ease-in-out;
  z-index: 50;
  /* Faire remonter le contenu */
  justify-content: flex-start !important;
  padding: 10vw 5vw 5vw 5vw; 
}

#careers-filters-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #F5F4EE;
  padding: 10vh;
  top: 0;
  right: 100%;
  transition: all .6s ease-in-out;
  z-index: 9999;
  overflow-y:scroll;
}

#careers-filters-mobile .btn-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}


#careers-filters.show, #careers-filters-mobile.show { right: 0; }

#careers-filters .checkbox, #careers-filters-mobile .checkbox {
    display: block;
    margin-left: 0;
    color: #3C3C3C;
}

#careers-filters .fa-check:before, #careers-filters-mobile .fa-check:before {
    color: #ff4d8b;
}

#careers-filters h2 {
  color: #3C3C3C;
}

#careers-filters-mobile h2 {
  color: #3C3C3C;
}
#careers-filters-mobile h2 br { display: none; }

.btn-filters, .btn-filters-mobile {
  font-size: 1.5rem;
  position: relative;
  z-index: 50;
  color: #ff4d8b;
  text-align: right;
}
.btn-filters img {
  max-height: 1rem;
  margin-top: -.25rem;
}
.btn-filters-mobile {
   font-size: 1.5rem;
  position: relative;
  z-index: 50;
  background-color: #ff4d8b;
  color: #fff;
  text-align: center;
  margin-top: 2rem; 
}
.btn-filters:hover  { color: #ff4d8b; text-decoration: none; }
.btn-filters-mobile:hover  { color: #fff; background-color: #ff4d8b; text-decoration: none; }
.btn-close {
  position: absolute;
      top: 1rem;
    right: 1rem;
}
.btn-filters-mobile img {
  position: relative;
  top: -2px;
  width: 15px !important;
}
.btn-close-page {
      z-index: 200;
  cursor: pointer;
  position: fixed;
    right: 2rem;
}

body.single-carrieres .btn-close-page { right: inherit; position: absolute !important;}

.carrieres section.twoColFlex .box-left-content {
    align-items: flex-start;
}
.carrieres section.twoColFlex .box-right-content {
    align-items: flex-start;
}

.formContent * { color: #fff; }

#featured-job p { color: #fff; }

.clear-filters {
    position: absolute;
    top: 1rem;
    right: 4rem;
}
.clear-filters a { color: #000 !important; font-size: .75rem; }

.checkbox label { padding-left: 0 !important; }

.bgBlack { background-color: #ff4d8b }


/* Checkbox, Radio button */
.checkbox { display: inline-block; margin-left: 2rem; }

.checkbox.label {
  font-size: 1rem;
  opacity: .5;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox label input[type="checkbox"]:checked + .cr {
  border: 2px solid #ff4d8b;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 10%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}


.btnWhite {
  border-radius: 5px !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  padding: .5rem 1.5rem !important;
  display: block !important;
  background: transparent !important;
  transition: all .5s !important;
  margin-left: auto !important;
}
a.btnWhite:hover, a.btnWhite:focus, a.btnWhite:active {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 2px solid #000 !important;
}

.form-dark button.btnWhite {
  border-radius: 5px !important;
  border: 2px solid #000 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  padding: .5rem 1.5rem !important;
  display: block !important;
  background: transparent !important;
  transition: all .5s !important;
  margin-left: auto !important;
}
.form-dark button.btnWhite:hover, .form-dark button.btnWhite:focus, .form-dark button.btnWhite:active {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 2px solid #000 !important;
}

.btnRed {
  border-radius: 5px !important;
  border: 2px solid #ff4d8b;
  color: #221F1F;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: .5rem 1.5rem !important;
  display: inline-block;
  background: transparent;
  transition: all .5s;
  margin-top: .5rem;
}
.btnRed:hover, a.btnRed:focus, a.btnRed:active {
  background: #ff4d8b;
  color: #FFF;
  text-decoration: none;
  border: 2px solid #ff4d8b !important;
}

#form-plus-infos h4 { 
  font-weight: 500 !important; 
  line-height: 1.2; 
}



body.page-template-template_page .header-inner { height: 50vh; }
body.page-template-template_page .header-inner .texte { height: 50vh; }
body.page-template-template_page .box-left-content,
body.page-template-template_page .box-right-content { height: inherit !important; min-height: inherit !important; }

#content.carrieres { padding-bottom: 0 !important; padding-top: 0 !important; }
body.post-type-archive-carrieres .banner, body.single-carrieres .banner { margin-bottom: 0 !important }

body.post-type-archive-carrieres #hp, body.single-carrieres #hp { padding: 0 !important; }
body.post-type-archive-carrieres .flex>div, body.single-carrieres .flex>div { padding: 0 !important; }

#engagement { margin-bottom: 0 !important; }

.col.breadcromp * { font-size: 2rem !important; }
.breadcromp a { color: #ff4d8b; }


/* Fixes */
.formContent label, 
#wpforms-45-field-hp,
#wpforms-43-field-hp { display: none !important; }
.drop_uploader.drop_zone, div.wpforms-container-full .wpforms-form div.drop_uploader.drop_zone { border-color: #fff; }
.drop_uploader.drop_zone, div.wpforms-container-full .wpforms-form div.drop_uploader.drop_zone,
.drop_uploader.drop_zone .text, div.wpforms-container-full .wpforms-form div.drop_uploader.drop_zone .text,
.drop_uploader.drop_zone .text_wrapper i, div.wpforms-container-full .wpforms-form div.drop_uploader.drop_zone .text_wrapper i { color: #fff !important; }



/*************** RESPONSIVE ****************/

/* (landscape) */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) 
and (orientation : landscape) {

  .onlymobile { display: block !important; }
  .onlydesktop { display: none !important; }  
  .onlymobileflex { display: flex !important; }
  .onlydesktopflex { display: none !important; }

    .carrieres #engagement { flex-direction: column-reverse; }
    .carrieres .inner h2 { text-align: left; }
    .featureJobImg { min-height: 25vh !important; }
    .aJob { flex-direction: column-reverse; border-bottom: 1px solid #ff4d8b; padding-bottom: 3rem;  }
    .aJob * { text-align: left !important; }
    .aJob:last-child { border: 0; }
    .aJob .col { flex-basis: inherit !important; }
    .padding5vw { padding: 2rem !important; }
    .aJob .btnRed { margin-left: 1rem; margin-right: 0 !important; }
    body.page-template-template_faq #cta-carrieres .box-right-content div:first-child { padding: 0 !important; }
    #form_free_appl { top: 100%; transition: all .4s; display: block; position: fixed; z-index: 9999; background-color: #000; overflow: scroll; height:100vh;  }
    #form_free_appl h2, #form_free_appl label { color: #fff !important; }
    #form_free_appl.up { top: 0; }
    body.page-template-template_careers .box-left-content.bgDarkGray.padding5vw { display: none; }
    .btn-free-appl { z-index: 500; width: 100%; background-color: #ff4d8b; display: block; position: fixed; bottom: 0; text-align: center; color: #fff; cursor: pointer; padding: 1rem 0; }
    .btn-close2 { text-align: right; color: #fff;}
    .aJobDescription * { text-align: left !important; }
}  

/* (portrait) */
@media only screen 
  and (min-device-width : 375px) 
  and (max-device-width : 812px) 
  and (orientation : portrait) {

  .onlymobile { display: block !important; }
  .onlydesktop { display: none !important; }  
  .onlymobileflex { display: flex !important; }
  .onlydesktopflex { display: none !important; }

    .carrieres #engagement { flex-direction: column-reverse; }
    .carrieres .inner h2 { text-align: left; }
    .featureJobImg { min-height: 25vh !important; }
    .aJob { flex-direction: column-reverse; border-bottom: 1px solid #ff4d8b; padding-bottom: 3rem; }
    .aJob * { text-align: left !important; }
    .aJob:last-child { border: 0; }
    .aJob .col { flex-basis: inherit !important; }
    section#implication.twoColFlex .box-right-content .col-md-6:first-child, 
    section#cta-carrieres.twoColFlex .box-right-content div:first-child { padding: 0; }
    section#cta-carrieres.twoColFlex .box-right-content ul, section#cta-carrieres.twoColFlex .box-right-content h2 { text-align: left !important; }

    #form_free_appl { top: 100%; transition: all .4s; display: block; position: fixed; z-index: 9999; background-color: #000; overflow: scroll; height:100vh; width:100%; padding: 3rem; }
    #form_free_appl h2, #form_free_appl label { color: #fff !important; }
    #form_free_appl.up { top: 0; left: 0; }
    body.page-template-template_careers .box-left-content.bgDarkGray.padding5vw { display: none; }
    .btn-free-appl { width: 100%; background-color: #ff4d8b; display: block; text-align: center; color: #fff; cursor: pointer; padding: 1rem 0; }
    .btn-close2 { text-align: right; color: #fff;position: fixed; right: 2rem;}
    .aJobDescription * { text-align: left !important; }

}

/* Tablette (portrait) */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {

  #form_free_appl { z-index: 1000; }
  #featured-job p, .aJob p { line-height: 1.2 !important; }

}

/* Tablette (landscape) */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {

  .carrieres section.twoColFlex .box-left-content { display: block !important; }
  #careers-filters.show, #careers-filters-mobile.show { top: 0; }
  #careers-filters { justify-content: flex-start !important; }
  #featured-job p, .aJob p { line-height: 1.2 !important; }

}

/**********************************/
/**********************************/
/*    CSS MODULE CARRiÈRES FIN    */
/**********************************/
/**********************************/