    body {
      font-family: 'PF DinText Pro Medium', sans-serif;
      font-weight: 300;
      font-size: 15px;
      line-height: 1.7;
      margin: 0;
      padding: 0;
      color: #222;
      background-color: #f7f7f7;
    }

    /* ----- MENU FLOTTANT ----- */
    nav {
      position: fixed;
      top: 20px;
      left: 20px;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      padding: 0.8rem 1rem;
      z-index: 1000;
      transition: transform 0.3s ease-in-out;
    }

    nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    nav ul li {
      position: relative;
      margin: 0.3rem 0;
    }

    nav a, nav button {
      text-decoration: none;
      color: #111;
      font-size: 0.95rem;
      font-weight: 300;
      background: none;
      border: none;
      cursor: pointer;
      font-family: inherit;
      padding: 0;
    }

    nav a:hover, nav button:hover {
      text-decoration: underline;
    }

    /* Sous-menu déroulant */
    nav ul ul {
      display: none;
      margin-top: 0.3rem;
      margin-left: 1rem;
      padding-left: 0.5rem;
      border-left: 2px solid #ddd;
    }

    nav ul li.open > ul {
      display: block;
    }

    /* ----- BOUTON MOBILE ----- */
    .menu-toggle {
      display: none;
      position: fixed;
      top: 20px;
      left: 20px;
      background: #111;
      color: #fff;
      border: none;
      font-size: 1.5rem;
      padding: 0.3rem 0.6rem;
      border-radius: 6px;
      cursor: pointer;
      z-index: 1100;
    }

    @media (max-width: 768px) {
      nav {
        transform: translateX(-120%);
      }
      nav.active {
        transform: translateX(0);
      }
      .menu-toggle {
        display: block;
      }
    }

    /* ----- CONTENU ----- */
    .container {
      max-width: 850px;
      margin: 5vh auto;
      margin-top:15px;
      padding: 2rem;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }

    h1 {
      font-family: 'Neighbourhood', sans-serif;
      font-size: 3.9rem;
      font-weight: 400;
      text-align: center;
      margin-bottom: 0.3rem;
      color: #111;
      margin-top:20px;

    }

    .h1_principal
    {


      font-family: 'Neighbourhood', sans-serif;
      font-size: 3.9rem;
      font-weight: 400;
      text-align: center;
      margin-bottom: 0.3rem;
      color: #111;
      margin-top:20px;
    }

    .subtitle {
      font-family: 'Neighbourhood', sans-serif;
      font-size: 1.8rem;
      text-align: center;
      color: #444;
      margin-bottom: 2.5rem;
    }

    p {
      margin-bottom: 1.5rem;
      color: #333;
    }

    ul {
      margin: 1rem 0 1.5rem 1.5rem;
      padding: 0;
    }

    li {
      margin-bottom: 0.8rem;
    }

    a {
      color: #000;
      text-decoration: underline;
      font-weight: 400;
    }

    a:hover {
      text-decoration: none;
    }

    blockquote {
      font-style: italic;
      font-weight: 300;
      margin: 2rem 0;
      padding: 1rem 1.5rem;
      background: #fafafa;
      border-left: 4px solid #000;
      border-radius: 6px;
      color: #444;
    }


    .encart {
      font-style: normal;
      font-weight: 300;
      margin: 2rem 0;
      padding: 1rem 1.5rem;
      background: #DBDBDB;
      border-left: 4px solid #000;
      border-radius: 6px;
      color: #444;
    }


      .encart_avec {
      font-style: normal;
      font-weight: 300;
      margin: 2rem 0;
      padding: 1rem 1.5rem;
      background: #F7F7F7;
      border-left: 4px solid #000;
      border-radius: 6px;
      color: #444;
      }

    .section {
      margin-bottom: 2.5rem;
      }


    .citation {
      font-style: italic;
      font-weight: 300;
      }

    /********************************* IMAGES *************************************/


  
    img {
        transition:transform 0.25s ease;
    }

    /*img:hover {
        -webkit-transform:scale(1.5);
        transform:scale(1.5);
    }
    */


    img {
    display: block;
    width: 30%;
    margin: auto;
    }

    .image_no_resize
    {
    /*display: block;*/
    width: 80px;
    height:80px;
    /*margin: auto;*/
    }

    .img100
    {
    width: 100%;
    height:100%;

    }

    .img90
    {
    width: 90%;
    height:90%;

    }

    .img70
    {
    width: 70%;
    height:70%;

    }

  .bandeau
  {
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom:10px;
    
  }
  .copyright
  {
  text-align: center;
  font-size: 8px;
  margin-top:-2px;
  font-weight: 100;

  }


.logo_menu
  {
  display: block;
    width: 100%;
    margin: auto;
}

.image-arrondie-cadre {
    /* Rogner l'image pour qu'elle remplisse bien son conteneur */
    object-fit: cover;
    /* Largeur et hauteur à ajuster selon vos besoins */
    width: 200px;
    height: 200px;
    /* Arrondir les coins de l'image */
    border-radius: 10px;
    /* Ajouter un cadre gris arrondi */
    border: 3px solid #ccc;
    /* Optionnel : ajouter une ombre légère pour un effet plus moderne */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

  #contours_rouge {
    width: 80%;
    height: 80%;
    box-shadow: 0 2px 4px rgba(153, 27, 21, 0.1);
    border: 3px solid #951812;

  }


  #contours_noir {
    width: 80%;
    height: 80%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 3px solid #000;

  }


  #contours_dessentiments {
    width: 80%;
    height: 80%;
    box-shadow: 0 2px 4px rgba(153, 27, 21, 0.1);
    border: 3px solid #DD3840;
  }


/* TEXTES  TTTTTTTTTTTTTTTTTTTTTT */

.text_centre {
    text-align: center;
  }

  .text_footer {
    text-align: center;
    font-size: 0.5rem;
    font-color:#E3E3E3;
    display: block;
    width: 80%;
    margin-bottom: 5px;
    margin-top:-5px;
    margin-right: auto;
    margin-left:auto;
    font-weight: normal;
    font-family: 'Neighbourhood', sans-serif;

  }

  .fondu-texte-vertical {
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

  .fondu-texte-vertical:hover {
    /* Au survol, tout le texte est visible */
    mask-image: linear-gradient(to right, black 100%, black 100%);
    -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
}

.text_citation_dessentiments {
    font-color:#E255A0;
  }


