/* ================= HERO ================= */

.hero{
position:relative;
text-align:center;
padding:300px 20px 180px;
background:linear-gradient(180deg,#ffffff,#EAF7F9);
overflow:hidden;
}

.hero h1{
font-size:72px;
margin-bottom:20px;
letter-spacing:-1px;
}

.hero span{
font-family:'Pacifico', cursive;
color:var(--bleu);
}

.hero p{
font-size:20px;
max-width:520px;
margin:auto;
margin-bottom:40px;
color:#666;
line-height:1.5;
}

.hero-bg{
position:absolute;
border-radius:50%;
filter:blur(60px);
opacity:0.5;
}

.hero-bg1{
width:400px;
height:400px;
background:var(--bleu);
top:-120px;
left:-120px;
}

.hero-bg2{
width:350px;
height:350px;
background:var(--vert);
bottom:-120px;
right:-120px;
}

/* ================= BUTTON ================= */

.cta-main{
display:inline-block;
background:var(--bleu);
padding:16px 40px;
border-radius:40px;
color:white;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.cta-main:hover{
transform:translateY(-3px);
background:#68bcc6;
}

.cta-decors{
display:inline-block;
background:var(--violet);
padding:16px 40px;
border-radius:40px;
color:white;
text-decoration:none;
font-weight:600;
transition:0.3s;
margin-left: 30px;
box-shadow:none;
}

.cta-main:hover,
.cta-decors:hover{
transform:translateY(-2px);
opacity:0.9;
}

/* ================= PRESENTATION ================= */

.presentation{
padding:160px 20px;
background:white;
}

.presentation-container{
max-width:1100px;
margin:auto;
display:flex;
flex-direction:column;
gap:120px;
}

/* BLOCS */

.presentation-block{
display:flex;
align-items:center;
gap:80px;
}

/* IMAGES */

.presentation-block img{
width:600px; /* 🔥 PLUS LARGE */
max-width:100%;
height:500px;
object-fit:cover;
border-radius:30px;
}

/* TEXTE */

.presentation-text{
max-width:520px;
}

.presentation-text h2{
font-size:40px;
margin-bottom:20px;
}

.presentation-text p{
font-size:18px;
color:#666;
margin-bottom:18px;
line-height:1.6;
}

/* ================= ACTIVITIES ================= */

.activities{
padding:140px 40px;
display:flex;
gap:60px;
justify-content:center;
flex-wrap:wrap;
}

.activity{
max-width:420px;
background:white;
border-radius:30px;
padding-bottom:40px;
text-align:center;

box-shadow:0 20px 40px rgba(0,0,0,0.06);

transition:all 0.4s ease;
overflow:hidden;
}

.activity:hover{
transform:translateY(-12px) scale(1.03);
box-shadow:0 30px 60px rgba(0,0,0,0.12);
}

.activity img{
width:100%;
height:260px;
object-fit:cover;
}

.activity h3{
font-size:30px;
margin-top:5px;
}

.activity p{
padding:0 30px;
font-size:17px;
}

/* CTA ACTIVITIES (harmonisés) */

.cta-chant,
.cta-decors{
display:inline-block;
padding:16px 36px;
border-radius:50px;
color:white;
text-decoration:none;
font-weight:600;
transition:0.3s;
margin-top:20px;
}

/* CHANT (bleu) */
.cta-chant{
background:var(--bleu);
}

/* DECORS (violet) */
.cta-decors{
background:var(--violet);
}

/* HOVER CLEAN */
.cta-chant:hover,
.cta-decors:hover{
transform:translateY(-2px);
opacity:0.9;
}

/* ================= FINAL CTA PREMIUM ================= */

.final-cta{
padding:140px 20px;
background:linear-gradient(180deg,#ffffff,#EAF7F9);
text-align:center;
}

.final-cta-container{
max-width:700px;
margin:auto;
}

/* TITRE */

.final-cta h2{
font-size:48px; /* 🔥 plus impact */
margin-bottom:20px;
letter-spacing:-1px;
}

/* TEXTE */

.final-cta p{
font-size:20px;
color:#666;
margin-bottom:50px;
}

/* CTA PREMIUM */

.cta-final{
display:inline-block;
background:linear-gradient(135deg,#7ECAD3,#6FC3CD);
padding:18px 50px;
border-radius:60px;
color:white;
text-decoration:none;
font-weight:600;
font-size:18px;
transition:0.3s;
}

/* HOVER CLEAN */

.cta-final:hover{
transform:translateY(-3px) scale(1.02);
opacity:0.95;
}

/* ================= FOOTER PREMIUM ================= */

.footer{
background:linear-gradient(
180deg,
#f8f9fb 0%,
#eef4f6 100%
);
}

.footer-logo{
width:170px;
margin-top: 30px;
}

/* CONTAINER */

.footer-container{
max-width:1200px;
margin:auto;
display:flex;
justify-content:space-between;
gap:60px;
padding:0 30px;
flex-wrap:wrap;
}

/* COLONNES */

.footer-col{
flex:1;
min-width:220px;
}

/* TITRES */

.footer-col h4{
margin-bottom:25px;
margin-top: 110px;
font-size:15px;
letter-spacing:2px;
text-transform:uppercase;
color:#555;
font-weight:600;
}

/* LIENS */

.footer-col a{
display:block;
margin-bottom:16px;
color:#222;
text-decoration:none;
font-size:16px; /* 🔥 au lieu de 15 */
font-weight:500;
transition:all 0.25s ease;
}

.footer-col a:hover{
color:var(--bleu);
transform:translateX(3px);
}

/* BRAND */

.footer-brand{
max-width:320px;
}

.footer-brand p{
color:#222;
font-size:16px;
line-height:1.8;
font-weight:400;
max-width:280px;
margin-top:-30px;
}

/* CONTACT */

.footer-col p{
margin-bottom:10px;
color:#444;
font-size:15px;
}

/* COPYRIGHT */

.footer-text{
color:#333;
font-size:15px;
line-height:1.4; /* 🔥 beaucoup plus compact */
max-width:280px;
margin-top:10px;
}

.footer-text span{
display:block;
font-weight:600;
font-size:18px;
margin-bottom:5px; /* 🔥 quasiment collé */
margin-top: 40px;
}

.footer-bottom{
max-width:1200px;
margin:30px auto 0;
padding:0 30px;
display:flex;
justify-content:flex-start; /* bien à gauche */
font-size:13px;
font-weight:600;
color:#777;
}

.footer-col:last-child a{
font-size:16px;
font-weight:500;
color:#222;
}

/* RESPONSIVE */

@media (max-width:768px){
.footer-container{
flex-direction:column;
gap:40px;
}
}

/* ================= RESPONSIVE MOBILE ================= */
 
@media (max-width: 768px) {
 
  /* HERO */
  .hero {
    padding: 140px 20px 80px;
  }
 
  .hero h1 {
    font-size: 38px;
    letter-spacing: -0.5px;
  }
 
  .hero p {
    font-size: 16px;
  }
 
  .hero-bg1 {
    width: 200px;
    height: 200px;
  }
 
  .hero-bg2 {
    width: 180px;
    height: 180px;
  }
 
  /* BOUTONS HERO */
  .cta-main,
  .cta-decors {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 8px auto 0;
    text-align: center;
  }
 
  .cta-decors {
    margin-left: auto;
  }
 
  /* PRESENTATION */
  .presentation {
    padding: 70px 20px;
  }
 
  .presentation-container {
    gap: 60px;
  }
 
  .presentation-block {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
 
  .presentation-block:nth-child(even) {
    flex-direction: column;
  }
 
  .presentation-block img {
    width: 100%;
    height: 260px;
  }
 
  .presentation-text {
    max-width: 100%;
  }
 
  .presentation-text h2 {
    font-size: 28px;
  }
 
  .presentation-text p {
    font-size: 16px;
  }
 
  /* ACTIVITIES */
  .activities {
    padding: 60px 20px;
    gap: 30px;
  }
 
  .activity {
    max-width: 100%;
    width: 100%;
  }
 
  .activity h3 {
    font-size: 22px;
  }
 
  .activity p {
    font-size: 15px;
    padding: 0 20px;
  }
 
  .cta-chant,
  .cta-decors {
    display: inline-block;
    width: auto;
    margin: 16px auto 0;
  }
 
  /* FINAL CTA */
  .final-cta {
    padding: 70px 20px;
  }
 
  .final-cta h2 {
    font-size: 30px;
    letter-spacing: -0.5px;
  }
 
  .final-cta p {
    font-size: 16px;
    margin-bottom: 30px;
  }
 
  .cta-final {
    padding: 16px 32px;
    font-size: 16px;
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
 
  /* FOOTER */
  .footer-container {
    flex-direction: column;
    gap: 0;
    padding: 0 20px;
  }
 
  .footer-col {
    min-width: unset;
    width: 100%;
  }
 
  .footer-col h4 {
    margin-top: 40px;
    margin-bottom: 16px;
  }
 
  .footer-brand p {
    max-width: 100%;
    margin-top: 0;
  }
 
  .footer-logo {
    width: 130px;
  }
 
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0 20px;
    margin-bottom: 24px;
  }
 
}
 