/**********************************/
/**********************************/
/*     CSS MODULE CARRiÈRES       */
/**********************************/
/**********************************/

.onlymobile { display: none; }
.onlydesktop { display: block; }  
.onlymobileflex { display: none; }
.onlydesktopflex { display: flex; }

.padding5vw { padding: 5vw !important; }

#featured-job {
  background-color: #c8957c;
  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: #c8957c; }

#careers-filters {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F5F4EE;
  padding: 5vw;
  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: #c8957c;
}

#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: #7e543b;
}
.btn-filters-mobile {
   font-size: 1.5rem;
  position: relative;
  z-index: 50;
  background-color: #7e543b;
  color: #fff;
  text-align: center;
  margin-top: 2rem; 
}
.btn-filters:hover  { color: #c8957c; text-decoration: none; }
.btn-filters-mobile:hover  { color: #fff; background-color: #c8957c; 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: #7e543b }


/* 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 #c8957c;
}

.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;
}


/*  FORM  */
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
    height: 30px !important;
    width: 30px !important;
    margin: 0 !important;
    line-height: 30px !important;
    background-color: transparent !important;
    color: #918F8F !important;
    border: 1px solid #c8957c;
    font-weight: 700 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page.active .wpforms-page-indicator-page-number {
	background-color: #c8957c !important;
	color: #fff !important;
	border-radius: 50%;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
    color: #fff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
    float: inherit !important;
    margin: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:before {
	content:"";
	position: relative;
	right: 0;
	bottom: 5px;
	width: 5rem;
	height: 2px;
	background-color: #918F8F;
	display: inline-block;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:after {
	content:"";
	position: relative;
	left: 0;
	bottom: 5px;
	width: 5rem;
	height: 2px;
	background-color: #918F8F;
	display: inline-block;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:first-child:before {
	display:none;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-child:after {
	display:none;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
    text-align: center !important;
}

.aField input {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 2px solid #918F8F !important;
	color: #918F8F !important;
	border-radius: 0 !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
  margin-bottom: 1rem !important;
  width: 100%;
}

.form-dark .aField input {
  border-bottom: 2px solid #fff !important;
  color: #fff !important;
  width: 100%;
}

.aSelect select {
  background: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 1rem !important;
  color: #fff !important;
  margin-bottom: 1rem !important;
  padding: .5rem 1rem .5rem 1rem !important;
  width: 100%;
}

.aSelect select * {
  color: #000 !important;
  line-height: 1.5rem;
  padding: .5rem;
}

.aFile input {
  background: #fff !important;
  border: 0 !important;
  color: #918F8F !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  margin-bottom: 1rem !important;
  font-size: 1rem !important;
  width: 100% !important;
}

.aTextarea textarea {
  background: #fff !important;
  border: 0 !important;
  color: #918F8F !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  margin-bottom: 1rem !important;
  font-size: 1rem !important;
  width: 100% !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border: 2px solid #c8957c !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
	border: 2px solid #c8957c !important;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:active
 {
  background: #c8957c !important;
  color: #fff !important;
  border: 2px solid #c8957c !important !important;
}

.form-dark .form-btn button, .form-dark .wpforms-submit-container button {
  background: transparent !important;
  cursor: pointer !important;
  border-radius: 5px !important;
  border: 2px solid #c8957c;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  padding: .5rem 1.5rem !important;
  display: inline-block !important;
  transition: all 0.25s ease !important;
  display: inline-flex !important;
}

.form-dark .form-btn button:hover, 
.form-dark .form-btn button:focus,  
.form-dark .form-btn button:active {
  background: #c8957c !important;
  color: #fff !important;
  border: 2px solid #c8957c !important !important;
}


.form-light .form-btn button, .form-light .wpforms-submit-container button {
  background: transparent !important;
  cursor: pointer !important;
  border-radius: 5px !important;
  border: 2px solid #c8957c !important;
  color: #c8957c !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  padding: .5rem 1.5rem !important;
  display: inline-block !important;
  transition: all 0.25s ease !important;
  display: inline-flex !important;
}

.form-light .form-btn button:hover, 
.form-light .form-btn button:focus,  
.form-light .form-btn button:active {
  background: #c8957c !important;
  color: #fff !important;
  border: 2px solid #c8957c !important !important;
}

.box-right-content .p-5 { width: 100%; }
.form-light { width: 100% !important; }

.form-light .fieldLine input[type="text"], .form-light .fieldLine input[type="email"] {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid rgba(112,112,112,.3) !important;
  color: #707070 !important !important;
  font-size: 14px !important;
  width: 100% !important;
  min-width: inherit !important;
  margin-right: 0 !important;
  opacity: .6 !important;
  margin-bottom: 0 !important;
  /*padding: .5rem 2rem !important;*/
}

.form-light .field textarea {
  border: 2px solid rgba(112,112,112,.3) !important;
  padding: 1rem !important;
  color: #707070 !important;
  font-size: 14px !important;
  width: 100% !important;
  height: 230px !important;
  opacity: .6 !important;
  vertical-align: top !important !important;
  margin-top: 1rem !important;
}

.form-light textarea .fieldLine:focus, .form-light textarea .field:focus {
  outline: 0 !important;
}

.form-light button.btnBlack {
  border-radius: 5px !important;
  border: 2px solid #3C3C3C !important;
  color: #3C3C3C !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  padding: .5rem 1.5rem !important;
  display: block !important;
  background: #fff !important;
  transition: all .5s !important;
  margin-left: auto !important;
}
.form-light button.btnBlack:hover, .form-light button.btnBlack:focus, .form-light button.btnBlack:active {
  background: #3C3C3C !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 2px solid #3C3C3C !important;
}


div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: inline-block !important;
    color: #fff !important;
    background: #990000;
    font-size: 12px;
    padding: .5rem;
    float: none;
}

#form_free_appl input::-webkit-input-placeholder, .bgBlack input::-webkit-input-placeholder { color: rgba(255,255,255,1); }
#form_free_appl input::-moz-placeholder, .bgBlack input::-moz-placeholder { color: rgba(255,255,255,1); }
#form_free_appl input:-ms-input-placeholder, .bgBlack input:-ms-input-placeholder { color: rgba(255,255,255,1); }
#form_free_appl input:-moz-placeholder, .bgBlack input:-moz-placeholder { color: rgba(255,255,255,1); }


.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 #c8957c;
  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: #c8957c;
  color: #FFF;
  text-decoration: none;
  border: 2px solid #c8957c !important;
}

.wpforms-confirmation-container-full {
    color: #221F1F !important;
    margin: 0 !important;
    background: #fff !important;
    border: 0 !important;
}

#form-plus-infos h4 { 
  font-weight: 500 !important; 
  line-height: 1.2; 
}

div.wpforms-container-full {
    margin-bottom: 0 !important; 
    margin-top: 2rem !important; 
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 0 10px 0 !important;
}

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: #7e543b; }


/* Fixes */
.formContent label, 
#wpforms-45-field-hp,
#wpforms-43-field-hp { display: none !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 #c8957c; 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: #c8957c; 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 #c8957c; 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: #c8957c; 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    */
/**********************************/
/**********************************/