/*yaml
prolog_img_src: /css/91/img/cance.png
*/
/*  
  Color palette
  Violtet   #e30613
  Gris : #333551
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  /* 12.8 / 16 = 0.8 */
  background-image: none;
  background-color: white;
  color: #333551;
}
#prolog-inner {
  width: 33.1381773%;
  /* width / 854  */
  min-width: 142px;
  /* width / 2 */
}
#prolog img {
  width: 100%;
  margin-bottom: 5%;
  margin-top: 5%;
  /* 50 / width  */
}
#container {
  background: transparent;
  /* Disable footerStickAlt because body background breaks it. */
  min-height: 0;
}
#container-inner {
  border-radius: 10px;
  background: #f5f5f6;
}
#header-text {
  margin-top: 2.491280518%;
  /* 20 / 802.8 = 2.491280518% */
}
#header h1, #header h2 {
  color: #333551;
}


#stabilo-haut, #stabilo-bas {
  color: white;
  padding-top: 0.46875em;
  /* 6 / 12.8 = .46875 */
  padding-bottom: 0.46875em;
  /* 6 / 12.8 = .46875 */
}
#stabilo-haut {
  background-color: #333551;
}
#stabilo-bas {
  background-color: transparent;
  text-align: left;
}

.current-step, h1 {
  font-weight: normal;
}
fieldset h2 {
  font-size: 1.3em;
  /* 19.2 / 12.8 = 1.5 */
  color: #333551;
  border-bottom-color: #e30613;
  margin: 0 0 1em;
  font-weight: normal;
  padding-top: 0.15625em;
  /* 3 / 19.2 = .15625 */
  padding-bottom: 0.15625em;
  /* 3 / 19.2 = .15625 */
}
label.description {
  font-size: 1.1em;
  /* 16.64 / 12.8 = 1.3 */
  font-weight: normal;
  color: #333551;
  margin-bottom: 0.120192em;
  /* 2 / 16.64 = .120192308 */
}
#cv-section, div.doc-field {
  font-size: 1.1em;
}
.adress-fields, .phone-fields, .question-fields {
  display: none;
}
/* .question-fields, .dispo-fields, .salary-field, .motivation-field  */
input, textarea, select, optgroup, option {
  font-size: 0.859375em;
  /* 11 / 12.8 = .859375 */
}
input[type=submit] {
  font-size: 0.9375em;
  /* 12 / 12.8 = .9375 */
}
#foot-left, #foot-right {
  padding: 0.651042em;
  /* 6.666666667 / (12.8 * 0.8) = .651041667 */
}

#foot-left {
  display: none;
}

input[type="submit"] {
color: #FFF;
background: #e30613 none repeat scroll 0% 0%;
border: 0px solid #e30613;
font-size: 1.5em;
padding: 0.5em;
cursor: pointer;
}
