body {
    font-family: sans-serif;
    background-color: #fdfdfd;
    margin: 40px;
    color: #222;
}

h1 {
    font-size: 26px;
    margin-bottom: 10px;
}

h2 {
    font-size: 20px;
    margin-top: 30px;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

li {
    margin: 10px 0;
}

a {
    text-decoration: none;
    color: #0077cc;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: sans-serif;
    margin: 40px;
    color: #222;
    position: relative;
    overflow-x: hidden;
}

/* Fond fractal via ::before, 100 % compatible mobile */
body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("docs/");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.12;       /* Opacité visible mais discrète */
    z-index: -1;         /* Très important pour ne pas bloquer le contenu */
    pointer-events: none;
}

.header {
    display: flex;
    align-items: center;
    gap: 20px;           /* espace entre image et texte */
    margin-bottom: 20px;
  }
  
  .logo {
    height: 70px;         /* ou 80px, à ajuster selon ton design */
    width: auto;
  }
  
  .intro-text {
    font-size: 18px;
  }
  
  .site-name {
    color: black;
  }

  .logo-taup1 {
    height: 80px; /* ou 100px, 60px, ce que tu veux */
    width: auto;  /* pour conserver les proportions *
    vertical-align: middle;
  }
  
  
  