* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Arial', sans-serif;
    color: white;
}

/* HERO */
.hero {
    position: relative;

	
  /* fallback pour anciens navigateurs */
  min-height: 100vh;
  /* hauteur dynamique correcte sur mobile */
  min-height: 100dvh;

    height: auto;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

/* OVERLAY */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* HEADER */
.header {
    z-index: 2;
    padding-top: 10px;
}

.logo {
   /* width: 260px;*/
   width: 420px;
}

/* CONTENU CENTRAL */
.hero-content {
    z-index: 2;
    width: 100%;
    padding: 0 40px;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-content p {
    font-size: 2.4rem;
    opacity: 0.9;
}

/* BOUTONS */
.hero-buttons {
    z-index: 2;
    margin-bottom: 50px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    text-decoration: none;
    padding: 15px 35px;
    background: #e10600;
    color: white;
    font-size: 1.1rem;
    border-radius: 4px;
    transition: transform 0.2s ease, background 0.3s ease;
    width: 280px;
    text-align: center;
}

.btn:hover {
    background: #ff2a2a;
    transform: translateY(-3px);
}

.btn-outline {
    background: transparent;
    border: 2px solid white;
}

.btn-outline:hover {
    background: white;
    color: black;
}

/* RESPONSIVE HERO */
@media (max-width: 768px) {
    .hero {
        background-attachment: scroll;
    }

    .hero-content h1 {
        font-size: 1.4rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .logo {
        width: 180px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

/* ANIMATION */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* MEMBRES */
.membre img {
    width: 100%;
    max-width: 220px;
    height: auto;
    border-radius: 6px;
    margin-bottom: 15px;
}

.membre {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px;
    align-items: start;
}

.membre .texte {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.membres-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    align-items: start;
}

.membres-grid .photo img {
    width: 100%;
    max-width: 360px;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: auto;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff;
    transition: transform 0.2s ease;
}

.membres-grid .photo:hover {
    transform: scale(2);
}

.membres-grid .texte h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: left;
}

.membres-grid .texte p {
    font-size: 1.2rem;
    text-align: left;
}

/* RESPONSIVE MEMBRES */
@media (max-width: 768px) {
    .membres-grid {
        grid-template-columns: 1fr;
    }

    .membre {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* CONTACT */
.contact-list {
    margin-top: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.5rem;
}

.contact-list h2 {
    font-size: 1rem;
    font-weight: 600;
	margin: 8px 0 4px 0;
}

.contact-line {
	font-size: 1rem!important;
	opacity: 1;
	line-height: 1.2rem;
	margin: 2px 0;
	}
	
.contact-line a:link,
.contact-line a:visited,
.contact-line a:active {
    /*color: "#FFFF00";*/
	color:#ffff00;
    text-decoration: none; /* optionnel : enlève le soulignement */
}

.contact-line a:hover{
    color: 	#25D366;
    text-decoration: none; /* optionnel : enlève le soulignement */
}
	


.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.gallery .item {
    text-align: center;
}

.gallery .item img {
    width: 100%;
    height: auto;
    max-width: 260px;
    border-radius: 6px;
    display: block;
    margin: 0 auto 10px auto;
}

.gallery .item p {
    font-size: 1rem;
    margin: 0;
    opacity: 0.9;
}

.tour {
    text-align: center;
    padding: 40px 20px;
    color: white;
}
/*Concert tour*/


.tour {
    text-align: center;
    padding: 40px 20px;
    color: white;
}

.tour h1 {
    font-size: 2.6rem;
    margin-bottom: 40px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 800;

    /* glow très léger */
    /*color: #e85d8f;	*/
	color: #ffffff;
    /*text-shadow: 0 0 6px rgba(232, 93, 143, 0.25);*/
	text-shadow:none;
}

/* GRID */
.tour-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    max-width: 2100px;
    margin: auto;
}

/* CARTE POP-ROCK SOBRE */
.date-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 22px;
    border-radius: 12px;
    backdrop-filter: blur(6px);

    /* ombre douce */
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);

    transition: 0.25s ease;
}

.date-card:hover {
    transform: translateY(-6px);
    border-color: rgba(232, 93, 143, 0.5);
    box-shadow: 0 0 18px rgba(232, 93, 143, 0.25);
}

/* DATE */
.date-day {
    font-size: 3.2rem;
    font-weight: 900;
    color: #fff;
}

.date-month {
    font-size: 1.4rem;
    letter-spacing: 2px;
    /*color: #e85d8f;*/
	color: #ff0000;
    font-weight: 700;
}

/* TEXTE */

.city {
  font-size: 1.30rem;        /* tu avais 1.25rem : léger boost pour rester au-dessus du lieu */
  font-weight: 900;
  color: #fff;
  margin: 10px 0 6px 0;      /* réduit l'espace sous la ville pour rapprocher le lieu */
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


.venue {
  display: inline-block;
  font-size: 1.15rem;        /* plus grand que le temps, un cran sous la ville */
  font-weight: 800;          /* gras marqué */
  color: #111;               /* texte sombre pour contraster avec le badge clair */
  padding: 6px 10px;
  border-radius: 6px;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  margin-bottom: 8px;        /* espace avec l'heure */
}


.venue, .time {
    font-size: 1.05rem;
    opacity: 0.85;
    color: #ddd;
}

/* MOBILE */
@media (max-width: 600px) {
    .tour h1 {
        font-size: 2rem;
    }

    .date-day {
        font-size: 2.6rem;
    }

    .date-month {
        font-size: 1.2rem;
    }
}


.venue-logo {
  display: block;
  width: 150px;          /* ajustez la taille selon le rendu voulu */
  height: auto;
  margin: 10px auto 6px auto; /* centré, un peu d'espace autour */
  filter: drop-shadow(0 0 6px rgba(0,0,0,0.35));
  opacity: 0.95;
}
.venue-logov {
  display: block;
  width: auto;          /* ajustez la taille selon le rendu voulu */
  height: 50px;
  margin: 10px auto 6px auto; /* centré, un peu d'espace autour */
  filter: drop-shadow(0 0 6px rgba(0,0,0,0.35));
  opacity: 0.95;
}


#cta {
  display: none;           /* totalement invisible et ne prend plus de place */
  /* ou, si tu préfères conserver la place : visibility: hidden; */
}

