.elementor-32 .elementor-element.elementor-element-e91e597{--display:flex;--min-height:328px;--justify-content:center;--margin-top:-171px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-32 .elementor-element.elementor-element-e91e597:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-e91e597 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-image:url("https://worldsun-belgique-qfenb6nby4.live-website.com/wp-content/uploads/2026/07/ChatGPT-Image-1-juil.-2026-17_36_17.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-32 .elementor-element.elementor-element-fd9f965{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-32 .elementor-element.elementor-element-839f512{width:var( --container-widget-width, 102% );max-width:102%;--container-widget-width:102%;--container-widget-flex-grow:0;text-align:center;}.elementor-32 .elementor-element.elementor-element-839f512.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-32 .elementor-element.elementor-element-839f512 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:65px;font-weight:700;color:#FFFFFF;}body.elementor-page-32:not(.elementor-motion-effects-element-type-background), body.elementor-page-32 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:1366px){.elementor-32 .elementor-element.elementor-element-e91e597{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-32 .elementor-element.elementor-element-e91e597{--min-height:252px;--margin-top:-186px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-32 .elementor-element.elementor-element-839f512 .elementor-heading-title{font-size:45px;}}/* Start custom CSS for html, class: .elementor-element-f20092d */.ws-realizations-section {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #faf7ef 100%);
  padding: 100px 6%;
  overflow: hidden;
}

.ws-realizations-container {
  max-width: 1320px;
  margin: 0 auto;
}

/* Header */
.ws-realizations-head {
  max-width: 980px;
  margin: 0 auto 55px;
  text-align: center;
}

.ws-realizations-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #f4b400;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .9px;
  margin-bottom: 24px;
}

.ws-realizations-head h2 {
  margin: 0 0 20px;
  font-size: clamp(38px, 4.8vw, 45px);
  line-height: .95;
  font-weight: 900;
  color: #111;
  letter-spacing: -2px;
}

.ws-realizations-head h2 strong {
  color: #111;
}

.ws-realizations-head p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.75;
  color: #555;
}

/* Content top */
.ws-realizations-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
  margin-bottom: 50px;
}

.ws-realizations-text {
  display: grid;
  gap: 24px;
}

.ws-realizations-text-block {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
}

.ws-realizations-text-block h3 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.15;
  color: #111;
  font-weight: 900;
}

.ws-realizations-text-block p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

/* Feature cards */
.ws-realizations-features {
  display: grid;
  gap: 22px;
}

.ws-realizations-feature-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: center;
  background: rgba(255,255,255,.92);
  border-radius: 28px;
  padding: 28px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 45px rgba(0,0,0,.07);
  transition: .35s ease;
}

.ws-realizations-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(0,0,0,.10);
}

.ws-realizations-feature-card span {
  width: 60px;
  height: 60px;
  background: #f4b400;
  color: #111;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 900;
}

.ws-realizations-feature-card h4 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
  color: #111;
  font-weight: 900;
}

.ws-realizations-feature-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: #666;
}

/* Gallery */
.ws-realizations-gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 42px;
}

.ws-realizations-item {
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 20px 48px rgba(40, 32, 15, .10);
  transition: transform .35s ease, box-shadow .35s ease;
  background: #fff;
}

.ws-realizations-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(40, 32, 15, .15);
}

.ws-realizations-item-large {
  grid-row: span 2;
  border-radius: 56px 18px 56px 18px;
}

.ws-realizations-item img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: block;
  object-fit: cover;
}

.ws-realizations-item-large img {
  min-height: 544px;
}

/* Bottom CTA */
.ws-realizations-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #fff;
  border-radius: 30px;
  padding: 28px 30px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
}

.ws-realizations-bottom-text {
  max-width: 860px;
}

.ws-realizations-bottom-text strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.15;
  color: #111;
  font-weight: 900;
}

.ws-realizations-bottom-text p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: #666;
}

.ws-realizations-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4b400;
  color: #111;
  padding: 18px 28px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 38px rgba(244,180,0,.28);
  transition: .3s ease;
}

.ws-realizations-btn:hover {
  background: #111;
  color: #fff;
  transform: translateY(-3px);
}

/* Tablette */
@media (max-width: 1024px) {
  .ws-realizations-section {
    padding: 80px 5%;
  }

  .ws-realizations-content {
    grid-template-columns: 1fr;
  }

  .ws-realizations-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .ws-realizations-item-large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .ws-realizations-item-large img {
    min-height: 380px;
  }

  .ws-realizations-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ws-realizations-section {
    padding: 60px 20px;
  }

  .ws-realizations-head {
    margin-bottom: 38px;
  }

  .ws-realizations-head h2 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1px;
  }

  .ws-realizations-head p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .ws-realizations-content {
    gap: 22px;
    margin-bottom: 34px;
  }

  .ws-realizations-text-block,
  .ws-realizations-feature-card {
    padding: 22px;
    border-radius: 24px;
  }

  .ws-realizations-text-block h3 {
    font-size: 24px;
  }

  .ws-realizations-text-block p,
  .ws-realizations-feature-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .ws-realizations-feature-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ws-realizations-feature-card h4 {
    font-size: 21px;
  }

  .ws-realizations-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }

  .ws-realizations-item,
  .ws-realizations-item-large {
    border-radius: 24px;
  }

  .ws-realizations-item img,
  .ws-realizations-item-large img {
    min-height: 240px;
    height: 240px;
  }

  .ws-realizations-bottom {
    padding: 24px 20px;
    border-radius: 24px;
    gap: 20px;
  }

  .ws-realizations-bottom-text strong {
    font-size: 22px;
  }

  .ws-realizations-bottom-text p {
    font-size: 14.8px;
    line-height: 1.65;
  }

  .ws-realizations-btn {
    width: 100%;
    text-align: center;
  }
}

/* Très petit mobile */
@media (max-width: 390px) {
  .ws-realizations-section {
    padding: 50px 14px;
  }

  .ws-realizations-label {
    font-size: 11px;
    padding: 10px 15px;
  }

  .ws-realizations-head h2 {
    font-size: 31px;
  }

  .ws-realizations-item img,
  .ws-realizations-item-large img {
    height: 220px;
    min-height: 220px;
  }
}/* End custom CSS */