/* ==================================================================================================
   ############ STYLE SPÉCIFIQUE À LA PAGE LOGO ######################################################
   ================================================================================================== */

/* ====================================
       PAGE LOGO - DESKTOP
   ==================================== */

@media (min-width: 761px) {
  .exterieur-logo {
    grid-template-columns: minmax(210px, 280px) 1fr;
  }

  .logo-avec-texte {
    width: 100%;
    max-width: 280px;
    height: 410px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
  }
}

/* ====================================
       STYLES COMMUNS À LA PAGE LOGO
   ==================================== */

.logo-zone {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.logo-avec-texte picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.logo-principal {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.logo-legende {
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.12em;
  text-align: center;
  color: #ffffff;
  text-shadow:
    2px 0 0 rgba(0, 0, 0, 0.95),
    -2px 0 0 rgba(0, 0, 0, 0.95),
    0 2px 0 rgba(0, 0, 0, 0.95),
    0 -2px 0 rgba(0, 0, 0, 0.95),
    2px 2px 0 rgba(0, 0, 0, 0.9),
    -2px 2px 0 rgba(0, 0, 0, 0.9),
    2px -2px 0 rgba(0, 0, 0, 0.9),
    -2px -2px 0 rgba(0, 0, 0, 0.9),
    0 0 8px rgba(190, 225, 255, 0.75),
    0 0 16px rgba(190, 225, 255, 0.6),
    0 0 26px rgba(190, 225, 255, 0.45),
    0 0 38px rgba(190, 225, 255, 0.28);
}

.logo-w {
  color: #ff3b0a;
}

.logo-k {
  color: #9ccaff;
}

.exterieur-logo .ecran {
  display: none;
}

.texte-logo {
  justify-content: center;
  padding: 14px 18px 14px;
}

.texte-logo p.logo {
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  line-height: 2.15;
}
