/*styles conférences – smooth scroll pour ancres année */
html { scroll-behavior: smooth; }

p {margin-bottom: 1rem;}
p:last-child {margin-bottom: 0;}

ul {
    list-style-type: disc ;
    margin-left: 2rem ;
    margin-top: 0rem ;
  }
  
  ul li::marker {
    color: #d5784d;
  }

/* Carte grille conférences : fond gris au survol, texte toujours noir */
.conferences-card-link,
.conferences-card-link:hover,
.conferences-card-link:focus {
  color: #000;
  text-decoration: none;
}
.conferences-card-link h3,
.conferences-card-link:hover h3,
.conferences-card-link p,
.conferences-card-link:hover p {
  color: #000 !important;
}
@media only screen and (max-width: 760px) {

}