/* LISTE DES PROJETS AUTRES ETUDIANTS - Ajout depuis autres-projets.css */
.projects-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: -2em 0 0 0;
  padding: 0;
  padding-bottom: 6em;
}
.projects-list__item {
  background: color-mix(in srgb, var(--beige-bulle) 20%, transparent);
  border-radius: 13px;
  border: 1px solid color-mix(in srgb, var(--marron) 30%, transparent);
  box-shadow: 0 2px 8px 0 color-mix(in srgb, var(--marron) 10%, transparent);
  padding: 1.1em 1.3em 1.1em 1.3em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  min-width: 220px;
}
.projects-list__author {
  color: var(--beige-bulle);
  font-family: 'Volkhov', serif;
  font-size: 1.04em;
  font-weight: 700;
  margin-bottom: 0.9em;
}
.projects-list__desc {
  color: var(--beige-clair);
  font-family: 'Saira Semi Condensed', Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.7em;
}
.projects-list__link {
  align-self: flex-end;
  background: transparent;
  color: var(--marron);
  font-family: 'Saira Semi Condensed', Arial, sans-serif;
  font-size: 0.98em;
  font-weight: 600;
  text-decoration: underline;
  padding: 0.38em 1.1em 0.38em 0;
  border-radius: 0;
  box-shadow: none;
  transition: color 0.18s;
  margin-top: 0.2em;
}
@media (max-width: 600px) {
  .projects-list__item {
    padding: 0.8em 0.6em 0.8em 0.8em;
    min-width: 0;
  }
  .projects-list {
    gap: 0.7em;
  }
}
/* Style carte pour toutes les sections principales */
.section {
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 2.2rem 1.2rem 1.7rem 1.2rem;
  margin: 2.2rem 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  position: relative;
}

.section__title {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 0.25em;
  padding-bottom: 0.15em;
}

/* Cible uniquement le titre "Nettie Stevens, pionnière des sciences" de la page d'accueil */
#nettie-stevens .section__title.section__title--no-underline {
  font-size: 17px;
}

.section__desc {
  font-family: 'Saira SemiCondensed', sans-serif;
  color: var(--marron);
  font-size: 15px;
  line-height: 1.26;
  letter-spacing: -0.57px;
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}


body.fr .section__btn {
  display: block;
  width: 450px;
  height: 30px;
  background: url('/assets/cards/ensavoirplusoff.avif') center center/100% 100% no-repeat;
  border: none;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: -1.2rem;
  padding: 6px 12px;
  text-indent: -9999px;
  overflow: hidden;
}

body.en .section__btn {
  display: block;
  width: 450px;
  height: 30px;
  background: url('/assets/cards/learnmore2.avif') center center/100% 100% no-repeat;
  border: none;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: -1.2rem;
  padding: 6px 12px;
  text-indent: -9999px;
  overflow: hidden;
}

.u-highlight {
  color: var(--marron);
}

.full-card-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: none;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  opacity: 0;
  display: block;
}

.section.section.section--bio .section__desc,
.section.section.section--career .section__desc,
.section.section.section--discoveries .section__desc
 {
  font-family: 'Saira SemiCondensed', sans-serif;
  color: var(--beige-section);
  font-size: 15px;
  line-height: 1.26;
  letter-spacing: -0.57px;
  margin-top: 0rem;
  margin-bottom: -0.5rem;
}

/* Styles beige uniquement pour index.html */
.beige-cards .section {
  background: var(--beige-clair, #F5F5DC);
  opacity: 0.6;
  border-radius: 18px;
}