/*yaml
right_img_src: /css/466/img/logoneuillyp.png
other_documents_hint: ""
other_documents_label: Lettre de motivation
*/
body {
  min-height: 100vh; /* ensures it covers the whole viewport */
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("img/fond2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed; /* optional: keeps the image fixed while scrolling */
  padding: 100px 200px;
}

#container {
  margin-bottom: 100px;
}

#header-text {
  padding-top: 1.848809%;
  /* 15 / 811.33333333 = 1.84880855% */
}
#header-right {
  width: 12.32539030%;
  /* 266 / 811.33333333 = 32.78553821% */
  padding-left: 10%;
  /* 95.33333333 / 811.33333333 = 11.75020542% */
}
@media screen and (max-width: 600px) {
  #header-right {
    max-width: 68.69350863px;
    /* 32.78553821% * 557.33333333px = 182.72473295px */
  }
}
#header-right img {
  margin-top: 4.285714%;
  /* 11.4 / 266 = 4.28571429% */
  margin-bottom: 4.285714%;
  /* 11.4 / 266 = 4.28571429% */
}
#stabilo-haut, #stabilo-bas {
  background-color: #f5a32e;
  color: white;
}
fieldset h2 {
  color: #00798f;
  border-bottom-color: #00798f;
}
span.required {
  color: #C43933 !important;
}

.adress-fields, #field-homephone, #field-prophone, #field-mobilephone, .question-fields, .dispo-fields, .salary-field, .motivation-field {
  /*display: none;*/
}
