/* =========================
   HERO CVR
   ========================= */

.mlCatFunnelHero{
  position:relative;
  min-height:450px;
  isolation:isolate;
  overflow:visible; /* FIX: permet aux suggestions de dépasser */
  background:#fff;
  z-index:5;
}

.mlCatFunnelHero__bg{
  position:absolute;
  inset:0;
  z-index:-1;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(420px, 44vw);
  overflow:hidden; /* FIX: le background reste propre malgré overflow visible sur la section */
}

.mlCatFunnelHero__bgLeft{
  background:
    radial-gradient(circle at 12% 18%, rgba(246,70,50,.025), transparent 25%),
    radial-gradient(circle at 100% 75%, rgba(255,255,255,.99), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.mlCatFunnelHero__bgRight{
  position:relative;
  overflow:hidden;
}

.mlCatFunnelHero__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.02) contrast(1.02);
}

.mlCatFunnelHero__overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
}

.mlCatFunnelHero__overlay--desktop{
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.92) 7%, rgba(255,255,255,.22) 34%, rgba(255,255,255,0) 100%);
}

.mlCatFunnelHero__overlay--mobile{
  display:none;
}

.mlCatFunnelHero__wrap{
  position:relative;
  z-index:2;
  width:min(1280px, calc(100% - 36px));
  margin:0 auto;
  min-height:450px;
  display:flex;
  align-items:center;
  padding:46px 0;
}

.mlCatFunnelHero__content{
  width:min(660px, 100%);
}

.mlCatFunnelHero__breadcrumbs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:22px;
  font-size:14px;
  line-height:1.2;
}

.mlCatFunnelHero__crumb{
  color:#64748b;
  text-decoration:none;
  font-weight:400;
}

.mlCatFunnelHero__crumb:hover{
  color:#f64632;
}

.mlCatFunnelHero__sep{
  color:#cbd5e1;
}

.mlCatFunnelHero__here{
  color:#0f172a;
  font-weight:800;
}

.mlCatFunnelHero__badgeLine{
  margin-bottom:16px;
  text-align:left;
}

.mlCatFunnelHero__badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:4px 15px 4px 4px;
  border-radius:999px;
  background:rgba(246,70,50,.08);
  color:#f64632;
}

.mlCatFunnelHero__badgeIcon{
  width:26px;
  height:26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f64632;
  color:#fff;
  box-shadow:0 8px 18px rgba(246,70,50,.08);
  font-size:12px;
}

.mlCatFunnelHero__badgeText{
  margin:0;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.01em;
  color:#020419;
}

.mlCatFunnelHero__title{
  margin:0;
  max-width:650px;
  font-size:44px;
  line-height:1.15;
  letter-spacing:-1.4px;
  font-weight:700;
  color:#071a33;
  text-align:left;
}

.mlCatFunnelHero__title strong{
  color:#f64632;
  font-weight:950;
}

.mlCatFunnelHero__lead{
  margin:18px 0 0;
  max-width:590px;
  color:#475569;
  font-size:18px;
  line-height:1.5;
  font-weight:400;
  text-align:left;
}

.mlCatFunnelHero__quoteBox{
  position:relative;
  z-index:50;
  margin-top:20px;
  width:min(630px, 100%);
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:12px;
  align-items:start;
  padding:10px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 12px 30px rgb(15 23 42 / 4%);
}

.mlCatFunnelHero__fieldWrap{
  position:relative;
  min-width:0;
  z-index:60;
}

.mlCatFunnelHero__label{
  position:absolute;
  top:10px;
  left:52px;
  z-index:2;
  font-size:11px;
  line-height:1;
  font-weight:900;
  color:#94a3b8;
  pointer-events:none;
}

.mlCatFunnelHero__field{
  position:relative;
  height:56px;
  border-radius:16px;
  background:#f8fafc;
  border:1px solid rgba(15,23,42,.08);
  display:flex;
  align-items:center;
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.mlCatFunnelHero__field:focus-within{
  background:#fff;
  border-color:rgba(246,70,50,.42);
  box-shadow:0 0 0 4px rgba(246,70,50,.10);
}

.mlCatFunnelHero__field i{
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  color:#f64632;
  font-size:22px;
}

.mlCatFunnelHero__cityInput{
  width:100%;
  height:100%;
  border:0;
  background:transparent;
  outline:none;
  padding:20px 16px 4px 50px;
  color:#0f172a;
  font-size:16px;
  font-weight:900;
}

.mlCatFunnelHero__cityInput::placeholder{
  color:#94a3b8;
}

.mlCatFunnelHero__cta{
  height:56px;
  border:0;
  border-radius:16px;
  padding:0 24px;
  cursor:pointer;
  background:#f64632;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:15px;
  font-weight:950;
  white-space:nowrap;
  box-shadow:0 16px 34px rgba(246,70,50,.08);
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.mlCatFunnelHero__cta:hover{
  transform:translateY(-1px);
  filter:brightness(1.03);
  box-shadow:0 20px 42px rgba(246,70,50,.12);
}

.mlCatFunnelHero__suggestions{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 8px);
  z-index:9999;
  max-height:260px;
  overflow:auto;
  padding:6px;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  box-shadow:0 20px 40px rgba(15,23,42,.12);
  scrollbar-width:thin;
  scrollbar-color:#cbd5e1 transparent;
}

.mlCatFunnelHero__suggestions::-webkit-scrollbar{
  width:8px;
}

.mlCatFunnelHero__suggestions::-webkit-scrollbar-track{
  background:transparent;
}

.mlCatFunnelHero__suggestions::-webkit-scrollbar-thumb{
  background:#cbd5e1;
  border-radius:999px;
}

.mlCatFunnelHero__suggestion{
  width:100%;
  min-height:42px;
  border:0;
  border-radius:12px;
  background:#fff;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 12px;
  cursor:pointer;
  color:#0f172a;
  font-size:14px;
  font-weight:800;
  text-align:left;
}

.mlCatFunnelHero__suggestion i{
  position:static;
  transform:none;
  color:#94a3b8;
  font-size:13px;
}

.mlCatFunnelHero__suggestion:hover{
  background:rgba(246,70,50,.06);
  color:#f64632;
}

.mlCatFunnelHero__suggestion:hover i{
  color:#f64632;
}

/* FIX: ne réserve plus d'espace quand il n'y a pas d'erreur */
.mlCatFunnelHero__cityError{
  display:none;
  margin:6px 0 0 4px;
  font-size:12px;
  line-height:1.2;
  color:#b91c1c;
  font-weight:800;
  text-align:left;
}

.mlCatFunnelHero__cityError:not(:empty){
  display:block;
}

.mlCatFunnelHero__trust{
  margin-top:20px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  color:#334155;
  font-size:14px;
  font-weight:850;
  letter-spacing:-0.2px;
}

.mlCatFunnelHero__trust span{
  display:inline-flex;
  align-items:center;
  gap:7px;
}

.mlCatFunnelHero__trust i{
  color:#f64632;
  font-size:11px;
  background: #fff0ef;
  padding: 5px;
  border-radius: 99px;
}

/* =========================
   RESPONSIVE
   ========================= */

/* Mobile/tablette : image catégorie en haut, contenu en dessous */
@media (max-width: 920px){
  .mlCatFunnelHero{
    min-height:auto;
    height:auto;
    overflow:visible;
    background:#f6f8fa;
  }

  .mlCatFunnelHero__bg{
    position:absolute;
    inset:0;
    z-index:-1;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:250px auto;
    overflow:hidden;
  }

  .mlCatFunnelHero__bgRight{
    position:relative;
    grid-row:1;
    height:250px;
    opacity:1;
    overflow:hidden;
  }

  .mlCatFunnelHero__bgLeft{
    position:relative;
    grid-row:2;
    inset:auto;
    background:radial-gradient(circle at 90% 90%, rgba(246,70,50,.04), transparent 25%), linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  }

  .mlCatFunnelHero__img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  .mlCatFunnelHero__overlay--desktop{
    display:none;
  }

  .mlCatFunnelHero__overlay--mobile{
    display:block;
    background:linear-gradient(0deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.72) 22%,
      rgba(255,255,255,0) 55%
    );
  }

  .mlCatFunnelHero__wrap{
    position:relative;
    z-index:2;
    width:min(1280px, calc(100% - 36px));
    min-height:auto;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:250px auto;
    align-items:stretch;
    padding:0;
  }

  .mlCatFunnelHero__content{
    grid-row:2;
    width:100%;
    padding:22px 0 34px;
  }

  .mlCatFunnelHero__title{
    max-width:100%;
    font-size:clamp(30px, 10vw, 42px);
  }

  .mlCatFunnelHero__lead{
    max-width:100%;
    font-size:16px;
    line-height:1.58;
  }
}

@media (max-width: 767px){
  .mlCatFunnelHero__wrap{
    width:calc(100% - 28px);
    padding:0;
  }

  .mlCatFunnelHero__breadcrumbs{
    margin-bottom:18px;
    font-size:13px;
  }
  
  .mlCatFunnelHero__badgeLine{
    text-align:left;
  }

  .mlCatFunnelHero__badgeText{
    font-size:12.5px;
  }

  .mlCatFunnelHero__title{
    font-size:clamp(30px, 10vw, 44px);
    text-align:left;
  }

  .mlCatFunnelHero__lead{
    margin-top:14px;
    font-size:15px;
    text-align:left;
  }

  .mlCatFunnelHero__quoteBox{
    margin-top:18px;
    grid-template-columns:1fr;
    gap:10px;
    padding:10px;
    border-radius:20px;
    box-shadow: 0 8px 20px rgb(15 23 42 / 5%);
  }

  .mlCatFunnelHero__cta{
    width:100%;
    height:56px;
  }

  .mlCatFunnelHero__trust{
    font-size:12.5px;
    gap:8px 12px;
    justify-content: center;
  }

}


/* =========================
   HERO CVR END
   ========================= */
  

   
/* ============================================
    Listing sticky CTA Mobile : Demander un devis
   - Hidden by default
   - Appears only after hero is no longer visible
   - Opens listing quote modal
=============================================== */

.listingStickyCta {
  display: none;
}

@media (max-width: 768px) {
  .listingStickyCta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 980;
    display: block;
    padding: 14px 14px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 -12px 30px rgba(15, 23, 42, 0.10);
    transform: translateY(115%);
    opacity: 0;
    pointer-events: none;
    transition: transform .26s ease, opacity .22s ease;
  }

  .listingStickyCta.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .listingStickyCta__inner {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    text-align: center;
    font-family: inherit;
  }

  .listingStickyCta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    width: 100%;
    border-radius: 10px;
    background: #f64632;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
  }

  .listingStickyCta__text {
    display: block;
    margin-top: 9px;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
  }

  body.has-listing-sticky-cta {
    padding-bottom: 92px;
  }

  body.mlListingQuoteModalOpen .listingStickyCta {
    transform: translateY(115%);
    opacity: 0;
    pointer-events: none;
  }
}

/* ============================================
    Listing sticky CTA Mobile : Demander un devis END
=============================================== */

 /* ============================================================
   CAROUSEL PROFESSIONALS SHOWCASE
   ============================================================ */

.mlProsShowcase,
.mlProsShowcase *{
  box-sizing:border-box;
}

.mlProsShowcase{
  position:relative;
  padding:96px 0 92px;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(246,70,50,.055), transparent 24%),
    linear-gradient(180deg,#fff 0%,#fafbfc 100%);
  text-align:left !important;
}

.mlProsShowcase__container{
  width:min(1280px, calc(100% - 40px));
  margin:0 auto;
  text-align:left;
}


/* ============================================================
   HEADER
   ============================================================ */

.mlProsShowcase__header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:48px;
  margin-bottom:34px;
  text-align:left !important;
}

.mlProsShowcase__heading{
  max-width:720px;
  text-align:left !important;
}

.mlProsShowcase__kicker{
  display:inline-flex;
  align-items:center;
  margin-bottom:15px;
  color:#f64632;
  font-size:13px;
  line-height:1;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
}

.mlProsShowcase__title{
  max-width:700px;
  margin:0 0 12px;
  color:#111318;
  font-size:clamp(32px,3vw,46px);
  line-height:1.08;
  letter-spacing:-.038em;
  font-weight:800;
  text-align:left !important;
}

.mlProsShowcase__title strong{
  color:#F64632;
  font-weight:850;
}

.mlProsShowcase__lead{
  max-width:610px;
  margin:0;
  color:#69707a;
  font-size:16px;
  line-height:1.65;
  text-align:left !important;
}

.mlProsShowcase__lead strong{
  font-weight:400;
}



/* ============================================================
   HEADER NAV
   ============================================================ */

.mlProsShowcase__nav{
  display:flex;
  align-items:center;
  gap:9px;
  flex:0 0 auto;
}

.mlProsShowcase__navBtn{
  width:48px;
  height:48px;
  padding:0;
  border:1px solid #e2e5e9;
  border-radius:50%;
  background:#fff;
  color:#181b20;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size:13px;
  box-shadow:
    0 2px 3px rgba(15,23,42,.025),
    0 10px 26px rgba(15,23,42,.045);
  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    color .2s ease,
    opacity .2s ease,
    box-shadow .2s ease;
}

.mlProsShowcase__navBtn:hover:not(:disabled){
  transform:translateY(-2px);
  border-color:#F64632;
  background:#F64632;
  color:#fff;
  box-shadow:0 12px 28px rgba(246,70,50,.16);
}

.mlProsShowcase__navBtn:disabled{
  opacity:.28;
  cursor:default;
  box-shadow:none;
}


/* ============================================================
   OUTER CAROUSEL
   ============================================================ */

.mlProsRail{
  position:relative;
  width:100%;
}

/*
 * Subtle edge masks = indication visuelle que le rail continue.
 */
.mlProsRail::before,
.mlProsRail::after{
  content:"";
  position:absolute;
  top:0;
  bottom:18px;
  width:34px;
  z-index:8;
  pointer-events:none;
  opacity:0;
  transition:opacity .2s ease;
}

.mlProsRail::before{
  left:-2px;
  background:linear-gradient(90deg,#fff,rgba(255,255,255,0));
}

.mlProsRail::after{
  right:-2px;
  background:linear-gradient(270deg,#fff,rgba(255,255,255,0));
}

.mlProsRail.has-left::before{
  opacity:1;
}

.mlProsRail.has-right::after{
  opacity:1;
}


.mlProsRail__viewport{
  display:flex;
  gap:18px;

  width:100%;

  padding:4px 2px 40px;

  overflow-x:auto;
  overflow-y:hidden;

  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;

  overscroll-behavior-x:contain;

  scrollbar-width:none;

  -webkit-overflow-scrolling:touch;

  cursor:grab;

  user-select:none;

  text-align:left !important;
}

.mlProsRail__viewport::-webkit-scrollbar{
  display:none;
}

.mlProsRail__viewport.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none;
  scroll-behavior:auto;
}

.mlProsRail__slide{
  flex:0 0 calc((100% - 36px) / 3);
  min-width:0;
  scroll-snap-align:start;
  text-align:left !important;
}


/* ============================================================
   PRO CARD
   ============================================================ */

.mlProCarouselCard{
  position:relative;

  height:100%;

  display:flex;
  flex-direction:column;

  overflow:hidden;

  border:1px solid #e5e8ec;
  border-radius:22px;

  background:#fff;

  box-shadow:
    0 1px 2px rgba(15,23,42,.025),
    0 12px 34px rgba(15,23,42,.05);

  text-align:left !important;

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.mlProCarouselCard:hover{
  transform:translateY(-3px);
  border-color:rgba(246,70,50,.17);
  box-shadow:
    0 3px 7px rgba(15,23,42,.03),
    0 22px 52px rgba(15,23,42,.085);
}


/* ============================================================
   MEDIA
   ============================================================ */

.mlProCarouselCard__media{
  position:relative;
  width:100%;
  aspect-ratio:1.42 / 1;
  overflow:hidden;
  background:#eef0f2;
}


/* Gallery must fill card media */

.mlProCarouselCard .gallery-new{
  position:absolute;
  inset:0;

  width:100%;
  height:100%;

  padding-top:0;

  background:#eef0f2;

  overflow:hidden;

  cursor:grab;
}

.mlProCarouselCard .gallery-new:active{
  cursor:grabbing;
}

.mlProCarouselCard .gallery-new-track{
  position:absolute;
  inset:0;

  display:flex;

  overflow:hidden;

  touch-action:pan-y;
}

.mlProCarouselCard .gallery-new-image{
  flex:0 0 100%;

  width:100%;
  height:100%;

  object-fit:cover;

  opacity:0;

  transition:
    opacity .3s ease,
    transform .45s ease;
}

.mlProCarouselCard .gallery-new-image.loaded{
  opacity:1;
}

.mlProCarouselCard:hover .gallery-new-image.loaded{
  transform:scale(1.012);
}


/* fallback */

.mlProCarouselCard__fallbackMedia{
  position:absolute;
  inset:0;
  display:block;
}

.mlProCarouselCard__fallbackMedia img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}


/* subtle photo shading */

.mlProCarouselCard__media::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:38%;
  z-index:5;
  pointer-events:none;

  background:
    linear-gradient(
      180deg,
      rgba(8,12,18,0) 0%,
      rgba(8,12,18,.32) 100%
    );
}


/* ============================================================
   GALLERY ARROWS
   Scoped modern reskin
   ============================================================ */

.mlProCarouselCard .gallery-new-arrow{
  position:absolute;

  top:50%;
  transform:translateY(-50%);

  z-index:15;

  width:36px;
  height:36px;

  border:1px solid rgba(255,255,255,.30);
  border-radius:50%;

  background:rgba(15,18,24,.38);

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:0;

  font-size:11px;

  cursor:pointer;

  opacity:0;

  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);

  text-shadow:none;

  box-shadow:0 5px 18px rgba(0,0,0,.12);

  transition:
    opacity .18s ease,
    transform .18s ease,
    background .18s ease;
}

.mlProCarouselCard:hover .gallery-new-arrow{
  opacity:1;
}

.mlProCarouselCard .gallery-new-left{
  left:12px;
}

.mlProCarouselCard .gallery-new-right{
  right:12px;
}

.mlProCarouselCard .gallery-new-arrow:hover{
  background:rgba(15,18,24,.65);
  transform:translateY(-50%) scale(1.05);
}

.mlProCarouselCard .gallery-new-arrow.is-disabled{
  opacity:0 !important;
  pointer-events:none;
}


/* ============================================================
   GALLERY DOTS
   ============================================================ */

.mlProCarouselCard .gallery-new-dots{
  position:absolute;

  left:50%;
  bottom:14px;

  transform:translateX(-50%);

  z-index:16;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:6px;

  padding:6px 8px;

  border-radius:999px;

  background:rgba(13,16,21,.22);

  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}

.mlProCarouselCard .gallery-new-dot{
  width:6px;
  height:6px;

  padding:0;

  border:0;
  border-radius:999px;

  background:rgba(255,255,255,.55);

  cursor:pointer;

  transition:
    width .18s ease,
    background .18s ease,
    transform .18s ease;
}

.mlProCarouselCard .gallery-new-dot.is-active{
  width:17px;
  background:#fff;
}

.mlProCarouselCard .gallery-new-dot:hover{
  transform:none;
}


/* ============================================================
   CITY BADGE
   ============================================================ */

.mlProCarouselCard__city{
  position:absolute;

  left:14px;
  top:14px;

  z-index:20;

  display:inline-flex;
  align-items:center;
  gap:7px;

  padding:7px 10px;

  border:1px solid rgba(255,255,255,.30);
  border-radius:999px;

  background:rgba(15,18,24,.53);

  color:#fff;

  font-size:11.5px;
  line-height:1;
  font-weight:700;

  backdrop-filter:blur(9px);
  -webkit-backdrop-filter:blur(9px);

  box-shadow:0 5px 16px rgba(0,0,0,.08);
}

.mlProCarouselCard__city i{
  font-size:10px;
}


/* ============================================================
   CONTENT
   ============================================================ */

.mlProCarouselCard__content{
  flex:1;

  display:flex;
  flex-direction:column;

  padding:19px;

  text-align:left !important;
}

.mlProCarouselCard__content *{
  text-align:left;
}


/* Identity */

.mlProCarouselCard__identity{
  display:flex;
  align-items:center;

  gap:12px;

  width:100%;

  text-align:left !important;
}

.mlProCarouselCard__logo{
  flex:0 0 52px;

  width:52px;
  height:52px;

  border:1px solid #e5e7eb;
  border-radius:14px;

  overflow:hidden;

  background:#fff;

  box-shadow:0 3px 10px rgba(15,23,42,.035);
}

.mlProCarouselCard__logo img{
  display:block;

  width:100%;
  height:100%;

  object-fit:cover;
}

.mlProCarouselCard__identityMain{
  flex:1;
  min-width:0;

  text-align:left !important;
}

.mlProCarouselCard__nameRow{
  display:flex;
  align-items:center;

  gap:6px;

  min-width:0;

  text-align:left !important;
}

.mlProCarouselCard__name{
  overflow:hidden;

  color:#15181d;

  font-size:16px;
  line-height:1.25;
  font-weight:800;

  text-decoration:none;

  text-overflow:ellipsis;
  white-space:nowrap;

  transition:color .18s ease;
}

.mlProCarouselCard__name:hover{
  color:#F64632;
}

.mlProCarouselCard__verified{
  flex:0 0 auto;

  color:#2583e9;

  font-size:13px;
}

.mlProCarouselCard__activity{
  margin-top:4px;

  overflow:hidden;

  color:#747a83;

  font-size:12.5px;
  line-height:1.4;
  font-weight:500;

  white-space:nowrap;
  text-overflow:ellipsis;

  text-align:left !important;
}


/* Rating */

.mlProCarouselCard__rating{
  display:flex;
  align-items:center;

  gap:7px;

  margin-top:16px;

  min-height:20px;

  text-align:left !important;
}

.mlProCarouselCard__rating strong{
  color:#21242a;

  font-size:13px;
  font-weight:800;
}

.mlProCarouselCard__reviews{
  color:#888e96;

  font-size:12px;
  font-weight:500;
}


/* Category */

.mlProCarouselCard__category{
  display:flex;
  align-items:center;

  gap:8px;

  margin-top:13px;

  color:#525861;

  font-size:12.5px;
  line-height:1.4;
  font-weight:650;

  text-align:left !important;
}

.mlProCarouselCard__categoryIcon{
  flex:0 0 21px;

  width:21px;
  height:21px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:rgba(246,70,50,.08);

  color:#F64632;

  font-size:8px;
}


/* ============================================================
   ACTIONS
   ============================================================ */

.mlProCarouselCard__actions{
  display:grid;

  grid-template-columns:.82fr 1.18fr;

  gap:8px;

  margin-top:auto;
  padding-top:20px;
}

.mlProCarouselCard__profile,
.mlProCarouselCard__quote{
  min-height:44px;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:7px;

  padding:9px 12px;

  border-radius:12px;

  font-family:inherit;

  font-size:12.5px;
  line-height:1;
  font-weight:750;

  text-decoration:none;

  white-space:nowrap;

  cursor:pointer;

  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease,
    color .18s ease,
    box-shadow .18s ease;
}

.mlProCarouselCard__profile{
  border:1px solid #dde1e6;

  background:#fff;

  color:#272b31;
}

.mlProCarouselCard__profile i{
  font-size:9px;
}

.mlProCarouselCard__profile:hover{
  border-color:#cfd4da;

  background:#f7f8f9;

  color:#171a1f;
}

.mlProCarouselCard__quote{
  border:1px solid #F64632;

  background:#F64632;

  color:#fff;

  box-shadow:0 7px 18px rgba(246,70,50,.12);
}

.mlProCarouselCard__quote:hover{
  transform:translateY(-1px);

  border-color:#e9402d;

  background:#e9402d;

  color:#fff;

  box-shadow:0 10px 24px rgba(246,70,50,.16);
}


/* ============================================================
   CAROUSEL BOTTOM / PROGRESS
   ============================================================ */

.mlProsShowcase__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:25px;

  margin-top:4px;
}

.mlProsProgress{
  position:relative;

  width:210px;
  height:3px;

  overflow:hidden;

  border-radius:999px;

  background:#e7e9ed;
}

.mlProsProgress__bar{
  position:absolute;

  left:0;
  top:0;

  width:100%;
  height:100%;

  border-radius:inherit;

  background:#F64632;

  transform:scaleX(.25);
  transform-origin:left center;

  transition:transform .12s linear;
}

.mlProsShowcase__hint{
  display:flex;
  align-items:center;

  gap:8px;

  color:#8b9098;

  font-size:11.5px;
  font-weight:600;

  white-space:nowrap;
}

.mlProsShowcase__hint i{
  color:#b4b8be;

  font-size:9px;
}


/* ============================================================
   TABLET
   ============================================================ */

@media(max-width:1020px){

  .mlProsShowcase{
    padding:78px 0;
  }

  .mlProsRail__slide{
    flex-basis:calc((100% - 16px) / 2);
  }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media(max-width:700px){

  .mlProsShowcase{
    padding:62px 0;
  }

  .mlProsShowcase__header{
    display:block;

    margin-bottom:27px;
  }

  .mlProsShowcase__title{
    font-size:clamp(29px,8.7vw,38px);
  }

  .mlProsShowcase__lead{
    font-size:15px;
  }

  .mlProsShowcase__nav{
    display:none;
  }


  .mlProsRail__viewport{
    gap:13px;

    /*
     * laisse apercevoir la prochaine carte
     */
    margin-right:-18px;

    padding-right:18px;
    padding-bottom:30px;

    cursor:auto;
  }

  .mlProsRail__slide{
    flex-basis:88%;
  }


  .mlProCarouselCard{
    border-radius:20px;
  }

  .mlProCarouselCard__media{
    aspect-ratio:1.38 / 1;
  }

  .mlProCarouselCard__content{
    padding:17px;
  }


  /*
   * Toujours visibles au tactile
   */
  .mlProCarouselCard .gallery-new-arrow{
    width:34px;
    height:34px;

    opacity:1;

    font-size:10px;
  }


  .mlProsShowcase__bottom{
    margin-top:2px;
  }

  .mlProsProgress{
    width:100%;
  }

  .mlProsShowcase__hint{
    display:none;
  }

}


@media(max-width:420px){

  .mlProsRail__slide{
    flex-basis:92%;
  }

  .mlProCarouselCard__actions{
    grid-template-columns:1fr;
  }

}

 /* ============================================================
   CAROUSEL PROFESSIONALS SHOWCASE END
   ============================================================ */