<style>
  html,body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #fffdf9;
    overflow-x: hidden !important;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  }

  header {
    text-align: center;
    margin-bottom: 4rem;
  }

header .row,
header .container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}


  .banner {
    width: 100%;
    height: 360px; /* Augmenté pour éviter la coupe */
    object-fit: cover;
    object-position: center;
  }


  .profile-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid white;
    margin-top: -75px;
    object-fit: cover;
  }


  .badge {
    margin: 0.2rem;
  }

  @media (max-width: 576px) {
  .banner {
    width: 100vw;
    height: auto; /* ou 300px si tu veux une hauteur forcée */
    object-fit: cover;
    object-position: center;
  }

  .logo {
    width: 100px;
    margin-top: -30px;
  }

  .profile-pic {
    width: 120px;
    height: 120px;
    margin-top: -50px;
  }

  h1 {
    font-size: 1.5rem;
  }
}
</style>
