.elementor-1421 .elementor-element.elementor-element-4f6b107f{--display:flex;--min-height:566px;--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;--overlay-opacity:1;}.elementor-1421 .elementor-element.elementor-element-4f6b107f:not(.elementor-motion-effects-element-type-background), .elementor-1421 .elementor-element.elementor-element-4f6b107f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://if2m.fr/wp-content/uploads/2025/10/93547375-e024-4509-8c44-213ee1136cf7.png");background-size:cover;}.elementor-1421 .elementor-element.elementor-element-4f6b107f::before, .elementor-1421 .elementor-element.elementor-element-4f6b107f > .elementor-background-video-container::before, .elementor-1421 .elementor-element.elementor-element-4f6b107f > .e-con-inner > .elementor-background-video-container::before, .elementor-1421 .elementor-element.elementor-element-4f6b107f > .elementor-background-slideshow::before, .elementor-1421 .elementor-element.elementor-element-4f6b107f > .e-con-inner > .elementor-background-slideshow::before, .elementor-1421 .elementor-element.elementor-element-4f6b107f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #FFFFFF 0%, #F2295B00 100%);}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1421 .elementor-element.elementor-element-70761646{margin:114px 24px calc(var(--kit-widget-spacing, 0px) + 24px) 24px;}.elementor-1421 .elementor-element.elementor-element-2fe89bd9{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1421 .elementor-element.elementor-element-6dc21aa{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1421 .elementor-element.elementor-element-357cfdeb{--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-1421 .elementor-element.elementor-element-357cfdeb:not(.elementor-motion-effects-element-type-background), .elementor-1421 .elementor-element.elementor-element-357cfdeb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://if2m.fr/wp-content/uploads/2025/10/93547375-e024-4509-8c44-213ee1136cf7.png");background-repeat:no-repeat;background-size:cover;}/* Start custom CSS for text-editor, class: .elementor-element-70761646 *//* slider-affichage.css */
/* ===========================
   IF2M — Slider AFFICHAGE (CSS)
   =========================== */

.if2m-affichage-slider {
  /* Thème local */
  --if2m-blue: #0d5587;
  --if2m-orange: #ee8422;
  --ink: #111;
  --body: #333;

  /* Layout & spacing */
  --gap: 14px;
  --side-rail: 80px; /* réserve droite pour bouton/menu sticky */
  --arrow-offset: 60px; /* décalage des flèches */
  --dots-bottom: -16px;

  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--body);
  background: none;
  box-shadow: none;
  position: relative;
  isolation: isolate;
  z-index: 0;
}

/* Conteneur */
.if2m-affichage-slider .if2m-slider-shell {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 6px 0 26px;
}

/* Viewport */
.if2m-affichage-slider .if2m-slider-viewport {
  position: relative;
  overflow: visible;
}

/* Track */
.if2m-affichage-slider .if2m-slides {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  align-items: stretch;
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Slide */
.if2m-affichage-slider .if2m-slide {
  padding: clamp(10px, 3vw, 28px) 0;
  padding-right: calc(var(--side-rail) + 12px);
  display: grid;
  gap: var(--gap);
  min-height: 220px;
  position: relative;
  background: none;
  opacity: 0;
  pointer-events: none;
}

/* Ligne guide subtile */
.if2m-affichage-slider .if2m-slide::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(13, 85, 135, 0.22),
    transparent
  );
  transform: scaleX(0.82);
  opacity: 0.3;
  pointer-events: none;
}

.if2m-affichage-slider .if2m-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Typographies */
.if2m-affichage-slider .if2m-kicker {
  font: 600 0.78rem/1 Outfit, system-ui;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--if2m-blue);
  margin: 0;
  opacity: 0;
  transform: translateY(6px);
}

.if2m-affichage-slider .if2m-title {
  font: 800 clamp(22px, 3.2vw, 32px) / 1.14 Outfit, system-ui;
  color: var(--ink);
  margin: 0;
  display: inline-block;
}

.if2m-affichage-slider .if2m-text {
  font: 400 1rem/1.6 Comfortaa, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  margin: 2px 0 10px;
  color: var(--body);
  position: relative;
  display: inline-block;
  --reveal: inset(0 100% 0 0);
  -webkit-mask: linear-gradient(#000 0 0) var(--reveal);
  mask: linear-gradient(#000 0 0) var(--reveal);
}

/* CTA */
.if2m-affichage-slider .if2m-cta-wrap {
  margin-top: 2px;
  position: relative;
  z-index: 3;
}

.if2m-affichage-slider .if2m-cta {
  display: inline-block;
  position: relative;
  padding: 0.2rem 0.05rem;
  text-decoration: none;
  font: 800 1rem/1.1 Outfit, system-ui;
  color: var(--ink);
}

.if2m-affichage-slider .if2m-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, var(--if2m-orange), #f7ad6e);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  border-radius: 2px;
}

.if2m-affichage-slider .if2m-cta:hover::after {
  transform: scaleX(1);
}

/* Contrôles (flèches) */
.if2m-affichage-slider .if2m-controls {
  position: absolute;
  inset: auto 0 -4px 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding-right: var(--side-rail);
}

.if2m-affichage-slider .if2m-btn {
  pointer-events: auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  font-size: 20px;
  line-height: 38px;
  color: var(--ink);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  z-index: 2;
}

.if2m-affichage-slider .if2m-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 0, 0, 0.12);
}

.if2m-affichage-slider .if2m-btn.prev {
  position: relative;
  left: calc(-1 * var(--arrow-offset));
}

.if2m-affichage-slider .if2m-btn.next {
  position: relative;
  right: calc(-1 * var(--arrow-offset));
}

/* Dots */
.if2m-affichage-slider .if2m-dots {
  position: absolute;
  bottom: var(--dots-bottom);
  right: var(--side-rail);
  display: flex;
  gap: 8px;
  align-items: center;
}

.if2m-affichage-slider .if2m-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #cfd6de;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.if2m-affichage-slider
  .if2m-dots
  button[aria-selected="true"] {
  background: var(--if2m-blue);
  transform: scale(1.15);
}

/* Animations */
@keyframes liftFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wordSlide {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textReveal {
  from {
    -webkit-mask: linear-gradient(#000 0 0) inset(0 100% 0 0);
    mask: linear-gradient(#000 0 0) inset(0 100% 0 0);
  }
  to {
    -webkit-mask: linear-gradient(#000 0 0) inset(0 0 0 0);
    mask: linear-gradient(#000 0 0) inset(0 0 0 0);
  }
}

@keyframes fadeUpSoft {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-6px);
  }
}

.if2m-affichage-slider .is-entering .if2m-kicker {
  animation: liftFade 0.55s ease-out both 0.04s;
}

.if2m-affichage-slider .is-entering .if2m-title .word {
  animation: wordSlide 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: calc(var(--i) * 110ms + 140ms);
}

.if2m-affichage-slider .is-entering .if2m-text {
  animation: textReveal 1s cubic-bezier(0.22, 0.61, 0.36, 1) both 0.22s;
}

.if2m-affichage-slider .is-leaving .if2m-kicker,
.if2m-affichage-slider .is-leaving .if2m-text,
.if2m-affichage-slider .is-leaving .if2m-title .word {
  animation: fadeUpSoft 0.45s ease both;
}

/* Responsive / A11Y */
@media (max-width: 980px) {
  .if2m-affichage-slider {
    --side-rail: 0px;
    --arrow-offset: 30px;
  }
  .if2m-affichage-slider .if2m-controls {
    padding-right: 0;
  }
  .if2m-affichage-slider .if2m-dots {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 720px) {
  .if2m-affichage-slider .if2m-controls {
    display: none; /* swipe only */
  }
}

@media (prefers-reduced-motion: reduce) {
  .if2m-affichage-slider * {
    animation: none !important;
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6dc21aa *//* ==========================
   IF2M — Pack Affichage Premium 75"
   ========================== */

.if2m-premium {
  --if2m-blue: #0d5587;
  --if2m-orange: #ee8422;
  --ink: #111111;
  --body: #333333;

  padding: 70px 0 64px;
  background:
    radial-gradient(circle at 20% 0%, rgba(238, 132, 34, 0.2), transparent 55%),
    radial-gradient(circle at 100% 70%, rgba(13, 85, 135, 0.28), transparent 55%),
    linear-gradient(180deg, #fefefe, #f3f4ff);
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif;
  color: var(--body);
  position: relative;
}

/* conteneur */
.if2m-premium .if2m-shell {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* Header */
.if2m-premium-header {
  text-align: center;
  margin-bottom: 38px;
  font-size: 0.96rem;
}

.if2m-premium-header .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--if2m-orange);
}

.if2m-premium-header .eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--if2m-orange), var(--if2m-blue));
}

.if2m-premium-header h2 {
  font-size: clamp(26px, 3.4vw, 34px);
  margin: 12px 0 8px;
  color: var(--ink);
}

/* Grille principale */
.if2m-premium-main {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

/* Visuel 75" */
.if2m-premium-visual-card {
  --radius-lg: 26px;

  border-radius: var(--radius-lg);
  padding: 18px 18px 16px;
  background:
    radial-gradient(circle at 0% 0%, rgba(238, 132, 34, 0.4), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(13, 85, 135, 0.7), transparent 60%),
    #020617;
  color: #e5e7eb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
  position: relative;
  overflow: hidden;
}

/* Header visuel */
.if2m-premium-visual-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  font-size: 0.88rem;
}

.if2m-premium-visual-card-header strong {
  font-size: 0.98rem;
}

.if2m-premium-visual-tag {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.6);
  font-size: 0.78rem;
}

/* Écran / slider */
.if2m-premium-slider {
  position: relative;
}

.if2m-premium-screen {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.55);
  margin-bottom: 10px;
}

/* on englobe le slider dans le même style que l'écran */
.if2m-premium-slides img {
  width: 100%;
  display: none;
  border-radius: 20px;
}

.if2m-premium-slides img.is-active {
  display: block;
}

/* flèches slider */
.if2m-premium-prev,
.if2m-premium-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(15, 23, 42, 0.75);
  color: #f9fafb;
  border: 1px solid rgba(148, 163, 184, 0.6);
  border-radius: 999px;
  font-size: 1.6rem;
  padding: 2px 10px 4px;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.if2m-premium-prev {
  left: 10px;
}
.if2m-premium-next {
  right: 10px;
}

.if2m-premium-prev:hover,
.if2m-premium-next:hover {
  background: rgba(15, 23, 42, 0.95);
  transform: translateY(-50%) scale(1.05);
}

/* Légende écran */
.if2m-premium-screen-caption {
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  opacity: 0.92;
}

/* Texte colonne droite */
.if2m-premium-text h3 {
  font-size: 1.1rem;
  margin: 0 0 10px;
  color: var(--ink);
}

.if2m-premium-text {
  font-size: 0.98rem;
  line-height: 1.7;
}

/* Specs */
.if2m-premium-specs {
  --radius-md: 18px;

  border-radius: var(--radius-md);
  padding: 12px 14px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.45);
  font-size: 0.88rem;
  margin: 14px 0 18px;
}

.if2m-premium-specs strong {
  display: block;
}

.if2m-premium-specs ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
  padding-left: 16px;
  margin: 6px 0 0;
}

.if2m-premium-specs li {
  margin: 0;
}

/* Bouton CTA */
.if2m-premium .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  background: linear-gradient(135deg, var(--if2m-orange), #ffb265);
  color: #111;
  box-shadow: 0 14px 35px rgba(238, 132, 34, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    background 0.18s ease, color 0.18s ease;
}

.if2m-premium .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 45px rgba(238, 132, 34, 0.68);
}

/* ==========================
   MODAL TACTILE
   ========================== */

.if2m-no-scroll {
  overflow: hidden;
}

.if2m-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.if2m-modal.is-open {
  display: flex;
}

.if2m-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(2px);
}

.if2m-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 94%);
  max-height: 90vh;
  overflow: auto;
  background: #ffffff;
  border-radius: 22px;
  padding: 22px 22px 24px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.if2m-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: none;
  background: #f3f4f6;
  color: #111827;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.if2m-modal-close:hover {
  background: #e5e7eb;
}

.if2m-modal-dialog h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
  color: var(--if2m-blue);
}

.if2m-modal-intro {
  margin: 0 0 14px;
  font-size: 0.9rem;
  color: #4b5563;
}

.if2m-modal-form {
  font-size: 0.9rem;
}

.if2m-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin-bottom: 10px;
}

.if2m-field {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.if2m-field label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #111827;
}

.if2m-field input,
.if2m-field select,
.if2m-field textarea {
  border-radius: 10px;
  border: 1px solid #d1d5db;
  padding: 7px 9px;
  font: inherit;
  color: #111827;
  background: #f9fafb;
}

.if2m-field input:focus,
.if2m-field select:focus,
.if2m-field textarea:focus {
  outline: 2px solid rgba(13, 85, 135, 0.4);
  outline-offset: 1px;
  background: #ffffff;
}

.if2m-field textarea {
  resize: vertical;
}

.if2m-modal-privacy {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 6px 0 12px;
}

.if2m-modal-submit {
  width: 100%;
}

/* ==========================
   RESPONSIVE
   ========================== */

@media (max-width: 960px) {
  .if2m-premium-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .if2m-premium-visual {
    order: -1;
  }
}

@media (max-width: 768px) {
  .if2m-premium-specs ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .if2m-field-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c878053 *//* ==========================
   IF2M — Section Pack 55″ Affichage Dynamique
   ========================== */

.if2m-pack-55 {
  --if2m-blue: #0d5587;
  --if2m-orange: #ee8422;
  --ink: #111111;
  --body: #333333;

  padding: 64px 0 60px;
  background: #ffffff;
  color: var(--body);
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif;
}

.if2m-pack-55 .if2m-shell {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* Grille principale */
.if2m-pack-55-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

/* Texte */
.if2m-pack-55-text .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--if2m-orange);
}

.if2m-pack-55-text .eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--if2m-orange), var(--if2m-blue));
}

.if2m-pack-55-text h2 {
  font-size: clamp(26px, 3vw, 32px);
  margin: 8px 0 8px;
  color: var(--ink);
}

.if2m-pack-55-text p {
  margin: 0 0 10px;
  line-height: 1.6;
}

/* Bouton primaire */
.if2m-pack-55 .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  background: linear-gradient(135deg, var(--if2m-orange), #ffb265);
  color: #111;
  box-shadow: 0 14px 35px rgba(238, 132, 34, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    background 0.18s ease, color 0.18s ease;
}

.if2m-pack-55 .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 45px rgba(238, 132, 34, 0.68);
}

/* Prix */
.if2m-pack-55-price {
  margin: 12px 0 16px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--if2m-orange);
}

.if2m-pack-55-price span {
  font-size: 0.86rem;
  font-weight: 500;
  color: rgba(15, 23, 42, 0.65);
  margin-left: 6px;
}

/* Liste des features */
.if2m-pack-55-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-bottom: 18px;
  font-size: 0.9rem;
  padding: 0;
}

.if2m-pack-55-features li {
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.if2m-pack-55-features li::before {
  content: "•";
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 1px;
  color: var(--if2m-blue);
}

/* Note */
.if2m-pack-55-note {
  margin-bottom: 16px;
  font-size: 0.86rem;
  color: rgba(15, 23, 42, 0.7);
}

/* Visuel 55" */
.if2m-pack-55-visual {
  position: relative;
}

.if2m-pack-55-card {
  --radius-lg: 26px;
  border-radius: var(--radius-lg);
  padding: 18px;
  background: linear-gradient(135deg, #0b1220, #020617);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  color: #e5e7eb;
  overflow: hidden;
}

.if2m-pack-55-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  font-size: 0.78rem;
  border: 1px solid rgba(148, 163, 184, 0.5);
  margin-bottom: 10px;
}

/* Slider */
.if2m-pack-55-slider {
  position: relative;
}

.if2m-pack-55-slides img {
  width: 100%;
  display: none;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.if2m-pack-55-slides img.is-active {
  display: block;
}

/* Flèches slider */
.if2m-pack-55-prev,
.if2m-pack-55-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(15, 23, 42, 0.8);
  color: #f9fafb;
  border: 1px solid rgba(148, 163, 184, 0.6);
  border-radius: 999px;
  font-size: 1.6rem;
  padding: 2px 10px 4px;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.if2m-pack-55-prev {
  left: 10px;
}

.if2m-pack-55-next {
  right: 10px;
}

.if2m-pack-55-prev:hover,
.if2m-pack-55-next:hover {
  background: rgba(15, 23, 42, 0.95);
  transform: translateY(-50%) scale(1.05);
}

/* Meta */
.if2m-pack-55-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.8rem;
  color: rgba(226, 232, 240, 0.85);
  margin-top: 10px;
}

/* ==========================
   MODAL AFFICHAGE DYNAMIQUE
   ========================== */

.if2m-no-scroll {
  overflow: hidden;
}

.if2m-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.if2m-modal.is-open {
  display: flex;
}

.if2m-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(2px);
}

.if2m-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 94%);
  max-height: 90vh;
  overflow: auto;
  background: #ffffff;
  border-radius: 22px;
  padding: 22px 22px 24px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.if2m-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: none;
  background: #f3f4f6;
  color: #111827;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.if2m-modal-close:hover {
  background: #e5e7eb;
}

.if2m-modal-dialog h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
  color: var(--if2m-blue);
}

.if2m-modal-intro {
  margin: 0 0 14px;
  font-size: 0.9rem;
  color: #4b5563;
}

.if2m-modal-form {
  font-size: 0.9rem;
}

.if2m-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin-bottom: 10px;
}

.if2m-field {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.if2m-field label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #111827;
}

.if2m-field input,
.if2m-field select,
.if2m-field textarea {
  border-radius: 10px;
  border: 1px solid #d1d5db;
  padding: 7px 9px;
  font: inherit;
  color: #111827;
  background: #f9fafb;
}

.if2m-field input:focus,
.if2m-field select:focus,
.if2m-field textarea:focus {
  outline: 2px solid rgba(13, 85, 135, 0.4);
  outline-offset: 1px;
  background: #ffffff;
}

.if2m-field textarea {
  resize: vertical;
}

.if2m-modal-privacy {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 6px 0 12px;
}

.if2m-modal-submit {
  width: 100%;
}

/* ==========================
   RESPONSIVE
   ========================== */

@media (max-width: 960px) {
  .if2m-pack-55-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .if2m-pack-55-visual {
    order: -1;
  }
}

@media (max-width: 768px) {
  .if2m-pack-55-features {
    grid-template-columns: minmax(0, 1fr);
  }

  .if2m-field-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f711050 *//* options-affichage.css */
/* ==========================
   IF2M — Options d’affichage
   ========================== */

.if2m-options {
  --if2m-blue: #0d5587;
  --if2m-orange: #ee8422;
  --ink: #111111;
  --body: #333333;

  padding: 54px 0 60px;
  background:
    radial-gradient(circle at 100% 0%, rgba(13, 85, 135, 0.12), transparent 55%),
    linear-gradient(180deg, #f5f7fb, #eef2f8);
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif;
  color: var(--body);
}

/* conteneur */
.if2m-options .if2m-shell {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* Titre / intro */
.if2m-options-head {
  text-align: center;
  margin-bottom: 28px;
}

.if2m-options-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--if2m-orange);
}

.if2m-options-head .eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--if2m-orange), var(--if2m-blue));
}

.if2m-options-head h2 {
  font-size: clamp(24px, 3vw, 30px);
  margin: 8px 0 6px;
  color: var(--ink);
}

.if2m-options-head p {
  max-width: 560px;
  margin: 0 auto;
  font-size: 0.97rem;
  color: rgba(15, 23, 42, 0.75);
}

/* Grille d’options */
.if2m-options-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

/* Cartes */
.if2m-option-card {
  --radius-md: 18px;

  border-radius: var(--radius-md);
  padding: 16px 14px 15px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.45);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  font-size: 0.9rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    opacity 0.4s ease,
    translate 0.4s ease;
  opacity: 0;
  translate: 0 12px;
}

/* Apparition via JS */
.if2m-option-card.is-visible {
  opacity: 1;
  translate: 0 0;
}

/* Glow bas de carte */
.if2m-option-card::after {
  content: "";
  position: absolute;
  inset: auto -40%;
  height: 40%;
  bottom: -45%;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(238, 132, 34, 0.22),
    transparent 65%
  );
  opacity: 0;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

/* Hover */
.if2m-option-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
  border-color: rgba(238, 132, 34, 0.7);
  background: #ffffff;
}

.if2m-option-card:hover::after {
  opacity: 1;
  transform: translateY(-6px);
}

/* Icone */
.if2m-option-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(13, 85, 135, 0.1),
    rgba(238, 132, 34, 0.25)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

/* Titre + texte */
.if2m-option-card h3 {
  font-size: 0.95rem;
  margin: 0 0 4px;
  color: var(--ink);
}

.if2m-option-card p {
  margin: 0;
  line-height: 1.5;
}

/* ==========================
   RESPONSIVE
   ========================== */

@media (max-width: 960px) {
  .if2m-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .if2m-options-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-dce8617 *//* keypoints-affichage.css */
/* ==========================
   IF2M — Points Clés
   ========================== */

.if2m-keypoints {
  --if2m-blue: #0d5587;
  --if2m-orange: #ee8422;
  --ink: #111111;
  --body: #333333;

  padding: 58px 0 56px;
  background: #ffffff;
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif;
  color: var(--body);
}

/* Conteneur */
.if2m-keypoints .if2m-shell {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* Grille principale */
.if2m-keypoints-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

/* Texte */
.if2m-keypoints-text .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--if2m-orange);
}

.if2m-keypoints-text .eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--if2m-orange), var(--if2m-blue));
}

.if2m-keypoints-text h2 {
  font-size: clamp(24px, 3vw, 30px);
  margin: 8px 0 8px;
  color: var(--ink);
}

.if2m-keypoints-text p {
  margin: 0 0 12px;
  max-width: 520px;
  line-height: 1.6;
}

/* Cartes */
.if2m-keypoints-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.if2m-key-card {
  --radius-md: 18px;
  border-radius: var(--radius-md);
  padding: 14px 12px 13px;
  background: linear-gradient(145deg, #020617, #02081c);
  color: #e5e7eb;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.4);
  position: relative;
  overflow: hidden;
  font-size: 0.88rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.if2m-key-card.show {
  opacity: 1;
  transform: translateY(0);
}

.if2m-key-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 0% 0%, rgba(238, 132, 34, 0.4), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(59, 130, 246, 0.4), transparent 55%);
  opacity: 0.7;
  mix-blend-mode: screen;
}

.if2m-key-card-inner {
  position: relative;
  z-index: 1;
}

.if2m-key-card span.label {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #facc15;
  display: inline-block;
  margin-bottom: 4px;
}

.if2m-key-card h3 {
  font-size: 0.96rem;
  margin: 0 0 6px;
  color: #fff;
}

.if2m-key-card p {
  margin: 0;
  line-height: 1.5;
}

/* Bloc latéral (leasing) */
.if2m-keypoints-aside {
  border-radius: 26px;
  padding: 18px 20px 16px;
  background:
    radial-gradient(circle at 0% 0%, rgba(238, 132, 34, 0.35), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(13, 85, 135, 0.6), transparent 55%),
    #020617;
  color: #e5e7eb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  font-size: 0.9rem;
}

.if2m-keypoints-aside h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
}

.if2m-keypoints-aside p {
  margin: 0 0 8px;
  line-height: 1.5;
}

.if2m-keypoints-aside ul {
  padding-left: 18px;
  margin: 0 0 10px;
}

.if2m-keypoints-aside li {
  margin-bottom: 4px;
}

.if2m-keypoints-aside .btn-ghost {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.85rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

.if2m-keypoints-aside .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* ==========================
   RESPONSIVE
   ========================== */
@media (max-width: 960px) {
  .if2m-keypoints-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .if2m-keypoints-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .if2m-keypoints-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-091e007 *//* leasing-affichage.css */
/* ==========================
   IF2M — Location Financière
   ========================== */

.if2m-leasing {
  --if2m-blue: #0d5587;
  --if2m-orange: #ee8422;
  --ink: #f9fafb;
  --body: #e5e7eb;

  padding: 56px 0 64px;
  background: linear-gradient(135deg, #020617, #020617 40%, #0b1220 100%);
  color: var(--body);
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Arial, sans-serif;
}

/* conteneur */
.if2m-leasing .if2m-shell {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* grille */
.if2m-leasing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 34px;
  align-items: center;
}

/* Eyebrow */
.if2m-leasing .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--if2m-orange);
}

.if2m-leasing .eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--if2m-orange), var(--if2m-blue));
}

/* Texte principal */
.if2m-leasing-main h2 {
  font-size: clamp(24px, 3vw, 30px);
  margin: 8px 0 8px;
  color: #f9fafb;
}

.if2m-leasing-main p {
  margin: 0 0 10px;
  max-width: 520px;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Tags */
.if2m-leasing-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}

.if2m-leasing-tags span {
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.8rem;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.6);
}

/* Note */
.if2m-leasing-note {
  font-size: 0.84rem;
  color: rgba(226, 232, 240, 0.8);
}

/* Encart “simulateur” */
.if2m-leasing-box {
  --radius-lg: 26px;

  border-radius: var(--radius-lg);
  padding: 16px 18px 14px;
  background:
    radial-gradient(circle at 0% 0%, rgba(238, 132, 34, 0.4), transparent 55%),
    rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(248, 250, 252, 0.22);
  font-size: 0.87rem;

  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.if2m-leasing-box.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.if2m-leasing-box-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.if2m-leasing-box-row span.label {
  color: rgba(226, 232, 240, 0.78);
}

.if2m-leasing-box-row strong {
  color: #fbbf24;
}

/* ==========================
   RESPONSIVE
   ========================== */
@media (max-width: 960px) {
  .if2m-leasing-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-70c42bbe *//* ===== BLOC FAQ SCOPÉ — n'impacte rien d'autre ===== */
.if2m-itpro-faq {
  --blue:#0D5587;
  --orange:#EE8422;
  --ink:#111;
  --body:#333;
  --soft:#f6f9fc;
  --radius:16px;
  --ring: rgba(238,132,34,.35);

  font-family: "Outfit", system-ui, sans-serif;
  color: var(--body);
  padding: 2.2rem 0 2.6rem;
  background: linear-gradient(180deg, #fff, #fff 60%, var(--soft));
}

.if2m-itpro-faq .faq-shell{
  width:min(1100px, 92%);
  margin:0 auto;
}

.if2m-itpro-faq .faq-head{
  text-align:center;
  margin-bottom:1.4rem;
}
.if2m-itpro-faq .faq-head h2{
  margin:0 0 .4rem;
  font-size:clamp(26px, 3.6vw, 34px);
  color:var(--ink);
}
.if2m-itpro-faq .faq-sub{
  margin:0;
  color:#566;
}

.if2m-itpro-faq .faq-list{
  display:grid;
  gap: 12px;
}

.if2m-itpro-faq .faq-item{
  background:#fff;
  border:1px solid rgba(13,85,135,.12);
  border-radius:12px;
  padding: .9rem 1.05rem;
  transition: box-shadow .2s ease, border-color .2s ease, transform .15s ease;
  box-shadow: 0 6px 14px rgba(13,85,135,.04);
}

.if2m-itpro-faq .faq-item[open]{
  border-color: var(--orange);
  box-shadow: 0 10px 22px rgba(13,85,135,.07);
  transform: translateY(-1px);
}

.if2m-itpro-faq .faq-q{
  cursor:pointer;
  list-style:none;
  font-weight: 700;
  color: var(--blue);
  font-size: 1.05rem;
  position: relative;
  padding-right: 2rem;
  outline: none; /* on gère focus ci-dessous */
}

.if2m-itpro-faq .faq-q::-webkit-details-marker{ display:none; }

.if2m-itpro-faq .faq-q::after{
  content:"▾";
  position:absolute; right:.2rem; top:0;
  font-size:1.15rem; line-height:1;
  color: var(--orange);
  transition: transform .25s ease;
}

.if2m-itpro-faq .faq-item[open] .faq-q::after{
  transform: rotate(180deg);
}

.if2m-itpro-faq .faq-q:focus-visible{
  box-shadow: 0 0 0 4px var(--ring);
  border-radius:10px;
}

.if2m-itpro-faq .faq-a{
  margin-top: .6rem;
  line-height: 1.6;
  color:#444;
}

/* Petits effets */
.if2m-itpro-faq .faq-item:hover{
  box-shadow: 0 10px 22px rgba(13,85,135,.07);
}

/* Responsive */
@media (max-width: 720px){
  .if2m-itpro-faq { padding: 1.8rem 0 2.2rem; }
  .if2m-itpro-faq .faq-item{ padding: .85rem 1rem; }
}

/* Accessibilité : réduire les animations si demandé */
@media (prefers-reduced-motion: reduce){
  .if2m-itpro-faq .faq-item,
  .if2m-itpro-faq .faq-q::after{
    transition:none !important;
  }
}/* End custom CSS */