/* ============================================================
   OFF-CANVAS WIDGET — IDEA TO SOFTWARE
   À ajouter dans custom.css
   Le CSS est volontairement scoppé sous .off-canvas-widget.
   ============================================================ */ .off-canvas-widget  {
  --its-oc-navy: #063b50;
  --its-oc-navy-deep: #032b3b;
  --its-oc-blue: #0b7da5;
  --its-oc-cyan: #11a7bd;
  --its-oc-orange: #f79237;
  --its-oc-text: #163247;
  --its-oc-muted: #64788a;
  --its-oc-border: #dce7ed;
  --its-oc-soft: #f3f8fa;
  --its-oc-white: #ffffff;
  background: radial-gradient(circle at 100% 0%, rgba(17, 167, 189, .10), transparent 36%), #f7fafc;
  color: var(--its-oc-text);
  overflow-x: hidden;
}

.off-canvas-widget .its-offcanvas-panel, .off-canvas-widget .its-offcanvas-panel *  {
  box-sizing: border-box;
}

.off-canvas-widget .its-offcanvas-panel  {
  width: 100%;
  padding: 34px 28px 30px;
  font-family: inherit;
}
/* ---------- Introduction ---------- */ .off-canvas-widget .its-offcanvas-intro  {
  padding: 0 2px 24px;
  border-bottom: 1px solid var(--its-oc-border);
}

.off-canvas-widget .its-offcanvas-kicker, .off-canvas-widget .its-offcanvas-card__label, .off-canvas-widget .its-offcanvas-contact__label  {
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--its-oc-blue);
}

.off-canvas-widget .its-offcanvas-intro h2  {
  margin: 9px 0 10px;
  max-width: 440px;
  color: var(--its-oc-navy-deep);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.04;
  letter-spacing: -.035em;
  font-weight: 800;
}

.off-canvas-widget .its-offcanvas-intro p  {
  margin: 0;
  max-width: 520px;
  color: var(--its-oc-muted);
  font-size: 14px;
  line-height: 1.65;
}
/* ---------- Cartes solutions ---------- */ .off-canvas-widget .its-offcanvas-solutions  {
  display: grid;
  gap: 12px;
  padding: 18px 0;
}

.off-canvas-widget .its-offcanvas-card  {
  position: relative;
  overflow: hidden;
  padding: 19px;
  border: 1px solid var(--its-oc-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 26px rgba(22, 50, 71, .055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.off-canvas-widget .its-offcanvas-card:hover  {
  transform: translateY(-2px);
  border-color: #bed5df;
  box-shadow: 0 13px 34px rgba(22, 50, 71, .09);
}

.off-canvas-widget .its-offcanvas-card--primary  {
  border-color: rgba(11, 125, 165, .26);
  background: linear-gradient(135deg, rgba(11, 125, 165, .065), transparent 52%), #fff;
}

.off-canvas-widget .its-offcanvas-card--primary::before  {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--its-oc-cyan), var(--its-oc-blue));
}

.off-canvas-widget .its-offcanvas-card__head  {
  display: flex;
  align-items: center;
  gap: 13px;
}

.off-canvas-widget .its-offcanvas-icon  {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #e9f6f9;
  color: var(--its-oc-blue);
}

.off-canvas-widget .its-offcanvas-icon svg, .off-canvas-widget .its-offcanvas-extranet__icon svg  {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.off-canvas-widget .its-offcanvas-card__head > div  {
  min-width: 0;
  flex: 1;
}

.off-canvas-widget .its-offcanvas-titleline  {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.off-canvas-widget .its-offcanvas-card h3  {
  margin: 3px 0 0;
  color: var(--its-oc-navy-deep);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.02em;
}

.off-canvas-widget .its-offcanvas-badge  {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border: 1px solid #f6d29d;
  border-radius: 999px;
  background: #fff6e9;
  color: #a65e0a;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.off-canvas-widget .its-offcanvas-card__text  {
  margin: 14px 0 13px;
  color: var(--its-oc-muted);
  font-size: 13.5px;
  line-height: 1.58;
}

.off-canvas-widget .its-offcanvas-tags  {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.off-canvas-widget .its-offcanvas-tags span  {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 5px 9px;
  border: 1px solid #dbe8ed;
  border-radius: 999px;
  background: var(--its-oc-soft);
  color: #365469;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}
/* ---------- Liens / CTA ---------- */ .off-canvas-widget .its-offcanvas-link  {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--its-oc-blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none !important;
  transition: gap .2s ease, color .2s ease;
}

.off-canvas-widget .its-offcanvas-link:hover  {
  gap: 10px;
  color: var(--its-oc-navy-deep);
}

.off-canvas-widget .its-offcanvas-link svg, .off-canvas-widget .its-offcanvas-extranet > a svg  {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.off-canvas-widget .its-offcanvas-link--primary  {
  min-height: 38px;
  padding: 10px 13px;
  border-radius: 10px;
  background: var(--its-oc-blue);
  color: #fff;
}

.off-canvas-widget .its-offcanvas-link--primary:hover  {
  color: #fff;
  background: var(--its-oc-navy);
}

.off-canvas-widget .its-offcanvas-actions  {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.off-canvas-widget .its-offcanvas-link--ghost  {
  color: #536d7f;
}
/* ---------- Extranet ---------- */ .off-canvas-widget .its-offcanvas-extranet  {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 32px;
  gap: 12px;
  align-items: center;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #cfe9ee;
  border-radius: 16px;
  background: linear-gradient(135deg, #eaf9fb, #f6fbfc);
}

.off-canvas-widget .its-offcanvas-extranet__icon  {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  color: var(--its-oc-cyan);
  box-shadow: 0 5px 14px rgba(6, 59, 80, .07);
}

.off-canvas-widget .its-offcanvas-extranet strong  {
  display: block;
  margin-bottom: 3px;
  color: var(--its-oc-navy-deep);
  font-size: 13.5px;
  line-height: 1.3;
}

.off-canvas-widget .its-offcanvas-extranet p  {
  margin: 0;
  color: #5b7484;
  font-size: 11.5px;
  line-height: 1.45;
}

.off-canvas-widget .its-offcanvas-extranet > a  {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--its-oc-blue);
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease;
}

.off-canvas-widget .its-offcanvas-extranet > a:hover  {
  transform: translateX(2px);
  background: #dff4f7;
}
/* ---------- Contact ---------- */ .off-canvas-widget .its-offcanvas-contact  {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 18px;
  background: radial-gradient(circle at 100% 0%, rgba(17, 167, 189, .34), transparent 38%), linear-gradient(135deg, var(--its-oc-navy-deep), var(--its-oc-navy));
  color: #fff;
}

.off-canvas-widget .its-offcanvas-contact::after  {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -65px;
  bottom: -75px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
}

.off-canvas-widget .its-offcanvas-contact__label  {
  color: #7fe0eb;
}

.off-canvas-widget .its-offcanvas-contact strong  {
  display: block;
  margin-top: 5px;
  font-size: 19px;
  line-height: 1.2;
}

.off-canvas-widget .its-offcanvas-contact p  {
  margin: 6px 0 15px;
  max-width: 420px;
  color: rgba(255,255,255,.72);
  font-size: 12.5px;
  line-height: 1.5;
}

.off-canvas-widget .its-offcanvas-demo  {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--its-oc-orange);
  color: #fff !important;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 7px 18px rgba(247, 146, 55, .22);
  transition: transform .2s ease, filter .2s ease;
}

.off-canvas-widget .its-offcanvas-demo:hover  {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.off-canvas-widget .its-offcanvas-contact__meta  {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-top: 15px;
  color: rgba(255,255,255,.46);
  font-size: 11px;
}

.off-canvas-widget .its-offcanvas-contact__meta a  {
  color: rgba(255,255,255,.82) !important;
  text-decoration: none !important;
}

.off-canvas-widget .its-offcanvas-contact__meta a:hover  {
  color: #fff !important;
}
/* ---------- Responsive ---------- */ @media (max-width: 767px)  {
  .off-canvas-widget .its-offcanvas-panel  {
    padding: 26px 18px 22px;
  }
  .off-canvas-widget .its-offcanvas-intro h2  {
    font-size: 28px;
  }
  .off-canvas-widget .its-offcanvas-card  {
    padding: 16px;
    border-radius: 15px;
  }
  .off-canvas-widget .its-offcanvas-actions  {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px)  {
  .off-canvas-widget .its-offcanvas-panel  {
    padding-inline: 14px;
  }
  .off-canvas-widget .its-offcanvas-intro h2  {
    font-size: 25px;
  }
  .off-canvas-widget .its-offcanvas-extranet  {
    grid-template-columns: 38px minmax(0, 1fr);
  }
  .off-canvas-widget .its-offcanvas-extranet > a  {
    display: none;
  }
}
/* Respecte les préférences d'accessibilité */ @media (prefers-reduced-motion: reduce)  {
  .off-canvas-widget .its-offcanvas-card, .off-canvas-widget .its-offcanvas-link, .off-canvas-widget .its-offcanvas-extranet > a, .off-canvas-widget .its-offcanvas-demo  {
    transition: none;
  }
}