@charset "UTF-8";
/* ==================================================
 * Projet : PRPROEFF
 * Fichier CSS pour l'impression
 * Version : 1.0
 * Dernières modifications : 2 mars 2018
 * Auteur : François Martel
 * Base : Gabarit de cours adaptatif HTML5
 * ================================================== */
@page {
  margin: 1.5cm 2cm;
}
* {
  background: transparent !important;
  text-shadow: none !important;
  filter: none !important;
  -ms-filter: none !important;
}

body {
  font-size: 11pt;
  line-height: 13pt;
}

p {
  margin: 0;
}

a, a:visited {
  color: #2980ba;
  text-decoration: underline;
}

a[href]:after {
  content: " (" attr(href) ")";
}

abbr[title]:after {
  content: " (" attr(title) ")";
}

.imgReplaceText a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "";
}

#zoneUtilisateur, #logo, #zoneMenu,
#menuFooter, #mediasSociaux,
.visuallyHidden, .plus, .zoneVideo,
#boutonIntro, #commentaires, #respond {
  display: none;
}

#zoneIdentitaire {
  border: solid 3px #f0f0f0;
  padding: 10pt;
  margin-bottom: 20pt;
}
#zoneIdentitaire .print {
  width: 125px;
  margin-bottom: 10pt;
}

#sigleCours {
  font-family: Arial, sans-serif;
  margin-bottom: 5pt;
}

#titreCours {
  font-family: Arial, sans-serif;
  font-size: 16pt;
  text-transform: uppercase;
  margin: 0;
}

#main {
  padding-left: 10pt;
  padding-right: 10pt;
}

#intro {
  margin-bottom: 20pt;
}
#intro .blocTexte p {
  margin-bottom: 10pt;
}

#outils a {
  display: block;
  margin-bottom: 20pt;
  text-decoration: none;
  color: #000;
}
#outils a img {
  width: 50px;
  float: left;
  margin-right: 10pt;
}
#outils a h2 {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  line-height: 15pt;
  margin-bottom: 5pt;
  text-decoration: underline;
  color: #2980ba;
}

#contenu p, #contenu ul, #contenu ol {
  margin-bottom: 10pt;
}
#contenu p {
  orphans: 3;
  widows: 3;
}
#contenu .note, #contenu .source {
  font-size: 9pt;
  line-height: 13pt;
}
#contenu h1, #contenu h2, #contenu h3, #contenu h4, #contenu h5, #contenu h6 {
  font-family: Arial, sans-serif;
  page-break-inside: avoid;
  page-break-after: avoid;
}
#contenu h1, #contenu h2, #contenu h3, #contenu h4, #contenu h5 {
  margin-top: 20pt;
  margin-bottom: 15pt;
}
#contenu h1 {
  font-size: 23pt;
  line-height: 28pt;
  color: #d24332;
  margin-top: 0;
}
#contenu h2 {
  font-size: 20pt;
  line-height: 24pt;
  border-bottom: solid 1px #ccc;
}
#contenu h3 {
  font-size: 18pt;
  line-height: 21pt;
}
#contenu h4 {
  font-size: 16pt;
  line-height: 19pt;
}
#contenu h5 {
  font-size: 14pt;
  line-height: 17pt;
}
#contenu h6 {
  font-size: 12pt;
  line-height: 15pt;
  margin-top: 15pt;
  margin-bottom: 10pt;
}
#contenu .interTitre {
  page-break-inside: avoid;
  page-break-after: avoid;
}
#contenu .interTitre.tableau1, #contenu .interTitre.tableau2 {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  line-height: 15pt;
  font-weight: bold;
}
#contenu img {
  max-width: 50% !important;
  page-break-inside: avoid;
}
#contenu .tableau {
  margin-bottom: 10pt;
  page-break-inside: avoid;
}
#contenu .tableau table {
  border-collapse: collapse;
}
#contenu .tableau thead {
  display: table-header-group;
}
#contenu .tableau th, #contenu .tableau td {
  border: solid 1px #ccc;
  padding: 5pt;
  vertical-align: top;
}
#contenu .tableau th.demi {
  width: 50%;
}
#contenu .tableau th.tier {
  width: 33.33333%;
}
#contenu .tableau th.quart {
  width: 25%;
}
#contenu .tableau ul, #contenu .tableau ol {
  padding: 0 0 0 15pt;
  margin: 0;
}
#contenu .boite {
  border: solid 1px #ccc;
  padding: 10pt 10pt 0 10pt;
  margin-bottom: 10pt;
  page-break-inside: avoid;
}
#contenu .boite .interTitre {
  font-weight: bold;
}
#contenu .accordeon .toggler {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}
#contenu .accordeon > div {
  display: block;
}

#sidebar {
  margin-top: 20pt;
}
#sidebar h1 {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  line-height: 15pt;
}

#footer {
  border: solid 3px #f0f0f0;
  padding: 10pt;
  margin-top: 20pt;
}
