/* ==================================================================================================
   01. PAGE AUTEUR
   ================================================================================================== */

@media (min-width: 761px) {
  .exterieur-auteur {
    min-height: 430px;
    align-items: stretch;
  }

  .exterieur-auteur > .auteur-avec-texte {
    width: 100%;
    max-width: 280px;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    align-self: stretch;
    z-index: 1;
  }

  .exterieur-auteur > .auteur-avec-texte:hover {
    z-index: 20;
  }

  .exterieur-auteur > .auteur-avec-texte picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .exterieur-auteur > .auteur-avec-texte img.auteur {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    max-width: none;
    object-fit: cover;
    object-position: center 18%;
  }

  .exterieur-auteur > .auteur-avec-texte .ecran {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .texte-auteur {
    min-height: 100%;
    justify-content: flex-start;
    gap: 12px;
    padding-top: 90px;
    padding-bottom: 12px;
  }

  .texte-auteur p.auteur {
    font-size: clamp(1.05rem, 1.28vw, 1.25rem);
    line-height: 1.95;
  }

  .signature-auteur {
    display: block;
    width: 145px;
    max-width: 36%;
    height: auto;
    margin: 10px 250px 0 0;
    align-self: flex-end;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}


/* ==================================================================================================
   02. PAGE AUTEUR — TÉLÉPHONE ET TABLETTE PORTRAIT
   ================================================================================================== */

@media (max-width: 760px), ((min-width: 761px) and (max-width: 900px) and (orientation: portrait)) {
  .exterieur-auteur > .auteur-avec-texte {
    height: auto;
    min-height: auto;
    max-width: 210px;
  }

  .exterieur-auteur > .auteur-avec-texte picture,
  .exterieur-auteur > .auteur-avec-texte img.auteur,
  .exterieur-auteur > .auteur-avec-texte .ecran {
    position: relative;
    inset: auto;
    height: auto !important;
  }

  .texte-auteur {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    gap: 16px;
  }

  .texte-auteur p,
  .texte-auteur p.auteur {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .signature-auteur {
    width: 120px;
    max-width: 52%;
    margin: 2px auto 0;
  }
}
