@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
#block-webform #edit-actions-submit:hover,
#block-webform .form-submit:hover {
  background-color: #d9534f;
  color: white;
}

#block-webform fieldset .js-form-item-cv .js-form-submit:hover,
#block-webform fieldset .js-form-item-lettre-de-motivation .js-form-submit:hover, #block-webform fieldset .webform-file-button:hover {
  background-color: #212851;
  color: white;
}

#block-webform #edit-actions-submit,
#block-webform .form-submit, #block-webform fieldset .js-form-item-cv .js-form-submit,
#block-webform fieldset .js-form-item-lettre-de-motivation .js-form-submit, #block-webform fieldset .webform-file-button {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-size: 0.8333em;
  font-family: "brutal_bold";
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding: 15px 50px;
  border-radius: 30px;
  background-color: #212851;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}

#block-webform fieldset .js-form-item-cv .js-form-submit,
#block-webform fieldset .js-form-item-lettre-de-motivation .js-form-submit, #block-webform fieldset .webform-file-button {
  font-size: 0.7222em;
  background-color: #212851;
  padding: 5px 0;
  width: 100%;
  margin: 25px 0;
}

#block-webform form {
  background-color: #f3f2f2;
  max-width: 760px;
  padding: 20px 20px 40px 20px;
  margin: 55px auto;
  width: calc(100% - 40px);
}
#block-webform .js-form-item {
  margin: 0 0 20px 0;
}
#block-webform .js-form-item:last-child {
  margin: 0;
}
#block-webform .js-form-item {
  padding: 0;
}
#block-webform .js-form-type-checkbox {
  display: flex;
}
#block-webform .js-form-type-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0 10px 0 0;
  color: #243c4c;
  width: 20px;
  height: 20px;
  border: 1px solid #b4b0ac;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
#block-webform .js-form-type-checkbox input::before {
  content: "";
  width: 20px;
  height: 20px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
#block-webform .js-form-type-checkbox input:checked::before {
  transform: scale(1);
  background-image: url(../images/crochet.png);
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #243c4c;
}
#block-webform .js-form-type-checkbox label {
  color: #334955;
  font-size: 0.875rem;
  line-height: 140%;
}
#block-webform div[id^=edit-processed-text] {
  padding-left: 31px;
}
#block-webform div[id^=edit-processed-text] p {
  color: #334955;
  font-size: 0.875rem;
  line-height: 140%;
}
#block-webform div[id^=edit-processed-text] p a {
  color: #334955 !important;
}
#block-webform .webform-ajax-form-wrapper {
  margin: 0 auto;
}
#block-webform #edit-header-form,
#block-webform .js-form-type-processed-text {
  margin-bottom: 35px;
}
#block-webform #edit-header-form h2,
#block-webform .js-form-type-processed-text h2 {
  font-size: 1.5em;
  font-family: "brutal_extra_bold";
  margin-top: 20px;
  margin-bottom: 10px;
}
#block-webform #edit-header-form p,
#block-webform .js-form-type-processed-text p {
  color: #212851;
  font-size: 1em;
}
#block-webform #edit-header-form p:last-child,
#block-webform .js-form-type-processed-text p:last-child {
  margin-bottom: 0;
}
#block-webform #edit-header-form,
#block-webform .js-form-type-processed-text {
  padding-bottom: 25px;
  border-bottom: solid 1px #f5f7fa;
}
#block-webform #edit-actions {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin: 0;
}
#block-webform #edit-actions-submit,
#block-webform .form-submit {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 5px;
}
#block-webform fieldset {
  border: none;
  padding: 0;
}
#block-webform fieldset label {
  display: block;
  font-size: 0.944em;
  font-family: "brutal_bold";
  margin-bottom: 5px;
}
#block-webform fieldset input[type=text], #block-webform fieldset input[type=email], #block-webform fieldset input[type=tel] {
  width: calc(100% - 20px);
  border: solid 1px #f5f7fa;
  height: 20px;
  padding: 10px;
}
#block-webform fieldset input[type=text]:focus, #block-webform fieldset input[type=email]:focus, #block-webform fieldset input[type=tel]:focus {
  outline: none !important;
  border-color: #212851;
}
#block-webform fieldset .form-managed-file .form-submit {
  display: none;
}
#block-webform fieldset .form-managed-file input[data-drupal-selector=edit-cv-remove-button],
#block-webform fieldset .form-managed-file input[data-drupal-selector=edit-lettre-de-motivation-remove-button] {
  display: block;
}
#block-webform fieldset .form-managed-file a {
  color: #212851;
}
#block-webform fieldset .webform-file-button {
  width: 240px;
  margin: 15px 0 25px 0;
}
#block-webform fieldset .webform-element-description {
  margin: 0 0 25px 0;
  font-size: 1em;
  line-height: 120%;
}
#block-webform fieldset .js-form-item-cv .js-form-submit,
#block-webform fieldset .js-form-item-lettre-de-motivation .js-form-submit {
  width: 240px;
}
#block-webform fieldset .js-form-item-cv .js-form-submit,
#block-webform fieldset .js-form-item-lettre-de-motivation .js-form-submit {
  border: none;
}
#block-webform fieldset .messages--status {
  color: #212851;
  font-family: "brutal_bold";
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0px 0px 15px 0px;
  background-image: none;
}
#block-webform .messages--error {
  color: #a51b00;
  font-family: "brutal_bold";
  background-color: transparent;
  border: 1px solid #a51b00;
  box-shadow: none;
  padding: 15px;
  background-image: none;
  margin-bottom: 35px;
}
#block-webform .webform-confirmation {
  font-family: "brutal_bold";
  font-size: 1.2em;
  color: #212851;
}

body.page-node-type-emploi #block-webform {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 60px;
}
body.page-node-type-emploi #block-webform form {
  margin: 55px 0 0 0;
}
body.page-node-type-emploi .wrapper-thematique-contenu {
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
}
body.page-node-type-emploi .wrapper-thematique-contenu .thematique {
  margin-top: 20px;
}
body.page-node-type-emploi .wrapper-thematique-contenu .contenu {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  #block-webform form #edit-wrapper-cols > .fieldset-wrapper,
  #block-webform form fieldset[data-drupal-selector=edit-wrapper-cols] > .fieldset-wrapper {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  #block-webform form #edit-wrapper-cols > .fieldset-wrapper fieldset[data-drupal-selector=edit-colonne-2],
  #block-webform form fieldset[data-drupal-selector=edit-wrapper-cols] > .fieldset-wrapper fieldset[data-drupal-selector=edit-colonne-2] {
    padding-left: 60px;
    padding-top: 0;
  }
  #block-webform #edit-actions-submit,
  #block-webform .form-submit {
    margin-top: 0;
  }
  #block-webform fieldset input[type=text], #block-webform fieldset input[type=email], #block-webform fieldset input[type=tel] {
    width: 340px;
    height: 20px;
  }
  body.page-node-type-emploi #block-webform {
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-node-type-emploi .wrapper-thematique-contenu {
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  #block-webform form {
    padding: 40px;
  }
  #block-webform .webform-ajax-form-wrapper {
    width: calc(100% - 420px);
  }
  #block-webform #edit-header-form h2,
  #block-webform .js-form-type-processed-text h2 {
    font-size: 2.222em;
    margin-top: 0;
  }
  #block-webform #edit-header-form p,
  #block-webform .js-form-type-processed-text p {
    font-size: 1.111em;
  }
  #block-webform fieldset input[type=text], #block-webform fieldset input[type=email], #block-webform fieldset input[type=tel] {
    height: 30px;
  }
  #block-webform .webform-confirmation {
    font-size: 1.5em;
  }
  body.page-node-type-emploi #block-webform {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  body.page-node-type-emploi .wrapper-thematique-contenu {
    -moz-flex-direction: row;
    flex-direction: row;
    margin-top: 40px;
  }
  body.page-node-type-emploi .wrapper-thematique-contenu .thematique {
    margin-top: 0px;
  }
  body.page-node-type-emploi .wrapper-thematique-contenu .contenu {
    margin-top: 0px;
  }
}