  <style>
    body {
      font-family: Arial, sans-serif;
      max-width: 900px;
      margin: 1em auto;
      padding: 0 1em;
      line-height: 1.6;
      background: #f9f9f9;
      color: #222;
    }
    h1, h2, h3 {
      color: #0055aa;
    }

    /* Photo de profil uniquement */
    img.profile-photo {
      max-width: 180px;
      border-radius: 50%;
      display: block;
      margin: 0 auto 1em;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    a {
      color: #0055aa;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    .center {
      text-align: center;
    }
    .links ul {
      list-style: none;
      padding-left: 0;
    }
    .links li {
      margin: 0.5em 0;
    }
    footer {
      margin-top: 3em;
      font-size: 0.9em;
      text-align: center;
      color: #666;
      border-top: 1px solid #ccc;
      padding-top: 1em;
    }
    
    /* Badge réseaux */
   .badge-container {
     position: relative;
     width: 330px;
     height: 330px;
     margin: 2em auto;
     border: 1px solid #ccc;
   }

.badge-container img {
  width: 100%;
  height: auto;
  display: block;
}

.zone {
  position: absolute;
  width: 120px;
  height: 120px;
}

.zone.tiktok   { top: 0; left: 0; }
.zone.facebook { top: 0; right: 0; }
.zone.zenodo   { bottom: 0; left: 0; }
.zone.linktree { bottom: 0; right: 0; }

.zone a {
  display: block;
  width: 100%;
  height: 100%;
}

.zone a:hover {
  cursor: pointer;
  outline: 2px dashed #ccc;
  outline-offset: 2px;
}
.footer-links {
  text-align: center;
  margin: 1em 0;
}

.footer-links img {
  width: 32px;
  height: auto;
  margin: 0 8px;
  vertical-align: middle;
}
.signature {
  font-size: 90%; /* Réduit de 10 % */
  color: #555;     /* Optionnel : un ton légèrement plus gris */
}
  </style>
