.subtitle.red,
.download a {
  display: none !important;
}

.field-label {
  font-weight: 600;
  font-size: 1.235em;
  margin: 30px 0 10px;
}

.article--une {
  padding-top: 0;
}

.article--une:before {
  content: url('/themes/custom/msf/logo-msf-small.svg');
}

h1.title {
  margin-top: 15px;
}

body, h1, h2, h3, u, b, i, p, ul, ol, li {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}


p, p i {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 300;
  margin-top: 10px;
}

.wrapper.node--type-job {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.wrapper.node--type-job .wrapper-article {
  margin: 0 auto;
  max-width: 100%;
}


ul li, ol li {
  line-height: 1.4;
}

.wrapper-inner p a {
  color: #D9001A;
  text-decoration: underline;
}

.wrapper-inner p u {
  color: #D9001A;
}

.urgence-mode-wrapper, .highlighted, .header-big, #block-msffooter, .newsletter-bottom, .social--networks, .popup-button, .job-legal-note, #block-msf-local-tasks {
  display: none;
}

@page {
    size: auto;   /* auto is the initial value */
    margin: 10mm; /* printer margins */
} 

body { 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px;
}

