/* général */

.reveal .slides {
  text-align: left;
}

.reveal .slides section {
  padding: 30px 50px;
  box-sizing: border-box;
}

.reveal p,
.reveal li {
  font-size: 0.95em;
  line-height: 1.35;
}

.reveal ul,
.reveal ol {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  padding-left: 1.2em;
}

.reveal li {
  margin-bottom: 0.3em;
}

.reveal section img {
  border: none;
  box-shadow: none;
  background: transparent;
}

/* titres, slide normales */

.reveal section h2 {
  color: #009fe0;   /* bleu UB */
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.8em;
}

.reveal section h3,
.reveal section h4 {
  color: #8f1d40;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.6em;
}

/* slide du titre */

.reveal section.title-slide-custom {
  padding: 80px 80px 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.reveal section.title-slide-custom h2 {
  color: #009fe0 !important;
  text-align: center !important;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.reveal section.title-slide-custom .subtitle {
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 40px;
}

/* logo en bas à droite */

.reveal section.title-slide-custom .logo {
  display: flex;
  justify-content: flex-end;
}

.reveal section.title-slide-custom .logo img {
  height: 60px;
}

/* année */

.reveal section.title-slide-custom .year {
  text-align: right;
  font-size: 0.75em;
  margin-top: 10px;
}

/* slide séance */

.reveal section.session-slide {
  text-align: center;
  padding-top: 120px;
}

.reveal section.session-slide h2 {
  color: #009fe0 !important;
  text-align: center !important;
  margin-bottom: 0.4em;
}

.reveal section.session-slide h3 {
  color: #8f1d40;
  text-align: center !important;
  font-weight: 500;
  margin-bottom: 1em;
}

.reveal section.session-slide p {
  text-align: center;
  margin: 0.3em 0;
}

.reveal section.session-slide .affiliation {
  font-size: 0.75em;
  color: #555;
  margin-bottom: 0.5em;
}

/* Options */

.reveal .small {
  font-size: 0.75em;
}

.reveal .center {
  text-align: center;
}

/* SLIDES COMPACTES (.compact) */

/* Titre principal */
.reveal .slides section.compact h2 {
  margin-bottom: 0.2em !important;
}

/* Éléments juste après le titre */
.reveal .slides section.compact h2 + * {
  margin-top: 0 !important;
}

/* Sous-titres (noms) */
.reveal .slides section.compact h3,
.reveal .slides section.compact h4,
.reveal .slides section.compact h5 {
  margin-top: 0.3em !important;
  margin-bottom: 0.1em !important;
}

/* Listes */
.reveal .slides section.compact ul {
  margin-top: 0 !important;
  margin-bottom: 0.3em !important;
}

.reveal .slides section.compact li {
  margin-bottom: 0.15em !important;
  line-height: 1.2;
}

/* Espace entre les deux blocs (Claire / Karine) */
.reveal .slides section.compact ul + h3,
.reveal .slides section.compact ul + h4 {
  margin-top: 0.4em !important;
}
