footer {
  width: 100%;
}
.footer__container{
  width: 100%;
  background-color: var(--color-primary);
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.footer__logo-inist-cnrs{
    width: 70px;
    height: auto;
    margin: 0px 15px;
}
.footer__logo-operated-by {
    width: 100px;
    height: auto;
    margin: 0px 15px;
}
.footer__left {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer__right {
    width: 40%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer__link {
    display: flex;
    flex-direction: column;
    margin: 0px 10px;
}

/* Page du sitemap */
article.mt0 {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    line-height: 1.6;
    color: #374151;
}
.page-content {
    width: 70%;
}
.content-article {
    width: 100%;
}
.sitemap-header {
    max-width: 1000px;
    margin: 0 auto 2rem;
    padding: 2rem;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid var(--color-border);
}
.wsp-sitemap-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 0.5rem;
}

.sitemap-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 0;
}
.wsp-container {
    width: 100%;
}
.wsp-pages-title  {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0066cc; /* Bleu CNRS */
    margin: 2rem 0 1rem;
    padding: 0 0 0.5rem 1rem;
    border-left: 10px solid #0066cc;
}
.wsp-pages-list, .wsp-categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wsp-pages-list li {
    margin-bottom: 8px;
}
.wsp-pages-list a, .wsp-categories-list a,.wsp-archives-list a {
    color: var(--color-text);
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 5px 0;
    display: block;
}
.wsp-pages-list a:hover, .wsp-categories-list a:hover,.wsp-archives-list a:hover  {
    text-decoration: underline;
}
.wsp-pages-list ul {
    margin-left: 20px;
    margin-top: 5px;
}
.wsp-categories-title, .wsp-tags-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-accent-hover);
    margin: 2rem 0 1rem;
    padding: 0 0 0.5rem 1rem;
    border-left: 10px solid var(--color-accent);
}
.wsp-archives-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-primary-dark);
    margin: 2rem 0 1rem;
    padding: 0 0 0.5rem 1rem;
    border-left: 10px solid var(--color-primary-dark);
}
.wsp-archives-list {
    column-count: 4;
    column-gap: 20px;
    padding: 0;
    margin: 0;
}
.wsp-archives-list li {
    break-inside: avoid;
    margin-bottom: 10px;
}


/*Politique de confidentialité  */
.privacy-container {
      max-width: 800px;
      margin: 0 auto;
  }

  .titre-page {
      width: 50%;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 2rem;
      padding-bottom: 1rem;
      border-bottom: 2px solid #e5e7eb;
  }

  .privacy-update {
      text-align: center;
      font-size: 0.9rem;
      color: #6b7280;
      margin-bottom: 2rem;
  }

  .privacy-section {
      margin-bottom: 2.5rem;
  }

  .privacy-section-title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #2d3748;
      margin-bottom: 1rem;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid #e5e7eb;
  }

  .privacy-subsection-title {
      font-size: 1.2rem;
      font-weight: 600;
      color: #4a5568;
      margin: 1.5rem 0 0.5rem;
  }

  .privacy-text {
      margin-bottom: 1rem;
      line-height: 1.7;
  }

  .privacy-list {
      margin: 1rem 0 1rem 2rem;
      padding-left: 1rem;
  }

  .privacy-list li {
      margin-bottom: 0.5rem;
      line-height: 1.6;
  }

  .privacy-list a {
      color: #0066cc;
      text-decoration: none;
  }

  .privacy-list a:hover {
      text-decoration: underline;
  }

  .privacy-contact {
      background-color: #f8f9fa;
      padding: 1.5rem;
      border-radius: 8px;
      border-left: 4px solid #0066cc;
      margin: 2rem 0;
  }

  .privacy-recourse {
      background-color: #fef5f5;
      padding: 1.5rem;
      border-radius: 8px;
      border-left: 4px solid #e53e3e;
      margin: 2rem 0;
  }

  .privacy-recourse-title {
      font-weight: 600;
      color: #e53e3e;
      margin-bottom: 1rem;
  }

  .privacy-address {
      font-style: normal;
      margin: 1rem 0;
      line-height: 1.4;
  }

  /* Page d'accessibilité */
  .accessibility-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
  }
  .accessibility-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0066cc;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
  }
  .accessibility-intro {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #4a5568;
  }
  .accessibility-section {
    margin-bottom: 2.5rem;
  }
  .accessibility-section-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
  }
  .accessibility-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4a5568;
    margin: 1.5rem 0 0.5rem;
  }
  .accessibility-text {
    margin-bottom: 1rem;
    line-height: 1.7;
  }
  .accessibility-list {
    margin: 1rem 0 1rem 2rem;
    padding-left: 1rem;
  }
  .accessibility-list li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  .accessibility-list a {
    color: #0066cc;
    text-decoration: none;
  }
  .accessibility-list a:hover {
    text-decoration: underline;
  }
  .accessibility-report-link {
    display: inline-block;
    margin: 1rem 0;
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
  }
  .accessibility-report-link:hover {
    text-decoration: underline;
  }
  .accessibility-contact {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #0066cc;
    margin: 2rem 0;
  }
  .accessibility-recourse {
    background-color: #fef5f5;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #e53e3e;
    margin: 2rem 0;
  }
  .accessibility-recourse-title {
    font-weight: 600;
    color: #e53e3e;
    margin-bottom: 1rem;
  }

  /* Mentiosn légales */
.legal-container {
    max-width: 800px;
    margin: 0 auto;
}

.legal-update {
    text-align: center;
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.legal-subsection-title {
    font-size: 1.2rem !important;
    font-weight: 600;
    color: #4a5568;
    margin: 1.5rem 0 0.5rem;
}

.legal-text {
    margin-bottom: 1rem;
    line-height: 1.7;
    text-align: justify;
}

.legal-list {
    margin: 1rem 0 1rem 2rem;
    padding-left: 1rem;
}

.legal-list li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.legal-list a:hover {
    text-decoration: underline;
}

.legal-contact {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid var(--color-accent);
    margin: 2rem 0;
}

.legal-address {
    font-style: normal;
    margin: 1rem 0;
    line-height: 1.4;
}

.legal-recourse {
    background-color: #fef5f5;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #e53e3e;
    margin: 2rem 0;
}

.legal-recourse-title {
    font-weight: 600;
    color: #e53e3e;
    margin-bottom: 1rem;
}
.legal-footer {
    margin-top: 40px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.legal-footer .legal-text {
    text-align: center;
}
/* RESPONSIVE */
/* (Plan du site: 1 colonne pour mobile) */
@media (max-width: 480px) {
    .wsp-archives-list {
        column-count: 1;
    }
}
@media (max-width: 600px) {
    .footer__container{
        flex-direction: column;
    }
    .footer__left,.footer__right{
        width: 100%;
        justify-content: center;
    }
    .footer__right {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .footer__links{
        margin: 1rem 0;
    }
    .footer__link {
        align-items: center;
    }
    .menu-social__footer {
        margin-top: 0;
    }
    .menu-icons__footer{
        width: 100%;
    }
    .legal-notice-container {
    padding: 1rem;
    }
    .legal-notice-container h1 {
        font-size: 1.5rem;
        }

    .legal-notice-container h2 {
        font-size: 1.2rem;
        }

    .contact-info {
        padding: 1rem;
    }
    .wsp-archives-list {
        column-count: 2;
    }
    
  /* Accéssibilité */
  .accessibility-container {
    padding: 1rem;
  }

  .accessibility-title {
    font-size: 1.4rem;
  }

  .accessibility-section-title {
    font-size: 1.2rem;
  }
  /* Politique de confidentialité */
  .privacy-container {
    padding: 1rem;
  }

  .privacy-title {
    font-size: 1.5rem;
  }

  .privacy-section-title {
    font-size: 1.2rem;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
    .contact-info {
      padding: 1rem;
    }
    .footer__container{
        flex-direction: column;
        justify-content: center;
    }
    .footer__right{
        flex-direction: column;
        justify-content: center;
        margin-top: 1rem;
    }
    .footer__left, .footer__right{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .menu-social__footer {
        width: 100%;
        align-items: center;
        margin: 1rem 0;
    }
}
@media (min-width: 801px) and (max-width: 1230px) {
    .footer__right{
        width: auto;
    }
}
@media (min-width: 1231px) and (max-width: 1700px) {}