*{margin:0;padding:0;box-sizing:border-box}

body{
  font-family:Arial,sans-serif;
  background:#e8e4df;
  color:#111;
  line-height:1.6;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
}

/* HEADER */
header{
  background-color: white;
  border-top:4px solid #b1121a;
  border-bottom:4px solid #b1121a;
  padding:10px 0;
}

.header-inner{
  max-width:1100px;
  margin:auto;
  padding:0 10px;
  display:flex;
  align-items:center;
  gap:80px;
}

.logo img{height:150px}

nav{
  font-family:'Oswald',sans-serif;
  font-size:22px;
  text-transform:uppercase;
  display:flex;
  gap:15px;
  align-items:center;
  flex-wrap:wrap;
}

nav a{
  color:#111;
  text-decoration:none;
  position:relative;
}

nav a:hover{color:#b1121a}
nav a:hover::after{
  content:"";
  position:absolute;
  left:0;bottom:-6px;
  width:100%;height:2px;
  background:#b1121a;
}

.sep{color:#b1121a;font-size:26px}

.slogan{
  margin-top:0px;
  font-family:'Playfair Display',serif;
  font-style:italic;
  font-size:22px;
}

/* SITE WRAPPER */
.site-wrapper{
  max-width:1100px;
  margin:30px auto;
  background:whitesmoke;
;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 4px 20px rgba(0,0,0,0.12);
}

section{padding:60px 30px;border-bottom:1px solid #e0dbd5}
section.hero{padding:0}
.container{max-width:1100px;margin:auto}

h1,h2{
  font-family:'Oswald',sans-serif;
  text-transform:uppercase;
}

h2{
  font-size:36px;
  margin-bottom:30px;
  border-left:6px solid #b1121a;
  padding-left:15px;
}

/* HERO */
.hero{
  background-image: url('../img/fond.png');
  background-size: 1100px auto;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
  padding:60px 40px 0 0;
}

.hero .container{
  padding:30px 40px;
  display:inline-block;
  max-width:none;
  margin:0;
}

.hero h1{
  font-size:52px;
  margin-bottom:10px;
  color: white;
  letter-spacing:4px;
  -webkit-text-stroke:1px rgba(0,0,0,0.5);
  text-shadow:2px 2px 6px rgba(0,0,0,0.8);
}

.hero p{
  font-size:45px;
  color: white;
  font-family:'Playfair Display',serif;
  font-style:italic;
  text-shadow:2px 2px 6px rgba(0,0,0,0.8);
}

/* AGENDA */
.agenda{
  display:grid;
  gap:20px;
}
.agenda .event:nth-child(n+4){
  display:none;
}
.agenda.ouvert .event:nth-child(n+4){
  display:block;
}
.agenda-btn{
  text-align:center;
  margin-top:20px;
}
.event{
  border-left:6px solid #b1121a;
  padding:15px 20px;
  background:#ffffff;
  border-radius:6px;
}
.event-date{
  font-family:'Oswald',sans-serif;
  font-size:20px;
}
.badge{
  display:inline-block;
  margin-top:5px;
  padding:4px 10px;
  font-size:12px;
  background:#2e7d32;
  color:#fff;
  border-radius:3px;
}
.badge.complet{background:#111}

.event-orga{
  font-size:14px;
  color:#666;
  font-style:italic;
  margin-top:5px;
}

/* GALERIE */
.gallery{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:25px;
}

.gallery-item{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 3px 12px rgba(0,0,0,0.1);
  transition:transform .3s, box-shadow .3s;
}
.gallery-item:hover{
  transform:translateY(-5px);
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.gallery-item img{
  width:100%;
  height:180px;
  object-fit:cover;
  cursor:pointer;
  transition:opacity .3s;
}
.gallery-item:hover img{
  opacity:0.9;
}

.gallery-info{
  padding:15px;
  border-top:3px solid #b1121a;
}

.gallery-item h3{
  font-family:'Oswald',sans-serif;
  font-size:18px;
  color:#333;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:5px;
}

.gallery-date{
  font-size:14px;
  color:#777;
  font-style:italic;
}

.gallery-description{
  font-size:13px;
  color:#555;
  margin-top:8px;
  line-height:1.4;
}

.gallery-btn{
  text-align:center;
  margin-top:30px;
}

.btn{
  display:inline-block;
  font-family:'Oswald',sans-serif;
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:1px;
  padding:12px 30px;
  background:#b1121a;
  color:#fff;
  text-decoration:none;
  border-radius:6px;
  transition:background .3s, transform .2s;
}
.btn:hover{
  background:#8e0e15;
  transform:translateY(-2px);
}

/* LIGHTBOX */
.lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.9);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999;
}
.lightbox img{
  max-width:90%;
  max-height:90%;
}
.lightbox span{
  position:absolute;
  top:20px;
  right:30px;
  font-size:40px;
  color:#fff;
  cursor:pointer;
}

/* CARTE */
.map{
  border:3px solid #b1121a;
  height:450px;
  overflow:hidden;
}

/* CARTE GRISE DE CLUB */
.card-grise{
  border:2px solid #ddd;
  padding:40px;
  background:#ffffff;
  border-radius:10px;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.card-titre{
  font-family:'Oswald',sans-serif;
  font-size:28px;
  color:#b1121a;
  margin-bottom:20px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.card-grise h4{
  font-family:'Oswald',sans-serif;
  font-size:20px;
  color:#333;
  margin:25px 0 10px;
  padding-bottom:5px;
  border-bottom:2px solid #b1121a;
  display:inline-block;
}

.card-grise .intro{
  font-size:19px;
  font-style:italic;
  color:#555;
  border-left:4px solid #b1121a;
  padding-left:15px;
  margin-bottom:25px;
}

.card-grise p{
  font-size:17px;
  margin-bottom:15px;
  line-height:1.7;
}

.card-grise blockquote{
  font-family:'Playfair Display',serif;
  font-style:italic;
  font-size:22px;
  color:#b1121a;
  text-align:center;
  margin:30px 0;
  padding:20px;
  background:#faf6f1;
  border-radius:6px;
}

.card-grise ul{
  margin:20px 0;
  padding-left:0;
  list-style:none;
}

.card-grise li{
  margin-bottom:10px;
  padding-left:25px;
  position:relative;
}
.card-grise li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#b1121a;
  font-weight:bold;
}

.card-texte-complet{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.5s ease;
}
.card-texte-complet.ouvert{
  max-height:2000px;
}

.btn-lire-suite{
  display:inline-block;
  margin:20px auto 0;
  padding:10px 25px;
  font-family:'Oswald',sans-serif;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:1px;
  background:transparent;
  color:#b1121a;
  border:2px solid #b1121a;
  border-radius:6px;
  cursor:pointer;
  text-decoration:none;
  transition:background .3s, color .3s;
}
.btn-lire-suite:hover{
  background:#b1121a;
  color:#fff;
}

.btn-rouge{
  background:#b1121a;
  color:#fff;
  border:2px solid #b1121a;
}
.btn-rouge:hover{
  background:#8e0e15;
  border-color:#8e0e15;
}

.btn-center{
  text-align:center;
}

.badge-club{
  display:inline-block;
  margin-top:20px;
  padding:8px 16px;
  font-family:'Oswald',sans-serif;
  text-transform:uppercase;
  background:#b1121a;
  color:#fff;
  letter-spacing:1px;
}

/* CONTACT */
.contact-wrapper{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.contact-card{
  display:flex;
  align-items:flex-start;
  gap:15px;
  background:#fff;
  padding:25px;
  border-radius:10px;
  box-shadow:0 3px 12px rgba(0,0,0,0.08);
}

.contact-icon{
  font-size:32px;
  line-height:1;
}

.contact-info h4{
  font-family:'Oswald',sans-serif;
  font-size:18px;
  text-transform:uppercase;
  margin-bottom:5px;
  color:#333;
}

.contact-info p{
  font-size:16px;
  color:#555;
  margin:0;
}

.contact-info a{
  color:#b1121a;
  text-decoration:none;
}
.contact-info a:hover{
  text-decoration:underline;
}

/* FOOTER */
footer{
  border-top:3px solid #b1121a;
  padding:20px;
  text-align:center;
  font-size:14px;
  background:#f0ebe5;
}

@media(max-width:800px){
  .header-inner{flex-direction:column;text-align:center}
  .logo img{height:90px}
}
