@media print {

  /* Adjusts positioning of admonition icon */
  .md-typeset :is(.admonition-title, summary):before {
    top: 0.6rem;
    left: +0.3rem;
  }
}

:root {
  --bleu-clair-OH :#0094DA;
  --bleu-fonce-OH : #2D2E88;
  --rose-OH : #E30075;
}


h1 {
  font-size: 200%;
  color:var(--bleu-fonce-OH); 
  text-align: center;
  }
  
h2 {
  font-size: 150%;
  font-weight: 900; 
  color: var(--bleu-clair-OH); 
  text-align: left;
  }

h3 {
    font-size: 120%;
    font-weight: bold; 
    color: var(--rose-OH); 
    text-align: left;
    }

h4 {
    font-size: 110%;
    font-weight: bold; 
    color: black; 
    text-align: left;
    font-style: italic;
    }

    