/* Apparence de l’affichage différent */

.ghe-carte-profil{
  position:relative;
  z-index:4;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:min(96%,700px);
  margin:2px auto 20px;
  padding:6px 12px 12px;
  background:transparent;
  overflow:visible;
  text-align:center;
}

.ghe-avatar-wrap{
  position:relative;
  z-index:2;
  width:158px;
  height:158px;
  border-radius:30px;
  overflow:visible;
  display:flex;
  align-items:center;
  justify-content:center;
  filter:drop-shadow(0 8px 0 rgba(7,24,63,.16));
}

.ghe-avatar-wrap img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  border-radius:30px;
}

.ghe-prenom{
  position:relative;
  z-index:2;
  margin-top:-4px;
  max-width:96%;
  font-family:Impact,"Arial Black",system-ui,sans-serif;
  font-size:clamp(58px,16vw,106px);
  line-height:.86;
  letter-spacing:.5px;
  color:#07183f;
  text-align:center;
  text-shadow:0 5px 0 #f8d67d, 0 10px 0 rgba(7,24,63,.12);
  white-space:normal;
  overflow-wrap:anywhere;
}

.ghe-prenom.ghe-prenom-long{
  font-size:clamp(42px,11vw,72px);
  line-height:.88;
}

@media(max-width:520px){
  .ghe-carte-profil{
    margin:0 auto 18px;
    padding:4px 10px 10px;
  }

  .ghe-avatar-wrap{
    width:140px;
    height:140px;
    border-radius:28px;
  }

  .ghe-avatar-wrap img{
    border-radius:28px;
  }

  .ghe-prenom{
    font-size:clamp(52px,16vw,86px);
    line-height:.86;
  }

  .ghe-prenom.ghe-prenom-long{
    font-size:clamp(38px,10.5vw,60px);
  }
}
