.elementor-4900 .elementor-element.elementor-element-bd51f8b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4900 .elementor-element.elementor-element-e8d888b{--spacer-size:118px;}.elementor-4900 .elementor-element.elementor-element-bf2e0f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4900 .elementor-element.elementor-element-b0c0598{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ab99387 */.hero-fondu {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  align-items: center;
}

/* IMAGE */
.hero-fondu__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FONDU PLUS DOUX */
.hero-fondu__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(241, 246, 252, 0.90) 0%,
    rgba(241, 246, 252, 0.82) 22%,
    rgba(241, 246, 252, 0.62) 42%,
    rgba(241, 246, 252, 0.28) 62%,
    rgba(241, 246, 252, 0.08) 78%,
    rgba(241, 246, 252, 0) 100%
  );
  z-index: 1;
}

/* CONTENEUR GLOBAL */
.hero-fondu__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 70px;
  display: flex;
  align-items: center;
  min-height: 680px;
}

/* BLOC TEXTE */
.hero-fondu__content {
  max-width: 710px;
  margin-left: 10px;
}

/* TITRE */
.hero-fondu__content h1 {
  margin: 0 0 28px;
  font-size: 70px;
  line-height: 0.98;
  font-weight: 800;
  color: #143f86;
  letter-spacing: -0.04em;
}

/* LISTE */
.hero-fondu__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
}

.hero-fondu__content li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #1c4d95;
  font-weight: 500;
}

.hero-fondu__content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #35b86b;
  font-weight: 800;
}

/* BOUTON */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 999px;
  background: #255eb4;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #1b4c97;
  transform: translateY(-2px);
}

/* TABLETTE */
@media (max-width: 1024px) {
  .hero-fondu {
    min-height: 620px;
  }

  .hero-fondu__inner {
    min-height: 620px;
    padding: 40px 40px;
  }

  .hero-fondu__content h1 {
    font-size: 54px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .hero-fondu {
    min-height: auto;
    border-radius: 18px;
  }

  .hero-fondu__overlay {
    background: linear-gradient(
      180deg,
      rgba(241, 246, 252, 0.88) 0%,
      rgba(241, 246, 252, 0.92) 45%,
      rgba(241, 246, 252, 0.78) 100%
    );
  }

  .hero-fondu__inner {
    min-height: auto;
    padding: 38px 24px 42px;
    align-items: flex-start;
  }

  .hero-fondu__content {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-fondu__content h1 {
    font-size: 42px;
    line-height: 1.02;
    margin-bottom: 22px;
  }

  .hero-fondu__content li {
    font-size: 16px;
  }

  .btn-primary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d22bfcc */.pdmv-services {
  padding: 80px 20px;
  background: #ffffff;
}

.pdmv-services__container {
  max-width: 1280px;
  margin: 0 auto;
}

.pdmv-services__head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 46px;
}

.pdmv-services__head h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1f1f1f;
}

.pdmv-services__head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #4b5f86;
}

.pdmv-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pdmv-service-card {
  background: #fdfefe;
  border: 1px solid #d8e3f3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(30, 74, 139, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pdmv-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(30, 74, 139, 0.10);
}

.pdmv-service-card__image {
  aspect-ratio: 1 / 0.86;
  overflow: hidden;
}

.pdmv-service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdmv-service-card__content {
  padding: 18px 18px 22px;
  text-align: center;
}

.pdmv-service-card__content h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #19488f;
}

.pdmv-service-card__quote {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 600;
  color: #3f6db3;
}

.pdmv-service-card__content p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #66738f;
}

.pdmv-service-card__price {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #215db4;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.pdmv-services__cta {
  text-align: center;
  margin-top: 38px;
}

.pdmv-services__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2b69c6 0%, #1f56a7 100%);
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border: none;
  box-shadow: 0 12px 26px rgba(31, 86, 167, 0.20);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.pdmv-services__btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(31, 86, 167, 0.28);
}

.pdmv-services__btn:visited,
.pdmv-services__btn:focus,
.pdmv-services__btn:active {
  color: #ffffff !important;
  text-decoration: none;
}

/* Tablette */
@media (max-width: 1100px) {
  .pdmv-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pdmv-services {
    padding: 56px 16px;
  }

  .pdmv-services__head {
    margin-bottom: 30px;
  }

  .pdmv-services__head p {
    font-size: 16px;
  }

  .pdmv-services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pdmv-service-card__price {
    font-size: 22px;
  }

  .pdmv-services__btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cfa56fa */.pdmv-traitement {
  padding: 90px 20px;
  background: linear-gradient(180deg, #eef5fc 0%, #e8f1fb 100%);
  border-radius: 26px;
}

.pdmv-traitement__container {
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */
.pdmv-traitement__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 58px;
}

.pdmv-traitement__head h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1f1f1f;
}

.pdmv-traitement__head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #5b7094;
}

/* GRID */
.pdmv-traitement__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ITEM */
.pdmv-traitement__item {
  text-align: center;
  padding: 28px 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.pdmv-traitement__item:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 14px 30px rgba(31, 86, 167, 0.08);
}

/* CERCLE IMAGE */
.pdmv-traitement__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(43, 105, 198, 0.08);
  border: 1px solid rgba(43, 105, 198, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}

.pdmv-traitement__icon img {
  width: 490px;
  height: 460px;
  object-fit: contain;
  display: block;
}

/* TITRE */
.pdmv-traitement__item h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  color: #1f4b91;
}

/* TEXTE */
.pdmv-traitement__item span {
  display: block;
  font-size: 15px;
  line-height: 1.55;
  color: #667b9f;
}

/* PETITE LIGNE EN DESSOUS */
.pdmv-traitement__item::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #38b86c 0%, #2f9e5f 100%);
  opacity: 0.95;
}

/* TABLETTE */
@media (max-width: 1024px) {
  .pdmv-traitement {
    padding: 70px 20px;
  }

  .pdmv-traitement__head {
    margin-bottom: 42px;
  }

  .pdmv-traitement__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .pdmv-traitement {
    padding: 56px 16px;
    border-radius: 18px;
  }

  .pdmv-traitement__head {
    margin-bottom: 34px;
  }

  .pdmv-traitement__head p {
    font-size: 16px;
  }

  .pdmv-traitement__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pdmv-traitement__item {
    padding: 24px 16px 18px;
  }

  .pdmv-traitement__icon {
    width: 82px;
    height: 82px;
  }

  .pdmv-traitement__icon img {
    width: 38px;
    height: 38px;
  }

  .pdmv-traitement__item h3 {
    font-size: 19px;
  }

  .pdmv-traitement__item span {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14b3828 */.pdmv-reassurance {
  padding: 0 20px 40px;
}

.pdmv-reassurance__container {
  max-width: 1220px;
  margin: 0 auto;
  background: linear-gradient(180deg, #eaf3fc 0%, #e4eef9 100%);
  border-radius: 22px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(43, 105, 198, 0.08);
}

/* LISTE GAUCHE */
.pdmv-reassurance__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.pdmv-reassurance__list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #204b90;
  line-height: 1.4;
}

.pdmv-reassurance__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2fb363;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BADGES PAIEMENT */
.pdmv-reassurance__center {
  display: flex;
  justify-content: center;
}

.pdmv-payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.pdmv-payment-badge {
  min-width: 92px;
  height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(31, 86, 167, 0.12);
  color: #173f7f;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(31, 86, 167, 0.06);
}

/* IMAGE DROITE */
.pdmv-reassurance__right {
  display: flex;
  justify-content: flex-end;
}

.pdmv-reassurance__right img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: 0 10px 22px rgba(31, 86, 167, 0.10);
}

/* TABLETTE */
@media (max-width: 1024px) {
  .pdmv-reassurance__container {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 22px;
  }

  .pdmv-reassurance__list {
    justify-items: center;
  }

  .pdmv-reassurance__list li {
    text-align: left;
  }

  .pdmv-reassurance__right {
    justify-content: center;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .pdmv-reassurance {
    padding: 0 16px 32px;
  }

  .pdmv-reassurance__container {
    border-radius: 18px;
    gap: 18px;
  }

  .pdmv-reassurance__list li {
    font-size: 16px;
  }

  .pdmv-payment-badge {
    min-width: 84px;
    height: 40px;
    font-size: 13px;
  }

  .pdmv-reassurance__right img {
    width: 74px;
    height: 74px;
    border-radius: 14px;
  }
}/* End custom CSS */