/* Styles SPÉCIAUX PDF */
/* Empêcher les coupures */
body.is-pdf .pdf-block,
body.is-pdf .infos-castings,
body.is-pdf .pourPdf {
  page-break-inside: avoid !important;
  break-inside: avoid !important;
}

body.is-pdf .no-pdf {
  display: none !important;
}

body.is-pdf #conteneur {
  padding: 0;
}
body.is-pdf .colonnes-talents {
  display: block !important;
}

body.is-pdf .visuels-talents {
  float: left;
  width: 200px;
  margin-right: 40px;
}

body.is-pdf .le-cv {
  clear: both;
  width: 100%;
}

body.is-pdf .le-cv > div {
  break-inside: avoid;
}

body.is-pdf .le-cv hr {
  width: 100% !important;
  margin: 0.2em;
}

body.is-pdf .contenu-agence-talent p {
  max-width: none !important;
  font-size: 11pt;
  line-height: 1.4em;
}

body.is-pdf .pourPdf {
  display: block !important;
}
body.is-pdf .pourPdf hr {
  width: 100% !important;
}
body.is-pdf .pourPdf hr.nmb {
  margin-bottom: 0;
}

body.is-pdf .pourPdf img {
  float: left;
  width: 140px;
  margin-right: 20px;
}
