/* infos.css – cadre principal pour la page Informations */

.infos-frame-container {
    width: 860px;
    min-height: unset;
    margin: 50px auto; /* descendre le grand cadre sous le titre */
    padding: 20px 100px 60px 100px; 
    background-color: #000;
    border: 4px solid rgba(150, 150, 150, 0.3);
    box-shadow: 0 0 25px rgba(150, 150, 150, 0.25);
    border-radius: 0;
    position: relative;
}

/* Marges du grand cadre */
.infos-frame-container {
  margin-bottom: 50px; /* espace avant le footer */
}

/* Titres principaux — mêmes réglages que le menu */
.infos-frame-container h2 {
  font-family: 'Orbitron', sans-serif;  /* même police que le menu */
  font-size: 1.25rem;                   /* légèrement plus grand */
  letter-spacing: 0.02em;               /* léger espacement pour respirer */
  color: #fff;
  margin-top: 32px;
  margin-bottom: 28px;                  /* plus d'espace sous le titre */
  text-shadow: none;                    /* pas de glow */
}

/* Paragraphes */
.infos-frame-container p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 16px;                  /* un peu plus d'espace entre paragraphes */
}

/* Liens éventuels dans le texte (désactiver bleu/underline) */
.infos-frame-container a {
  color: #ccc;
  text-decoration: none;
}

/* Séparateur plus visible */
.infos-frame-container hr {
  border: 0;
  height: 2px;
  background: rgba(255,255,255,0.25);
  margin: 28px 0;
}

/* Sous-cadre contact */
.contact-subframe {
  margin-top: 40px; /* plus d'espace avant contact */
  padding: 20px;
  background-color: #0e0e12;
  border: 2px solid rgba(150, 150, 150, 0.3);
  box-shadow: 0 0 15px rgba(150, 150, 150, 0.15);
}

/* Formulaire */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  background: #0e0e12;
  border: 2px solid rgba(150,150,150,0.3);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  resize: none;
}

/* Focus gradient violet -> rose */
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border: 2px solid transparent;
  background:
    linear-gradient(#0e0e12, #0e0e12) padding-box,
    linear-gradient(90deg, #8a2be2 0%, #ff69b4 100%) border-box;
  box-shadow: 0 0 10px rgba(138, 43, 226, 0.35), 0 0 16px rgba(255, 105, 180, 0.25);
  transition: box-shadow 0.2s, background 0.2s, border 0.2s;
}

/* Bouton Send en Orbitron */
.contact-form button {
  background: rgba(150,150,150,0.2);
  color: #fff;
  border: 2px solid rgba(150,150,150,0.3);
  padding: 14px 28px;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
}

.contact-form button:hover {
  background: rgba(150,150,150,0.4);
}

/* Responsive : mêmes règles que The Character Series */
@media (max-width: 1024px) {
  .infos-frame-container {
    width: 100%;
    max-width: 860px;
    padding: 40px 28px 60px;
  }
}

@media (max-width: 768px) {
  .infos-frame-container {
    padding: 34px 22px 56px;
  }
}

@media (max-width: 480px) {
  .infos-frame-container {
    padding: 28px 16px 50px;
  }
}








.digital-screen-content {
  position: relative;
  z-index: 6; /* contenu au-dessus */
}

/* garder l’overlay visible mais non bloquant */
.digital-screen-overlay {
  pointer-events: none;
}



.va-about { padding-top: 20px !important; }         
.va-about .va-about__frame { margin-top: 0 !important; }  


.subtitle-box {
  max-width: 1100px !important;   /* avant 1250px → réduction modérée */
  width: 60% !important;          /* avant 68% → légère réduction */
}



.va-about .va-about__frame {
  border-width: 3.5px !important;   
}

.va-about .va-about__frame {
  border-radius: 11px !important;  
  overflow: hidden;                
}








/* === About Frame Tweaks === */
.va-about{ padding:63px 0 78px !important; }
.va-about .va-about__frame{
  width:1100px !important;
  max-width:90% !important;
  margin:20px auto 50px !important;
  border:2px solid #fdfdf4 !important;
  border-radius:11px !important;
  box-shadow:
    0 0 10px rgba(253,253,244,0.45),
    0 0 18px rgba(253,253,244,0.35) !important;
  min-height:900px !important;
}


.va-about .shop-go-top{
  display:flex;
  justify-content:center;
  margin:0 0 12px;
  position:relative;
  transform:translateY(113px) !important; /* ajuste cette valeur */
}


.va-about {
  padding: 10px 0 78px !important; /* 10px d’espace au-dessus du cadre */
}







/* Fallback global (au cas où :has() ne s’applique pas) */
.frame-container {
  padding-bottom: 519px !important;  /* ta nouvelle valeur */
}

/* Version ciblée Infos : prend le dessus quand :has() match */
body:has(#va-infos) .frame-container {
  padding-bottom: clamp(240px, 16vh, 519px) !important;
}





/* === Go to Top button (Infos) ========================================== */
.shop-go-top{
  display: flex;
  justify-content: center;
  margin: 0 0 12px;
  position: relative;
  transform: translateY(30px); /* ajuste si tu veux le remonter/descendre */
}

.shop-go-top .go-back-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
  font-family: 'Orbitron', sans-serif;
  border: 2px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(90deg, #9c8cff, #ff66e0) border-box;
  -webkit-background-clip: padding-box, border-box;
          background-clip: padding-box, border-box;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
  box-shadow:
    0 0 10px rgba(156,140,255,0.45),
    0 0 18px rgba(255,102,224,0.45);
  transition: box-shadow .2s ease, transform .15s ease;
}

.shop-go-top .go-back-btn:hover,
.shop-go-top .go-back-btn:focus-visible{
  box-shadow:
    0 0 14px rgba(156,140,255,0.65),
    0 0 26px rgba(255,102,224,0.65);
  transform: translateY(-1px);
  outline: none;
}

/* Alias class used elsewhere */
.shop-go-top .go-to-top{ /* inherits .go-back-btn styles */ }







/* Espace entre la subtitle et le cadre Infos */
.subtitle-box{
  margin-bottom: 20px !important;  /* ↓ baisse ce chiffre pour rapprocher (ex: 12px, 8px) */
}

/* Si le cadre ajoute lui-même un écart en haut, on le supprime */
.va-infos,
.va-infos__frame,
.infos-frame-container{
  margin-top: 0 !important;
  padding-top: 0 !important; /* utile si un padding créait du vide */
}

/* Si le texte de la subtitle a sa propre marge */
.subtitle-box .subtitle,
.subtitle-box h2{
  margin-bottom: 0 !important;
}






.infos-frame-container{
  /* Bordure (épaisseur + couleur) */
  border: 3px solid rgba(253, 253, 244, 0.90) !important;

  /* Bords ronds */
  border-radius: 12px !important;

  /* Fond du cadre (n’affecte pas le texte) */
  background-color: rgba(0, 0, 0, 0.5) !important;

  /* Effet lumineux (halo doux) */
  box-shadow:
    0 0 12px rgba(253, 253, 244, 0.55),
    0 0 24px rgba(253, 253, 244, 0.35) !important;
}
