/* WorkDevShift — feuille de styles compatible import WEBDEV
   Volontairement sans variables CSS, sans color-mix(), sans clamp(),
   sans backdrop-filter et sans background-clip:text : ces propriétés
   sont mal restituées par l'éditeur WEBDEV lors de l'import HTML.
   Couleurs issues du logo :
   navy #0b2048 · bleu #1d68eb · turquoise #17b3b6
   violet #6551c8 · orange #fba511 · vert #8ebd73 */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: #ffffff; color: #0b2048;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 24px; }
a { color: #1d68eb; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { margin: 0; line-height: 1.2; letter-spacing: -0.025em; }
h1 { font-size: 44px; font-weight: 700; margin-bottom: 18px; }
h2 { font-size: 30px; font-weight: 700; margin-bottom: 14px; }
h3 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 8px;
	font-style: normal;
	color: #81A7F0;
}
p { margin: 0 0 1em; }
img { border: 0; }

.hl { color: #1d68eb; }
.kicker { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #1d68eb; font-weight: 700; margin-bottom: 12px; }
.lead { font-size: 18px; color: #4a5b78; max-width: 58ch; }
.muted { color: #8494ad; font-size: 15px; }
.mb20 { margin-bottom: 20px; }
.mb24 { margin-bottom: 24px; }
.mb30 { margin-bottom: 30px; }
.mt6  { margin-top: 6px; }
.mt12 { margin-top: 12px; }

/* En-tête */
#entete { position: sticky; top: 0; z-index: 50; background: #ffffff; border-bottom: 1px solid #e3e8f0; }
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo {
	height: 40px;
	width: auto;
	display: block;
	max-width: none;
}
.navlinks { display: flex; }
.navlinks a { color: #4a5b78; font-size: 15px; margin: 0 13px; }
.navlinks a:hover { color: #1d68eb; text-decoration: none; }

/* Boutons */
.btn { display: inline-block; padding: 11px 20px; border-radius: 10px; font-weight: 600; font-size: 15px; border: 1px solid transparent; cursor: pointer; }
.btn:hover { text-decoration: none; }
.btn-primary { background: #1d68eb; color: #ffffff; }
.btn-primary:hover { background: #1553c4; color: #ffffff; }
.btn-ghost { border-color: #e3e8f0; color: #0b2048; background: #ffffff; }
.btn-ghost:hover { border-color: #1d68eb; }

/* Sections */
.section { padding: 70px 0; border-top: 1px solid #e3e8f0; }
.hero-section { border-top: 0; padding: 70px 0 60px; }
.hero { display: flex; align-items: center; }
.hero-txt { flex: 1 1 auto; }
.hero-img { flex: 0 0 340px; text-align: center; }
.hero-img img { max-width: 300px; width: 100%; height: auto; }
.cta { margin-top: 26px; }
.cta .btn { margin-right: 10px; margin-bottom: 8px; }
.stats { display: flex; padding-top: 22px; margin-top: 34px; border-top: 1px solid #e3e8f0; }
.stat { margin-right: 36px; }
.stat b { display: block; font-size: 26px; font-weight: 700; letter-spacing: -0.03em; }
.stat span { font-size: 13px; color: #8494ad; }

/* Cartes */
.grid { display: flex; }
.grid .card { flex: 1 1 0; margin-right: 18px; }
.grid .card:last-child { margin-right: 0; }
.card { background: #ffffff; border: 1px solid #e3e8f0; border-radius: 14px; padding: 24px; border-top: 3px solid #1d68eb; box-shadow: 0 1px 3px rgba(11,32,72,0.05); }
.card-blue   { border-top-color: #1d68eb; }
.card-teal   { border-top-color: #17b3b6; }
.card-orange { border-top-color: #fba511; }
.card-purple { border-top-color: #6551c8; }
.card p { margin: 0; color: #4a5b78; font-size: 15px; }
.card .sub { font-size: 13px; color: #8494ad; margin-bottom: 10px; }
.card ul { margin: 8px 0 0; padding-left: 18px; color: #4a5b78; font-size: 15px; }
.card li { margin-bottom: 4px; }

.note { background: #f2f7ff; border-radius: 14px; padding: 24px 28px; margin-top: 26px; }
.note ul { margin: 0; padding-left: 20px; color: #4a5b78; }
.note li { margin-bottom: 6px; }
.note li:last-child { margin-bottom: 0; }

/* Tableau */
.tablewrap { overflow-x: auto; border: 1px solid #e3e8f0; border-radius: 14px; background: #ffffff; box-shadow: 0 1px 3px rgba(11,32,72,0.05); }
table { border-collapse: collapse; width: 100%; font-size: 15px; min-width: 600px; }
th, td { text-align: left; padding: 11px 16px; border-bottom: 1px solid #e3e8f0; }
th { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: #8494ad; font-weight: 700; background: #f2f7ff; }
tr:last-child td { border-bottom: 0; }
code { font-family: Consolas, "Courier New", monospace; font-size: 13px; background: #f2f7ff; padding: 2px 6px; border-radius: 5px; color: #1d68eb; }
td.u { color: #8494ad; font-family: Consolas, "Courier New", monospace; font-size: 13px; }

/* Feuille de route */
.road { list-style: none; padding: 0; margin: 0; }
.road li { display: flex; padding: 15px 0; border-bottom: 1px solid #e3e8f0; }
.road li:last-child { border-bottom: 0; }
.road .st { flex: 0 0 96px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; padding-top: 4px; }
.st.now { color: #17b3b6; }
.st.soon { color: #fba511; }
.st.later { color: #8494ad; }
.road .rd { flex: 1 1 auto; }
.road strong { display: block; }
.road p { margin: 2px 0 0; color: #4a5b78; font-size: 15px; }

/* Inscription */
.joinbox { background: #ffffff; border: 1px solid #e3e8f0; border-radius: 14px; padding: 28px; box-shadow: 0 1px 3px rgba(11,32,72,0.05); }
form { margin: 16px 0 8px; }
input[type=email] { width: 280px; max-width: 100%; padding: 12px 15px; border: 1px solid #e3e8f0; border-radius: 10px; font-family: inherit; font-size: 16px; background: #ffffff; color: #0b2048; margin-right: 8px; }
input[type=email]:focus { outline: 2px solid #1d68eb; outline-offset: 1px; border-color: transparent; }
.msg { font-size: 15px; color: #17b3b6; min-height: 20px; margin: 0 0 10px; }
.chans { margin-top: 20px; padding-top: 20px; border-top: 1px solid #e3e8f0; }
.chans .btn {
	margin-right: 8px;
	margin-bottom: 8px;
	color: #E6EDFB;
}

/* Pied de page */
#piedpage { border-top: 1px solid #e3e8f0; padding: 40px 0 54px; font-size: 14px; color: #8494ad; }
.logofoot { height: 30px; margin-bottom: 18px; display: block; }
#piedpage p { max-width: 80ch; }
.footlinks { padding-top: 18px; border-top: 1px solid #e3e8f0; margin-top: 22px; }
.footlinks a { color: #4a5b78; margin-right: 22px; }

/* Responsive */
@media (max-width: 860px) {
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  .navlinks { display: none; }
  .hero { display: block; }
  .hero-img { margin-top: 28px; }
  .hero-img img { max-width: 220px; }
  .grid { display: block; }
  .grid .card { margin: 0 0 18px 0; }
  .road li { display: block; }
  .road .st { margin-bottom: 2px; }
  .stats { display: block; }
  .stat { margin: 0 0 14px 0; }
}
