/* =====================================================
   ERASIC — CSS compilé pour les pages de services
   Généré le 2026-04-01 — couvre toutes les pages
   ===================================================== */

/* Reset + base Tailwind */
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif;-webkit-tap-highlight-color:transparent}
body{margin:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
img,video{max-width:100%;height:auto}
[hidden]:where(:not([hidden=until-found])){display:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
[role=button],button{cursor:pointer}
:disabled{cursor:default}
audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}
menu,ol,ul{list-style:none;margin:0;padding:0}
fieldset,legend{padding:0}
blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}

/* ── Layout ── */
.container{width:100%;max-width:1200px}
.mx-auto{margin-left:auto;margin-right:auto}
.block{display:block}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}
.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.sticky{position:sticky}
.top-0{top:0}
.bottom-0{bottom:0}
.inset-x-0{left:0;right:0}
.z-10{z-index:10}
.z-40{z-index:40}
.z-50{z-index:50}
.overflow-x-auto{overflow-x:auto}
.outline-none{outline:none}

/* ── Flexbox ── */
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.flex-nowrap{flex-wrap:nowrap}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.items-stretch{align-items:stretch}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.place-items-center{place-items:center}

/* ── Grid ── */
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.col-span-3{grid-column:span 3/span 3}

/* ── Gap ── */
.gap-1{gap:.25rem}
.gap-1\.5{gap:.375rem}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}

/* ── Spacing margin ── */
.mb-1{margin-bottom:.25rem}
.mb-1\.5{margin-bottom:.375rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-10{margin-bottom:2.5rem}
.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}
.mt-3{margin-top:.75rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-16{margin-top:4rem}
.ml-2{margin-left:.5rem}
.mr-1{margin-right:.25rem}
.mr-2{margin-right:.5rem}

/* ── Spacing padding ── */
.p-3{padding:.75rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.pt-4{padding-top:1rem}
.pt-5{padding-top:1.25rem}
.pb-14{padding-bottom:3.5rem}
.pb-\[calc\(12px\+env\(safe-area-inset-bottom\)\)\]{padding-bottom:calc(12px + env(safe-area-inset-bottom))}

/* ── Sizing ── */
.h-8{height:2rem}
.h-9{height:2.25rem}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-14{height:3.5rem}
.h-16{height:4rem}
.w-4{width:1rem}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-full{width:100%}
.w-auto{width:auto}
.w-\[1180px\]{width:1180px}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-\[1180px\]{max-width:1180px}
.aspect-\[4\/3\]{aspect-ratio:4/3}

/* ── Typography ── */
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-\[10px\]{font-size:10px}
.text-\[15px\]{font-size:15px}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.font-black{font-weight:900}
.text-center{text-align:center}
.text-left{text-align:left}
.uppercase{text-transform:uppercase}
.leading-tight{line-height:1.25}
.leading-relaxed{line-height:1.625}
.tracking-wider{letter-spacing:.05em}
.resize-y{resize:vertical}

/* ── Colors text ── */
.text-white{color:#fff}
.text-white\/80{color:rgba(255,255,255,.8)}
.text-white\/90{color:rgba(255,255,255,.9)}
.text-slate-300{color:#cbd5e1}
.text-slate-400{color:#94a3b8}
.text-slate-500{color:#64748b}
.text-slate-600{color:#475569}
.text-slate-700{color:#334155}
.text-slate-800{color:#1e293b}
.text-slate-900{color:#0f172a}
.text-blue-500{color:#3b82f6}
.text-blue-600{color:#2563eb}
.text-blue-700{color:#1d4ed8}
.text-emerald-500{color:#10b981}
.text-emerald-600{color:#059669}
.text-emerald-700{color:#047857}
.text-green-500{color:#22c55e}
.text-amber-400{color:#fbbf24}
.text-amber-600{color:#d97706}
.text-amber-800{color:#92400e}
.text-orange-500{color:#f97316}
.text-orange-600{color:#ea580c}
.text-orange-700{color:#c2410c}
.text-rose-500{color:#f43f5e}
.text-rose-600{color:#e11d48}
.text-rose-700{color:#be123c}
.text-pink-600{color:#db2777}
.text-indigo-500{color:#6366f1}
.text-indigo-600{color:#4f46e5}
.text-indigo-700{color:#4338ca}
.text-purple-500{color:#a855f7}
.text-purple-600{color:#9333ea}
.text-purple-700{color:#7e22ce}

/* ── Colors background ── */
.bg-white{background-color:#fff}
.bg-white\/10{background-color:rgba(255,255,255,.1)}
.bg-slate-100{background-color:#f1f5f9}
.bg-blue-50{background-color:#eff6ff}
.bg-blue-600{background-color:#2563eb}
.bg-emerald-50{background-color:#ecfdf5}
.bg-emerald-600{background-color:#059669}
.bg-emerald-600\/80{background-color:rgba(5,150,105,.8)}
.bg-amber-50{background-color:#fffbeb}
.bg-indigo-50{background-color:#eef2ff}
.bg-orange-50{background-color:#fff7ed}
.bg-purple-50{background-color:#faf5ff}
.bg-rose-50{background-color:#fff1f2}
.bg-slate-700\/90{background-color:rgba(51,65,85,.9)}
.bg-slate-800\/92{background-color:rgba(30,41,59,.92)}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-blue-700{--tw-gradient-from:#1d4ed8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(29,78,216,0))}
.to-blue-900{--tw-gradient-to:#1e3a8a}

/* ── Borders ── */
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-slate-100{border-color:#f1f5f9}
.border-slate-200{border-color:#e2e8f0}
.border-slate-200\/60{border-color:rgba(226,232,240,.6)}
.border-slate-200\/70{border-color:rgba(226,232,240,.7)}
.border-blue-100{border-color:#dbeafe}
.border-white\/10{border-color:rgba(255,255,255,.1)}
.border-white\/15{border-color:rgba(255,255,255,.15)}

/* ── Border radius ── */
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-t-2xl{border-radius:1rem 1rem 0 0}
.rounded-full{border-radius:9999px}

/* ── Ring ── */
.ring-1{box-shadow:0 0 0 1px var(--tw-ring-color)}
.ring-blue-200{--tw-ring-color:#bfdbfe}
.ring-slate-200{--tw-ring-color:#e2e8f0}
.ring-emerald-500\/30{--tw-ring-color:rgba(16,185,129,.3)}
.ring-white\/20{--tw-ring-color:rgba(255,255,255,.2)}
.ring-white\/25{--tw-ring-color:rgba(255,255,255,.25)}

/* ── Shadow ── */
.shadow{box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}

/* ── Backdrop ── */
.backdrop-blur-md{backdrop-filter:blur(12px)}

/* ── Transitions ── */
.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.duration-200{transition-duration:.2s}

/* ── Transforms ── */
.transform{transform:translate(var(--tw-translate-x,0),var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1))}

/* ── Filters ── */
.blur{filter:blur(8px)}
.invert{filter:invert(100%)}
.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}

/* ── Object fit ── */
.object-contain{object-fit:contain}
.object-cover{object-fit:cover}

/* ── Space ── */
.space-y-1\.5>:not([hidden])~:not([hidden]){margin-top:.375rem}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}
.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}

/* ── Visibility ── */
.visible{visibility:visible}
.invisible{visibility:hidden}
.cursor-pointer{cursor:pointer}
.group{}

/* ── Hover states ── */
.hover\:bg-slate-100:hover{background-color:#f1f5f9}
.hover\:bg-slate-200:hover{background-color:#e2e8f0}
.hover\:bg-blue-700:hover{background-color:#1d4ed8}
.hover\:bg-emerald-700:hover{background-color:#047857}
.hover\:bg-amber-100:hover{background-color:#fef3c7}
.hover\:shadow:hover{box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.hover\:text-blue-700:hover{color:#1d4ed8}
.hover\:text-emerald-700:hover{color:#047857}
.hover\:text-pink-700:hover{color:#be185d}
.hover\:text-slate-800:hover{color:#1e293b}
.hover\:text-slate-900:hover{color:#0f172a}
.focus\:ring-blue-500:focus{--tw-ring-color:#3b82f6}

/* ── Active ── */
.active\:translate-y-\[1px\]:active{transform:translateY(1px)}

/* ── Responsive sm ── */
@media(min-width:640px){
  .sm\:flex-row{flex-direction:row}
  .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sm\:inline{display:inline}
  .sm\:items-center{align-items:center}
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
}

/* ── Responsive md ── */
@media(min-width:768px){
  .md\:flex{display:flex}
  .md\:hidden{display:none}
  .md\:gap-6{gap:1.5rem}
  .md\:gap-10{gap:2.5rem}
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
  .md\:items-center{align-items:center}
  .md\:justify-between{justify-content:space-between}
  .md\:p-4{padding:1rem}
  .md\:p-8{padding:2rem}
  .md\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .md\:py-4{padding-top:1rem;padding-bottom:1rem}
  .md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}
  .md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}
  .md\:py-16{padding-top:4rem;padding-bottom:4rem}
  .md\:text-base{font-size:1rem;line-height:1.5rem}
  .md\:text-lg{font-size:1.125rem;line-height:1.75rem}
  .md\:text-2xl{font-size:1.5rem;line-height:2rem}
  .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .md\:text-5xl{font-size:3rem;line-height:1}
}

/* ── Responsive lg ── */
@media(min-width:1024px){
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}
