    body {
      font-family: "Roboto Condensed", "Open Sans", sans-serif;
      margin: 5px;
      padding: 0;
      background-color: #E1DEDE;
      color: #B30808;
    }

    .container {
      max-width: 800px;
      margin: 5px auto;
      padding: 20px;
      background-color: #E1DEDE;
      min-height: 100vh;
    }

    .header {
      text-align: center;
      margin-bottom: 30px;
      padding-bottom: 20px;
   /*   border-bottom: 2px solid #B30808;*/
    }

    .genre {
      font-size: 0.5em;
      color: #B30808;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    h1 {
      color: #B30808;
      margin: 10px 0;
      font-size: 2em;
    }
h2 {
      color: #B30808;
      margin: 10px 0;
      font-size: 1em;
    }


    .date-publication {
      font-size: 0.9em;
      color: #999;
      font-style: italic;
      margin-top: 10px;
    }

    .compteur {
      font-size: 0.85em;
      color: #666;
      margin-top: 5px;
    }

    .illustration-container {
      text-align: center;
      margin: 30px 0;
    }

    .illustration-container img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    /*  box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
    }

    .type-illustration {
      font-size: 0.8em;
      color: #999;
      font-style: italic;
      margin-top: 10px;
    }

    .description {
      font-size: 1.1em;
      font-style: italic;
      color: #666;
      margin: 30px 0;
      padding: 20px;
      background-color: #E1DEDE;
      border-left: 4px solid #B30808;
      line-height: 1.6;
    }

    .texte {
      font-size: 1.05em;
      line-height: 1.6;
      text-align: left;
      margin: 30px 0;
      color: #B30808;
    }

    .navigation {
      margin-top: 50px;
      padding-top: 30px;
      border-top: 2px solid #E1DEDE;
      text-align: center;
    }

    .btn {
      display: inline-block;
      padding: 12px 30px;
      margin: 10px;
      background-color: #B30808;
      color: white;
      text-decoration: none;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      font-weight: bold;
    }

    .btn:hover {
      background-color: #8B0000;
    }

    .btn-secondary {
      background-color: #666;
    }

    .btn-secondary:hover {
      background-color: #444;
    }

    .error-message {
      text-align: center;
      padding: 50px 20px;
      color: #B30808;
    }

    @media (max-width: 600px) {
      .container {
        padding: 15px;
      }
      
.lettrine {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px; /* Espace entre l'image et le texte */
    margin-bottom: 5px; /* Optionnel : espace en bas */
}
.paragraphe-avec-lettrine {
    overflow: auto; /* ou overflow: hidden */
}

    .galerie {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .series-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-bottom: 30px;
    }

    .serie-item {
      display: block;
      text-align: center;
      text-decoration: none;
      color: inherit;
      transition: transform 0.3s ease;
    }

    .serie-item:hover {
      transform: scale(1.05);
    }

    .serie-item img {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      margin: 0 auto 15px;
      display: block;
    }

    .serie-title {
      font-size: 1.2em;
      font-weight: bold;
      color: #B30808;
      margin-top: 10px;
    }

    .gallery-item {
      display: block;
      background: white;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      text-align: center;
      text-decoration: none;
      color: inherit;
      padding: 10px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
    }

    .gallery-item:hover {
      transform: scale(1.03);
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .gallery-item img {
      width: 100%;
      height: auto;
      border-radius: 6px;
      display: block;
      margin-bottom: 10px;
    }

    .img-title {
      font-size: 1.1em;
      font-weight: bold;
      margin: 5px 0;
      color: #B30808;
    }

    .img-description {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 10px;
    }

    .date-publication {
      font-size: 0.8em;
      color: #999;
      font-style: italic;
    }

.pavegauchedeux {
	width: 75%;
	padding: 20px;
	text-align: left;
       font-size: 1.05em;
       line-height: 1.8;
	margin: 2% 2% 2% 2%;
       background-color:#E1DEDE;
       color: #B30808;}

      .attention {
       background-color:#f5f5f5;
       color:#333333;
       text-align: center;
        }
  .italique  {
     font-style: italic;}
 .gras {
    font-size: 1.17em;
    font-weight: bold;
       }
   .souligne {
       text-decoration: underline; }

    .readmore {
       text-decoration: none;
       color: black;
      font-weight: bold; }
   .alerte {
      color: black;
      font-weight: bold;}
centre {
    text-align: center;
}
.separator {
      border: 0;
      height: 2px;
      background: #B30808;
      margin: 40px auto;
      width: 80%;
    }
.menubas {
    display: inline-block; }

