/* Couleur principale (bleu comme ta slide) */
:root {
  --main-blue: #006699;
}


.title {
  font-size: 58px !important;
}


/* Background global 
 .reveal .slides {
  background-image: url("logo.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: 100% 100%;
  background-size: 14%;
} */

.reveal .slide-logo {
  height: 30% !important;
  width: 14% !important;
  max-width: unset !important;
  max-height: unset !important;
}

/* Police globale */
.reveal {
  font-family: Calibri, sans-serif;
  color: var(--main-blue);
}

/* Titres */
.reveal h1,
.reveal h2,
.reveal h3 {
  color: var(--main-blue);
  font-family: Calibri, sans-serif;
  font-weight: 700;
  font-size: 50;
}

.reveal .dense li {
  margin-bottom: 0.2em;
  color: var(--main-blue);
}

.reveal .dense {
  font-size: 0.9em;
  line-height: 1.15;
}

.reveal .tres-dense {
  font-size: 0.8em;
  line-height: 1.0;
}


.reveal .info {
  border-left: 5px solid #006699;
  background-color: rgba(13, 110, 253, 0.08);
  padding: 1px 15px;
  font-size: 18px;
  line-height: 1.1;
}

.reveal .box{
  border-left: 5px solid #006699;
  padding: 5px 40px;
  margin: 0px 50px;
  background-color: rgba(13, 110, 253, 0.05);
  border-radius: 6px;
  font-size: 0.9em;
  line-height: 1.1;
  width: 80%;
}

/* Texte rouge (annotations type "Pas Haldanien") */
.warning {
  color: red;
  font-weight: bold;
}

/* Texte rouge (annotations type "Pas Haldanien") */
.warning_large {
  color: red;
  font-size: 1.3em;
  font-weight: bold;
}


.reveal .small-text {
  color: var(--main-blue);
  font-size: 28px;
  line-height: 1.0;
}

.reveal .medium-text {
  color: var(--main-blue);
  font-size: 32px;
  line-height: 1.10;
}

.reveal .small-text2 {
  font-size: 0.8em;
  line-height: 1.1;
}

/* Sous-titres */
.reveal .subtitle {
  font-family: Calibri, sans-serif;
  color: var(--main-blue);
  font-style: italic;
  font-size: 22;
}

/* Puces */
.reveal ul {
  color: var(--main-blue);
}

/* Texte secondaire (gris/bleu léger) */
.secondary {
  color: var(--main-blue);
  font-size: 0.9em;
}

/* Attention */
.reveal .warning-box {
  border-left: 5px solid #d9534f;
  background-color: rgba(217, 83, 79, 0.08);
  padding: 12px;
}

/* Important */
.reveal .highlight {
  border-left: 5px solid #198754;
  background-color: rgba(25, 135, 84, 0.08);
  padding: 12px;
}

.reveal img {
  vertical-align: top;
}
