:root{
  --blue:#001f5b;
  --blue-light:#f3f7ff;
  --red:#e30613;
  --orange:#ff7a00;
  --text:#1f2937;
  --muted:#64748b;
}

/* GLOBAL */
*{
  box-sizing:border-box;
}

body{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  line-height:1.7;
  background:#fff;
  margin:0;
}

a{
  text-decoration:none;
}

/* NAVBAR */
.navbar{
  background:#fff;
  box-shadow:0 10px 30px rgba(0,31,91,.08);
}

.navbar-brand{
  color:var(--red)!important;
  font-weight:900;
  letter-spacing:-.03em;
}

.nav-link{
  color:var(--blue)!important;
  font-weight:650;
}

.nav-link:hover{
  opacity:.75;
}

/* BUTTONS */
.btn-main{
  background:var(--orange);
  color:#fff;
  border:2px solid var(--orange);
  border-radius:999px;
  padding:.85rem 1.5rem;
  font-weight:800;
  box-shadow:0 14px 30px rgba(255,122,0,.25);
}

.btn-main:hover{
  background:#e86d00;
  border-color:#e86d00;
  color:#fff;
}

.btn-second{
  background:#fff;
  color:var(--blue);
  border:2px solid #fff;
  border-radius:999px;
  padding:.85rem 1.5rem;
  font-weight:800;
}

.btn-second:hover{
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
}

/* HERO */
.hero{
  min-height:760px;
  padding:140px 0 90px;
  color:#fff;
  display:flex;
  align-items:center;
  background:
    linear-gradient(
      90deg,
      rgba(0,31,91,.82) 0%,
      rgba(0,31,91,.58) 42%,
      rgba(0,31,91,.15) 100%
    ),
    url("../images/bg-paris-demenegeur.webp") center center/cover no-repeat;
}

.hero h1{
  font-size:clamp(2.6rem,5vw,5rem);
  line-height:1.02;
  font-weight:950;
  letter-spacing:-.055em;
  max-width:820px;
}

.hero .lead{
  font-size:1.2rem;
  max-width:690px;
  color:#eaf1ff;
}

.badge-hero{
  display:inline-block;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.25);
  color:#fff;
  border-radius:999px;
  padding:.6rem 1rem;
  font-weight:800;
  margin-bottom:1.4rem;
}

/* HERO POINTS */
.hero-points{
  margin-top:2rem;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
  max-width:720px;
}

.hero-point{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:20px;
  padding:1rem;
  backdrop-filter:blur(8px);
}

.hero-point strong{
  display:block;
  font-size:1.35rem;
  color:#fff;
  font-weight:950;
}

/* SECTIONS */
section{
  padding:86px 0;
}

.section-small{
  color:var(--orange);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.82rem;
}

.section-title{
  color:var(--blue);
  font-weight:950;
  letter-spacing:-.04em;
  margin-bottom:1rem;
}

.text-muted-custom{
  color:var(--muted);
  font-size:1.08rem;
}

.bg-soft{
  background:var(--blue-light);
}

/* CARDS */
.card-service{
  height:100%;
  background:#fff;
  border:1px solid rgba(0,31,91,.08);
  border-radius:26px;
  padding:1.8rem;
  box-shadow:0 16px 40px rgba(0,31,91,.07);
  transition:.25s ease;
}

.card-service:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 60px rgba(0,31,91,.13);
}

.card-service h3{
  color:var(--blue);
  font-weight:900;
}

.icon{
  width:56px;
  height:56px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:#fff3e8;
  color:var(--orange);
  font-size:1.6rem;
  margin-bottom:1rem;
}

/* STEPS */
.step{
  display:flex;
  gap:1rem;
  align-items:flex-start;
  margin-bottom:1.3rem;
}

.step-number{
  min-width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--blue);
  color:#fff;
  font-weight:900;
}

/* CONTACT */
.contact-panel{
  background:linear-gradient(135deg,#2b6777 0%,#3f8ea3 100%);
  color:#fff;
  border-radius:30px;
  padding:2.4rem;
  height:100%;
  box-shadow:0 20px 45px rgba(43,103,119,.16);
}

.contact-panel a{
  color:#fff;
  text-decoration:underline;
}

/* FORM */
.form-box{
  background:#fff;
  border-radius:30px;
  padding:2.3rem;
  box-shadow:0 24px 60px rgba(0,31,91,.12);
}

.form-control,
.form-select{
  border-radius:15px;
  padding:.9rem 1rem;
  border:1px solid #dbe4f0;
}

.form-control:focus,
.form-select:focus{
  border-color:var(--orange);
  box-shadow:0 0 0 .2rem rgba(255,122,0,.16);
}
.form-control:focus{box-shadow:none;outline:0 none}
#contact-page{padding-top:0;background:#fff;margin-bottom:50px}
#contact-page .contact-form .form-group label{color:#4E4E4E;font-size:14px;font-weight:300}
.form-group .form-control{padding:7px 12px;border-color:#f2f2f2;box-shadow:none}
.validation{color:red;display:none;margin:0 0 20px;font-weight:400;font-size:13px}
#sendmessage{color:green;border:1px solid green;display:none;text-align:center;padding:15px;font-weight:600;margin-bottom:15px}
#errormessage{color:red;display:none;border:1px solid red;text-align:left;padding:15px;font-weight:600;margin-bottom:15px}
#formulaire.cacher{display:none}
#sendmessage.show,#errormessage.show,.show{display:block}
/* FAQ */
.accordion-item{
  border:0;
  border-radius:18px!important;
  overflow:hidden;
  margin-bottom:1rem;
  box-shadow:0 12px 34px rgba(0,31,91,.07);
}

.accordion-button{
  color:var(--blue);
  font-weight:850;
}

.accordion-button:not(.collapsed){
  background:#fff7ef;
  color:var(--orange);
}


.icon{
  width:64px;
  height:64px;
  border-radius:18px;
  background:#fff3e8;
  color:var(--orange);

  display:flex;
  align-items:center;
  justify-content:center;

  margin:0 auto 1.2rem;
}

.icon svg{
  width:48px;
  height:48px;
  display:block;
}














/* FOOTER */
footer{
  background:#061226;
  color:#cbd5e1;
  padding:34px 0;
}

footer a{
  color:#fff;
}

/* STICKY CTA */
.sticky-cta{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:999;
  border-radius:999px;
}
/* TABLETTE */
@media (max-width:991px){
  .hero{
    min-height:620px;
    padding:120px 0 70px;
    background:
      linear-gradient(
        90deg,
        rgba(0,31,91,.82) 0%,
        rgba(0,31,91,.58) 42%,
        rgba(0,31,91,.15) 100%
      ),
      url("../images/bg-paris-demenegeur.webp") center center/cover no-repeat;
  }

  .hero h1{
    font-size:3rem;
  }
}

/* MOBILE */
@media (max-width:767px){
  .hero{
    min-height:560px;
    padding:110px 0 60px;
    background:
      linear-gradient(
        180deg,
         rgba(0,31,91,.82) 0%,
      rgba(0,31,91,.68) 42%,
      rgba(0,31,91,.15) 100%
      ),
      url("../images/bg-paris-demenegeur.webp") 65% center/cover no-repeat;
  }

  .hero h1{
    font-size:2.2rem;
    line-height:1.08;
  }

  .hero .lead{
    font-size:1rem;
  }

  .hero-points{
    grid-template-columns:1fr;
  }

  section{
    padding:64px 0;
  }

  .btn-main,
  .btn-second{
    width:100%;
    text-align:center;
  }
}
