  @charset "utf-8";

  body {
    font-family: 'Garamond', 'Times New Roman', serif;
    max-width: 900px;
    margin: 0 auto;
    color: #333;
    background-color: #f9f4e6;
  }

  h1 {
    text-align: center;
    color: rgba(250, 14, 14, 0.996);
    border-bottom: 1px solid #8B4513;
    padding-bottom: 10px;
  }

  .letrine {
    float: left;
    font-size: 48px;
    line-height: 40px;
    padding-right: 8px;
    padding-top: 4px;
    font-family: 'Georgia', serif;

  }

  .signature {
    text-align: right;
    font-style: italic;
    margin-top: 30px;
  }

  .terme {
    font-weight: bold;
    color: #8B4513;
    margin-top: 15px;
  }

  .definition {
    margin-left: 20px;
    text-align: justify;
    margin-bottom: 10px;
  }

  .abbr {
    font-weight: bold;
    color: #8B4513;
    width: 100px;
  }

  .contour {
    color: whitesmoke;
    text-shadow:
      -1px -1px 0 black,
      1px -1px 0 black,
      -1px 1px 0 black,
      1px 1px 0 black;
    font-size: 3em;
    font-weight: bold;
  }

  blockquote {
    font-style: italic;
    border-left: 3px solid #7f8c8d;
    padding-left: 1em;
    margin-left: 0;
    color: #555;
  }

  .highlight {
    font-weight: bold;
    color: #e74c3c;
  }

  .timeline {
    position: relative;
    margin: 1.5em 0;
    padding: 1em 0;
  }

  .timeline::before {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #1a5276;
    top: 0;
    bottom: 0;
    left: 80px;
    margin-left: 0;
  }

  .timeline-item {
    padding: 1em 0;
    position: relative;
    margin-left: 98px;
    border-left: 2px solid #1a5276;
  }

  .timeline-item::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #1a5276;
    border-radius: 50%;
    left: -25px;
    margin-top: 0.5em;
  }

  .timeline-date {
    left: 0;
    width: 90px;
    text-align: right;
    font-weight: bold;
    color: #1a5276;
    padding-right: 1em;
  }

  .timeline-content {
    padding-left: 1em;
  }

  .timeline-king {
    font-weight: bold;
    color: #e74c3c;
  }

  .timeline-event {
    font-style: italic;
  }

  .note {
    font-size: 0.9em;
    color: #7f8c8d;
    margin-top: 2em;
    font-style: italic;
    text-align: center;
  }

  .gauchedroite {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .doite7 {
    flex: 0 0 68%;
    padding-right: 20px;
  }

  .gauche3 {
    flex: 0 0 30%;
  }

  .gauche3 img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .tome-resume {
    margin: 10px 0;
    color: #555;
    line-height: 1.6;
  }

  .tome-details {
    margin: 10px 0;
    color: #7f8c8d;
    font-size: 0.9em;
  }

  .tome-details strong {
    color: #2c3e50;
  }

  .sous-partie {
    margin: 15px;
  }

  /* Responsive : empile le texte et l'image sur mobile */
  @media (max-width: 768px) {

    .doite7,
    .gauche3 {
      flex: 0 0 100%;
    }

    .gauche3 {
      margin-top: 15px;
      display: flex;
      justify-content: center;
    }
  }

  .buy {
    background: #2ecc71;
    color: white;
  }

  .buy:hover {
    background: #27ae60;
  }

  .page-commune {
    padding: 1rem;
    border-radius: 0.5rem;
  }

  .livre {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .livre:hover {
    transform: translateY(-5px);
  }

  .livre h2 {
    color: #2c3e50;
    margin-top: 0;
    font-size: 1.3em;
  }

  .columnFix {
    min-width: 250px;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    height: fit-content;
  }

 