/* HERO DIPACKING - Compatible Bootstrap 3 */

.dip-hero-section {
  position: relative;
  padding: 110px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(122, 90, 248, 0.12), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(122, 90, 248, 0.10), transparent 30%),
    #fbfbff;
}

.dip-hero-row {
  display: table;
  width: 100%;
}

.dip-hero-row > [class*="col-"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.dip-hero-text {
  position: relative;
  z-index: 2;
  padding-right: 30px;
}

.dip-tag-widget {
  margin-bottom: 25px;
}

.dip-tag-widget a {
  display: inline-block;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  background: #fff;
  color: #1c1f2e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 35px rgba(20, 20, 50, 0.08);
}

.dip-tag-widget a span {
  display: inline-block;
  padding: 6px 12px;
  margin-right: 8px;
  border-radius: 999px;
  background: #000000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.dip-hero-title {
  margin: 0 0 22px;
  color: #111322;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: -1.8px;
  font-weight: 800;
}

.dip-hero-desc {
  max-width: 560px;
  margin-bottom: 15px;
  color: #5f6678;
  font-size: 17px;
  line-height: 1.75;
}

.dip-hero-btn {
  margin-right: 18px;
  margin-bottom: 22px;
}

.dip-hero-users-widget {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

.dip-hero-users {
  display: table;
}

.hero-users .u-ava,
.hero-users .u-txt {
  display: contents;
  vertical-align: middle;
}

.hero-users .u-ava img {
  width: 120px;
  height: auto;
  display: block;
}

.hero-users .u-txt {
  padding-left: 12px;
}

.hero-users .u-txt p {
  margin: 0;
  font-size: 14px;
  color: #51586b;
  line-height: 1.45;
}

.hero-users .u-txt p b {
  color: #111322;
}

.hero-users .u-txt p span {
  color: #7a5af8;
  font-weight: 700;
}

.dip-hero-digits {
  margin-top:  16px;
  margin-bottom: 16px;
}

.dip-digit-box {
  float: left;
  margin-right: 45px;
}

.dip-digit-box h3 {
  margin: 0 0 4px;
  color: #111322;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.dip-digit-box p {
  margin: 0;
  color: #626a7b;
  font-size: 15px;
}

.dip-hero-image {
  position: relative;
  z-index: 2;
  text-align: center;
}

.dip-hero-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(18, 18, 40, 0.20));
}

/* Responsive Bootstrap 3 */
@media (max-width: 991px) {
  .dip-hero-section {
    padding: 80px 0 70px;
    text-align: center;
  }

  .dip-hero-row {
    display: block;
    width: auto;
  }

  .dip-hero-row > [class*="col-"] {
    display: block;
    float: left;
    width: 100%;
  }

  .dip-hero-text {
    padding-right: 0;
    margin-bottom: 45px;
  }

  .dip-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .dip-hero-users-widget {
    display: block;
    margin: 18px auto 0;
  }

  .hero-users {
    margin: 0 auto;
  }

  .dip-hero-digits {
    display: inline-block;
    margin-top: 35px;
  }

  .dip-digit-box {
    float: left;
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .dip-hero-title {
    font-size: 42px;
  }

  .dip-hero-desc {
    font-size: 16px;
  }

  .dip-digit-box {
    float: none;
    display: inline-block;
    width: 48%;
    margin: 0;
    vertical-align: top;
  }

  .dip-digit-box h3 {
    font-size: 34px;
  }

  .dip-hero-image img {
    max-width: 92%;
  }
}

@media (max-width: 480px) {
  .dip-hero-section {
    padding: 65px 0 55px;
  }

  .dip-hero-title {
    font-size: 34px;
  }

  .dip-tag-widget a {
    font-size: 13px;
  }

  .dip-digit-box {
    width: 100%;
    margin-bottom: 18px;
  }
}

@media (max-width: 767.98px) {

  .dip-hero-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .dip-hero-image,
  .hero-2-img {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px auto 0;
    float: none !important;
  }

  .dip-hero-image img,
  .hero-2-img img {
    display: block;
    width: 90%;
    max-width: 380px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    transform: none !important;
  }

}

@media (max-width: 767.98px) {
  .dip-hero-row .col-md-6:nth-child(1) {
    order: 2;
  }

  .dip-hero-row .col-md-6:nth-child(2) {
    order: 1;
  }
}

/* ============================= */
/* DPP SHOWCASE MULTI SLIDER - BS3 */
/* ============================= */

.dipacking-showcase-section {
  position: relative;
  padding: 110px 0;
  background:#ffffff;
    
  overflow: hidden;
}

.dip-container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.dip-bento-header {
  max-width: 980px;
  margin: 0 auto 60px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.dip-bento-header h2 {
  margin: 0 0 18px;
  color: #111322;
  font-size: 58px;
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 800;
}

.dip-bento-header h2 span {
  color: #7a5af8;
}

.dip-bento-header p {
  margin: 0;
  color: #626a7b;
  font-size: 18px;
  line-height: 1.7;
}

.dip-bento-badge {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(122, 90, 248, 0.10);
  color: #7a5af8;
  font-size: 14px;
  font-weight: 700;
}

/* Slider */
.dpp-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 95px;
}

.dpp-modern-viewport {
  width: 100%;
  /*overflow: hidden;*/
}

.dpp-modern-track {
  white-space: nowrap;
  font-size: 0;
  transition: transform 0.55s ease;
}

/* Plusieurs cartes visibles */
.dpp-modern-card {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 623px;
  height: 441px;
  margin-right: 39px;
  border-radius: 37px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 80px rgba(26, 21, 64, 0.12);
}

/* Image principale */
.dpp-modern-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
  background: #eee;
}

.dpp-modern-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dégradé vers téléphone */
.dpp-modern-card:after {
  content: "";
  position: absolute;
  right: 20%;
  top: 0;
  width: 28%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.85) 65%,
    rgba(255,255,255,1) 100%
  );
  z-index: 2;
  pointer-events: none;
  display: none !important;
  content: none !important;
}

/* Phone */
.dpp-modern-phone-wrap {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  z-index: 5;
}

.dpp-modern-phone-img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 50px rgba(18, 18, 40, 0.30));
}

/* Flèches */
.dpp-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  border: none;
  /*border-radius: 50%;*/
  background: #fff;
  color: #7a5af8;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 18px 50px rgba(26, 21, 64, 0.16);
  transition: all 0.25s ease;
}

.dpp-slider-btn:hover {
  background: #7a5af8;
  color: #fff;
  transform: translateY(-2px);
}

.dpp-prev {
  left: 28px;
}

.dpp-next {
  right: 28px;
}

/* Responsive */
@media (max-width: 1199px) {
  .dpp-modern-card {
    width: 660px;
    height: 390px;
  }

  .dpp-modern-phone-wrap {
    width: 195px;
  }
}

@media (max-width: 991px) {
  .dipacking-showcase-section {
    padding: 85px 0;
  }

  .dip-bento-header h2 {
    font-size: 42px;
  }

  .dpp-slider-wrapper {
    padding: 0 60px;
  }

  .dpp-modern-card {
    width: 590px;
    height: 360px;
    margin-right: 24px;
  }

  .dpp-modern-phone-wrap {
    width: 175px;
    right: 25px;
  }
}

@media (max-width: 767px) {
  .dip-bento-header h2 {
    font-size: 34px;
  }

  .dip-bento-header p {
    font-size: 15.5px;
  }

  .dpp-slider-wrapper {
    padding: 0 18px;
  }

  .dpp-slider-btn {
    display: none;
  }

  .dpp-modern-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .dpp-modern-card {
    width: 88vw;
    height: 390px;
    margin-right: 18px;
    border-radius: 26px;
  }

  .dpp-modern-media {
    width: 100%;
    height: 70%;
    border-radius: 26px 26px 0 0;
  }

  .dpp-modern-card:after {
    display: none;
  }

  .dpp-modern-phone-wrap {
    width: 160px;
    right: 22px;
    top: auto;
    bottom: -5px;
    transform: none;
  }
}

.dpp-modern-track {
  white-space: nowrap;
  font-size: 0;
  transition: transform 0.55s ease;
  will-change: transform;
}

/* ============================= */
/* FIX MOBILE SLIDER DPP */
/* ============================= */

@media (max-width: 767px) {

  .dipacking-showcase-section {
    padding: 70px 0 80px;
  }

  .dip-bento-header {
    margin-bottom: 35px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .dip-bento-header h2 {
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.8px;
  }

  .dip-bento-header p {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .dpp-slider-wrapper {
    padding: 0 16px;
  }

  .dpp-slider-btn {
    display: none;
  }

  .dpp-modern-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 18px;
  }

  .dpp-modern-track {
    white-space: nowrap;
    transform: none !important;
    transition: none !important;
  }

  .dpp-modern-card {
    width: 86vw;
    height: 390px;
    margin-right: 18px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(26, 21, 64, 0.12);
  }

  .dpp-modern-media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 68%;
    border-radius: 26px 26px 0 0;
  }

  .dpp-modern-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dpp-modern-card:after {
    display: none;
  }

  .dpp-modern-phone-wrap {
    position: absolute;
    right: 18px;
    bottom: 8px;
    top: auto;
    transform: none;
    width: 150px;
    z-index: 5;
  }

  .dpp-modern-phone-img {
    width: 100%;
    filter: drop-shadow(0 18px 35px rgba(18, 18, 40, 0.28));
  }
}
@media (max-width: 420px) {

  .dpp-modern-card {
    width: 88vw;
    height: 360px;
  }

  .dpp-modern-media {
    height: 66%;
  }

  .dpp-modern-phone-wrap {
    width: 135px;
    right: 14px;
    bottom: 8px;
  }

  .dip-bento-header h2 {
    font-size: 29px;
  }
}

/* FIX MOBILE SLIDER DPP - supprimer le grand vide blanc */
@media (max-width: 767px) {

  .dpp-modern-card {
    width: 88vw;
    height: 360px;
    margin-right: 18px;
    border-radius: 26px;
    overflow: hidden;
    background: transparent;
  }

  .dpp-modern-media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 26px;
    overflow: hidden;
  }

  .dpp-modern-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dpp-modern-card:after {
    display: none !important;
  }

  .dpp-modern-phone-wrap {
    position: absolute;
    right: 18px;
    bottom: 12px;
    top: auto;
    transform: none;
    width: 145px;
    z-index: 5;
  }

  .dpp-modern-phone-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 35px rgba(18, 18, 40, 0.28));
  }
}

@media (max-width: 420px) {

  .dpp-modern-card {
    height: 330px;
  }

  .dpp-modern-phone-wrap {
    width: 130px;
    right: 14px;
    bottom: 10px;
  }
}

/* ============================= */
/* DIPACKING SOLUTION - FIX */
/* ============================= */

.dipacking-solution-section {
  position: relative;
  padding: 55px 0;
  background:radial-gradient(circle at 12% 20%, rgba(122, 90, 248, 0.10), transparent 32%), radial-gradient(circle at 90% 80%, rgba(122, 90, 248, 0.08), transparent 35%), #ffffff;
    
  overflow: hidden;
}

.dipacking-solution-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dipacking-solution-row > [class*="col-"] {
  float: none;
}

.dipacking-text-col {
  padding-left: 15px;
  padding-right: 25px;
}

.dipacking-image-col {
  padding-left: 25px;
  padding-right: 15px;
}

.dipacking-solution-title {
  margin: 0 0 20px;
  color: #21164c;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 800;
}

.dipacking-solution-title span {
  color: #ffd402;
}

.dipacking-solution-text {
  max-width: 560px;
  margin: 0 0 30px;
  color: #626a7b;
  font-size: 17px;
  line-height: 1.75;
}

/* Cards */
.dipacking-mini-features {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}

.dipacking-mini-features > div {
  width: 50% !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  float: none !important;
}

.dipacking-mini-card {
  position: relative;
  width: 100%;
  min-height: 155px;
  padding: 22px 18px;
  border-radius: 20px;
 
  border: 1px solid rgba(122, 90, 248, 0.13);
  
  transition: all 0.25s ease;
  overflow: hidden;
}

.dipacking-mini-card:before {
  content: "";
  position: absolute;
  right: -35px;
  top: -35px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.09);
}

.dipacking-mini-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(26, 21, 64, 0.11);
  border-color: rgba(122, 90, 248, 0.28);
}

.dipacking-mini-icon {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(122, 90, 248, 0.09);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  
}

.dipacking-mini-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 9px;
  color: #111322;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.dipacking-mini-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #646b7c;
  font-size: 14px;
  line-height: 1.55;
}

/* Image */
.dipacking-image-col .img-block {
  width: 100%;
  text-align: center;
}

.ai-photo-shadow {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 28px 55px rgba(18, 18, 40, 0.18));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.ai-photo-shadow:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 36px 70px rgba(18, 18, 40, 0.24));
}

/* Tablet */
@media (max-width: 991px) {
  .dipacking-solution-section {
    padding: 85px 0;
  }

  .dipacking-solution-row {
    display: flex;
    flex-direction: column;
  }

  .dipacking-text-col,
  .dipacking-image-col {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dipacking-image-col {
    margin-top: 1px;
  }

  .dipacking-solution-title {
    font-size: 42px;
    text-align: center;
  }

  .dipacking-solution-text {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .ai-photo-shadow {
    max-width: 600px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .dipacking-solution-section {
    padding: 25px 0;
    text-align: center;
  }

  .dipacking-solution-title {
    font-size: 34px;
  }

  .dipacking-solution-text {
    font-size: 15.5px;
    line-height: 1.7;
	text-align: left;
  }

  .dipacking-mini-features {
    margin-left: 0;
    margin-right: 0;
  }

  .dipacking-mini-features > div {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .dipacking-mini-card {
    min-height: auto;
    text-align: left;
  }

  .ai-photo-shadow {
    max-width: 94%;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .dipacking-solution-title {
    font-size: 30px;
  }

  .dipacking-mini-card {
    padding: 20px 16px;
  }

  .ai-photo-shadow {
    max-width: 100%;
  }
}

/* 3 cartes par ligne sur desktop */
@media (min-width: 992px) {

  .dipacking-solution-section .dipacking-mini-features {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .dipacking-solution-section .dipacking-mini-features > div {
    width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-bottom: 16px !important;
    float: none !important;
  }

  .dipacking-solution-section .dipacking-mini-card {
    min-height: 180px !important;
    padding: 13px 18px !important;
  }

  .dipacking-solution-section .dipacking-mini-icon {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 14px !important;
  }

  .dipacking-solution-section .dipacking-mini-card h3 {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .dipacking-solution-section .dipacking-mini-card p {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }
}
/* 2 cartes par ligne sur tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .dipacking-solution-section .dipacking-mini-features > div {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* 1 carte par ligne sur mobile */
@media (max-width: 767px) {
  .dipacking-solution-section .dipacking-mini-features > div {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}


/* ============================= */
/* ASSISTANT IA SECTION - BS3 */
/* ============================= */

.dip-ai-section {
  position: relative;
  padding: 120px 0;
  background:#ffffff;
  overflow: hidden;
}

.dip-ai-row {
  display: table;
  width: 100%;
}

.dip-ai-row > [class*="col-"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.dip-ai-image-col {
  padding-right: 40px;
}

.dip-ai-text-col {
  padding-left: 40px;
}

.dip-bento-badge {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(122, 90, 248, 0.10);
  color: #7a5af8;
  font-size: 14px;
  font-weight: 700;
}

.dip-ai-title {
  margin: 0 0 22px;
  color: #21164c;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 800;
}

.dip-ai-title span {
  color: #ffd402;
}

.dip-ai-desc {
  margin: 0 0 34px;
  color: #626a7b;
  font-size: 17px;
  line-height: 1.75;
}

.ai-talk-list {
  display: block;
}

.ai-talk-item {
  position: relative;
  display: table;
  width: 100%;
  padding: 22px 24px;
  margin-bottom: 16px;
  border-radius: 22px;
  background:#ffffff;
    
  border: 1px solid rgba(122, 90, 248, 0.13);
  
  transition: all 0.25s ease;
  overflow: hidden;
}

.ai-talk-item:before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.08);
}

.ai-talk-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(26, 21, 64, 0.11);
  border-color: rgba(122, 90, 248, 0.28);
}

.ai-talk-icon {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: top;
  width: 58px;
}

.ai-talk-icon i {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: rgba(122, 90, 248, 0.09);
  color: #6353fd;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
 
}

.ai-talk-content {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: top;
  padding-left: 14px;
}

.ai-talk-content h4 {
  margin: 0 0 7px;
  color: #111322;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.ai-talk-content p {
  margin: 0;
  color: #646b7c;
  font-size: 14.5px;
  line-height: 1.6;
}

.ai-photo-shadow {
  display: block;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 55px rgba(18, 18, 40, 0.22));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.ai-photo-shadow:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 36px 70px rgba(18, 18, 40, 0.28));
}

/* Responsive Bootstrap 3 */
@media (max-width: 991px) {
  .dip-ai-section {
    padding: 85px 0;
  }

  .dip-ai-row {
    display: block;
    width: auto;
  }

  .dip-ai-row > [class*="col-"] {
    display: block;
    float: left;
    width: 100%;
  }

  .dip-ai-image-col {
    padding-right: 15px;
    margin-bottom: 45px;
    text-align: center;
  }

  .dip-ai-text-col {
    padding-left: 15px;
  }

  .dip-ai-title {
    font-size: 42px;
  }

  .dip-ai-desc {
    font-size: 16px;
  }

  .ai-photo-shadow {
    display: inline-block;
    max-width: 88%;
  }
}

@media (max-width: 767px) {
  .dip-ai-section {
    padding: 70px 0;
    text-align: center;
  }

  .dip-ai-title {
    font-size: 34px;
  }

  .dip-ai-desc {
    font-size: 15.5px;
  }

  .ai-talk-item {
    text-align: left;
    padding: 20px;
  }

  .ai-talk-icon {
    width: 54px;
  }

  .ai-talk-icon i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }

  .ai-talk-content h4 {
    font-size: 17px;
  }

  .ai-talk-content p {
    font-size: 14px;
  }

  .ai-photo-shadow {
    max-width: 92%;
  }
}

@media (max-width: 480px) {
  .dip-ai-title {
    font-size: 30px;
  }

  .ai-talk-item {
    display: block;
  }

  .ai-talk-icon,
  .ai-talk-content {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  .ai-talk-icon {
    margin-bottom: 14px;
  }
}


/* ============================= */
/* MARKETING DPP SECTION - BS3 */
/* ============================= */

.dip-marketing-section {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(122, 90, 248, 0.10), transparent 32%),
    radial-gradient(circle at 12% 80%, rgba(122, 90, 248, 0.07), transparent 35%),
    #ffffff;
  overflow: hidden;
}

.dip-marketing-row {
  display: table;
  width: 100%;
}

.dip-marketing-row > [class*="col-"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.dip-marketing-text-col {
  padding-right: 40px;
}

.dip-marketing-image-col {
  padding-left: 40px;
  text-align: center;
}

.dip-bento-badge {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(122, 90, 248, 0.10);
  color: #7a5af8;
  font-size: 14px;
  font-weight: 700;
}

.dip-marketing-title {
  margin: 0 0 22px;
  color: #21164c;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 800;
}

.dip-marketing-title span {
  color: #ffd402;
}

.dip-marketing-text {
  margin: 0 0 18px;
  color: #626a7b;
  font-size: 17px;
  line-height: 1.75;
}

.dipacking-quote {
  position: relative;
  margin: 32px 0 0;
  padding: 26px 30px 26px 32px;
  border-left: 5px solid #7a5af8;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(248,247,255,0.95));
  color: #111322;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  box-shadow: 0 18px 45px rgba(26, 21, 64, 0.07);
  overflow: hidden;
}

.dipacking-quote:before {
  content: "“";
  position: absolute;
  right: 24px;
  top: -8px;
  color: rgba(122, 90, 248, 0.14);
  font-size: 90px;
  font-family: Georgia, serif;
  line-height: 1;
}

.ai-photo-shadow {
  display: inline-block;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 55px rgba(18, 18, 40, 0.16));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.ai-photo-shadow:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 36px 70px rgba(18, 18, 40, 0.28));
}

/* Responsive Bootstrap 3 */
@media (max-width: 991px) {
  .dip-marketing-section {
    padding: 85px 0;
  }

  .dip-marketing-row {
    display: block;
    width: auto;
  }

  .dip-marketing-row > [class*="col-"] {
    display: block;
    float: left;
    width: 100%;
  }

  .dip-marketing-text-col {
    padding-right: 15px;
    margin-bottom: 45px;
  }

  .dip-marketing-image-col {
    padding-left: 15px;
  }

  .dip-marketing-title {
    font-size: 42px;
  }

  .dip-marketing-text {
    font-size: 16px;
  }

  .ai-photo-shadow {
    max-width: 88%;
  }
}

@media (max-width: 767px) {
  .dip-marketing-section {
    padding: 70px 0;
    text-align: center;
  }

  .dip-marketing-title {
    font-size: 34px;
  }

  .dip-marketing-text {
    font-size: 15.5px;
  }

  .dipacking-quote {
    text-align: left;
    padding: 22px 24px;
    font-size: 16px;
  }

  .ai-photo-shadow {
    max-width: 92%;
  }
}

@media (max-width: 480px) {
  .dip-marketing-title {
    font-size: 30px;
  }

  .dipacking-quote {
    font-size: 15.5px;
  }
}


/* ============================= */
/* DIPACKING MINI FEATURES - BS3 */
/* ============================= */

.dip-mini-features-section {
  position: relative;
  padding: 110px 0;
  background:#ffffff;
  overflow: hidden;
}

.dip-mini-features-header {
  max-width: 820px;
  margin: 0 auto 55px;
  text-align: center;
}

.dip-mini-badge {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(122, 90, 248, 0.10);
  color: #7a5af8;
  font-size: 14px;
  font-weight: 700;
}

.dip-mini-features-header h2 {
  margin: 0 0 18px;
  color: #21164c;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 800;
}

.dip-mini-features-header h2 span {
  color: #ffd402;
}

.dip-mini-features-header p {
  max-width: 740px;
  margin: 0 auto;
  color: #626a7b;
  font-size: 17px;
  line-height: 1.7;
}

.dip-mini-features-grid > div {
  margin-bottom: 30px;
}

.dip-feature-mini-card {
  position: relative;
  min-height: 255px;
  padding: 28px 24px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(248,247,255,0.95));
  border: 1px solid rgba(122, 90, 248, 0.14);
  box-shadow: 0 18px 45px rgba(26, 21, 64, 0.07);
  transition: all 0.25s ease;
  overflow: hidden;
}

.dip-feature-mini-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(26, 21, 64, 0.12);
  border-color: rgba(122, 90, 248, 0.28);
}

.dip-feature-mini-card:before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.08);
  pointer-events: none;
}

.dip-feature-mini-card:after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7a5af8, rgba(122, 90, 248, 0));
  display:none;
}

.dip-feature-mini-icon {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: rgba(122, 90, 248, 0.09);
  color: #101010;
  font-size: 22px;
  line-height: 52px;
  text-align: center;
  
}

.dip-feature-mini-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #111322;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.dip-feature-mini-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #626a7b;
  font-size: 14px;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 991px) {
  .dip-mini-features-section {
    padding: 85px 0;
  }

  .dip-mini-features-header h2 {
    font-size: 42px;
  }

  .dip-feature-mini-card {
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  .dip-mini-features-section {
    padding: 70px 0;
  }

  .dip-mini-features-header {
    margin-bottom: 38px;
  }

  .dip-mini-features-header h2 {
    font-size: 34px;
  }

  .dip-mini-features-header p {
    font-size: 15.5px;
  }

  .dip-feature-mini-card {
    min-height: auto;
    padding: 26px 22px;
    border-radius: 22px;
  }
}

@media (max-width: 480px) {
  .dip-mini-features-header h2 {
    font-size: 30px;
  }

  .dip-feature-mini-card {
    padding: 24px 20px;
  }
}
/* ============================= */
/* DEMO SECTION - BOOTSTRAP 3 */
/* ============================= */

.dip-demo-section {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(122, 90, 248, 0.10), transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(122, 90, 248, 0.08), transparent 35%),
    #ffffff;
  overflow: hidden;
}

.dip-demo-wrapper {
  position: relative;
  z-index: 2;
}

.dip-demo-row > div {
  margin-bottom: 30px;
}

.dip-demo-card {
  position: relative;
  padding: 18px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(248,247,255,0.95));
  border: 1px solid rgba(122, 90, 248, 0.14);
  box-shadow: 0 24px 70px rgba(26, 21, 64, 0.08);
  transition: all 0.25s ease;
  overflow: hidden;
}

.dip-demo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 85px rgba(26, 21, 64, 0.13);
  border-color: rgba(122, 90, 248, 0.28);
}

.dip-demo-card:before {
  content: "";
  position: absolute;
  right: -75px;
  top: -75px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.10);
  pointer-events: none;
}

.dip-demo-img {
  position: relative;
  z-index: 2;
  border-radius: 22px;
  overflow: hidden;
  background: #f4f2ff;
}

.dip-demo-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
 
}

/* Header si pas déjà défini */
.dip-bento-header {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
}

.dip-bento-badge {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(122, 90, 248, 0.10);
  color: #7a5af8;
  font-size: 14px;
  font-weight: 700;
}

.dip-bento-header h2 {
  margin: 0 0 18px;
  color: #21164c;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 800;
}



.dip-bento-header h2 span {
  color: #ffd402;
}

.dip-bento-header p {
  max-width: 760px;
  margin: 0 auto;
  color: #626a7b;
  font-size: 17px;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
  .dip-demo-section {
    padding: 85px 0;
  }

  .dip-bento-header h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .dip-demo-section {
    padding: 70px 0;
  }

  .dip-bento-header {
    margin-bottom: 38px;
  }

  .dip-bento-header h2 {
    font-size: 34px;
  }

  .dip-bento-header p {
    font-size: 15.5px;
  }

  .dip-demo-card {
    padding: 14px;
    border-radius: 24px;
  }

  .dip-demo-img {
    border-radius: 20px;
  }

  .dip-demo-img img {
    border-radius: 20px;
  }
}


/* ============================= */
/* DIPACKING PRICING - BS3 */
/* ============================= */

.dip-pricing-section {
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(122, 90, 248, 0.12), transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(122, 90, 248, 0.08), transparent 35%),
    #fbfbff;
  overflow: hidden;
}

.dip-pricing-header {
  text-align: center;
  margin-bottom: 60px;
}

.dip-pricing-header h2 {
  margin: 0 0 18px;
  color: #21164c;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: -1.6px;
  font-weight: 800;
}

.dip-pricing-header h2 span {
  color: #ffd402;
}

.dip-pricing-header p {
  max-width: 760px;
  margin: 0 auto;
  color: #626a7b;
  font-size: 17px;
  line-height: 1.7;
}

.dip-bento-badge {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ffd402;
  color: #21164c;
  font-size: 14px;
  font-weight: 700;
}

.dip-pricing-toggle {
  margin-top: 28px;
}

.dip-pricing-toggle .toggler-txt {
  color: #555d70;
  font-size: 14px;
  font-weight: 700;
}

.dip-pricing-wrapper {
  position: relative;
  z-index: 2;
}

.dip-pricing-row > div {
  margin-bottom: 30px;
}

.dip-pricing-card {
  position: relative;
  min-height: 650px;
  padding: 34px 30px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(248,247,255,0.95));
  border: 1px solid rgba(122, 90, 248, 0.14);
  box-shadow: 0 24px 70px rgba(26, 21, 64, 0.08);
  transition: all 0.25s ease;
  overflow: hidden;
}

.dip-pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 90px rgba(26, 21, 64, 0.13);
  border-color: rgba(122, 90, 248, 0.28);
}

.dip-pricing-card:before {
  content: "";
  position: absolute;
  right: -85px;
  top: -85px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.10);
  pointer-events: none;
}

.dip-pricing-card-highlight {
  border: 2px solid rgba(122, 90, 248, 0.65);
  box-shadow: 0 30px 90px rgba(122, 90, 248, 0.18);
}

.dip-highlight-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffd402;
  color: #000000;
  font-size: 13px;
  font-weight: 800;
}

.badge-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}

.pricing-table-header {
  position: relative;
  z-index: 2;
}

.dip-plan-name {
  display: block;
  color: #111322;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 24px;
}

.dip-price {
  margin-bottom: 10px;
}

.dip-price .price2,
.dip-price .price1 {
  min-height: 58px;
}

.dip-price span.color--header {
  color: #111322;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.dip-price sup {
  top: -14px;
  font-size: 18px;
  font-weight: 800;
}

.dip-price sup.validity {
  top: -2px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
}

.dip-price p {
  margin: 18px 0 0;
  color: #626a7b;
  font-size: 15px;
  line-height: 1.6;
}

.dip-pricing-card hr {
  position: relative;
  z-index: 2;
  margin: 26px 0;
  border-top: 1px solid rgba(122, 90, 248, 0.14);
}

.dip-discount {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffe680;
  color: #111322;
  font-size: 12px;
  font-weight: 800;
}

.dip-pricing-features {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.dip-pricing-features li {
  margin-bottom: 14px;
}

.dip-pricing-features li p {
  position: relative;
  margin: 0;
  padding-left: 32px;
  color: #273044;
  font-size: 15px;
  line-height: 1.5;
}

.dip-pricing-features li p span {
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  font-weight: 900;
}

.dip-pricing-btn {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

/* Toggle monthly / yearly */
.price1 {
  display: none;
}

.yearly .price1 {
  display: block;
}

.yearly .price2 {
  display: none;
}

/* Responsive */
@media (max-width: 991px) {
  .dip-pricing-section {
    padding: 85px 0;
  }

  .dip-pricing-header h2 {
    font-size: 42px;
  }

  .dip-pricing-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .dip-pricing-section {
    padding: 70px 0;
  }

  .dip-pricing-header {
    margin-bottom: 38px;
  }

  .dip-pricing-header h2 {
    font-size: 34px;
  }

  .dip-pricing-header p {
    font-size: 15.5px;
  }

  .dip-pricing-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .dip-price span.color--header {
    font-size: 38px;
  }

  .dip-pricing-toggle {
    display: block;
  }

  .dip-pricing-toggle .toggler-txt {
    display: block;
    margin: 8px 0;
  }
}

@media (max-width: 480px) {
  .dip-pricing-header h2 {
    font-size: 30px;
  }

  .dip-pricing-card {
    padding: 24px 20px;
  }
}

@media only screen and (max-width: 767px) {

  #hero .dip-hero-users-widget {
    width: 100% !important;
    text-align: center !important;
    margin: 25px auto 0 !important;
  }

  #hero .dip-hero-users-widget .hero-users {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  #hero .dip-hero-users-widget .u-ava img {
    display: block !important;
    width: 145px !important;
    max-width: 145px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  #hero .dip-hero-users-widget .u-txt {
    text-align: center !important;
  }

  #hero .dip-hero-users-widget .u-txt p {
    text-align: center !important;
    margin: 0 !important;
  }

}

/* ABOUT WECREA 2026
============================================= */

.wec-about-2026 {
  font-family: inherit;
  color: #626a7b;
  background: #ffffff;
  overflow: hidden;
}

.wec-about-2026 * {
  box-sizing: border-box;
}

/* HERO */
.wec-about-2026-hero {
  position: relative;
  padding: 120px 0 90px;
  background:
    radial-gradient(circle at top right, rgba(122, 90, 248, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 212, 2, 0.24), transparent 30%),
    #0f0f12;
  color: #fff;
}

.wec-about-2026-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.35;
  pointer-events: none;
}

.wec-about-2026-hero .container {
  position: relative;
  z-index: 2;
}

.wec-about-2026-badge {
  display: inline-block;
  padding: 9px 16px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255, 212, 2, 0.12);
  border: 1px solid rgba(255, 212, 2, 0.35);
  color: #ffd402;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.wec-about-2026-hero h1 {
  margin: 0 0 24px;
  max-width: 760px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.6px;
  color: #fff;
}

.wec-about-2026-hero h1 span {
  color: #ffd402;
}

.wec-about-2026-hero p {
  max-width: 680px;
  margin: 0 0 34px;
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
}

.wec-about-2026-actions {
  margin-top: 10px;
}

/* BUTTONS */
.wec-about-2026-btn-primary,
.wec-about-2026-btn-secondary {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wec-about-2026-btn-primary {
  background: #ffd402;
  color: #111 !important;
  box-shadow: 0 14px 34px rgba(255, 212, 2, 0.22);
}

.wec-about-2026-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(255, 212, 2, 0.32);
}

.wec-about-2026-btn-secondary {
  margin-left: 10px;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.06);
}

.wec-about-2026-btn-secondary:hover {
  background: rgba(255,255,255,0.12);
}

/* HERO IMAGE */
.wec-about-2026-visual {
  position: relative;
  margin-top: 20px;
}

.wec-about-2026-image-card {
  position: relative;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 80px rgba(0,0,0,0.34);
}


.wec-about-2026-floating-card {
  position: absolute;
  left: -20px;
  bottom: 34px;
  max-width: 230px;
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  color: #111;
  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
}

.wec-about-2026-floating-card strong {
  display: block;
  font-size: 31px;
  line-height: 1;
  color: #7a5af8;
  margin-bottom: 6px;
}

.wec-about-2026-floating-card span {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
  color: #555;
}

/* SECTIONS */
.wec-about-2026-section {
  padding: 95px 0;
}

.wec-about-2026-light {
  background: #f8f8fb;
}

.wec-about-2026-title-small {
  display: inline-block;
  margin-bottom: 14px;
  color: #7a5af8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.wec-about-2026 h2 {
  margin: 0 0 22px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.9px;
  color: #111;
}

.wec-about-2026-text {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.85;
  color: #555;
}

/* HIGHLIGHT */
.wec-about-2026-highlight {
  position: relative;
  padding: 28px;
  margin-top: 28px;
  border-radius: 26px;
  background: #111;
  color: #fff;
  overflow: hidden;
}

.wec-about-2026-highlight:after {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #ffd402;
  opacity: 0.22;
}

.wec-about-2026-highlight p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 750;
  color: #fff;
}

/* SIDE CARD */
.wec-about-2026-side-card {
  padding: 34px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #eeeeee;
  box-shadow: 0 24px 70px rgba(15,15,18,0.08);
}

.wec-about-2026-side-card h3 {
  margin: 0 0 16px;
  font-size: 25px;
  font-weight: 850;
  color: #111;
}

.wec-about-2026-side-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wec-about-2026-side-card li {
  position: relative;
  padding: 13px 0 13px 34px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  font-weight: 700;
  color: #444;
}

.wec-about-2026-side-card li:last-child {
  border-bottom: 0;
}

.wec-about-2026-side-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffd402;
  box-shadow: inset 0 0 0 5px #fff;
  border: 2px solid #ffd402;
}

/* EXPERTISE CARDS */
.wec-about-2026-card {
  min-height: 245px;
  margin-bottom: 30px;
  padding: 32px 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid #eeeeee;
  box-shadow: 0 18px 55px rgba(15,15,18,0.06);
  transition: all 0.25s ease;
}

.wec-about-2026-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 70px rgba(15,15,18,0.1);
}

.wec-about-2026-card-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffd402, #ffe866);
  color: #111;
  font-size: 18px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
}

.wec-about-2026-card h3 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 850;
  color: #111;
}

.wec-about-2026-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5f5f5f;
}

/* METHOD STEPS */
.wec-about-2026-process {
  position: relative;
}

.wec-about-2026-step {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid #eeeeee;
  box-shadow: 0 18px 55px rgba(15,15,18,0.06);
}

.wec-about-2026-step-number {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(122, 90, 248, 0.1);
  color: #7a5af8;
  font-size: 13px;
  font-weight: 900;
}

.wec-about-2026-step h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 850;
  color: #111;
}

.wec-about-2026-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5f5f5f;
}

/* VALUES */
.wec-about-2026-values-box {
  padding: 42px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(122,90,248,0.08), rgba(255,212,2,0.16)),
    #fff;
  border: 1px solid #eeeeee;
}

.wec-about-2026-value-item {
  margin-top: 26px;
}

.wec-about-2026-value-item strong {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 850;
  color: #111;
}

.wec-about-2026-value-item span {
  display: block;
  font-size: 15px;
  line-height: 1.75;
  color: #555;
}

/* CTA */
.wec-about-2026-cta {
  padding: 80px 0;
  background:
    radial-gradient(circle at top left, rgba(255, 212, 2, 0.24), transparent 35%),
    linear-gradient(135deg, #7a5af8, #4d2fd1);
  color: #fff;
}

.wec-about-2026-cta-box {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.wec-about-2026-cta h2 {
  color: #fff;
  margin-bottom: 18px;
}

.wec-about-2026-cta p {
  max-width: 680px;
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
}

.wec-about-2026-cta .wec-about-2026-btn-primary {
  background: #ffd402;
  color: #111 !important;
}

/* RESPONSIVE TABLET */
@media (max-width: 991px) {
  .wec-about-2026-hero {
    padding: 90px 0 70px;
  }

  .wec-about-2026-hero h1 {
    font-size: 46px;
  }

  .wec-about-2026-visual {
    margin-top: 45px;
  }

  .wec-about-2026-floating-card {
    left: 22px;
    bottom: 22px;
  }

  .wec-about-2026-section {
    padding: 75px 0;
  }

  .wec-about-2026 h2 {
    font-size: 36px;
  }
}

/* RESPONSIVE MOBILE */
@media (max-width: 767px) {
  .wec-about-2026-hero {
    padding: 70px 0 55px;
  }

  .wec-about-2026-hero h1 {
    font-size: 38px;
    letter-spacing: -0.8px;
  }

  .wec-about-2026-hero p {
    font-size: 16px;
  }

  .wec-about-2026-btn-primary,
  .wec-about-2026-btn-secondary {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 12px;
  }

  .wec-about-2026-floating-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin: -26px 18px 0;
    max-width: none;
  }

  .wec-about-2026 h2 {
    font-size: 30px;
  }

  .wec-about-2026-section {
    padding: 60px 0;
  }

  .wec-about-2026-side-card,
  .wec-about-2026-values-box {
    padding: 28px;
  }

  .wec-about-2026-card {
    min-height: auto;
  }
}

/* ABOUT HERO WHITE
============================================= */

.wec-about-white-hero {
  position: relative;
  padding: 115px 0 105px;
  background:
    radial-gradient(circle at top left, rgba(255, 212, 2, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(122, 90, 248, 0.10), transparent 32%),
    #ffffff;
  overflow: hidden;
}

.wec-about-white-hero:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgb(255 212 2 / 4%);
  pointer-events: none;
}

.wec-about-white-hero:after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -160px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgb(122 90 248 / 4%);
  pointer-events: none;
}

.wec-about-white-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.wec-about-white-content {
  max-width: 640px;
}

.wec-about-white-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #ffd402;
  border: 1px solid rgba(255, 212, 2, 0.65);
  color: #111;
  font-size: 14px;
  font-weight: 800;
}

.wec-about-white-content h1 {
  margin: 0 0 24px;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: -1.8px;
  font-weight: 900;
  color: #111111;
}

.wec-about-white-content h1:after {
  content: "";
  display: block;
  width: 92px;
  height: 6px;
  margin-top: 24px;
  border-radius: 999px;
  background: #ffd402;
}

.wec-about-white-content p {
  max-width: 620px;
  margin: 0 0 34px;
  font-size: 19px;
  line-height: 1.75;
  color: #555555;
}

.wec-about-white-actions {
  margin-bottom: 34px;
}

.wec-about-white-btn-primary,
.wec-about-white-btn-secondary {
  display: inline-block;
  padding: 16px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wec-about-white-btn-primary {
  background: #ffd402;
  color: #111111 !important;
  
}

.wec-about-white-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(255, 212, 2, 0.38);
}

.wec-about-white-btn-secondary {
  margin-left: 10px;
  background: #ffffff;
  color: #111111 !important;
  border: 1px solid #dddddd;
}

.wec-about-white-btn-secondary:hover {
  border-color: #111111;
  transform: translateY(-2px);
}

.wec-about-white-points {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.wec-about-white-point {
  min-width: 210px;
  padding: 18px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 16px 45px rgba(15, 15, 18, 0.07);
}

.wec-about-white-point strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 900;
  color: #111111;
}

.wec-about-white-point span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}

/* VIDEO */
.wec-about-white-video-wrap {
  position: relative;
  padding-left: 35px;
}

.wec-about-white-video-card {
  position: relative;
  width: 100%;
  height: 530px;
  padding: 12px;
  border-radius: 34px;
  
  border: 1px solid #eeeeee;
 
  overflow: hidden;
}

.wec-about-white-video-card:before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.10),
    rgba(0,0,0,0.02)
  );
  z-index: 2;
  pointer-events: none;
}

.wec-about-white-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: 24px;
}

.wec-about-white-mini-card {
  position: absolute;
  left: 0;
  bottom: 34px;
  z-index: 5;
  width: 260px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgb(0 0 0 / 78%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(0,0,0,0.22);
}

.wec-about-white-mini-card strong {
  display: block;
  margin-bottom: 7px;
  color: #ffd402;
  font-size: 24px;
  font-weight: 900;
}

.wec-about-white-mini-card span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
}

/* TABLET */
@media (max-width: 991px) {
  .wec-about-white-row {
    display: block;
  }

  .wec-about-white-hero {
    padding: 85px 0 75px;
  }

  .wec-about-white-content h1 {
    font-size: 46px;
  }

  .wec-about-white-video-wrap {
    padding-left: 0;
    margin-top: 50px;
  }

  .wec-about-white-video-card {
    height: 420px;
  }

  .wec-about-white-mini-card {
    left: 24px;
    bottom: 24px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .wec-about-white-hero {
    padding: 65px 0 55px;
  }

  .wec-about-white-content h1 {
    font-size: 36px;
    letter-spacing: -0.9px;
  }

  .wec-about-white-content p {
    font-size: 16px;
  }

  .wec-about-white-btn-primary,
  .wec-about-white-btn-secondary {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    text-align: center;
  }

  .wec-about-white-points {
    display: block;
  }

  .wec-about-white-point {
    margin-bottom: 12px;
  }

  .wec-about-white-video-card {
    height: 300px;
    padding: 9px;
    border-radius: 26px;
  }

  .wec-about-white-video {
    border-radius: 18px;
  }

  .wec-about-white-video-card:before {
    inset: 9px;
    border-radius: 18px;
  }

  .wec-about-white-mini-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: -28px 18px 0;
  }
}
/* Ajustement bloc bénéfices à droite */
.wec-about-2026-side-card {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .wec-about-2026-side-card {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .wec-about-2026-side-card {
    margin-top: 30px;
  }
}


/* ==================================================
   WECREA METHOD PACKAGING - BOOTSTRAP 3
================================================== */

.wc-method-packaging-section {
  position: relative;
  padding: 90px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 20%, rgba(122, 90, 248, 0.08), transparent 34%),
    radial-gradient(circle at 100% 80%, rgba(255, 212, 2, 0.08), transparent 30%),
    #ffffff;
}

.wc-method-badge {
  display: inline-block;
  padding: 11px 24px;
  margin-bottom: 24px;
  border: 1px solid #ffd402;
  border-radius: 50px;
  background: rgba(255, 212, 2, 0.10);
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.wc-method-title {
  max-width: 860px;
  margin: 0 auto 22px;
  color: #050505;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.wc-method-subtitle {
  max-width: 850px;
  margin: 0 auto;
  color: #555;
  font-size: 16px;
  line-height: 1.85;
}

/* Timeline wrapper */
.wc-method-timeline {
  position: relative;
  max-width: 1040px;
  margin: 95px auto 0;
  padding: 10px 0;
}

/* Center line */
.wc-method-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #eeeeee 8%,
    #eeeeee 92%,
    transparent 100%
  );
}

/* Timeline item */
.wc-method-item {
  position: relative;
  display: table;
  width: 100%;
  min-height: 135px;
  margin-bottom: 18px;
}

.wc-method-side {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.wc-method-content {
  position: relative;
  padding: 0 54px;
}

.wc-method-right .wc-method-content {
  text-align: left;
}

.wc-method-left .wc-method-content {
  text-align: right;
}

/* Small connector line */
.wc-method-right .wc-method-content:before,
.wc-method-left .wc-method-content:before {
  content: "";
  position: absolute;
  top: 30px;
  width: 34px;
  height: 3px;
  background: #eeeeee;
}

.wc-method-right .wc-method-content:before {
  left: 0;
}

.wc-method-left .wc-method-content:before {
  right: 0;
}

/* Dot */
.wc-method-dot {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 15px;
  height: 15px;
  margin-left: -7.5px;
  border: 3px solid #7bb32e;
  border-radius: 50%;
  background: #ffffff;
  z-index: 2;
}

/* Step number */
.wc-method-step {
  display: block;
  margin-bottom: 10px;
  color: #ffd402;
  font-size: 12px;
  font-weight: 700;
}

.wc-method-content h3 {
  margin: 0 0 8px;
  color: #000;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
}

.wc-method-content p {
  max-width: 520px;
  margin: 0;
  color: #222;
  font-size: 15px;
  line-height: 1.85;
}

.wc-method-left .wc-method-content p {
  margin-left: auto;
}

.wc-method-right .wc-method-content p {
  margin-right: auto;
}

/* Small underline like screenshot */
.wc-method-content p:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 480px;
  height: 1px;
  margin-top: 8px;
  background: rgba(0, 0, 0, 0.10);
}

.wc-method-left .wc-method-content p:after {
  margin-left: auto;
}

/* Responsive */
@media (max-width: 991px) {
  .wc-method-title {
    font-size: 34px;
  }

  .wc-method-content h3 {
    font-size: 26px;
  }

  .wc-method-content {
    padding: 0 38px;
  }
}

@media (max-width: 767px) {
  .wc-method-packaging-section {
    padding: 65px 0 75px;
  }

  .wc-method-title {
    font-size: 30px;
    line-height: 1.22;
  }

  .wc-method-subtitle {
    font-size: 15px;
    line-height: 1.75;
  }

  .wc-method-timeline {
    margin-top: 55px;
    padding-left: 32px;
  }

  .wc-method-timeline:before {
    left: 15px;
  }

  .wc-method-item {
    display: block;
    min-height: auto;
    margin-bottom: 36px;
  }

  .wc-method-side {
    display: block;
    width: 100%;
  }

  .wc-method-empty {
    display: none;
  }

  .wc-method-content,
  .wc-method-left .wc-method-content,
  .wc-method-right .wc-method-content {
    padding: 0 0 0 24px;
    text-align: left;
  }

  .wc-method-dot {
    left: 15px;
    top: 5px;
    margin-left: -7.5px;
  }

  .wc-method-right .wc-method-content:before,
  .wc-method-left .wc-method-content:before {
    left: -17px;
    right: auto;
    top: 12px;
    width: 24px;
  }

  .wc-method-content h3 {
    font-size: 24px;
  }

  .wc-method-content p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.75;
  }

  .wc-method-left .wc-method-content p {
    margin-left: 0;
  }

  .wc-method-content p:after,
  .wc-method-left .wc-method-content p:after {
    margin-left: 0;
  }
}

/* Alignement vertical du bloc gauche et du bloc droit */
.wec-about-2026-align-row {
  display: flex;
  align-items: center;
}

/* Correction Bootstrap 3 quand on utilise flex sur .row */
.wec-about-2026-align-row:before,
.wec-about-2026-align-row:after {
  display: none;
}

/* Sécurité */
.wec-about-2026-left {
  width: 100%;
}

.wec-about-2026-values-box {
  width: 100%;
  margin-top: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .wec-about-2026-align-row {
    display: block;
  }

  .wec-about-2026-values-box {
    margin-top: 35px;
  }
}

/* =====================================
   PAGE A PROPOS WECREA
===================================== */

.wc-about-page {
  background: #fff;
  overflow: hidden;
}

/* HERO */
.wc-about-hero {
  position: relative;
  padding: 150px 0 110px;
  background:
    linear-gradient(120deg, rgba(17,17,17,0.82), rgba(34,24,92,0.78)),
    url("assets/images/demo/about-hero.jpg") center/cover no-repeat;
  overflow: hidden;
}

.wc-about-hero:after {
  content: "WECREA";
  position: absolute;
  right: -40px;
  bottom: -34px;
  color: rgba(255,255,255,0.06);
  font-size: 160px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -6px;
}

.wc-about-hero-content {
  position: relative;
  z-index: 2;
}

.wc-about-label {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 22px;
  margin-bottom: 24px;
  background: #ffd402;
  color: #111;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 900;
}

.wc-about-hero h1 {
  margin: 0 0 26px;
  max-width: 760px;
  color: #fff;
  font-size: 62px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.8px;
}

.wc-about-hero p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 19px;
  line-height: 1.75;
}


/* INTRO */
.wc-about-intro-section {
  padding: 95px 0;
  background: #fff;
}

.wc-about-intro-row {
  display: flex;
  align-items: center;
}

.wc-about-intro-img {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(34,24,92,0.13);
}

.wc-about-intro-img:before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 20px;
  z-index: 2;
}

.wc-about-intro-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.wc-about-intro-text {
  padding-left: 50px;
}

.wc-about-intro-text span,
.wc-about-section-title span,
.wc-about-expertise-title span,
.wc-about-values-left span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 18px;
  margin-bottom: 20px;
  background: rgba(255,212,2,0.22);
  color: #111;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 900;
}

.wc-about-intro-text h2 {
  margin: 0 0 24px;
  color: #22185c;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -1px;
}

.wc-about-intro-text p {
  margin: 0 0 18px;
  color: #5f6b7a;
  font-size: 17px;
  line-height: 1.75;
}


/* VISION */
.wc-about-vision-section {
  padding: 90px 0;
  background: #f8f8fc;
}

.wc-about-section-title {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.wc-about-section-title h2 {
  margin: 0 0 18px;
  color: #22185c;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.wc-about-section-title p {
  max-width: 650px;
  margin: 0 auto;
  color: #5f6b7a;
  font-size: 17px;
  line-height: 1.7;
}

.wc-about-card {
  position: relative;
  min-height: 310px;
  padding: 36px 32px;
  background: #fff;
  border-radius: 26px;
  border: 1px solid rgba(34,24,92,0.07);
  box-shadow: 0 20px 55px rgba(34,24,92,0.08);
  overflow: hidden;
}

.wc-about-card-number {
  margin-bottom: 36px;
  color: #ffd402;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -2px;
}

.wc-about-card h3 {
  margin: 0 0 15px;
  color: #22185c;
  font-size: 28px;
  font-weight: 900;
}

.wc-about-card p {
  margin: 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.65;
}

.wc-about-card-dark {
  background: #111;
  border-color: #111;
}

.wc-about-card-dark h3 {
  color: #fff;
}

.wc-about-card-dark p {
  color: rgba(255,255,255,0.72);
}


/* EXPERTISE */
.wc-about-expertise-section {
  padding: 95px 0;
  background: #fff;
}

.wc-about-expertise-row {
  display: flex;
  align-items: flex-start;
}

.wc-about-expertise-title {
  position: sticky;
  top: 110px;
  padding-right: 35px;
}

.wc-about-expertise-title h2 {
  margin: 0 0 20px;
  color: #22185c;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.wc-about-expertise-title p {
  margin: 0;
  color: #5f6b7a;
  font-size: 17px;
  line-height: 1.7;
}

.wc-about-expertise-list {
  display: grid;
  gap: 18px;
}

.wc-about-expertise-item {
  position: relative;
  padding: 28px 32px 28px 86px;
  background: #f8f8fc;
  border-radius: 22px;
  border: 1px solid rgba(34,24,92,0.06);
}

.wc-about-expertise-item:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 32px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffd402;
  box-shadow: 0 0 0 8px rgba(255,212,2,0.20);
}

.wc-about-expertise-item strong {
  display: block;
  margin-bottom: 8px;
  color: #22185c;
  font-size: 22px;
  font-weight: 900;
}

.wc-about-expertise-item p {
  margin: 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.6;
}


/* VALUES */
.wc-about-values-section {
  padding: 90px 0;
  background: #f8f8fc;
}

.wc-about-values-box {
  position: relative;
  padding: 70px 75px;
  background: #111;
  border-radius: 34px;
  display: flex;
  gap: 70px;
  overflow: hidden;
}

.wc-about-values-box:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  background: rgba(255,212,2,0.24);
  filter: blur(35px);
  border-radius: 50%;
}

.wc-about-values-left {
  position: relative;
  z-index: 2;
  width: 44%;
}

.wc-about-values-left span {
  background: #ffd402;
  color: #111;
}

.wc-about-values-left h2 {
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.3px;
}

.wc-about-values-right {
  position: relative;
  z-index: 2;
  width: 56%;
  display: grid;
  gap: 18px;
}

.wc-about-value {
  padding: 26px 28px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 22px;
}

.wc-about-value h3 {
  margin: 0 0 10px;
  color: #ffd402;
  font-size: 22px;
  font-weight: 900;
}

.wc-about-value p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.6;
}


/* CTA */
.wc-about-cta-section {
  padding: 85px 0;
  background: #fff;
}

.wc-about-cta-box {
  position: relative;
  padding: 65px 70px;
  background: linear-gradient(135deg, #ffd402 0%, #ffe978 100%);
  border-radius: 32px;
  text-align: center;
  overflow: hidden;
}

.wc-about-cta-box:after {
  content: "PACKAGING";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  color: rgba(0,0,0,0.06);
  font-size: 115px;
  font-weight: 900;
  letter-spacing: -5px;
  pointer-events: none;
}

.wc-about-cta-box span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 18px;
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

.wc-about-cta-box h2 {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 32px;
  color: #111;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.wc-about-cta-box a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  padding: 0 34px;
  background: #111;
  color: #fff !important;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wc-about-cta-box a em {
  color: #ffd402;
  font-style: normal;
  font-size: 22px;
}

.wc-about-cta-box a:hover {
  background: #22185c;
  transform: translateY(-2px);
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .wc-about-hero h1 {
    font-size: 48px;
  }

  .wc-about-intro-row,
  .wc-about-expertise-row,
  .wc-about-values-box {
    display: block;
  }

  .wc-about-intro-text {
    padding-left: 0;
    padding-top: 38px;
  }

  .wc-about-expertise-title {
    position: relative;
    top: auto;
    padding-right: 0;
    margin-bottom: 35px;
  }

  .wc-about-values-left,
  .wc-about-values-right {
    width: 100%;
  }

  .wc-about-values-left {
    margin-bottom: 35px;
  }

  .wc-about-card {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .wc-about-hero {
    padding: 120px 0 75px;
  }

  .wc-about-hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .wc-about-hero p {
    font-size: 16px;
    line-height: 1.65;
  }

  .wc-about-intro-section,
  .wc-about-vision-section,
  .wc-about-expertise-section,
  .wc-about-values-section,
  .wc-about-cta-section {
    padding: 60px 0;
  }

  .wc-about-intro-img img {
    height: 360px;
  }

  .wc-about-intro-text h2,
  .wc-about-section-title h2,
  .wc-about-expertise-title h2,
  .wc-about-values-left h2,
  .wc-about-cta-box h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .wc-about-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .wc-about-expertise-item {
    padding: 26px 24px 26px 72px;
  }

  .wc-about-expertise-item:before {
    left: 26px;
  }

  .wc-about-values-box {
    padding: 42px 24px;
    border-radius: 24px;
  }

  .wc-about-cta-box {
    padding: 45px 24px;
    border-radius: 24px;
  }

  .wc-about-cta-box:after {
    font-size: 58px;
    bottom: -10px;
  }
}

.wecrea-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
}

.wecrea-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wecrea-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(0 0 0 / 23%) 0%, rgb(0 0 0 / 55%) 42%, rgba(0, 0, 0, 0.28) 100%),
     linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgb(0 0 0 / 25%) 100%);
  z-index: 1;
}

.wecrea-hero .container {
  position: relative;
  z-index: 2;
}

.wecrea-hero-content {
  padding-top: 60px;
  color: #fff;
}

.wecrea-hero-label {
  display: inline-block;
  margin-bottom: 24px;
  padding: 9px 16px;
  border-radius: 50px;
  background: rgba(255, 212, 2, 0.12);
  border: 1px solid rgba(255, 212, 2, 0.35);
  color: #ffd402;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.wecrea-hero h1 {
  margin: 0 0 24px;
  max-width: 760px;
  font-size: 62px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.8px;
  color: #fff;
}

.wecrea-hero h1:after {
  content: "";
  display: block;
  width: 86px;
  height: 5px;
  margin-top: 26px;
  border-radius: 50px;
  background: #ffd402;
}

.wecrea-hero p {
  max-width: 630px;
  margin-bottom: 34px;
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
}

.wecrea-hero-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.wecrea-btn-primary,
.wecrea-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wecrea-btn-primary {
  background: #ffd402;
  color: #000;
  box-shadow: 0 14px 35px rgba(255, 212, 2, 0.28);
}

.wecrea-btn-primary:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}

.wecrea-btn-secondary {
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
}

.wecrea-btn-secondary:hover {
  border-color: #ffd402;
  color: #ffd402;
  transform: translateY(-2px);
}

.wecrea-hero-trust {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.wecrea-hero-trust span {
  padding: 10px 14px;
  border-radius: 50px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  font-weight: 600;
}

.wecrea-hero-logos {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 2;
  text-align: center;
}

.wecrea-hero-logos > span {
  display: block;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  font-weight: 600;
}

.wecrea-logo-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
}

.wecrea-logo-line img {
  max-height: 46px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(3);
  opacity: 0.75;
  transition: all 0.25s ease;
}

.wecrea-logo-line img:hover {
  filter: none;
  opacity: 1;
}

/* Mobile */
@media (max-width: 767px) {
  .wecrea-hero {
    min-height: 760px;
    align-items: flex-start;
    padding-top: 90px;
  }

  .wecrea-hero-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.72) 55%, rgba(0,0,0,0.88) 100%);
  }

  .wecrea-hero-content {
    padding-top: 20px;
  }

  .wecrea-hero h1 {
    font-size: 40px;
    line-height: 1.12;
    letter-spacing: -1px;
  }

  .wecrea-hero p {
    font-size: 16px;
    line-height: 1.65;
  }

  .wecrea-hero-buttons {
    gap: 12px;
  }

  .wecrea-btn-primary,
  .wecrea-btn-secondary {
    width: 100%;
  }

  .wecrea-hero-logos {
    bottom: 22px;
    padding: 0 20px;
  }

  .wecrea-logo-line {
    gap: 28px;
  }

  .wecrea-logo-line img {
    max-height: 34px;
  }
}

/* =========================================
   WECREA HEADER
   Top header normal
   Main header fixed on scroll + transparent
========================================= */

/* ---------- TOP HEADER ---------- */
.wc-top-header {
  position: relative;
  z-index: 2;
  background: #111;
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.wc-top-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wc-top-left,
.wc-top-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wc-top-header a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.25s ease;
}

.wc-top-header a:hover {
  color: #ffd402;
}

.wc-top-right a:first-child {
  color: #ffd402;
  text-transform: uppercase;
  font-weight: 800;
}

.wc-separator {
  color: rgb(255 255 255);
}


/* ---------- MAIN HEADER NORMAL ---------- */
.wc-main-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: #fff;
  transition: background 0.25s ease, 
              box-shadow 0.25s ease, 
              backdrop-filter 0.25s ease,
              -webkit-backdrop-filter 0.25s ease;
}

/* ---------- MAIN HEADER FIXED ---------- */
.wc-main-header.wc-is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  animation: wcSlideDown 0.25s ease;
}

@keyframes wcSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Spacer pour éviter le saut */
.wc-header-spacer {
  display: none;
  height: 78px;
}

.wc-header-spacer.active {
  display: block;
}

body {
  padding-top: 0 !important;
}


/* ---------- NAVBAR ---------- */
.wc-navbar {
  margin: 0;
  border: 0;
  border-radius: 0;
  min-height: 78px;
  background: transparent;
}

.wc-navbar .container {
  position: relative;
}


/* ---------- LOGO ---------- */
.wc-logo {
  height: 78px;
  padding: 0;
  display: flex;
  align-items: center;
}

.wc-logo img {
  max-height: 36px;
  width: auto;
  display: block;
}


/* ---------- MENU ---------- */
.wc-menu {
  float: none;
  display: inline-block;
  margin-left: 60px;
}

.wc-menu > li > a {
  position: relative;
  height: 78px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  background: transparent !important;
  transition: color 0.25s ease;
}

.wc-menu > li > a:hover,
.wc-menu > li.active > a {
  color: #ffd402 !important;
  background: transparent !important;
}

.wc-menu > li.active > a:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 19px;
  height: 3px;
  border-radius: 30px;
  background: #ffd402;
}


/* ---------- CTA BUTTON ---------- */
.wc-header-cta {
  margin-top: 16px;
}

.wc-devis-btn {
  height: 46px !important;
  line-height: 46px !important;
  padding: 0 26px !important;
  background: #ffd402 !important;
  color: #000 !important;
  border-radius: 8px;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(255, 212, 2, 0.35);
  transition: all 0.25s ease;
}

.wc-devis-btn:hover {
  background: #111 !important;
  color: #fff !important;
  transform: translateY(-2px);
}


/* ---------- MOBILE BUTTON ---------- */
.wc-toggle {
  margin-top: 21px;
  border: 0;
  background: #ffd402 !important;
  border-radius: 6px;
}

.wc-toggle .icon-bar {
  background: #000;
}


/* ---------- TABLET ---------- */
@media (max-width: 1199px) {
  .wc-menu {
    margin-left: 35px;
  }

  .wc-menu > li > a {
    padding: 0 10px;
    font-size: 13px;
  }

  .wc-devis-btn {
    padding: 0 18px !important;
  }
}

@media (max-width: 991px) {
  .wc-top-left {
    display: none;
  }

  .wc-top-inner {
    justify-content: center;
  }

  .wc-menu {
    margin-left: 15px;
  }

  .wc-menu > li > a {
    padding: 0 7px;
    font-size: 12px;
  }

  .wc-devis-btn {
    padding: 0 14px !important;
    font-size: 12px !important;
  }
}


/* ---------- MOBILE ---------- */
@media (max-width: 767px) {
  .wc-header-spacer {
    height: 76px;
  }

  .wc-main-header {
    position: relative;
  }

  .wc-main-header.wc-is-fixed {
    top: 0;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .wc-navbar {
    min-height: 76px;
  }

  .wc-logo {
    height: 76px;
    padding-left: 15px;
  }

  .wc-logo img {
    max-height: 48px;
  }

  .wc-toggle {
    margin-top: 21px;
    margin-right: 15px;
  }

  .navbar-collapse {
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    background: rgba(255,255,255,0.98);
    border-top: 1px solid #eee;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  }

  .wc-menu {
    display: block;
    margin-left: 0;
  }

  .wc-menu > li > a {
    height: auto;
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    border-top: 1px solid #f1f1f1;
  }

  .wc-menu > li.active > a:after {
    display: none;
  }

  .wc-header-cta {
    margin: 10px 20px 25px;
  }

  .wc-header-cta > li > a {
    display: block;
    text-align: center;
  }

  .wc-devis-btn {
    width: 100%;
    height: 48px !important;
    line-height: 48px !important;
  }

  .wc-top-right {
    font-size: 12px;
  }
}

/* Bouton devis dans le top header */
.wc-top-devis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 14px;
  background: #ffd402;
  color: #000 !important;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wc-top-devis:hover {
  background: #fff;
  color: #000 !important;
}

/* Le Book a call reste en jaune texte */
.wc-top-right a:not(.wc-top-devis):first-of-type {
  color: #ffd402;
  font-weight: 800;
  text-transform: uppercase;
}

/* =====================================
   BLOC : VOTRE PACKAGING EST UN OUTIL DE VENTE
===================================== */

.wc-selling-section {
  position: relative;
  padding: 90px 0 80px;
  background: #fff;
  overflow: hidden;
}

.wc-selling-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
}

.wc-selling-content {
  width: 52%;
  position: relative;
  z-index: 2;
}

.wc-selling-label {
  display: inline-block;
  margin-bottom: 24px;
  color: #ffd402;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.wc-selling-content h2 {
  margin: 0 0 24px;
  color: #050505;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.8px;
}

.wc-selling-content > p {
  max-width: 640px;
  margin: 0 0 28px;
  color: #111;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.wc-selling-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 34px;
  margin-bottom: 38px;
  background: #ffd402;
  color: #000 !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(255, 212, 2, 0.28);
  transition: all 0.25s ease;
}

.wc-selling-btn span {
  font-size: 24px;
  line-height: 1;
}

.wc-selling-btn:hover {
  background: #111;
  color: #fff !important;
  transform: translateY(-2px);
}

/* CARDS */
.wc-selling-cards {
  display: flex;
  gap: 20px;
}

.wc-selling-card {
  flex: 1;
  min-height: 245px;
  padding: 28px 20px 24px;
  background: #fff;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.25s ease;
}

.wc-selling-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.wc-selling-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.12);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-selling-icon svg {
  width: 42px;
  height: 42px;
}

.wc-selling-card h3 {
  margin: 0;
  color: #111;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.wc-card-line {
  display: block;
  width: 34px;
  height: 3px;
  margin: 14px auto 18px;
  border-radius: 50px;
  background: #ffd402;
}

.wc-selling-card p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.55;
}

/* IMAGE */
.wc-selling-visual {
  width: 48%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wc-selling-visual img {
  width: 112%;
  max-width: none;
  height: auto;
  display: block;
  margin-right: -40px;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .wc-selling-content h2 {
    font-size: 46px;
  }

  .wc-selling-content > p {
    font-size: 16px;
  }

  .wc-selling-card {
    padding: 24px 15px 22px;
  }

  .wc-selling-card h3 {
    font-size: 15px;
  }

  .wc-selling-card p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .wc-selling-section {
    padding: 70px 0;
  }

  .wc-selling-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .wc-selling-content,
  .wc-selling-visual {
    width: 100%;
  }

  .wc-selling-content {
    text-align: center;
  }

  .wc-selling-content h2 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 44px;
  }

  .wc-selling-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .wc-selling-cards {
    max-width: 850px;
    margin: 0 auto;
  }

  .wc-selling-visual {
    justify-content: center;
  }

  .wc-selling-visual img {
    width: 100%;
    max-width: 760px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .wc-selling-section {
    padding: 55px 0;
  }

  .wc-selling-label {
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 18px;
  }

  .wc-selling-content h2 {
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -1px;
  }

  .wc-selling-content > p {
    font-size: 15px;
    line-height: 1.6;
  }

  .wc-selling-btn {
    width: 100%;
    max-width: 340px;
    min-height: 52px;
    padding: 0 20px;
    font-size: 13px;
  }

  .wc-selling-cards {
    flex-direction: column;
    gap: 16px;
  }

  .wc-selling-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .wc-selling-visual img {
    width: 115%;
    max-width: none;
  }
}

/* =====================================
   NOS EXPERTISES PACKAGING
===================================== */

.wc-services-section {
  padding: 95px 0 100px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.wc-services-title {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.wc-services-title span {
  display: inline-block;
  margin-bottom: 18px;
  color: #ffd402;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.wc-services-title h2 {
  margin: 0 0 24px;
  color: #080808;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.wc-services-title p {
  max-width: 700px;
  margin: 0 auto;
  color: #555;
  font-size: 19px;
  line-height: 1.65;
}

/* Cards */
.wc-services-row {
  margin-left: -15px;
  margin-right: -15px;
}

.wc-service-card {
  min-height: 390px;
  padding: 10px 25px 34px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  transition: all 0.28s ease;
  margin-bottom: 30px;
}

.wc-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(0,0,0,0.12);
}

.wc-service-icon {
  width: 98px;
  height: 98px;
  margin: 0 auto 30px;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-service-icon svg {
  width: 88px;
  height: 88px;
}

.wc-service-card h3 {
  min-height: 58px;
  margin: 0;
  color: #090909;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 900;
}

.wc-service-line {
  display: block;
  width: 46px;
  height: 4px;
  margin: 22px auto 26px;
  border-radius: 50px;
  background: #ffd402;
}

.wc-service-card p {
  margin: 0 auto;
  max-width: 230px;
  color: #333;
  font-size: 16px;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 1199px) {
  .wc-services-title h2 {
    font-size: 48px;
  }

  .wc-service-card {
    min-height: 385px;
    padding: 38px 20px 30px;
  }

  .wc-service-card h3 {
    font-size: 23px;
  }

  .wc-service-card p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .wc-services-section {
    padding: 75px 0;
  }

  .wc-services-title h2 {
    font-size: 42px;
  }

  .wc-service-card {
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .wc-services-section {
    padding: 60px 0;
  }

  .wc-services-title {
    margin-bottom: 38px;
  }

  .wc-services-title span {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .wc-services-title h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  .wc-services-title p {
    font-size: 16px;
  }

  .wc-service-card {
    min-height: auto;
    padding: 34px 24px 30px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .wc-service-icon {
    width: 84px;
    height: 84px;
    margin-bottom: 24px;
  }

  .wc-service-icon svg {
    width: 76px;
    height: 76px;
  }

  .wc-service-card h3 {
    min-height: auto;
    font-size: 25px;
  }

  .wc-service-card p {
    font-size: 15px;
  }
}



/* ================================
   WECREA - BANDE TEXTE DÉFILANTE
================================ */

.wc-marquee-section {
  width: 100%;
  overflow: hidden;
  background: #f7f7f7;
  padding: 36px 0;
  position: relative;
}

.wc-marquee-track {
  display: flex;
  width: max-content;
  animation: wcMarqueeMove 45s linear infinite;
}

.wc-marquee-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.wc-marquee-content span {
  display: inline-block;
  margin: 0 28px;
  color: #111;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wc-marquee-content i {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #ffd402;
  margin: 0 22px;
}

@keyframes wcMarqueeMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause au survol */
.wc-marquee-section:hover .wc-marquee-track {
  animation-play-state: paused;
}

/* TABLET */
@media (max-width: 991px) {
  .wc-marquee-section {
    padding: 30px 0;
  }

  .wc-marquee-content span {
    font-size: 58px;
    margin: 0 22px;
  }

  .wc-marquee-content i {
    width: 11px;
    height: 11px;
    margin: 0 18px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .wc-marquee-section {
    padding: 24px 0;
  }

  .wc-marquee-content span {
    font-size: 38px;
    margin: 0 15px;
    letter-spacing: 0;
  }

  .wc-marquee-content i {
    width: 9px;
    height: 9px;
    margin: 0 12px;
  }
}

/* =====================================
   BLOC DIAGNOSTIC PACKAGING COMPACT
===================================== */

.wc-diag-section {
  position: relative;
  padding: 70px 0;
  background: #f7f6f2;
  overflow: hidden;
}

.wc-diag-section:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.28);
  filter: blur(35px);
}

.wc-diag-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.wc-diag-left {
  padding-right: 30px;
}

.wc-diag-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #c9a400;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.wc-diag-label:after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 12px;
  background: #ffd402;
  border-radius: 30px;
}

.wc-diag-left h2 {
  margin: 0 0 20px;
  color: #050505;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.wc-diag-left h2 mark {
  background: #ffd402;
  color: #000;
  padding: 0 7px 4px;
}

.wc-diag-left p {
  max-width: 480px;
  margin: 0 0 26px;
  color: #333;
  font-size: 16px;
  line-height: 1.65;
}

.wc-diag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 0 24px;
  background: #000;
  color: #fff !important;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wc-diag-btn span {
  color: #ffd402;
  font-size: 22px;
  line-height: 1;
}

.wc-diag-btn:hover {
  background: #ffd402;
  color: #000 !important;
  transform: translateY(-2px);
}

.wc-diag-btn:hover span {
  color: #000;
}

/* LISTE DROITE */

.wc-diag-list {
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 22px;
  padding: 8px 28px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.06);
}

.wc-diag-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}

.wc-diag-item:last-child {
  border-bottom: 0;
}

.wc-diag-num {
  min-width: 52px;
  color: #ffd402;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.wc-diag-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: #000;
  color: #ffd402;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.wc-diag-item h3 {
  margin: 0 0 8px;
  color: #050505;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}

.wc-diag-item p {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.55;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .wc-diag-row {
    display: block;
  }

  .wc-diag-left {
    padding-right: 0;
    margin-bottom: 35px;
    text-align: center;
  }

  .wc-diag-left p {
    margin-left: auto;
    margin-right: auto;
  }

  .wc-diag-left h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .wc-diag-section {
    padding: 50px 0;
  }

  .wc-diag-left h2 {
    font-size: 34px;
  }

  .wc-diag-left p {
    font-size: 15px;
  }

  .wc-diag-btn {
    width: 100%;
    max-width: 340px;
  }

  .wc-diag-list {
    padding: 4px 18px;
    border-radius: 16px;
  }

  .wc-diag-item {
    gap: 12px;
    padding: 20px 0;
  }

  .wc-diag-num {
    min-width: 38px;
    font-size: 30px;
  }

  .wc-diag-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 16px;
  }

  .wc-diag-item h3 {
    font-size: 18px;
  }

  .wc-diag-item p {
    font-size: 13px;
  }
}

.wc-diag-mini-list {
  margin-top: 28px;
  max-width: 560px;
}

.wc-diag-mini-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(34, 24, 92, 0.12);
}

.wc-diag-mini-item span {
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffd402;
  color: #22185c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
}

.wc-diag-mini-item p {
  margin: 0;
  color: #5f6b7a;
  font-size: 17px;
  line-height: 1.55;
}

.wc-diag-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  min-height: 52px;
  padding: 0 26px;
  background: #111;
  color: #fff !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  
  transition: all 0.25s ease;
}

.wc-diag-cta span {
  color: #ffd402;
  font-size: 22px;
}

.wc-diag-cta:hover {
  background: #ffd402;
  color: #111 !important;
  transform: translateY(-2px);
}

.wc-diag-cta:hover span {
  color: #111;
}

/* =====================================
   WECREA - NOTRE APPROCHE PACKAGING
===================================== */

.wc-approach-section {
  position: relative;
  padding: 90px 0 95px;
  background: #ffffff;
  overflow: hidden;
}

.wc-approach-section:before {
  content: "";
  position: absolute;
  right: -160px;
  top: 80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.16);
  filter: blur(35px);
  display : none;
}

.wc-approach-section:after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.08);
  filter: blur(40px);
    display : none;
}

.wc-approach-section .container {
  position: relative;
  z-index: 2;
}

/* HEADER */
.wc-approach-head {
  max-width: 880px;
  margin: 0 auto 58px;
  text-align: center;
}

.wc-approach-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  margin-bottom: 22px;
  background: #ffd402;
  color: #111;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 900;
}

.wc-approach-head h2 {
  margin: 0 0 22px;
  color: #22185c;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.6px;
}

.wc-approach-head p {
  max-width: 720px;
  margin: 0 auto;
  color: #5f6b7a;
  font-size: 18px;
  line-height: 1.75;
}

/* CARDS */
.wc-approach-row {
  position: relative;
}

.wc-approach-row:before {
  content: "";
  position: absolute;
  top: 74px;
  left: 16%;
  right: 16%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 212, 2, 0.7), transparent);
  z-index: 0;
}

.wc-approach-card {
  position: relative;
  z-index: 2;
  min-height: 335px;
  padding: 36px 28px 34px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(34, 24, 92, 0.08);
  box-shadow: 0 18px 45px rgba(34, 24, 92, 0.08);
  text-align: center;
  transition: all 0.28s ease;
  margin-bottom: 30px;
}

.wc-approach-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 65px rgba(34, 24, 92, 0.14);
  border-color: rgba(255, 212, 2, 0.75);
}

.wc-approach-card-middle {
  margin-top: 28px;
}

.wc-approach-number {
  position: absolute;
  top: 22px;
  left: 24px;
  color: rgba(34, 24, 92, 0.08);
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.wc-approach-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 26px;
  border-radius: 22px;
  background: #f7f7fb;
  color: #22185c;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(34, 24, 92, 0.06);
}

.wc-approach-icon svg {
  width: 48px;
  height: 48px;
}

.wc-approach-card h3 {
  margin: 0 0 16px;
  color: #22185c;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
}

.wc-approach-card h3:after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 50px;
  background: #ffd402;
}

.wc-approach-card p {
  max-width: 300px;
  margin: 20px auto 0;
  color: #5f6b7a;
  font-size: 15.5px;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .wc-approach-section {
    padding: 70px 0;
  }

  .wc-approach-head h2 {
    font-size: 42px;
  }

  .wc-approach-head p {
    font-size: 16px;
  }

  .wc-approach-row:before {
    display: none;
  }

  .wc-approach-card,
  .wc-approach-card-middle {
    margin-top: 0;
  }

  .wc-approach-card {
    min-height: 330px;
    padding: 32px 20px;
  }

  .wc-approach-card h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .wc-approach-section {
    padding: 55px 0;
  }

  .wc-approach-head {
    margin-bottom: 36px;
  }

  .wc-approach-badge {
    min-height: 38px;
    padding: 0 20px;
    font-size: 13px;
  }

  .wc-approach-head h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  .wc-approach-card {
    min-height: auto;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .wc-approach-number {
    font-size: 44px;
  }

  .wc-approach-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .wc-approach-icon svg {
    width: 42px;
    height: 42px;
  }

  .wc-approach-card p {
    font-size: 15px;
  }
}

/* =====================================
   NOTRE APPROCHE - VERSION COMPACTE
===================================== */

.wc-approach-section {
  padding: 55px 0 60px !important;
}

.wc-approach-head {
  max-width: 820px;
  margin: 0 auto 38px !important;
}

.wc-approach-badge {
  min-height: 34px !important;
  padding: 0 18px !important;
  margin-bottom: 16px !important;
  font-size: 14px !important;
}

.wc-approach-head h2 {
  font-size: 42px !important;
  line-height: 1.08 !important;
  margin-bottom: 16px !important;
  letter-spacing: -1.2px !important;
}

.wc-approach-head p {
  max-width: 680px;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* Cartes plus compactes */
.wc-approach-card {
  min-height: 270px !important;
  padding: 28px 24px 26px !important;
  border-radius: 20px !important;
  margin-bottom: 20px !important;
}

.wc-approach-card-middle {
  margin-top: 18px !important;
}

.wc-approach-number {
  top: 18px !important;
  left: 22px !important;
  font-size: 44px !important;
}

.wc-approach-icon {
  width: 64px !important;
  height: 64px !important;
  border-radius: 18px !important;
  margin-bottom: 20px !important;
}

.wc-approach-icon svg {
  width: 38px !important;
  height: 38px !important;
}

.wc-approach-card h3 {
  font-size: 25px !important;
  margin-bottom: 12px !important;
}

.wc-approach-card h3:after {
  width: 36px !important;
  height: 3px !important;
  margin-top: 12px !important;
}

.wc-approach-card p {
  margin-top: 16px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  max-width: 280px !important;
}

/* Ligne décorative plus haute */
.wc-approach-row:before {
  top: 58px !important;
}

/* Responsive */
@media (max-width: 991px) {
  .wc-approach-section {
    padding: 50px 0 !important;
  }

  .wc-approach-head h2 {
    font-size: 36px !important;
  }

  .wc-approach-card,
  .wc-approach-card-middle {
    margin-top: 0 !important;
  }

  .wc-approach-card {
    min-height: 260px !important;
  }
}

@media (max-width: 767px) {
  .wc-approach-section {
    padding: 45px 0 !important;
  }

  .wc-approach-head {
    margin-bottom: 28px !important;
  }

  .wc-approach-head h2 {
    font-size: 30px !important;
  }

  .wc-approach-head p {
    font-size: 15px !important;
  }

  .wc-approach-card {
    min-height: auto !important;
    padding: 26px 22px !important;
  }
}
/* =====================================
   WECREA - APPROCHE STUDIO
===================================== */

.wc-method-section {
  position: relative;
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
}

.wc-method-section:before {
  content: "";
  position: absolute;
  right: -160px;
  top: 60px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.22);
  filter: blur(35px);
  display:none;
}

.wc-method-section:after {
  content: "WECREA";
  position: absolute;
  left: -40px;
  bottom: -34px;
  color: rgba(34, 24, 92, 0.035);
  font-size: 150px;
  font-weight: 900;
  letter-spacing: -6px;
  pointer-events: none;
}

.wc-method-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

/* LEFT */
.wc-method-left {
  max-width: 540px;
}

.wc-method-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  margin-bottom: 24px;
  background: #ffd402;
  color: #111;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 900;
}

.wc-method-left h2 {
  margin: 0 0 24px;
  color: #22185c;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.wc-method-left p {
  max-width: 500px;
  margin: 0 0 30px;
  color: #5f6b7a;
  font-size: 18px;
  line-height: 1.7;
}

.wc-method-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 26px;
  background: #111;
  color: #fff !important;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(0,0,0,0.16);
  transition: all 0.25s ease;
}

.wc-method-btn span {
  color: #ffd402;
  font-size: 22px;
}

.wc-method-btn:hover {
  background: #ffd402;
  color: #111 !important;
  transform: translateY(-2px);
}

.wc-method-btn:hover span {
  color: #111;
}

/* RIGHT BOARD */
.wc-method-board {
  position: relative;
  min-height: 500px;
}

.wc-method-board:before {
  content: "";
  position: absolute;
  left: 115px;
  top: 70px;
  width: 3px;
  height: 335px;
  background: linear-gradient(180deg, #ffd402, rgba(255,212,2,0.15));
  border-radius: 50px;
}

.wc-method-step {
  position: absolute;
  width: 82%;
  min-height: 130px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px 28px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(34, 24, 92, 0.08);
  box-shadow: 0 20px 50px rgba(34, 24, 92, 0.08);
  transition: all 0.28s ease;
}

.wc-method-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(34, 24, 92, 0.14);
}

.step-one {
  top: 0;
  left: 35px;
}

.step-two {
  top: 170px;
  right: 0;
  background: #111;
  border-color: #111;
  box-shadow: 0 26px 70px rgba(0,0,0,0.22);
}

.step-three {
  top: 340px;
  left: 65px;
}

.wc-method-num {
  min-width: 70px;
  color: #ffd402;
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
}

.wc-method-icon {
  width: 68px;
  height: 68px;
  min-width: 68px;
  border-radius: 20px;
  background: #f4f3fb;
  color: #22185c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
}

.step-two .wc-method-icon {
  background: #ffd402;
  color: #111;
}

.wc-method-step h3 {
  margin: 0 0 8px;
  color: #22185c;
  font-size: 28px;
  font-weight: 900;
}

.wc-method-step p {
  margin: 0;
  color: #5f6b7a;
  font-size: 15.5px;
  line-height: 1.55;
}

.step-two h3 {
  color: #fff;
}

.step-two p {
  color: rgba(255,255,255,0.72);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .wc-method-section {
    padding: 65px 0;
  }

  .wc-method-row {
    display: block;
  }

  .wc-method-left {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
  }

  .wc-method-left h2 {
    font-size: 38px;
  }

  .wc-method-left p {
    margin-left: auto;
    margin-right: auto;
  }

  .wc-method-board {
    min-height: auto;
  }

  .wc-method-board:before {
    display: none;
  }

  .wc-method-step {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .wc-method-section {
    padding: 50px 0;
  }

  .wc-method-left h2 {
    font-size: 31px;
  }

  .wc-method-left p {
    font-size: 15px;
  }

  .wc-method-btn {
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }

  .wc-method-step {
    padding: 22px 20px;
    gap: 15px;
    border-radius: 18px;
  }

  .wc-method-num {
    min-width: 48px;
    font-size: 34px;
  }

  .wc-method-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
    font-size: 22px;
  }

  .wc-method-step h3 {
    font-size: 22px;
  }

  .wc-method-step p {
    font-size: 14px;
  }
}
/* =====================================
   APPROCHE STUDIO - CARTES PLUS PETITES
===================================== */

.wc-method-board {
  min-height: 390px !important;
  max-width: 620px;
  margin-left: auto;
}

.wc-method-board:before {
  left: 90px !important;
  top: 45px !important;
  height: 260px !important;
}

.wc-method-step {
  width: 78% !important;
  min-height: 96px !important;
  padding: 18px 22px !important;
  gap: 16px !important;
  border-radius: 20px !important;
}

.step-one {
  top: 0 !important;
  left: 20px !important;
}

.step-two {
  top: 130px !important;
  right: 0 !important;
}

.step-three {
  top: 260px !important;
  left: 45px !important;
}

.wc-method-num {
  min-width: 54px !important;
  font-size: 40px !important;
}

.wc-method-icon {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  border-radius: 16px !important;
  font-size: 22px !important;
}

.wc-method-step h3 {
  font-size: 24px !important;
  margin-bottom: 6px !important;
}

.wc-method-step p {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

/* Réduire aussi la partie gauche */
.wc-method-left h2 {
  font-size: 38px !important;
  line-height: 1.1 !important;
}

.wc-method-left p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.wc-method-section {
  padding: 60px 0 !important;
}

/* =====================================
   WECREA - NOS SOLUTIONS PACKAGING
===================================== */

.wc-solutions-packaging {
  position: relative;
  padding: 70px 0 85px;
  background: #ffffff;
  overflow: hidden;
}


.wc-solutions-packaging .container {
  position: relative;
  z-index: 2;
}

/* TITLE */
.wc-solutions-title {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.wc-solutions-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 28px;
  margin-bottom: 20px;
  background: #ffd402;
  color: #111;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 900;
}

.wc-solutions-title h2 {
  margin: 0 0 18px;
  color: #22185c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -1.3px;
}

.wc-solutions-title p {
  max-width: 650px;
  margin: 0 auto;
  color: #5f6b7a;
  font-size: 17px;
  line-height: 1.6;
}

/* LAYOUT */
.wc-solutions-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.52fr;
  gap: 24px;
  max-width: 1260px;
  margin: 0 auto;
}

.wc-solutions-right {
  display: grid;
  gap: 22px;
}

.wc-solutions-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

/* CARDS */
.wc-solution-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(34, 24, 92, 0.08);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(34, 24, 92, 0.08);
  overflow: hidden;
}

.wc-solution-audit {
  min-height: 542px;
  padding: 42px 34px 32px;
}

.wc-solution-dev {
  min-height: 238px;
  padding: 32px 42px;
  background: #22185c;
  border-color: #101014;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.wc-solution-small {
  min-height: 270px;
  padding: 30px 32px 28px;
}

/* ICONS */
.wc-solution-icon {
  width: 86px;
  height: 86px;
  border-radius: 18px;
  background: #f1effa;
  color: #22185c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}

.wc-solution-icon svg {
  width: 48px;
  height: 48px;
}

.wc-solution-icon.small {
  width: 76px;
  height: 76px;
  min-width: 76px;
  margin: 0;
}

.wc-solution-icon.small svg {
  width: 42px;
  height: 42px;
}

/* DARK CARD ICON */
.wc-dev-icon {
  width: 104px;
  height: 104px;
  min-width: 104px;
  border-radius: 18px;
  border: 1px solid rgba(255, 212, 2, 0.55);
  color: #7a5af8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-dev-icon svg {
  width: 58px;
  height: 58px;
}

/* NUMBERS */
.wc-solution-number {
  color: #7a5af8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 37px;
  line-height: 1;
  font-weight: 400;
}

.wc-solution-dev .wc-solution-number {
  color: #ffd402;
  margin-bottom: 6px;
}

.wc-small-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}

/* TEXT */
.wc-solution-card h3 {
  margin: 10px 0 0;
  color: #22185c;
  font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
  font-size: 34px;
  line-height: 1.06;
  font-weight: 900;
}

.wc-solution-audit h3 {
  margin-top: 28px;
}

.wc-solution-dev h3 {
  margin: 0;
  color: #fff;
  font-size: 31px;
}

.wc-solution-line {
  display: block;
  width: 42px;
  height: 4px;
  margin: 16px 0 22px;
  background: #ffd402;
  border-radius: 20px;
}

.wc-solution-card p {
  max-width: 420px;
  margin: 0 0 28px;
  color: #5f6b7a;
  font-size: 16px;
  line-height: 1.55;
}

.wc-solution-dev p {
  max-width: 440px;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.88);
  font-size: 15.5px;
}

.wc-solution-card a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #22185c;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
}

.wc-solution-dev a {
  color: #ffd402;
}

.wc-solution-card a em {
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.wc-solution-card a:hover em {
  transform: translateX(5px);
}

/* BIG BACKGROUND WORD */
.wc-bg-word {
  position: absolute;
  left: 30px;
  bottom: 8px;
  color: rgba(122, 90, 248, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 110px;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}

/* DARK CARD DECORATION */
.wc-dev-dots {
  position: absolute;
  right: 58px;
  top: 48px;
  width: 150px;
  height: 90px;
  background-image: radial-gradient(rgba(255,212,2,0.55) 1.2px, transparent 1.2px);
  background-size: 14px 14px;
  opacity: 0.55;
}

.wc-dev-box-drawing {
  position: absolute;
  right: 12px;
  bottom: 18px;
  width: 230px;
  color: rgba(122, 90, 248, 0.52);
}

.wc-dev-box-drawing svg {
  width: 100%;
  height: auto;
}

/* HOVER */
.wc-solution-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.wc-solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(34, 24, 92, 0.14);
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .wc-solutions-title h2 {
    font-size: 44px;
  }

  .wc-solutions-layout {
    grid-template-columns: 1fr;
  }

  .wc-solution-audit {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .wc-solutions-packaging {
    padding: 55px 0;
  }

  .wc-solutions-title {
    margin-bottom: 34px;
  }

  .wc-solutions-title h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .wc-solutions-title p {
    font-size: 15px;
  }

  .wc-solutions-bottom {
    grid-template-columns: 1fr;
  }

  .wc-solution-audit,
  .wc-solution-dev,
  .wc-solution-small {
    min-height: auto;
    padding: 26px 22px;
  }

  .wc-solution-dev {
    display: block;
  }

  .wc-dev-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    margin-bottom: 20px;
  }

  .wc-dev-icon svg {
    width: 44px;
    height: 44px;
  }

  .wc-solution-card h3,
  .wc-solution-dev h3 {
    font-size: 26px;
  }

  .wc-bg-word {
    font-size: 72px;
  }

  .wc-dev-dots,
  .wc-dev-box-drawing {
    display: none;
  }
}
/* =====================================
   NOS SOLUTIONS - VERSION COMPACTE
===================================== */

.wc-solutions-packaging {
  padding: 52px 0 60px !important;
}

.wc-solutions-title {
  margin: 0 auto 32px !important;
}

.wc-solutions-title span {
  min-height: 36px !important;
  padding: 0 20px !important;
  margin-bottom: 14px !important;
  font-size: 12px !important;
}

.wc-solutions-title h2 {
  font-size: 38px !important;
  line-height: 1.08 !important;
  margin-bottom: 12px !important;
}

.wc-solutions-title p {
  max-width: 600px !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

/* Layout plus serré */
.wc-solutions-layout {
  gap: 18px !important;
}

.wc-solutions-right {
  gap: 18px !important;
}

.wc-solutions-bottom {
  gap: 18px !important;
}

/* Cartes plus petites */
.wc-solution-audit {
  min-height: 430px !important;
  padding: 28px 24px 24px !important;
}

.wc-solution-dev {
  min-height: 195px !important;
  padding: 24px 26px !important;
  gap: 22px !important;
}

.wc-solution-small {
  min-height: 215px !important;
  padding: 24px 22px 22px !important;
}

/* Icônes */
.wc-solution-icon {
  width: 70px !important;
  height: 70px !important;
  border-radius: 16px !important;
  margin-bottom: 22px !important;
}

.wc-solution-icon svg {
  width: 38px !important;
  height: 38px !important;
}

.wc-solution-icon.small {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
}

.wc-solution-icon.small svg {
  width: 34px !important;
  height: 34px !important;
}

.wc-dev-icon {
  width: 82px !important;
  height: 82px !important;
  min-width: 82px !important;
  border-radius: 16px !important;
}

.wc-dev-icon svg {
  width: 46px !important;
  height: 46px !important;
}

/* Numéros */
.wc-solution-number {
  font-size: 30px !important;
}

/* Titres */
.wc-solution-card h3 {
  font-size: 26px !important;
  line-height: 1.05 !important;
}

.wc-solution-dev h3 {
  font-size: 26px !important;
}

/* Ligne jaune */
.wc-solution-line {
  width: 34px !important;
  height: 3px !important;
  margin: 12px 0 16px !important;
}

/* Paragraphes */
.wc-solution-card p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-bottom: 18px !important;
}

.wc-solution-dev p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-bottom: 14px !important;
}

/* Liens */
.wc-solution-card a {
  font-size: 13px !important;
  gap: 12px !important;
}

.wc-solution-card a em {
  font-size: 20px !important;
}

/* Mot de fond */
.wc-bg-word {
  font-size: 82px !important;
  left: 20px !important;
  bottom: 4px !important;
}

/* Décor carte noire */
.wc-dev-dots {
  right: 40px !important;
  top: 30px !important;
  width: 120px !important;
  height: 70px !important;
}

.wc-dev-box-drawing {
  width: 170px !important;
  right: 8px !important;
  bottom: 10px !important;
}

/* =====================================
   WECREA - BLOC VOIR PLUS REALISATIONS
   VERSION UNE SEULE IMAGE
===================================== */

.wc-more-cases-section {
  padding: 15px 0;
  background: #ffffff;
}

.wc-more-cases-box {
  position: relative;
  min-height: 430px;
  padding: 70px 80px;
  background: #111;
  display: flex;
  align-items: center;
  gap: 80px;
  overflow: hidden;
}

.wc-more-cases-box:before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.14);
  filter: blur(30px);
}

.wc-more-cases-box:after {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -140px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.12);
  filter: blur(35px);
}

/* IMAGE UNIQUE */
.wc-more-cases-image-single {
  position: relative;
  width: 48%;
  z-index: 2;
}

.wc-more-cases-image-single img {
  width: 100%;
  max-width:560px;
  height: 380px;
  object-fit: contain;
  display: block;
  
}

/* CONTENT */
.wc-more-cases-content {
  position: relative;
  width: 58%;
  z-index: 2;
  color: #fff;
}

.wc-more-cases-content h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
}

.wc-more-intro {
  max-width: 620px;
  margin: 0 0 26px;
  color: rgba(255,255,255,0.86);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.wc-more-list {
  display: flex;
  gap: 55px;
  margin-bottom: 38px;
}

.wc-more-list ul {
  margin: 0;
  padding-left: 18px;
}

.wc-more-list li {
  margin-bottom: 8px;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.wc-more-list li::marker {
  color: #ffd402;
}

.wc-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 34px;
  background: #fff;
  color: #111 !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wc-more-btn:hover {
  background: #ffd402;
  color: #111 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 212, 2, 0.25);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .wc-more-cases-box {
    display: block;
    padding: 55px 35px;
  }

  .wc-more-cases-image-single,
  .wc-more-cases-content {
    width: 100%;
  }

  .wc-more-cases-image-single {
    margin: 0 auto 40px;
    text-align: center;
  }

  .wc-more-cases-image-single img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .wc-more-cases-content {
    text-align: center;
  }

  .wc-more-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .wc-more-list {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .wc-more-cases-section {
    padding: 55px 0;
  }

  .wc-more-cases-box {
    padding: 38px 22px;
  }

  .wc-more-cases-content h2 {
    font-size: 30px;
  }

  .wc-more-intro {
    font-size: 15px;
  }

  .wc-more-list {
    display: block;
    margin-bottom: 30px;
  }

  .wc-more-list ul {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    margin-bottom: 0;
  }

  .wc-more-list li {
    font-size: 15px;
  }

  .wc-more-btn {
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
    font-size: 14px;
  }
}


/* =====================================
   FOOTER WECREA PREMIUM
===================================== */

.wc-footer {
  position: relative;
  padding: 80px 0 28px;
  background: #080808;
  color: #fff;
  overflow: hidden;
}

.wc-footer:before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.14);
  filter: blur(35px);
}

.wc-footer:after {
  content: "WECREA";
  position: absolute;
  left: -30px;
  bottom: 10px;
  color: rgba(255,255,255,0.035);
  font-size: 150px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -6px;
  pointer-events: none;
}

.wc-footer .container {
  position: relative;
  z-index: 2;
}

.wc-footer-main {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 55px;
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

/* BRAND */
.wc-footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}

.wc-footer-logo img {
  max-height: 58px;
  width: auto;
}

.wc-footer-brand p {
  max-width: 390px;
  margin: 0 0 28px;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.75;
}

.wc-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 0 24px;
  background: #ffd402;
  color: #111 !important;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wc-footer-cta span {
  font-size: 22px;
  line-height: 1;
}

.wc-footer-cta:hover {
  background: #fff;
  transform: translateY(-2px);
}

/* COLUMNS */
.wc-footer-col h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wc-footer-col h3:after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  background: #ffd402;
  border-radius: 30px;
}

.wc-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc-footer-col li {
  margin-bottom: 12px;
  color: rgba(255,255,255,0.68);
  font-size: 15px;
  line-height: 1.5;
}

.wc-footer-col a {
  color: rgba(255,255,255,0.68);
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wc-footer-col a:hover {
  color: #ffd402;
  padding-left: 4px;
}

/* SOCIAL */
.wc-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.wc-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wc-footer-social a:hover {
  background: #ffd402;
  color: #111 !important;
  padding-left: 0;
  transform: translateY(-2px);
}

/* BOTTOM */
.wc-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 24px;
}

.wc-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.55);
  font-size: 14px;
}

.wc-footer-bottom div {
  display: flex;
  gap: 22px;
}

.wc-footer-bottom a {
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.wc-footer-bottom a:hover {
  color: #ffd402;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .wc-footer {
    padding: 65px 0 28px;
  }

  .wc-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .wc-footer-brand {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .wc-footer {
    padding: 55px 0 24px;
  }

  .wc-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wc-footer-brand {
    grid-column: span 1;
  }

  .wc-footer-brand p {
    font-size: 15px;
  }

  .wc-footer-bottom {
    display: block;
    text-align: center;
  }

  .wc-footer-bottom div {
    justify-content: center;
    margin-top: 14px;
    flex-wrap: wrap;
  }

  .wc-footer:after {
    font-size: 70px;
  }
}

/* Réseaux sociaux avec vraies icônes */
.wc-footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wc-footer-social a:hover {
  background: #ffd402;
  color: #111 !important;
  transform: translateY(-2px);
}

/* Langue footer */
.wc-footer-lang a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.wc-footer-lang a:hover {
  color: #ffd402;
}

.wc-footer-lang span {
  font-size: 16px;
}

/* =====================================
   HERO CLIENT LOGOS MARQUEE
===================================== */

.wc-hero-clients {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin-top: 38px;
  overflow: hidden;
  padding: 18px 0;
}

.wc-hero-clients:before,
.wc-hero-clients:after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}


.wc-clients-track {
  display: flex;
  width: max-content;
  animation: wcClientsMove 28s linear infinite;
}

.wc-clients-list {
  display: flex;
  align-items: center;
  gap: 70px;
  padding-right: 70px;
}

.wc-clients-list img {
  max-height: 54px;
  max-width: 150px;
  width: auto;
  object-fit: contain;
  opacity: 0.78;
  transition: all 0.25s ease;
}

.wc-clients-list img:hover {
  opacity: 1;
  transform: scale(1.05);
  filter: none;
}

@keyframes wcClientsMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause au survol */
.wc-hero-clients:hover .wc-clients-track {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 767px) {
  .wc-hero-clients {
    margin-top: 28px;
    padding: 14px 0;
  }

  .wc-clients-list {
    gap: 40px;
    padding-right: 40px;
  }

  .wc-clients-list img {
    max-height: 38px;
    max-width: 110px;
  }
}

/* ================================
   FIX HERO + LOGOS CLIENTS MOBILE
================================ */

/* Desktop */
.wc-hero-clients {
  display: block;
  width: 100%;
  max-width: 980px;
  margin-top: 34px;
  padding: 12px 0;
  overflow: hidden;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.wc-clients-track {
  display: flex;
  width: max-content;
  animation: wcClientsMove 38s linear infinite;
}

.wc-clients-list {
  display: flex;
  align-items: center;
  gap: 58px;
  padding-right: 58px;
}

.wc-clients-list img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-height: 48px;
  max-width: 135px;
  object-fit: contain;
  opacity: 0.88;
}

/* Evite que le slider hérite du style des boutons */
.wc-hero-clients,
.wc-hero-clients *,
.wc-clients-track,
.wc-clients-list,
.wc-clients-list img {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

@keyframes wcClientsMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* ================================
   MOBILE FIX
================================ */
@media (max-width: 767px) {

  .wecrea-hero {
    min-height: auto !important;
    padding: 105px 0 42px !important;
    overflow: hidden !important;
  }

  .wecrea-hero-content {
    max-width: 100% !important;
  }

  .wecrea-hero-label {
    font-size: 12px !important;
    margin-bottom: 14px !important;
  }

  .wecrea-hero-content > p:first-of-type {
    font-size: 38px !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
    max-width: 100% !important;
    margin-bottom: 18px !important;
  }

  .wecrea-hero-content > p {
    font-size: 16px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
  }

  /* Boutons propres sur mobile */
  .wecrea-hero-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
  }

  .wecrea-hero-buttons a,
  .wecrea-btn-primary,
  .wecrea-btn-secondary {
    width: auto !important;
    min-width: 0 !important;
    max-width: 270px !important;
    height: 52px !important;
    padding: 0 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    border-radius: 8px !important;
  }

  /* Slider logos mobile */
  .wc-hero-clients {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 28px !important;
    padding: 10px 0 !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  .wc-clients-track {
    display: flex !important;
    width: max-content !important;
    animation: wcClientsMove 42s linear infinite !important;
  }

  .wc-clients-list {
    display: flex !important;
    align-items: center !important;
    gap: 34px !important;
    padding-right: 34px !important;
  }

  .wc-clients-list img {
    max-height: 56px !important;
    max-width: 95px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    
    opacity: 0.9;
  }
}

.wecrea-hero-title {
  margin: 0 0 24px;
  max-width: 760px;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.8px;
  color: #fff;
}

@media (max-width: 767px) {
  .wecrea-hero-title {
    font-size: 38px !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
    max-width: 100% !important;
  }
}

/* TITRE HERO WECREA - SANS H1 */
.wecrea-hero .wecrea-hero-content .wc-home-hero-title-text {
  margin: 0 0 24px !important;
  max-width: 760px !important;
  color: #fff !important;
  font-size: 56px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: -1.8px !important;
  display: block !important;
}

/* Texte description uniquement */
.wecrea-hero .wecrea-hero-content p:not(.wc-home-hero-title-text) {
  max-width: 760px;
  color: rgba(255,255,255,0.88);
  font-size: 20px;
  line-height: 1.65;
}

/* MOBILE */
@media (max-width: 767px) {
  .wecrea-hero .wecrea-hero-content .wc-home-hero-title-text {
    max-width: 92vw !important;
    font-size: 38px !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
    margin-bottom: 18px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .wecrea-hero .wecrea-hero-content p:not(.wc-home-hero-title-text) {
    max-width: 92vw !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 380px) {
  .wecrea-hero .wecrea-hero-content .wc-home-hero-title-text {
    font-size: 34px !important;
  }
}

/* ==================================================
   AUDIT PACKAGING HERO - VERSION BLANCHE
================================================== */

.wec-audit-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 105px;
  background: #ffffff;
  color: #111;
}

.wec-audit-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 212, 2, 0.18), transparent 28%),
    radial-gradient(circle at 10% 85%, rgba(122, 90, 248, 0.10), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fafafa 55%, #fff8d8 100%);
  opacity: 1;
}

.wec-audit-hero .container {
  position: relative;
  z-index: 2;
}

.wec-audit-hero-row {
  display: flex;
  align-items: center;
}

.wec-audit-hero-row:before,
.wec-audit-hero-row:after {
  display: none;
}

.wec-audit-hero-content {
  max-width: 650px;
}

.wec-audit-badge {
  display: inline-block;
  padding: 11px 22px;
  margin-bottom: 26px;
  border-radius: 50px;
  background: #ffd402;
  color: #060606;
  font-size: 14px;
  font-weight: 800;
}

.wec-audit-hero h1 {
  margin: 0 0 24px;
  color: #0b0b0b;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.8px;
}

.wec-audit-hero h1 span,
.wec-audit-title-yellow {
  color: #ffd402;
}

.wec-audit-lead {
  max-width: 610px;
  margin: 0 0 28px;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.75;
}

.wec-audit-points {
  margin-bottom: 34px;
}

.wec-audit-points span {
  display: inline-block;
  margin: 0 8px 10px 0;
  padding: 9px 14px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 50px;
  background: #ffffff;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.wec-audit-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wec-audit-btn-primary,
.wec-audit-btn-secondary {
  display: inline-block;
  padding: 16px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wec-audit-btn-primary {
  background: #ffd402;
  color: #050505;
  box-shadow: 0 14px 30px rgba(255, 212, 2, 0.28);
}

.wec-audit-btn-primary:hover {
  background: #111;
  color: #fff;
}

.wec-audit-btn-secondary {
  border: 1px solid rgba(0,0,0,0.14);
  color: #111;
  background: #fff;
}

.wec-audit-btn-secondary:hover {
  border-color: #ffd402;
  background: #fff8d8;
  color: #111;
}

/* Visual right */
.wec-audit-hero-visual {
  position: relative;
  max-width: 520px;   /* réduit la taille */
  margin-left: auto;
}

.wec-audit-image-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 500px;      /* carré */
  margin-left: auto;
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.wec-audit-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Cards */
.wec-audit-card {
  position: absolute;
  z-index: 3;
  padding: 18px 20px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 15px;
  background: rgb(0 0 0 / 78%);
  box-shadow: 0 14px 40px rgba(0,0,0,0.10);
}

.wec-audit-card-score {
  top: 35px;
  left: -25px;
  width: 230px;
}

.wec-audit-card-note {
  right: -20px;
  bottom: 35px;
  width: 260px;
}

.wec-audit-card-score span {
  display: block;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 4px;
}

.wec-audit-card-score strong {
  display: block;
  color: #ffd402;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.wec-audit-card-score small {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
}



.wec-audit-card-note strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 18px;
}

.wec-audit-card-note span {
  display: block;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .wec-audit-hero {
    padding: 90px 0 80px;
  }

  .wec-audit-hero-row {
    display: block;
  }

  .wec-audit-hero h1 {
    font-size: 46px;
  }

  .wec-audit-hero-visual {
    min-height: auto;
    margin-top: 55px;
  }

  .wec-audit-image-wrap {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .wec-audit-hero {
    padding: 75px 0 70px;
  }

  .wec-audit-hero h1 {
    font-size: 36px;
    letter-spacing: -0.8px;
  }

  .wec-audit-lead {
    font-size: 16px;
  }

  .wec-audit-actions {
    display: block;
  }

  .wec-audit-btn-primary,
  .wec-audit-btn-secondary {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }

  .wec-audit-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
	margin-bottom: 12px;
  }

  .wec-audit-card-score,
  .wec-audit-card-note {
    width: 100%;
  }
}

/* ==================================================
   AUDIT PACKAGING - WHY SECTION LIGHT COMPACT
================================================== */

.wec-audit-why-2026 {
  position: relative;
  overflow: hidden;
  padding: 85px 0;
  
  color: #111;
}

.wec-audit-why-row {
  display: flex;
  align-items: center;
}

.wec-audit-why-row:before,
.wec-audit-why-row:after {
  display: none;
}

.wec-audit-why-content {
  max-width: 600px;
}

.wec-audit-why-badge {
  display: inline-block;
  padding: 10px 22px;
  margin-bottom: 22px;
  border-radius: 50px;
  background: #ffd402;
  color: #050505;
  font-size: 14px;
  font-weight: 800;
}

.wec-audit-why-content h2 {
  margin: 0 0 18px;
  color: #080808;
  font-size: 42px;
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -1px;
}

.wec-audit-why-subtitle {
  max-width: 470px;
  margin: 0 0 14px;
  color: #ffd402;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.wec-audit-why-lead {
  max-width: 560px;
  margin: 0 0 24px;
  color: #4f4f4f;
  font-size: 17px;
  line-height: 1.75;
}

/* PROBLEMS CARDS - VERSION COMPACTE */
.wec-audit-problems-row {
  max-width: 470px;
  margin-top: 10px;
  margin-left: -6px;
  margin-right: -6px;
}

.wec-audit-problems-row .col-sm-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.wec-audit-problem-card {
  min-height: 112px;
  margin-bottom: 12px;
  padding: 15px 17px;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 18px;
  
  transition: all 0.25s ease;
}

.wec-audit-problem-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 212, 2, 0.75);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.wec-audit-problem-card span {
  display: block;
  margin-bottom: 8px;
  color: #ffd402;
  font-size: 11px;
  font-weight: 900;
}

.wec-audit-problem-card h3 {
  margin: 0 0 6px;
  color: #080808;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.wec-audit-problem-card p {
  margin: 0;
  color: #555;
  font-size: 12.5px;
  line-height: 1.45;
}

/* RIGHT VISUAL - IMAGE AGRANDIE */
.wec-audit-why-visual {
  position: relative;
  max-width: 640px;
  min-height: 590px;
  margin-left: auto;
  margin-right: -45px;
}

.wec-audit-why-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 212, 2, 0.45);
  border-radius: 50%;
}

.wec-audit-why-circle:before,
.wec-audit-why-circle:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 212, 2, 0.25);
}

.wec-audit-why-circle:before {
  inset: 28px;
}

.wec-audit-why-circle:after {
  inset: -28px;
}

.wec-audit-why-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  transform: translateX(-25px);
  
}

.wec-audit-floating-note {
  position: absolute;
  z-index: 4;
  width: 220px;
  padding: 16px 18px;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  color: #111;
  box-shadow: 0 18px 45px rgba(0,0,0,0.09);
}

.wec-audit-floating-note strong {
  display: block;
  margin-bottom: 5px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.wec-audit-floating-note span {
  display: block;
  color: #666;
  font-size: 12.5px;
  line-height: 1.45;
}

.wec-audit-floating-note.note-1 {
  top: 45px;
  left: 0;
}

.wec-audit-floating-note.note-2 {
  right: 35px;
  bottom: 55px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .wec-audit-why-2026 {
    padding: 80px 0;
  }

  .wec-audit-why-row {
    display: block;
  }

  .wec-audit-why-content {
    max-width: 100%;
  }

  .wec-audit-why-content h2 {
    font-size: 38px;
  }

  .wec-audit-problems-row {
    max-width: 100%;
  }

  .wec-audit-why-visual {
    max-width: 560px;
    min-height: 540px;
    margin: 50px auto 0;
  }

  .wec-audit-why-img {
    width: 105%;
    transform: translateX(-10px);
  }

  .wec-audit-why-circle {
    width: 440px;
    height: 440px;
  }
}

@media (max-width: 767px) {
  .wec-audit-why-2026 {
    padding: 65px 0;
  }

  .wec-audit-why-content h2 {
    font-size: 31px;
    letter-spacing: -0.5px;
  }

  .wec-audit-why-subtitle {
    font-size: 18px;
  }

  .wec-audit-why-lead {
    font-size: 15px;
  }

  .wec-audit-problems-row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .wec-audit-problems-row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .wec-audit-problem-card {
    min-height: auto;
    margin-bottom: 12px;
  }

  .wec-audit-why-visual {
    max-width: 100%;
    min-height: auto;
    margin-top: 40px;
    margin-right: 0;
  }

  .wec-audit-why-img {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .wec-audit-why-circle {
    width: 300px;
    height: 300px;
  }

  .wec-audit-floating-note {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100%;
    margin-top: 14px;
  }
}

/* ==================================================
   AUDIT PACKAGING - CE QUE NOUS ANALYSONS WHITE COMPACT
================================================== */

.wec-audit-analyse-section {
  position: relative;
  overflow: hidden;
  padding: 85px 0 70px;
  background:
    radial-gradient(circle at 0% 15%, rgba(122, 90, 248, 0.06), transparent 32%),
    radial-gradient(circle at 100% 85%, rgba(255, 212, 2, 0.16), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fbfbfb 60%, #fff9df 100%);
}

/* TITLE */
.wec-audit-analyse-heading {
  max-width: 760px;
  margin-bottom: 14px;
}

.wec-audit-analyse-badge {
  display: inline-block;
  padding: 10px 22px;
  margin-bottom: 18px;
  border-radius: 50px;
  background: #ffd402;
  color: #050505;
  font-size: 13px;
  font-weight: 800;
}

.wec-audit-analyse-heading h2 {
  position: relative;
  margin: 0 0 16px;
  color: #050505;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
}

.wec-audit-analyse-heading h2:after {
  content: "";
  display: block;
  width: 95px;
  height: 5px;
  margin-top: 14px;
  border-radius: 20px;
  background: #ffd402;
}

.wec-audit-analyse-heading p {
  max-width: 680px;
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.7;
}

/* GRID */
.wec-audit-analyse-row {
  margin-left: -10px;
  margin-right: -10px;
}

.wec-audit-analyse-row > div {
  padding-left: 10px;
  padding-right: 10px;
}

/* CARD */
.wec-audit-analyse-card {
  position: relative;
  min-height: 185px;
  margin-bottom: 22px;
  padding: 22px 24px 20px;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 22px;
  background: rgba(255,255,255,0.94);
 
  transition: all 0.25s ease;
}


.wec-audit-analyse-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 212, 2, 0.75);
  box-shadow: 0 24px 60px rgba(0,0,0,0.09);
}

/* ICON */
.wec-audit-analyse-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(122, 90, 248, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

/* CARD TITLE */
.wec-audit-analyse-card h3 {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  color: #080808;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 850;
}

/* LIST */
.wec-audit-analyse-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wec-audit-analyse-card ul li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 16px;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.45;
}

.wec-audit-analyse-card ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffd402;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .wec-audit-analyse-section {
    padding: 75px 0 60px;
  }

  .wec-audit-analyse-heading h2 {
    font-size: 38px;
  }

  .wec-audit-analyse-card {
    min-height: 195px;
  }
}

@media (max-width: 767px) {
  .wec-audit-analyse-section {
    padding: 65px 0 50px;
  }

  .wec-audit-analyse-heading {
    margin-bottom: 32px;
  }

  .wec-audit-analyse-heading h2 {
    font-size: 31px;
    letter-spacing: -0.5px;
  }

  .wec-audit-analyse-heading p {
    font-size: 15px;
  }

  .wec-audit-analyse-row {
    margin-left: 0;
    margin-right: 0;
  }

  .wec-audit-analyse-row > div {
    padding-left: 0;
    padding-right: 0;
  }

  .wec-audit-analyse-card {
    min-height: auto;
    margin-bottom: 16px;
    padding: 24px 22px 22px;
    border-radius: 20px;
  }

  .wec-audit-analyse-card h3 {
    font-size: 18px;
  }

  .wec-audit-analyse-card ul li {
    font-size: 14px;
  }
}

/****** Titre H1 ******/
.wecrea-packaging-h1 {
  margin: 0 auto 28px;
  max-width: 760px;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.8px;
  color: #24185f;
  font-family: inherit;
  text-align: center;
  display: block;
}

@media (max-width: 991px) {
  .wecrea-packaging-h1 {
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -1.2px;
  }
}

@media (max-width: 767px) {
  .wecrea-packaging-h1 {
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.8px;
    margin: 0 auto 22px;
  }
}

@media (max-width: 480px) {
  .wecrea-packaging-h1 {
    font-size: 30px;
  }
}


/* ==================================================
   WECREA - PAGE FORMATION PACKAGING
   CSS isolé - Bootstrap 3
================================================== */

.wec-formation-page {
  overflow: hidden;
  background: #fff;
  color: #111;
}

/* HERO */
.wec-formation-hero {
  position: relative;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 212, 2, 0.22), transparent 32%),
    radial-gradient(circle at 5% 85%, rgba(122, 90, 248, 0.10), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fbfbff 55%, #fff9df 100%);
}

.wec-formation-hero-row {
  display: flex;
  align-items: center;
}

.wec-formation-hero-row:before,
.wec-formation-hero-row:after {
  display: none;
}

.wec-formation-hero-content {
  max-width: 720px;
}

.wec-formation-badge,
.wec-formation-small-title {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffd402;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.wec-formation-h1 {
  margin: 0 0 24px;
  max-width: 760px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -2.2px;
  color: #22185c;
  font-family: inherit;
}

.wec-formation-lead {
  margin: 0 0 18px;
  max-width: 650px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  color: #111;
}

.wec-formation-text {
  margin: 0 0 32px;
  max-width: 660px;
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

.wec-formation-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.wec-formation-btn,
.wec-formation-cta-btn {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wec-formation-btn.primary {
  background: #24185f;
  color: #fff !important;
 
}

.wec-formation-btn.secondary {
  background: #fff;
  color: #24185f !important;
  border: 1px solid rgba(36, 24, 95, 0.12);
}

.wec-formation-btn:hover,
.wec-formation-cta-btn:hover {
  transform: translateY(-3px);
}

/* HERO VISUAL */
.wec-formation-visual {
  position: relative;
  min-height: 520px;
}

.wec-formation-visual:before {
  content: "";
  position: absolute;
  right: 10%;
  top: 55px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.18);
  filter: blur(6px);
}

.wec-formation-visual-box {
  position: absolute;
  right: 0;
  top: 45px;
  width: 390px;
  height: 430px;
  border-radius: 36px;
  background: #fff;
  border: 1px solid rgba(36, 24, 95, 0.08);
  
  overflow: hidden;
}

.wec-formation-visual-box:before {
  content: "";
  position: absolute;
  left: -70px;
  top: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.12);
}

.wec-formation-visual-box:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.28);
}

.wec-pack {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.14);
}

.wec-pack span {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.85;
}

.wec-pack strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

.pack-1 {
  left: 45px;
  bottom: 58px;
  width: 130px;
  height: 215px;
  background: linear-gradient(160deg, #ffd402, #ff9f1c);
  color: #111;
  transform: rotate(-8deg);
}

.pack-2 {
  left: 145px;
  bottom: 72px;
  width: 150px;
  height: 260px;
  background: linear-gradient(160deg, #7a5af8, #24185f);
  transform: rotate(7deg);
}

.pack-3 {
  right: 52px;
  bottom: 56px;
  width: 112px;
  height: 190px;
  background: linear-gradient(160deg, #ffffff, #f2f2f2);
  color: #24185f;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transform: rotate(-4deg);
}

.wec-formation-floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(36, 24, 95, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.wec-formation-floating-card span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffd402;
  color: #111;
  font-weight: 900;
}

.wec-formation-floating-card strong {
  font-size: 14px;
  color: #24185f;
}

.wec-formation-floating-card.card-1 {
  top: 70px;
  left: 5px;
}

.wec-formation-floating-card.card-2 {
  top: 240px;
  right: -5px;
}

.wec-formation-floating-card.card-3 {
  bottom: 38px;
  left: 40px;
}

/* GLOBAL SECTIONS */
.wec-formation-intro,
.wec-formation-programme,
.wec-formation-objectifs,
.wec-formation-target,
.wec-formation-format,
.wec-formation-cta {
  padding: 90px 0;
}

.wec-formation-programme,
.wec-formation-format {
  background: #fafafa;
}

.wec-formation-title {
  margin: 0 auto 22px;
  max-width: 850px;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -1.6px;
  color: #22185c;
}

.wec-formation-title.left {
  margin-left: 0;
  margin-right: 0;
}

.wec-formation-desc {
  margin: 0 auto;
  max-width: 790px;
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* CARDS */
.wec-formation-cards-row,
.wec-formation-modules-row,
.wec-formation-target-row {
  margin-top: 48px;
}

.wec-formation-card,
.wec-formation-module,
.wec-formation-target-card,
.wec-formation-format-card {
  position: relative;
  min-height: 220px;
  padding: 34px 30px;
  margin-bottom: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(36, 24, 95, 0.08);   
  overflow: hidden;
  transition: all 0.25s ease;
}

.wec-formation-card:hover,
.wec-formation-module:hover,
.wec-formation-target-card:hover,
.wec-formation-format-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.10);
}

.wec-formation-card:before,
.wec-formation-module:before,
.wec-formation-target-card:before,
.wec-formation-format-card:before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.08);
}

.wec-formation-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(122, 90, 248, 0.09);
    color: #22185c;
  font-size: 18px;
  font-weight: 900;
}

.wec-formation-card h3,
.wec-formation-module h3,
.wec-formation-target-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
  color: #24185f;
}

.wec-formation-card p,
.wec-formation-module p,
.wec-formation-target-card p,
.wec-formation-format-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #606060;
}

.wec-formation-module span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(122, 90, 248, 0.08);
  color: #22185c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* OBJECTIFS */
.wec-formation-objectifs {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 212, 2, 0.18), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fdfdfd 100%);
}

.wec-formation-objectifs-row {
  display: flex;
  align-items: center;
}

.wec-formation-objectifs-row:before,
.wec-formation-objectifs-row:after {
  display: none;
}

.wec-formation-objectifs-content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  color: #555;
}

.wec-formation-list-box {
  padding: 40px;
  border-radius: 34px;
  background: #22185c;
  color: #fff;
  
}

.wec-formation-list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wec-formation-list-box li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 38px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.wec-formation-list-box li:last-child {
  margin-bottom: 0;
}

.wec-formation-list-box li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffd402;
  color: #111;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  font-weight: 900;
}

/* TARGET */
.wec-formation-target-card {
  min-height: 190px;
}

/* FORMAT */
.wec-formation-format-row {
  display: flex;
  align-items: center;
}

.wec-formation-format-row:before,
.wec-formation-format-row:after {
  display: none;
}

.wec-formation-format p {
  font-size: 15px;
  line-height: 1.85;
  color: #555;
}

.wec-formation-format-card {
  min-height: 165px;
  margin-bottom: 24px;
}

.wec-formation-format-card strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  color: #24185f;
  font-weight: 900;
}

/* CTA */
.wec-formation-cta {
  background: #fff;
}

.wec-formation-cta-box {
  position: relative;
  padding: 70px 55px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 92% 15%, rgba(255, 212, 2, 0.25), transparent 28%),
    linear-gradient(135deg, #24185f 0%, #17103f 100%);
  text-align: center;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 35px 90px rgba(36, 24, 95, 0.22);
}

.wec-formation-cta-box:before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.28);
}

.wec-formation-cta-box span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.wec-formation-cta-box h2 {
  position: relative;
  z-index: 2;
  margin: 0 auto 18px;
  max-width: 820px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1.3px;
  color: #fff;
}

.wec-formation-cta-box p {
  position: relative;
  z-index: 2;
  margin: 0 auto 30px;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}

.wec-formation-cta-btn {
  position: relative;
  z-index: 2;
  background: #ffd402;
  color: #111 !important;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .wec-formation-hero {
    padding: 85px 0 70px;
  }

  .wec-formation-hero-row,
  .wec-formation-objectifs-row,
  .wec-formation-format-row {
    display: block;
  }

  .wec-formation-h1 {
    font-size: 44px;
    letter-spacing: -1.4px;
  }

  .wec-formation-title {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .wec-formation-visual {
    margin-top: 50px;
    min-height: 460px;
  }

  .wec-formation-visual-box {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .wec-formation-floating-card.card-1 {
    left: 70px;
  }

  .wec-formation-floating-card.card-2 {
    right: 65px;
  }

  .wec-formation-floating-card.card-3 {
    left: 85px;
  }

  .wec-formation-list-box {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .wec-formation-hero {
    padding: 70px 0 55px;
  }

  .wec-formation-intro,
  .wec-formation-programme,
  .wec-formation-objectifs,
  .wec-formation-target,
  .wec-formation-format,
  .wec-formation-cta {
    padding: 65px 0;
  }

  .wec-formation-h1 {
    font-size: 35px;
    line-height: 1.12;
    letter-spacing: -0.9px;
  }

  .wec-formation-lead {
    font-size: 19px;
  }

  .wec-formation-text {
    font-size: 15px;
  }

  .wec-formation-title {
    font-size: 30px;
    line-height: 1.18;
  }

  .wec-formation-actions {
    display: block;
  }

  .wec-formation-btn {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }

  .wec-formation-visual {
    min-height: 400px;
  }

  .wec-formation-visual-box {
    width: 310px;
    height: 360px;
  }

  .pack-1 {
    left: 35px;
    width: 110px;
    height: 185px;
  }

  .pack-2 {
    left: 115px;
    width: 120px;
    height: 220px;
  }

  .pack-3 {
    right: 38px;
    width: 92px;
    height: 160px;
  }

  .wec-formation-floating-card {
    padding: 11px 14px;
  }

  .wec-formation-floating-card.card-1 {
    top: 55px;
    left: 20px;
  }

  .wec-formation-floating-card.card-2 {
    top: 205px;
    right: 20px;
  }

  .wec-formation-floating-card.card-3 {
    bottom: 25px;
    left: 35px;
  }

  .wec-formation-card,
  .wec-formation-module,
  .wec-formation-target-card,
  .wec-formation-format-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .wec-formation-list-box {
    padding: 30px 24px;
  }

  .wec-formation-cta-box {
    padding: 50px 24px;
    border-radius: 28px;
  }

  .wec-formation-cta-box h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .wec-formation-h1 {
    font-size: 31px;
  }

  .wec-formation-title {
    font-size: 27px;
  }

  .wec-formation-visual-box {
    width: 285px;
  }
}

/* ==================================================
   WECREA - PAGE CONTACT
   CSS isolé - Compatible Bootstrap 3
================================================== */

.wec-contact-page {
  overflow: hidden;
  background: #fff;
  color: #111;
}

/* HERO */
.wec-contact-hero {
  position: relative;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 212, 2, 0.22), transparent 32%),
    radial-gradient(circle at 5% 85%, rgba(122, 90, 248, 0.10), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fbfbff 55%, #fff9df 100%);
}

.wec-contact-hero-row {
  display: flex;
  align-items: center;
}

.wec-contact-hero-row:before,
.wec-contact-hero-row:after,
.wec-contact-form-row:before,
.wec-contact-form-row:after,
.wec-contact-location-row:before,
.wec-contact-location-row:after {
  display: none;
}

.wec-contact-hero-content {
  max-width: 720px;
}

.wec-contact-badge,
.wec-contact-small-title {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffd402;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.wec-contact-h1 {
  margin: 0 0 24px;
  max-width: 760px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -2.2px;
  color: #22185c;
  font-family: inherit;
}

.wec-contact-lead {
  margin: 0 0 18px;
  max-width: 650px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  color: #111;
}

.wec-contact-text {
  margin: 0 0 32px;
  max-width: 660px;
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

.wec-contact-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.wec-contact-btn,
.wec-contact-cta-btn {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.wec-contact-btn.primary {
  background: #24185f;
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(36, 24, 95, 0.20);
}

.wec-contact-btn.secondary {
  background: #fff;
  color: #24185f !important;
  border: 1px solid rgba(36, 24, 95, 0.12);
}

.wec-contact-btn:hover,
.wec-contact-cta-btn:hover {
  transform: translateY(-3px);
}

/* HERO VISUAL */
.wec-contact-visual {
  position: relative;
  min-height: 520px;
}

.wec-contact-visual:before {
  content: "";
  position: absolute;
  right: 9%;
  top: 55px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.20);
  filter: blur(6px);
}

.wec-contact-visual-box {
  position: absolute;
  right: 0;
  top: 45px;
  width: 390px;
  height: 430px;
  border-radius: 36px;
  background: #fff;
  border: 1px solid rgba(36, 24, 95, 0.08);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.wec-contact-visual-box:before {
  content: "";
  position: absolute;
  left: -75px;
  top: -75px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.12);
}

.wec-contact-visual-box:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.28);
}

.wec-contact-screen {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 45px;
  bottom: 45px;
  z-index: 2;
  border-radius: 28px;
  background: linear-gradient(180deg, #fafafa, #fff);
  border: 1px solid rgba(36, 24, 95, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  padding: 22px;
}

.wec-contact-screen-top {
  display: flex;
  gap: 7px;
  margin-bottom: 24px;
}

.wec-contact-screen-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffd402;
}

.wec-contact-screen-top span:nth-child(2) {
  background: #7a5af8;
}

.wec-contact-screen-top span:nth-child(3) {
  background: #24185f;
}

.wec-contact-message-card {
  position: relative;
  z-index: 3;
  padding: 18px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(36, 24, 95, 0.08);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}

.wec-contact-message-card small {
  display: block;
  margin-bottom: 6px;
  color: #7a5af8;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wec-contact-message-card strong {
  display: block;
  margin-bottom: 6px;
  color: #24185f;
  font-size: 18px;
  font-weight: 900;
}

.wec-contact-message-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #666;
}

.wec-contact-message-card.card-b {
  margin-left: 34px;
}

.wec-contact-floating-info {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(36, 24, 95, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.wec-contact-floating-info span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffd402;
  color: #111;
  font-weight: 900;
}

.wec-contact-floating-info strong {
  font-size: 14px;
  color: #24185f;
}

.wec-contact-floating-info.info-1 {
  top: 82px;
  left: 0;
}

.wec-contact-floating-info.info-2 {
  bottom: 40px;
  right: -5px;
}

/* GLOBAL */
.wec-contact-infos,
.wec-contact-form-section,
.wec-contact-process,
.wec-contact-location,
.wec-contact-cta {
  padding: 90px 0;
}

.wec-contact-form-section,
.wec-contact-location {
  background: #fafafa;
}

.wec-contact-title {
  margin: 0 auto 22px;
  max-width: 850px;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -1.6px;
  color: #111;
}

.wec-contact-title.left {
  margin-left: 0;
  margin-right: 0;
}

.wec-contact-desc {
  margin: 0 auto;
  max-width: 790px;
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* INFOS */
.wec-contact-info-row,
.wec-contact-process-row {
  margin-top: 48px;
}

.wec-contact-info-card,
.wec-contact-step,
.wec-contact-format-card {
  position: relative;
  min-height: 230px;
  padding: 34px 30px;
  margin-bottom: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(36, 24, 95, 0.08);
  
  overflow: hidden;
  transition: all 0.25s ease;
}

.wec-contact-info-card:hover,
.wec-contact-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.10);
}

.wec-contact-info-card:before,
.wec-contact-step:before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.08);
}

.wec-contact-info-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(122, 90, 248, 0.08);
  color: #22185c;
  font-size: 25px;
  font-weight: 900;
}

.wec-contact-info-card h3,
.wec-contact-step h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
  color: #24185f;
}

.wec-contact-info-card p,
.wec-contact-step p {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: #606060;
}

.wec-contact-info-card a {
  position: relative;
  z-index: 2;
  color: #7a5af8;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
}

/* FORM */
.wec-contact-form-row {
  display: flex;
  align-items: center;
}

.wec-contact-form-content p,
.wec-contact-location-content p {
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 1.85;
  color: #555;
}

.wec-contact-check-list div {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.wec-contact-check-list span {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffd402;
  color: #111;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  font-weight: 900;
}

.wec-contact-check-list strong {
  font-size: 15px;
  line-height: 1.6;
  color: #24185f;
}

.wec-contact-form-box {
  padding: 38px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(36, 24, 95, 0.08);
  box-shadow: 0 32px 85px rgba(0, 0, 0, 0.08);
}

.wec-form-group {
  margin-bottom: 20px;
}

.wec-form-group label {
  display: block;
  margin-bottom: 9px;
  color: #24185f;
  font-size: 14px;
  font-weight: 900;
}

.wec-form-group input,
.wec-form-group select,
.wec-form-group textarea {
  width: 100%;
  height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(36, 24, 95, 0.12);
  border-radius: 16px;
  background: #fafafa;
  color: #111;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease;
}

.wec-form-group textarea {
  height: auto;
  min-height: 140px;
  padding: 16px 18px;
  resize: vertical;
}

.wec-form-group input:focus,
.wec-form-group select:focus,
.wec-form-group textarea:focus {
  border-color: #7a5af8;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(122, 90, 248, 0.08);
}

.wec-contact-submit {
  display: inline-block;
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 999px;
  background: #24185f;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  transition: all 0.25s ease;
  box-shadow: 0 16px 36px rgba(36, 24, 95, 0.20);
}

.wec-contact-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(36, 24, 95, 0.28);
}

/* PROCESS */
.wec-contact-step span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 18px;
  background: #ffd402;
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

/* LOCATION */
.wec-contact-location-row {
  display: flex;
  align-items: center;
}

.wec-contact-map-card {
  position: relative;
  min-height: 360px;
  padding: 50px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 212, 2, 0.35), transparent 30%),
    linear-gradient(135deg, #24185f 0%, #17103f 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 32px 85px rgba(36, 24, 95, 0.22);
}

.wec-contact-map-card:before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.28);
}

.wec-contact-map-pin {
  position: relative;
  z-index: 2;
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 24px;
  background: #ffd402;
  color: #111;
  font-size: 34px;
  font-weight: 900;
}

.wec-contact-map-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.wec-contact-map-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 430px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.8;
}

.wec-contact-location-content {
  padding-left: 30px;
}

/* CTA */
.wec-contact-cta {
  background: #fff;
}

.wec-contact-cta-box {
  position: relative;
  padding: 70px 55px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 92% 15%, rgba(255, 212, 2, 0.25), transparent 28%),
    linear-gradient(135deg, #24185f 0%, #17103f 100%);
  text-align: center;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 35px 90px rgba(36, 24, 95, 0.22);
}

.wec-contact-cta-box:before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.28);
}

.wec-contact-cta-box span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.wec-contact-cta-box h2 {
  position: relative;
  z-index: 2;
  margin: 0 auto 18px;
  max-width: 820px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1.3px;
  color: #fff;
}

.wec-contact-cta-box p {
  position: relative;
  z-index: 2;
  margin: 0 auto 30px;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}

.wec-contact-cta-btn {
  position: relative;
  z-index: 2;
  background: #ffd402;
  color: #111 !important;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .wec-contact-hero {
    padding: 85px 0 70px;
  }

  .wec-contact-hero-row,
  .wec-contact-form-row,
  .wec-contact-location-row {
    display: block;
  }

  .wec-contact-h1 {
    font-size: 44px;
    letter-spacing: -1.4px;
  }

  .wec-contact-title {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .wec-contact-visual {
    margin-top: 50px;
    min-height: 460px;
  }

  .wec-contact-visual-box {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .wec-contact-floating-info.info-1 {
    left: 70px;
  }

  .wec-contact-floating-info.info-2 {
    right: 65px;
  }

  .wec-contact-form-box {
    margin-top: 35px;
  }

  .wec-contact-location-content {
    padding-left: 0;
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .wec-contact-hero {
    padding: 70px 0 55px;
  }

  .wec-contact-infos,
  .wec-contact-form-section,
  .wec-contact-process,
  .wec-contact-location,
  .wec-contact-cta {
    padding: 65px 0;
  }

  .wec-contact-h1 {
    font-size: 35px;
    line-height: 1.12;
    letter-spacing: -0.9px;
  }

  .wec-contact-lead {
    font-size: 19px;
  }

  .wec-contact-text {
    font-size: 15px;
  }

  .wec-contact-title {
    font-size: 30px;
    line-height: 1.18;
  }

  .wec-contact-actions {
    display: block;
  }

  .wec-contact-btn {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }

  .wec-contact-visual {
    min-height: 400px;
  }

  .wec-contact-visual-box {
    width: 310px;
    height: 360px;
  }

  .wec-contact-screen {
    left: 24px;
    right: 24px;
    top: 30px;
    bottom: 30px;
    padding: 18px;
  }

  .wec-contact-message-card {
    padding: 14px 16px;
  }

  .wec-contact-message-card.card-b {
    margin-left: 18px;
  }

  .wec-contact-floating-info {
    padding: 11px 14px;
  }

  .wec-contact-floating-info.info-1 {
    top: 52px;
    left: 20px;
  }

  .wec-contact-floating-info.info-2 {
    bottom: 25px;
    right: 20px;
  }

  .wec-contact-info-card,
  .wec-contact-step {
    min-height: auto;
    padding: 28px 24px;
  }

  .wec-contact-form-box {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .wec-contact-map-card {
    min-height: auto;
    padding: 38px 28px;
    border-radius: 28px;
  }

  .wec-contact-map-card h3 {
    font-size: 25px;
  }

  .wec-contact-cta-box {
    padding: 50px 24px;
    border-radius: 28px;
  }

  .wec-contact-cta-box h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .wec-contact-h1 {
    font-size: 31px;
  }

  .wec-contact-title {
    font-size: 27px;
  }

  .wec-contact-visual-box {
    width: 285px;
  }
}

/* ==================================================
   WECREA - HERO DESIGN PACKAGING ALIMENTAIRE
================================================== */

.wec-food-hero {
  position: relative;
  overflow: hidden;
  padding: 115px 0 105px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 212, 2, 0.12), transparent 30%),
    radial-gradient(circle at 92% 82%, rgba(0, 0, 0, 0.04), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fbfbfb 62%, #fff8d8 100%);
}

.wec-food-hero-row {
  display: flex;
  align-items: center;
}

.wec-food-hero-row:before,
.wec-food-hero-row:after {
  display: none;
}

.wec-food-hero-content {
  max-width: 650px;
}

.wec-food-badge {
  display: inline-block;
  padding: 13px 24px;
  margin-bottom: 34px;
  border-radius: 50px;
  background: #ffd402;
  color: #070707;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.wec-food-hero h1 {
  margin: 0 0 28px;
  color: #070707;
  font-size: 56px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -1.6px;
}

.wec-food-hero h1 span {
  color: #111;
}

.wec-food-hero h1 span:after {
  content: "";
  display: block;
  width: 110px;
  height: 6px;
  margin-top: 18px;
  border-radius: 50px;
  background: #ffd402;
}

.wec-food-hero-content p {
  max-width: 630px;
  margin: 0 0 34px;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 1.85;
  font-weight: 400;
}

.wec-food-hero-content p strong {
  color: #050505;
  font-weight: 800;
}

.wec-food-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.wec-food-btn {
  display: inline-block;
  padding: 18px 30px;
  border-radius: 10px;
  background: #ffd402;
  color: #050505 !important;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 18px 45px rgba(255, 212, 2, 0.28);
  transition: all 0.25s ease;
}

.wec-food-btn:hover {
  background: #050505;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
}

.wec-food-hero-actions span {
  color: #696969;
  font-size: 15px;
  line-height: 1.5;
}

/* IMAGE RIGHT */
.wec-food-hero-visual {
  position: relative;
  max-width: 640px;
  margin-left: auto;
  min-height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wec-food-hero-img {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
 
}

.wec-food-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.wec-food-circle.one {
  width: 520px;
  height: 520px;
  border: 2px solid rgba(255, 212, 2, 0.75);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
}

.wec-food-circle.two {
  width: 610px;
  height: 610px;
  border: 1px dashed rgba(0, 0, 0, 0.22);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(14deg);
}

/* petits éléments décoratifs */
.wec-food-hero-visual:before {
  content: "";
  position: absolute;
  top: 60px;
  right: 95px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffd402;
  box-shadow:
    -220px 80px 0 rgba(255, 212, 2, 0.65),
    -70px 420px 0 rgba(0, 0, 0, 0.18),
    130px 350px 0 rgba(255, 212, 2, 0.75);
  z-index: 2;
}

.wec-food-hero-visual:after {
  content: "";
  position: absolute;
  right: 35px;
  bottom: 75px;
  width: 42px;
  height: 42px;
  border-right: 3px solid #ffd402;
  border-bottom: 3px solid #ffd402;
  transform: rotate(-35deg);
  z-index: 2;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .wec-food-hero {
    padding: 90px 0 80px;
  }

  .wec-food-hero-row {
    display: block;
  }

  .wec-food-hero h1 {
    font-size: 46px;
  }

  .wec-food-hero-visual {
    max-width: 560px;
    min-height: auto;
    margin: 60px auto 0;
  }

  .wec-food-circle.one {
    width: 430px;
    height: 430px;
  }

  .wec-food-circle.two {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .wec-food-hero {
    padding: 70px 0 65px;
  }

  .wec-food-badge {
    padding: 11px 18px;
    margin-bottom: 24px;
    font-size: 12px;
  }

  .wec-food-hero h1 {
    font-size: 36px;
    line-height: 1.16;
    letter-spacing: -0.8px;
  }

  .wec-food-hero-content p {
    font-size: 16px;
    line-height: 1.75;
  }

  .wec-food-hero-actions {
    display: block;
  }

  .wec-food-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }

  .wec-food-hero-actions span {
    display: block;
    font-size: 14px;
  }

  .wec-food-hero-visual {
    margin-top: 45px;
  }

  .wec-food-hero-img {
    max-width: 100%;
  }

  .wec-food-circle.one {
    width: 300px;
    height: 300px;
  }

  .wec-food-circle.two {
    width: 360px;
    height: 360px;
  }
}


/* ==================================================
   INTRO SEO PACKAGING — VERSION 2
================================================== */

.wc-packaging-intro-v2 {
  position: relative;
  overflow: hidden;
  padding: 105px 0 100px;
  background: #f8f7fc;
}

/* Halo violet */
.wc-packaging-intro-v2:before {
  content: "";
  position: absolute;
  top: -220px;
  left: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgb(122 90 248 / 4%);
  filter: blur(10px);
  pointer-events: none;
}



.wc-packaging-intro-v2 .container {
  position: relative;
  z-index: 3;
}

.wc-packaging-intro-row {
  display: flex;
  align-items: center;
}

/* ==================================================
   CONTENU GAUCHE
================================================== */

.wc-packaging-intro-content {
  position: relative;
  max-width: 880px;
  padding-right: 50px;
}

.wc-packaging-intro-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
  color: #24185f;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.wc-packaging-intro-label span {
  display: inline-block;
  width: 36px;
  height: 3px;
  margin-right: 13px;
  border-radius: 20px;
  background: #ffd402;
}

/* H1 SEO */
.wc-packaging-intro-title {
  max-width: 850px;
  margin: 0;
  color: #21164c;
  font-family: "Raleway", sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -3px;
}

/* Ligne forte */
.wc-packaging-intro-title span {
  position: relative;
  display: block;
  color: #ffd402;
}



/* Description */
.wc-packaging-intro-description {
  max-width: 720px;
  margin: 34px 0 0;
  color: #67617a;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

/* Services */
.wc-packaging-intro-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}

.wc-packaging-intro-services span {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid rgba(36, 24, 95, 0.12);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.75);
  color: #24185f;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(36, 24, 95, 0.05);
}

/* ==================================================
   CARTE EXPÉRIENCE
================================================== */

.wc-packaging-experience-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 38px;
  border-radius: 30px;
  background: #24185f;
  box-shadow: 0 35px 70px rgba(36, 24, 95, 0.22);
}

/* Cercle décoratif */
.wc-packaging-experience-card:before {
  content: "";
  position: absolute;
  top: -100px;
  right: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.12);
}

/* Petit bloc violet */
.wc-packaging-experience-card:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 28px;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  transform: rotate(15deg);
}

.wc-packaging-experience-number {
  position: relative;
  z-index: 2;
  color: #ffd402;
  font-family: "Raleway", sans-serif;
  font-size: 115px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -8px;
}

.wc-packaging-experience-content {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}

.wc-packaging-experience-content strong {
  display: block;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.25;
}

.wc-packaging-experience-content p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.wc-packaging-experience-line {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1px;
  margin: 28px 0 18px;
  background: rgba(255, 255, 255, 0.14);
}

.wc-packaging-experience-note {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

/* ==================================================
   GRAND MOT EN ARRIÈRE-PLAN
================================================== */

.wc-packaging-intro-word {
  position: absolute;
  left: 50%;
  bottom: -45px;
  z-index: 1;
  transform: translateX(-50%);
  color: transparent;
  font-family: "Raleway", sans-serif;
  font-size: 170px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -7px;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(36, 24, 95, 0.055);
  pointer-events: none;
}

/* ==================================================
   TABLETTE
================================================== */

@media (max-width: 991px) {

  .wc-packaging-intro-v2 {
    padding: 80px 0;
  }

  .wc-packaging-intro-row {
    display: block;
  }

  .wc-packaging-intro-content {
    max-width: 100%;
    padding-right: 0;
  }

  .wc-packaging-intro-title {
    max-width: 800px;
    font-size: 55px;
    letter-spacing: -2.5px;
  }

  .wc-packaging-experience-card {
    min-height: 0;
    margin-top: 55px;
  }

  .wc-packaging-experience-number {
    font-size: 95px;
  }

  .wc-packaging-intro-word {
    font-size: 120px;
  }
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

  .wc-packaging-intro-v2 {
    padding: 58px 0 65px;
  }

  .wc-packaging-intro-label {
    margin-bottom: 22px;
    font-size: 10px;
    letter-spacing: 0.8px;
  }

  .wc-packaging-intro-label span {
    width: 24px;
  }

  .wc-packaging-intro-title {
    font-size: 41px;
    line-height: 1.07;
    letter-spacing: -1.8px;
  }

  .wc-packaging-intro-title span {
    margin: 4px 0;
  }

  .wc-packaging-intro-title span:after {
    bottom: 1px;
    width: 80px;
    height: 6px;
  }

  .wc-packaging-intro-description {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.7;
  }

  .wc-packaging-intro-services {
    margin-top: 26px;
  }

  .wc-packaging-intro-services span {
    padding: 9px 13px;
    font-size: 11px;
  }

  .wc-packaging-experience-card {
    margin-top: 42px;
    padding: 30px 26px;
    border-radius: 24px;
  }

  .wc-packaging-experience-number {
    font-size: 80px;
    letter-spacing: -5px;
  }

  .wc-packaging-experience-content strong {
    font-size: 20px;
  }

  .wc-packaging-intro-word {
    display: none;
  }
}

/* ==================================================
   PETITS MOBILES
================================================== */

@media (max-width: 420px) {

  .wc-packaging-intro-title {
    font-size: 35px;
    letter-spacing: -1.3px;
  }

  .wc-packaging-experience-number {
    font-size: 70px;
  }
}

/* ==================================================
   BLOC SEO PACKAGING WECREA 2026
================================================== */

.wec-seo-packaging-2026 {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(
      circle at 5% 10%,
      rgba(122, 90, 248, 0.10),
      transparent 27%
    ),
    radial-gradient(
      circle at 95% 90%,
      rgba(255, 212, 2, 0.13),
      transparent 25%
    ),
    #fbfafd;
}



.wec-seo-packaging-header,
.wec-seo-packaging-body,
.wec-seo-packaging-location {
  position: relative;
  z-index: 2;
}

/* EN-TÊTE */

.wec-seo-packaging-header {
  display: flex;
  align-items: flex-start;
}

.wec-seo-packaging-label {
  display: inline-block;
  margin-bottom: 32px;
  padding: 12px 21px;
  border-radius: 50px;
  background: #ffd402;
  color: #17131e;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.wec-seo-packaging-index {
  margin: 0;
  color: rgba(36, 24, 95, 0.20);
  font-size: 45px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wec-seo-packaging-title {
  max-width: 840px;
  margin: 0 0 28px;
  color: #151219;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -2px;
}

.wec-seo-packaging-title span {
  display: block;
  color: #7a5af8;
}

.wec-seo-packaging-lead {
  max-width: 850px;
  margin: 0;
  color: #575060;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 400;
}

/* CONTENU */

.wec-seo-packaging-body {
  display: flex;
  margin-top: 70px;
}

.wec-seo-packaging-text {
  position: relative;
  min-height: 270px;
  padding: 38px 45px 38px 90px;
  border-top: 1px solid rgba(36, 24, 95, 0.12);
}

.wec-seo-packaging-body .col-md-6:first-child
.wec-seo-packaging-text {
  padding-left: 60px;
  padding-right: 55px;
}

.wec-seo-packaging-number {
  position: absolute;
  top: 42px;
  left: 18px;
  color: #7a5af8;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
}

.wec-seo-packaging-body .col-md-6:first-child
.wec-seo-packaging-number {
  left: 0;
}

.wec-seo-packaging-text h3 {
  margin: 0 0 18px;
  color: #211b2b;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 750;
}

.wec-seo-packaging-text p {
  margin: 0;
  color: #696271;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 400;
}

/* LOCALISATION */

.wec-seo-packaging-location {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  margin-top: 25px;
  padding: 36px 40px;
  border-radius: 20px;
  background: #22185c;
}

.wec-seo-packaging-location-title {
  flex: 0 0 310px;
}

.wec-seo-packaging-location-title span {
  display: block;
  margin-bottom: 8px;
  color: #ffd402;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wec-seo-packaging-location-title strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.wec-seo-packaging-location p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.85;
}

/* TABLETTE */

@media (max-width: 991px) {

  .wec-seo-packaging-2026 {
    padding: 80px 0;
  }

  .wec-seo-packaging-2026:before {
    display: none;
  }

  .wec-seo-packaging-header,
  .wec-seo-packaging-body {
    display: block;
  }

  .wec-seo-packaging-index {
    display: none;
  }

  .wec-seo-packaging-title {
    margin-top: 10px;
    font-size: 43px;
  }

  .wec-seo-packaging-body {
    margin-top: 50px;
  }

  .wec-seo-packaging-text,
  .wec-seo-packaging-body .col-md-6:first-child
  .wec-seo-packaging-text {
    min-height: 0;
    padding: 32px 20px 32px 55px;
  }

  .wec-seo-packaging-number,
  .wec-seo-packaging-body .col-md-6:first-child
  .wec-seo-packaging-number {
    top: 37px;
    left: 5px;
  }

  .wec-seo-packaging-location {
    display: block;
  }

  .wec-seo-packaging-location-title {
    margin-bottom: 20px;
  }
}

/* MOBILE */

@media (max-width: 767px) {

  .wec-seo-packaging-2026 {
    padding: 65px 0;
  }

  .wec-seo-packaging-label {
    margin-bottom: 23px;
    padding: 10px 16px;
    font-size: 12px;
  }

  .wec-seo-packaging-title {
    font-size: 35px;
    line-height: 1.12;
    letter-spacing: -1px;
  }

  .wec-seo-packaging-lead {
    font-size: 17px;
    line-height: 1.7;
  }

  .wec-seo-packaging-text,
  .wec-seo-packaging-body .col-md-6:first-child
  .wec-seo-packaging-text {
    padding: 28px 0 28px 42px;
  }

  .wec-seo-packaging-text h3 {
    font-size: 21px;
  }

  .wec-seo-packaging-text p {
    font-size: 15px;
    line-height: 1.8;
  }

  .wec-seo-packaging-location {
    gap: 0;
    padding: 28px 23px;
    border-radius: 17px;
  }

  .wec-seo-packaging-location-title {
    margin-bottom: 18px;
  }

  .wec-seo-packaging-location-title strong {
    font-size: 20px;
  }

  .wec-seo-packaging-location p {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* =========================================================
   POURQUOI FAIRE UN AUDIT PACKAGING V2
========================================================= */

.wec-audit-impact-v2 {
  position: relative;
  overflow: hidden;
  padding: 70px 0 65px;
  background:
    radial-gradient(
      circle at 78% 22%,
      rgba(122, 90, 248, 0.055),
      transparent 26%
    ),
    #ffffff;
  font-family: "Lato", Arial, sans-serif;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.wec-audit-impact-v2__intro {
  display: flex;
  align-items: center;
}

.wec-audit-impact-v2__content {
  max-width: 585px;
}

.wec-audit-impact-v2__badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 22px;
  padding: 10px 20px;
  border-radius: 50px;
  background: #ffd402;
  color: #10101a;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.wec-audit-impact-v2__title {
  margin: 0 0 20px;
  color: #21164c;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -1.3px;
  font-weight: 800;
}

.wec-audit-impact-v2__title span {
  color: #ffd402;
}

.wec-audit-impact-v2__description {
  max-width: 560px;
  margin: 0;
  color: #626a7b;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 400;
}


/* =========================================================
   VISUEL
========================================================= */

.wec-audit-impact-v2__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
}

.wec-audit-impact-v2__visual-circle {
  position: absolute;
  z-index: 0;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.045);
}

.wec-audit-impact-v2__image {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 100%;
  max-height: 390px;
  margin: 0 auto;
  object-fit: contain;
}

.wec-audit-impact-v2__shape {
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 2px solid #ffd402;
  transform: rotate(45deg);
}

.wec-audit-impact-v2__shape--one {
  top: 86px;
  left: 55px;
}

.wec-audit-impact-v2__shape--two {
  top: 68px;
  right: 54px;
}

.wec-audit-impact-v2__shape--three {
  right: 30px;
  bottom: 88px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}


/* =========================================================
   SÉPARATEUR
========================================================= */

.wec-audit-impact-v2__separator {
  
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 34px 0 30px;
}

.wec-audit-impact-v2__separator h3 {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding-bottom: 14px;
  color: #111c36;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
}

.wec-audit-impact-v2__separator h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 68px;
  height: 3px;
  border-radius: 50px;
  background: #ffd402;
  transform: translateX(-50%);
}




/* =========================================================
   CARTES
========================================================= */

.wec-audit-impact-v2__cards {
  display: flex;
  flex-wrap: wrap;
}

.wec-audit-impact-v2__cards > div {
  display: flex;
}

.wec-audit-impact-v2__card {
  position: relative;
  width: 100%;
  min-height: 250px;
  padding: 25px 22px 22px;
  border: 1px solid #e3e5ea;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(22, 28, 45, 0.055);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.wec-audit-impact-v2__card:hover {
  border-color: rgba(255, 212, 2, 0.8);
  box-shadow: 0 18px 35px rgba(22, 28, 45, 0.1);
  transform: translateY(-5px);
}

.wec-audit-impact-v2__card-top {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  min-height: 72px;
  margin-bottom: 17px;
}

.wec-audit-impact-v2__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 212, 2, 0.08);
}

.wec-audit-impact-v2__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #f5bc00;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wec-audit-impact-v2__number {
  padding-bottom: 4px;
  color: #f5bc00;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.wec-audit-impact-v2__card h4 {
  margin: 0 0 12px;
  color: #111a31;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.wec-audit-impact-v2__card p {
  margin: 0;
  color: #565d6e;
  font-size: 14px;
  line-height: 1.65;
}

.wec-audit-impact-v2__small-line {
  position: absolute;
  left: 22px;
  bottom: 20px;
  width: 27px;
  height: 3px;
  border-radius: 30px;
  background: #ffd402;
}


/* =========================================================
   BANDEAU FINAL
========================================================= */

.wec-audit-impact-v2__result {
  display: flex;
  align-items: center;
  max-width: 1020px;
  margin: 30px auto 0;
  padding: 20px 28px;
  border-radius: 15px;
  background: #22185c;
}

.wec-audit-impact-v2__result-icon {
  display: flex;
  flex: 0 0 68px;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-right: 22px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(30, 35, 50, 0.05);
}

.wec-audit-impact-v2__result-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #f5bc00;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wec-audit-impact-v2__result-text h4 {
  margin: 0 0 7px;
  color: #ffffff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 800;
}

.wec-audit-impact-v2__result-text p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}


/* =========================================================
   TABLETTE
========================================================= */

@media (max-width: 991px) {

  .wec-audit-impact-v2 {
    padding: 60px 0;
  }

  .wec-audit-impact-v2__title {
    font-size: 34px;
  }

  .wec-audit-impact-v2__visual {
    min-height: 340px;
  }

  .wec-audit-impact-v2__image {
    max-height: 330px;
  }

  .wec-audit-impact-v2__visual-circle {
    width: 300px;
    height: 300px;
  }

  .wec-audit-impact-v2__cards > div {
    margin-bottom: 22px;
  }

  .wec-audit-impact-v2__card {
    min-height: 230px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .wec-audit-impact-v2 {
    padding: 48px 0;
  }

  .wec-audit-impact-v2__intro {
    display: block;
  }

  .wec-audit-impact-v2__content {
    max-width: none;
  }

  .wec-audit-impact-v2__badge {
    margin-bottom: 18px;
    padding: 9px 17px;
    font-size: 13px;
  }

  .wec-audit-impact-v2__title {
    font-size: 31px;
    line-height: 1.12;
    letter-spacing: -0.8px;
  }

  .wec-audit-impact-v2__title br {
    display: none;
  }

  .wec-audit-impact-v2__description {
    font-size: 15px;
    line-height: 1.75;
  }

  .wec-audit-impact-v2__visual {
    min-height: 300px;
    margin-top: 25px;
  }

  .wec-audit-impact-v2__image {
    max-height: 290px;
  }

  .wec-audit-impact-v2__visual-circle {
    width: 270px;
    height: 270px;
  }

  .wec-audit-impact-v2__separator {
    margin: 20px 0 26px;
  }

  .wec-audit-impact-v2__separator-line {
    display: none;
  }

  .wec-audit-impact-v2__separator h3 {
    font-size: 17px;
  }

  .wec-audit-impact-v2__cards {
    display: block;
  }

  .wec-audit-impact-v2__cards > div {
    display: block;
  }

  .wec-audit-impact-v2__card {
    min-height: auto;
    padding-bottom: 45px;
  }

  .wec-audit-impact-v2__result {
    align-items: flex-start;
    padding: 20px;
  }

  .wec-audit-impact-v2__result-icon {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    margin-right: 15px;
  }

  .wec-audit-impact-v2__result-icon svg {
    width: 31px;
    height: 31px;
  }

  .wec-audit-impact-v2__result-text h4 {
    font-size: 15px;
  }

}


/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 480px) {

  .wec-audit-impact-v2__title {
    font-size: 28px;
  }

  .wec-audit-impact-v2__visual {
    min-height: 260px;
  }

  .wec-audit-impact-v2__image {
    max-height: 310px;
  }

  .wec-audit-impact-v2__visual-circle {
    width: 230px;
    height: 230px;
  }

  .wec-audit-impact-v2__result {
    display: block;
  }

  .wec-audit-impact-v2__result-icon {
    margin: 0 0 14px;
  }

}


/* ==================================================
   DÉCORATION DES CARTES D’AUDIT
================================================== */

.wec-audit-analyse-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Grand cercle décoratif en haut à droite */
.wec-audit-analyse-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -58px;
  right: -58px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(122, 90, 248, 0.08);
  pointer-events: none;
  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

/* Le contenu reste au-dessus de la décoration */
.wec-audit-analyse-icon,
.wec-audit-analyse-card h3,
.wec-audit-analyse-card ul {
  position: relative;
  z-index: 2;
}

/* Animation légère au survol */
.wec-audit-analyse-card:hover::before {
  transform: scale(1.15);
  background: rgba(122, 90, 248, 0.12);
}


/* boutton slider DPP */
.dipacking-demo-cta {
  width: 100%;
  margin-top: 28px;
  text-align: center;
}

.dipacking-demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-height: 52px;
  padding: 14px 28px;

  background: #7657ff;
  color: #ffffff;
  border: 1px solid #7657ff;
  border-radius: 14p.dipacking-demo-cta {x;

  font-size: 15px;
  font-weight: 700;
  text-decoration: none;

  box-shadow: 0 12px 28px rgba(118, 87, 255, 0.22);
  transition: all 0.3s ease;
}

.dipacking-demo-btn span {
  font-size: 21px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.dipacking-demo-btn:hover,
.dipacking-demo-btn:focus {
  background: #6245ec;
  border-color: #6245ec;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(118, 87, 255, 0.3);
}

.dipacking-demo-btn:hover span {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .dipacking-demo-cta {
    margin-top: 22px;
    padding: 0 20px;
  }

  .dipacking-demo-btn {
    width: 100%;
    max-width: 320px;
  }
}


