 body {
      margin: 0;
      background: #181818;
      font-family: 'Segoe UI', Arial, sans-serif;
      color: #222;
    }
    .container {
      background: #fff;
      width: 1500px;
      height: 100%;
      margin: 0 auto;
      box-shadow: 0 0 20px #2228;
      display: flex;
      flex-direction: column;
      position: relative;
    }
    header {
    	display: flex;
    	justify-content: space-between;
    	      flex-direction: row-;
      align-items: center;
      flex-wrap: wrap; /* Permet aux éléments de passer à la ligne */
      
      width: 1440px;
      height: 100px;
      background: #fff;
      position: fixed;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100;
      box-shadow: 0 2px 8px #0002;
      display: flex;
      flex-direction: row;
      padding: 0px 40px 0px 40px;
      background-color: #feff00; /* couleur du header, de l'en-tête */
    }
    .titre-revue {
      font-family: 'Playfair Display', serif;
      font-size: 2.0em;
      font-weight: 700;
      color: #222;
      margin-bottom: 8px;
    }
 .search-form {
      margin-bottom: 0px;
    }
    .search-form form {
      height: 30px;
      display: flex;
      align-items: center;
    }
    .search-form input[type="text"] {
      height: 28px;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 8px 0 0 4px;
      padding: 0 8px;
      outline: none;
      width: 240px;
    }
    .search-form input[type="submit"] {
      height: 30px;
      border: none;
      background: #232323;
      color: #fff;
      border-radius: 0 4px 4px 0;
      padding: 0 16px;
      cursor: pointer;
      font-size: 1rem;
    }
    nav {
      display: flex;
      gap: 24px;
      margin-bottom: 0;
      margin-top: 0;
    }
    nav a {
      text-decoration: none;
      color: #222;
      font-weight: bold;
      font-size: 1.1em;
      transition: color 0.2s;
      position: relative;
      padding: 4px 0;
    }
    nav a:hover {
      color: #0078D7;
    }
    .archives-box {
      display: none;
      position: fixed;
      top: 170px;
      left: 50%;
      transform: translateX(-50%);
      width: 750px;
      height: 700px;
      background: #fafafa;
      border: 1px solid #333;
      box-shadow: 2px 2px 2px #666666;
      overflow-y: auto;
      z-index: 200;
      padding: 30px 40px;
    }
    .archives-box.active {
      display: block;
    }
    .archives-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .archives-list li {
      margin-bottom: 8px;
    }
    .close-archives {
      position: absolute;
      top: 10px;
      right: 20px;
      background: transparent;
      border: none;
      font-size: 1.5em;
      cursor: pointer;
      color: #666;
    }
    .main-content {
      display: flex;
      flex-direction: row;
      gap: 20px;
      margin-top: 120px;
      padding: 0 40px 40px 40px;
      flex: 1;
    }
    .col-gauche, .col-droite {
      width: 300px;
      flex-shrink: 0;
    }
    .col-centre {
      width: 800px;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    .numero {
      border: 1px solid #333;
      -webkit-box-shadow: #666666 2px 2px 2px;
      -moz-box-shadow: #666666 2px 2px 2px;
      box-shadow: 2px 2px 2px #666666;
      padding: 100px;
      margin-bottom: 0;
      background: #fff;
      transition: box-shadow 0.2s;
      position: relative;
    }
    .numero p {
      line-height: 1.5; /* augmente l’interligne */
    }
    .numero h3 {
      margin-top: 0;
    }
    .numero .texte {
      display: block;
    }
    .numero .lire-suite {
      display: none;
      color: #0078D7;
      cursor: pointer;
      margin-top: 10px;
      font-weight: bold;
      text-decoration: underline;
    }
    
   
    p.star {
        text-align: center;
        font-size: 1.5em; /* Optionnel : pour agrandir l'étoile */
        line-height: 1.5; /* Optionnel : pour espacer un peu */
    }
    .nouscontacter {
        border: 1px solid #000000; 
        border-radius: 10px; 
        padding: 20px 0px 20px 20px;
    }

    a {
    text-decoration: none;
    color: 	#6495ED;
    }
    a:hover {
    text-decoration:none;
    color: #191970;
    }
    
    






    /* Responsive */
    
    
    @media (max-width: 1500px) {
      .container, header {
        width: 100%;
        min-width: 320px;
      }
      .main-content {
        padding-left: 10px;
        padding-right: 10px;
      }
    }
    @media (max-width: 1100px) {
    	  header {
        width: 100%;
        height: 120px;
        padding: 0 0 10px 0px;
      }
       .titre-revue {
       padding: 0 0 0 20px;
    }
    .main-content {
        flex-direction: column;
        gap: 0;
              margin-top: 160px; }  
        
    
      
      
    .col-gauche {
    order: 2;
    border: 1px solid #333;
    margin: 0px;
    padding: 0px 0px 0px 0px;;
    width: 100%;}  
          
    .col-centre {
        order: 1;
        gap: 24px;
        width: 100%;  /* permet un bon affichage sur écran smartphone    */
        height: 100%;
        margin: 20px; }
      
    .col-droite {
    order: 3;
    display: none; }  
    .numero {
      background-color: white;
      margin: -20px 0px 20px 0px;
       padding: 60px;
      width: 80%;}
      .col-gauche {
        order: 2;
      background-color: white;
        width: 80%;
        margin: 0px 0px 0px 20px;
        padding: 60px;
              border: 1px solid #333;
      -webkit-box-shadow: #666666 2px 2px 2px;
      -moz-box-shadow: #666666 2px 2px 2px;
      box-shadow: 2px 2px 2px #666666;
      left:20px;
      }
      nav a {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 1em;
    padding: 0px 0px 0px 20px;  
      }
      .archives-box {
        width: 50%;
        padding: 0px 5px;
        background-color:white;
      }
    }

    @media (max-width: 700px) {   /* pour qu'en plein écran cela ne coupe pas après le titre    */
       header {
       margin:0px 0px 0px 0px;
       padding: 5px 0px 0px 20px;
       height: 120px;

      }      
      .container {
        width: 100vw;
        min-width: 0;
        padding: 20;
      }
      .main-content {
        margin-top: 200px;
        padding: 0 2vw 20px 2vw;
      }
      .col-centre {
        width: 100%;
        margin-bottom: 20px;
      }
      .col-gauche {
      background-color: white;
        width: 80%;
        margin: -60px 0px 0px 20px;
        padding: 20px;
              border: 1px solid #333;
      -webkit-box-shadow: #666666 2px 2px 2px;
      -moz-box-shadow: #666666 2px 2px 2px;
      box-shadow: 2px 2px 2px #666666;
      left:20px;
      }
      .col-droite {
      	width: 90%;
      background-color: white;
      display: block;
      order:3;
        width: 80%;
        margin: 20px 0px 20px 20px;
        padding: 20px;
              border: 1px solid #333;
      -webkit-box-shadow: #666666 2px 2px 2px;
      -moz-box-shadow: #666666 2px 2px 2px;
      box-shadow: 2px 2px 2px #666666;
      left:20px;
      }
       
       
   
    nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
       margin:0px 0px 0px 0px;
       padding: 0px 0px 0px 0px; }
  nav a {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 1em;
    padding: 4px 6px;
  }
      .archives-box {
        width: 50%;
        padding: 0px 5px;
      }
      /* Affichage mobile pour les numéros */
      .titre-revue {
       font-size: 1.5em;
      font-weight: 700;
      }
      .numero {
      background-color: white;
      margin: -90px -60px 90px 0px;
       padding: 20px;
      }
      .numero .texte {
        display: none;
      }
      .numero .lire-suite {
        display: inline-block;
      }
      .numero .texte.active {
        display: block;
        margin-top: 10px;
      }
          }
