.elementor-14 .elementor-element.elementor-element-79bde37{--display:flex;}:root{--page-title-display:none;}body.elementor-page-14{margin:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-79bde37 */:root{
  --cw-bg: #f4f6f8;
  --cw-bg-soft: #eef2f6;
  --cw-white: #ffffff;

  --cw-text: #1f2129;
  --cw-text-soft: #5f6673;
  --cw-title: #171921;

  --cw-dark: #1b1d25;
  --cw-dark-2: #2a2d37;

  --cw-orange: #f24b26;
  --cw-orange-2: #ff6a2a;
  --cw-orange-soft: rgba(242, 75, 38, 0.10);

  --cw-blue: #1f5faa;
  --cw-blue-2: #2f75c8;
  --cw-blue-soft: rgba(31, 95, 170, 0.10);

  --cw-border: rgba(20, 24, 35, 0.08);
  --cw-border-strong: rgba(20, 24, 35, 0.14);

  --cw-shadow-soft: 0 12px 30px rgba(18, 24, 35, 0.06);
  --cw-shadow: 0 20px 60px rgba(18, 24, 35, 0.12);
  --cw-shadow-strong: 0 24px 70px rgba(18, 24, 35, 0.18);

  --cw-radius: 24px;
  --cw-radius-sm: 18px;
  --cw-max: 1240px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  color:var(--cw-text);
  background:var(--cw-white);
  font-family:"Inter", sans-serif;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

a{
  transition:.25s ease;
}

.cw-home{
  overflow:hidden;
}

.cw-container{
  width:min(var(--cw-max), calc(100% - 40px));
  margin:0 auto;
}

/* TITRES ET TEXTES */

.cw-kicker{
  display:inline-block;
  margin:0 0 14px;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(31,95,170,0.10), rgba(242,75,38,0.10));
  color:var(--cw-dark);
  font-size:14px;
  font-weight:700;
  letter-spacing:0.03em;
  border:1px solid rgba(31,95,170,0.10);
}

.cw-section-head{
  max-width:760px;
  margin:0 auto 50px;
  text-align:center;
}

.cw-section-head h2{
  margin:0 0 14px;
  font-size:clamp(30px, 4vw, 48px);
  line-height:1.08;
  letter-spacing:-0.02em;
  color:var(--cw-title);
}

.cw-section-head p{
  margin:0;
  color:var(--cw-text-soft);
  font-size:18px;
  line-height:1.7;
}

/* BOUTONS */

.cw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  transition:.25s ease;
  cursor:pointer;
  border:none;
}

.cw-btn-primary{
  background:linear-gradient(135deg, var(--cw-orange), var(--cw-orange-2));
  color:#fff;
  box-shadow:0 16px 40px rgba(242, 75, 38, 0.28);
}

.cw-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 48px rgba(242, 75, 38, 0.34);
}

.cw-btn-secondary{
  background:#fff;
  color:var(--cw-dark);
  border:1px solid var(--cw-border);
  box-shadow:var(--cw-shadow-soft);
}

.cw-btn-secondary:hover{
  transform:translateY(-2px);
  border-color:rgba(31,95,170,0.18);
  box-shadow:var(--cw-shadow);
}

/* HERO */

.cw-hero{
  position:relative;
  padding:90px 0 70px;
  background:
    radial-gradient(circle at top right, rgba(242,75,38,0.14), transparent 28%),
    radial-gradient(circle at left center, rgba(31,95,170,0.12), transparent 32%),
    linear-gradient(180deg, #fafbfd 0%, #eef2f6 100%);
}

.cw-hero-grid{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:48px;
  align-items:center;
}

.cw-hero-content h1{
  margin:0 0 18px;
  font-size:clamp(38px, 5vw, 70px);
  line-height:1.02;
  letter-spacing:-0.04em;
  max-width:820px;
  color:var(--cw-title);
}

.cw-hero-text{
  max-width:680px;
  margin:0 0 28px;
  color:var(--cw-text-soft);
  font-size:19px;
  line-height:1.75;
}

.cw-hero-cta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:26px;
}

.cw-trust-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  padding:0;
  margin:0;
  list-style:none;
}

.cw-trust-list li{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.82);
  border:1px solid rgba(20,24,35,0.06);
  backdrop-filter:blur(10px);
  font-size:14px;
  font-weight:600;
  color:var(--cw-dark);
  box-shadow:0 6px 18px rgba(18,24,35,0.04);
}

.cw-hero-visual{
  position:relative;
}

.cw-photo-frame{
  position:relative;
  width:100%;
  min-height:520px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:var(--cw-shadow-strong);
  background:#dde3ea;
}

.cw-photo-img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
}

.cw-floating-card{
  position:absolute;
  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(12px);
  border:1px solid rgba(20,24,35,0.08);
  border-radius:20px;
  padding:18px 20px;
  box-shadow:var(--cw-shadow);
  max-width:250px;
}

.cw-floating-card strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  color:var(--cw-title);
}

.cw-floating-card span{
  display:block;
  font-size:14px;
  color:var(--cw-text-soft);
  line-height:1.5;
}

.cw-floating-card-1{
  left:-20px;
  bottom:54px;
  border-left:4px solid var(--cw-blue);
}

.cw-floating-card-2{
  right:-20px;
  top:34px;
  border-left:4px solid var(--cw-orange);
}

/* BANDEAU PREUVES */

.cw-proofbar{
  padding:24px 0 10px;
  background:#fff;
}

.cw-proofbar-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.cw-proof-item{
  padding:26px 22px;
  background:#fff;
  border:1px solid var(--cw-border);
  border-radius:20px;
  box-shadow:0 10px 30px rgba(18,24,35,0.04);
}

.cw-proof-item strong{
  display:block;
  margin-bottom:10px;
  font-size:18px;
  color:var(--cw-title);
}

.cw-proof-item p{
  margin:0;
  color:var(--cw-text-soft);
  line-height:1.65;
}

/* SECTIONS */

.cw-services,
.cw-zones,
.cw-process,
.cw-faq,
.cw-seo-text,
.cw-contact{
  padding:100px 0;
}

.cw-services{
  background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* CARTES SERVICES */

.cw-services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.cw-card{
  padding:30px;
  background:#fff;
  border:1px solid var(--cw-border);
  border-radius:24px;
  box-shadow:var(--cw-shadow-soft);
  transition:.25s ease;
}

.cw-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--cw-shadow);
  border-color:rgba(31,95,170,0.16);
}

.cw-card-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  background:linear-gradient(135deg, var(--cw-blue), var(--cw-orange));
  color:#fff;
  font-weight:800;
}

.cw-card h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.2;
  color:var(--cw-title);
}

.cw-card p{
  margin:0 0 18px;
  color:var(--cw-text-soft);
  line-height:1.7;
}

.cw-card a{
  color:var(--cw-orange);
  font-weight:700;
  text-decoration:none;
}

.cw-card a:hover{
  color:var(--cw-blue);
}

/* SECTION IMAGE + TEXTE */

.cw-split{
  padding:110px 0;
  background:
    linear-gradient(180deg, #eef3f8 0%, #edf2f7 100%);
}

.cw-split-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}

.cw-split-content h2{
  margin:0 0 18px;
  font-size:clamp(32px, 4vw, 52px);
  line-height:1.08;
  letter-spacing:-0.03em;
  color:var(--cw-title);
}

.cw-split-content p{
  margin:0 0 18px;
  color:var(--cw-text-soft);
  font-size:18px;
  line-height:1.8;
}

/* ZONES */

.cw-zone-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.cw-zone-item{
  padding:18px 16px;
  text-align:center;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--cw-border);
  box-shadow:0 10px 24px rgba(18,24,35,0.04);
  font-weight:700;
  color:var(--cw-dark);
  transition:.25s ease;
}

.cw-zone-item:hover{
  transform:translateY(-3px);
  border-color:rgba(242,75,38,0.18);
  box-shadow:var(--cw-shadow-soft);
}

/* PROCESS */

.cw-process{
  background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.cw-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.cw-step{
  padding:30px;
  background:#fff;
  border-radius:24px;
  border:1px solid var(--cw-border);
  box-shadow:0 12px 28px rgba(18,24,35,0.04);
  transition:.25s ease;
}

.cw-step:hover{
  transform:translateY(-5px);
  box-shadow:var(--cw-shadow);
}

.cw-step span{
  display:inline-flex;
  width:52px;
  height:52px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  margin-bottom:18px;
  background:linear-gradient(135deg, var(--cw-orange), var(--cw-blue));
  color:#fff;
  font-weight:800;
  font-size:18px;
}

.cw-step h3{
  margin:0 0 10px;
  font-size:22px;
  color:var(--cw-title);
}

.cw-step p{
  margin:0;
  color:var(--cw-text-soft);
  line-height:1.7;
}

/* FAQ */

.cw-faq-list{
  max-width:900px;
  margin:0 auto;
  display:grid;
  gap:16px;
}

.cw-faq details{
  background:#fff;
  border:1px solid var(--cw-border);
  border-radius:20px;
  padding:0 22px;
  box-shadow:0 10px 24px rgba(18,24,35,0.04);
}

.cw-faq summary{
  cursor:pointer;
  list-style:none;
  padding:22px 0;
  font-weight:700;
  font-size:18px;
  color:var(--cw-title);
}

.cw-faq summary::-webkit-details-marker{
  display:none;
}

.cw-faq details p{
  margin:0 0 22px;
  color:var(--cw-text-soft);
  line-height:1.75;
}

/* CTA */

.cw-cta{
  padding:30px 0 110px;
}

.cw-cta-box{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
  align-items:center;
  padding:42px;
  border-radius:30px;
  background:
    linear-gradient(135deg, #1b1d25 0%, #222733 50%, #2a2f3d 100%);
  color:#fff;
  box-shadow:0 22px 60px rgba(18,24,35,0.24);
  position:relative;
  overflow:hidden;
}

.cw-cta-box::before{
  content:"";
  position:absolute;
  inset:auto auto -80px -80px;
  width:220px;
  height:220px;
  background:radial-gradient(circle, rgba(242,75,38,0.26), transparent 65%);
  pointer-events:none;
}

.cw-cta-box::after{
  content:"";
  position:absolute;
  inset:-60px -60px auto auto;
  width:220px;
  height:220px;
  background:radial-gradient(circle, rgba(31,95,170,0.22), transparent 65%);
  pointer-events:none;
}

.cw-cta-box h2{
  position:relative;
  z-index:2;
  margin:0 0 14px;
  font-size:clamp(30px, 4vw, 48px);
  line-height:1.08;
  letter-spacing:-0.03em;
}

.cw-cta-box p{
  position:relative;
  z-index:2;
  margin:0;
  color:rgba(255,255,255,0.84);
  line-height:1.75;
  font-size:18px;
}

.cw-cta-box .cw-kicker{
  position:relative;
  z-index:2;
  background:rgba(255,255,255,0.08);
  color:#fff;
  border-color:rgba(255,255,255,0.08);
}

.cw-cta-actions{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.cw-cta-actions .cw-btn-primary{
  background:linear-gradient(135deg, var(--cw-orange), var(--cw-orange-2));
  color:#fff;
}

.cw-cta-actions .cw-btn-secondary{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,0.20);
  box-shadow:none;
}

/* TEXTE SEO */

.cw-seo-text h2{
  margin:0 0 20px;
  font-size:clamp(30px, 4vw, 44px);
  line-height:1.08;
  letter-spacing:-0.03em;
  color:var(--cw-title);
}

.cw-seo-text p{
  max-width:980px;
  margin:0 0 16px;
  color:var(--cw-text-soft);
  font-size:18px;
  line-height:1.85;
}

/* CONTACT */

.cw-contact{
  background:linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

.cw-contact-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:24px;
}

.cw-contact-card{
  background:#fff;
  border:1px solid var(--cw-border);
  border-radius:24px;
  padding:30px;
  box-shadow:var(--cw-shadow-soft);
}

.cw-contact-card h3{
  margin:0 0 18px;
  font-size:26px;
  color:var(--cw-title);
}

.cw-contact-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:14px;
}

.cw-contact-list li{
  color:var(--cw-text-soft);
  line-height:1.6;
}

.cw-contact-list a{
  color:var(--cw-orange);
  text-decoration:none;
  font-weight:700;
}

.cw-contact-list a:hover{
  color:var(--cw-blue);
}

/* FORMULAIRE */

.cw-form{
  display:grid;
  gap:14px;
}

.cw-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.cw-form-row:has(textarea),
.cw-form-row:has(button),
.cw-form-row:has(select:only-child){
  grid-template-columns:1fr;
}

.cw-form input,
.cw-form select,
.cw-form textarea{
  width:100%;
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(20,24,35,0.12);
  background:#fff;
  font-family:"Inter", sans-serif;
  font-size:16px;
  color:var(--cw-text);
  outline:none;
  transition:.2s ease;
}

.cw-form input:focus,
.cw-form select:focus,
.cw-form textarea:focus{
  border-color:var(--cw-blue);
  box-shadow:0 0 0 4px rgba(31,95,170,0.10);
}

.cw-form textarea{
  resize:vertical;
  min-height:150px;
}

/* RESPONSIVE */

@media (max-width: 1180px){
  .cw-services-grid,
  .cw-process-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .cw-proofbar-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .cw-zone-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .cw-hero-grid,
  .cw-split-grid,
  .cw-cta-box,
  .cw-contact-grid{
    grid-template-columns:1fr;
  }

  .cw-floating-card-1{
    left:20px;
    bottom:20px;
  }

  .cw-floating-card-2{
    right:20px;
    top:20px;
  }
}

@media (max-width: 767px){
  .cw-container{
    width:min(var(--cw-max), calc(100% - 24px));
  }

  .cw-hero,
  .cw-services,
  .cw-zones,
  .cw-process,
  .cw-faq,
  .cw-seo-text,
  .cw-contact,
  .cw-split{
    padding:70px 0;
  }

  .cw-proofbar-grid,
  .cw-services-grid,
  .cw-process-grid,
  .cw-zone-grid,
  .cw-form-row{
    grid-template-columns:1fr;
  }

  .cw-hero-content h1{
    font-size:42px;
  }

  .cw-section-head h2,
  .cw-split-content h2,
  .cw-cta-box h2,
  .cw-seo-text h2{
    font-size:32px;
  }

  .cw-hero-text,
  .cw-section-head p,
  .cw-split-content p,
  .cw-seo-text p,
  .cw-cta-box p{
    font-size:17px;
  }

  .cw-hero-cta{
    flex-direction:column;
  }

  .cw-btn{
    width:100%;
  }

  .cw-photo-frame,
  .cw-photo-img{
    min-height:360px;
  }

  .cw-floating-card{
    position:relative;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    margin-top:14px;
    max-width:none;
  }

  .cw-cta-box,
  .cw-contact-card{
    padding:28px;
  }
}/* End custom CSS */