@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700&display=swap");

:root {
  --bg: #f5f6f6;
  --bg-end: #f5f6f6;
  /* --bg-grad-1: rgba(224, 78, 138, 0.03); */
  /* --bg-grad-2: rgba(27, 81, 93, 0.04); */

  --text-main: #1a2230;

  --card: #ffffff;
  --card-soft: rgba(255,255,255,0.92);
  --card-header: linear-gradient(180deg, #fdf097 0%, #fdf4b5 100%);

  --ink: #1e2430;
  --ink-soft: #5f6778;

  --line: #dde3ec;
  --panel-border: rgba(27, 81, 93, 0.08);

  --shadow-soft: 0 12px 30px rgba(55, 72, 97, 0.10);
  --shadow-card: 0 10px 26px rgba(55, 72, 97, 0.12);

  --teal: #1b515d;
  --accent-soft: rgba(253, 240, 151, 0.35);

  --input-bg: #ffffff;
  --input-border: #d9e2f0;
  
  --rose-arep:#e04e51;
  --rose-pale-arep:#f7d2d1;
  --gris-fonce-arep:#3c3c3b;
  --gris-clair-arep:#9d9d9c;
  --gris-pale-arep:#f8f8f8;
  --jaune-tres-pale-arep:#FFFBDE;
  --jaune-pale-arep:#fdf6b6;
  --jaune-fonce-arep:#fdf392;
  --bleu-pale-arep:#50808f;
  --bleu-fonce-arep:#1b515d;
}

::selection {
  background: #f55654;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #f55654;
  color: white;
  text-shadow: none;
}


html, body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at top right, var(--bg-grad-1), transparent 30%),
    radial-gradient(circle at top left, var(--bg-grad-2), transparent 32%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-end) 100%);
  color: var(--text-main);
  font-family: "JetBrains Mono", monospace;
}
a{
    color: var(--rose-arep);
    text-decoration: none;
}
.page-shell { 
  min-height: 100vh;
  background: transparent;
}


.app-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 18px;
  min-height: 40px;
  padding: 1px 10px;
  border-bottom: 1px solid rgba(67, 69, 75, 0.12);
  background: #fdf097;
  backdrop-filter: none;
}

.header-ascii {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  white-space: pre;
  font-family: "Courier New", monospace;
  font-size: 5px;
  line-height: 1.1;
  color: #1a505b;
  text-align: center;
}
.header-mobile { display: none; font-weight: 700; letter-spacing: 0.18em; }

.header-brand { display: flex; align-items: center; gap: 14px; min-width: 0; }

.header-logo { height: 34px; width: auto; object-fit: contain; filter: drop-shadow(0 6px 16px rgba(0,0,0,0.18)); }
.header-fallback { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(145deg, #fdf097, #f7d96c); color: #111723; font-weight: 700; }

.app-main { padding: 18px 18px 28px; max-width: 1800px; margin: 0 auto; }

/* .hero-strip { */
  /* display: grid; */
  /* grid-template-columns: 1.2fr minmax(320px, 0.8fr); */
  /* gap: 16px; */
  /* margin-bottom: 16px; */
/* } */
.hero-copy {
  border: 1px solid var(--panel-border);
  border-radius: 10px;
  background: var(--card-soft);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}
.hero-copy {
    padding: 18px 20px;
    
}


.hero-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.hero-copy,
.hero-metrics-wrap--full {
  border: 1px solid var(--panel-border);
  border-radius: 10px;
  background: var(--card-soft);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.hero-copy--full {
  padding: 18px 20px;
}

.hero-accordion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
  align-items: start;
}

.hero-metrics-wrap--full {
  padding: 14px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
}

@media (max-width: 1100px) {
  .hero-accordion-grid {
    grid-template-columns: 1fr;
  }

  /* .hero-metrics { */
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  /* } */
}

/* @media (max-width: 640px) { */
  /* .hero-metrics { */
    /* grid-template-columns: 1fr; */
  /* } */
/* } */

#annual-loading{
    z-index: 10000;
    
}

.protection-impact {
  margin-top: 4px;
  margin-left:5px;
  margin-rights:5px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(0,0,0,0.03);
  font-size: 0.78rem;
  line-height:1.35;
  white-space: normal,
  color: var(--ink-soft);
}

.impact-inline {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.hero-eyebrow, .section-eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #1a505b; margin-bottom: 10px; }
[data-theme="light"] .hero-eyebrow, [data-theme="light"] .section-eyebrow { color: #8b7300; }
.hero-title, .section-title { margin: 0; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.1; color: var(--text-main); }
.hero-text { max-width: 72ch; margin-top: 10px; color: color-mix(in srgb, var(--text-main) 70%, transparent); }

.hero-switches {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 14px;
}
.switch-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.switch-inline-label {
  color: color-mix(in srgb, var(--text-main) 72%, transparent);
  font-size: 0.8rem;
  font-weight: 700;
}
.switch-state {
  color: var(--text-main);
  font-size: 0.8rem;
  min-width: 62px;
}
.hero-switch .form-check-input {
  width: 2.6rem;
  height: 1.3rem;
  cursor: pointer;
  background-color: color-mix(in srgb, var(--card) 60%, white);
  border-color: var(--input-border);
}
.hero-switch .form-check-input:checked {
  background-color: var(--pink);
  border-color: var(--pink);
}

/* .hero-metrics { padding: 14px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-content: center; } */
.metric-chip { display: flex; align-items: center; gap: 10px; border-radius: 16px; padding: 12px; background: #fdf4b5; border: 1px solid #fdf097; }
.metric-chip__icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: var(--accent-soft); color: #43454b; flex: 0 0 auto; font-size: 17px; }
[data-theme="light"] .metric-chip__icon { color: #8b7300; }
.metric-chip__label { color: #1a505b; font-size: 0.7rem;font-weight: 600 ; letter-spacing: 0.08em; text-transform: uppercase; }
.metric-chip__value { color:  #1a505b; font-weight: 700; font-size: 0.9rem; margin-top: 2px; word-break: break-word; }

.panel-card { border: 1px solid var(--line); border-radius: 10px; background: var(--card); box-shadow: var(--shadow-card); overflow: visible; }
.panel-card .card-header { display: flex; align-items: center; min-height: 54px; padding: 10px 14px; border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent); background: var(--card-header); color: var(--ink); font-weight: 700; letter-spacing: 0.03em; }
.panel-card .card-body { padding: 12px; color: var(--ink); }

.hero-card .card-body { padding: 10px 12px 12px; }
.compact-card .card-header { min-height: 50px; font-size: 0.92rem; }
.hero-metrics-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-metrics-title {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.9;
}
.hero-accordion .accordion-item {
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  background: var(--card);
  margin-bottom: 8px;
}

/* Bouton (titre) */
.hero-accordion .accordion-button {
  border-radius: 12px !important;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  font-weight: 700;
  /* background-color: color-mix(in srgb, #fdf097 35%, white); */
  color: #1e2430;
  box-shadow: none;
  transition: all 0.2s ease;
}

/* Focus */
.hero-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: var(--line);
}

/* État ouvert */
.hero-accordion .accordion-button:not(.collapsed) {
  background-color: #fdf097;
  color: #1e2430;
}

/* Hover */
.hero-accordion .accordion-button:hover {
  background-color: color-mix(in srgb, #fdf097 70%, white);
  color: #1e2430;
}

/* Corps */
.hero-accordion .accordion-body {
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--ink-soft);
  background: white;
  padding: 12px 14px;
}

/* =========================
   CONTROL BAR CLEAN LAYOUT
========================= */

.control-bar-card {
  margin-bottom: 16px;
  position: relative;
  z-index: 200;
  overflow: visible !important;
}

.control-bar-card .card-body,
.control-bar-body,
.control-sections,
.control-section,
.control-section-grid,
.control-field,
.control-field > div {
  overflow: visible !important;
}

.control-bar-body {
  display: block;
  padding: 12px;
}



.control-field {
  min-width: 0;
  position: relative;
  z-index: 210;
}
.control-field:focus-within {
  z-index: 9000;
}

#depth-wrap,
#louvers-count-wrap,
#louvers-spacing-wrap {
  position: relative;
  z-index: 1;
}

/* Reset button alignment */
#reset-dummy-label {
  visibility: hidden;
}


.control-section:nth-child(4) {
  z-index: 6000;
}

.control-sections {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.control-section {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  background: color-mix(in srgb, var(--card) 92%, white);
  position: relative;
  z-index: 1;
  overflow: visible;
}

.control-section:hover,
.control-section:focus-within {
  z-index: 50000;
}

.control-section:nth-child(4) {
  z-index: 6000;
}

.control-section-title {
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.control-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.control-field--slider-full,
.control-field--apply {
  grid-column: span 2;
}

@media (max-width: 1400px) {
  .control-sections {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .control-sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .control-sections {
    grid-template-columns: 1fr;
  }
}

/* Section Dates → 1 colonne */
.control-section:nth-child(2) .control-section-grid {
  grid-template-columns: 1fr;
}

/* Date preset prend toute la largeur */
#date-preset {
  width: 100% !important;
}

/* Dropdown : éviter les retours à la ligne */
#date-preset .Select-value-label,
#date-preset .Select-placeholder {
  white-space: nowrap;
}
/* =========================
   DROPDOWN / DATE FIXES
========================= */
/* DatePicker : éviter les gros boutons de navigation */
.SingleDatePicker,
.SingleDatePickerInput,
.DateInput,
.DateInput_input {
  width: 100%;
}

.DayPickerNavigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.DayPickerNavigation_button {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 0 !important;
  margin: 0 4px !important;
  border-radius: 8px !important;
  border: 1px solid var(--line) !important;
  background: white !important;
  box-shadow: none !important;
}

.DayPickerNavigation_button svg {
  width: 16px !important;
  height: 16px !important;
}

.CalendarMonth_caption {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
}


/* Dropdowns */
.Select,
.Select-control,
.Select-menu-outer,
.Select-menu,
.Select__menu,
.Select__menu-portal {
  z-index: 9500 !important;
}

/* DatePicker */
.SingleDatePicker,
.SingleDatePickerInput,
.SingleDatePicker_picker,
.SingleDatePicker_picker_1,
.SingleDatePicker_picker__portal,
.DateInput,
.DateInput_1,
.DayPicker,
.DayPicker__withBorder,
.DayPicker_focusRegion {
  z-index: 8000 !important;
}

.SingleDatePicker_picker,
.SingleDatePicker_picker_1 {
  top: calc(100% + 6px) !important;
}

.Select-value-label,
.Select-placeholder,
.VirtualizedSelectOption {
  white-space: nowrap;
}

/* Keep plots below */
.dash-graph,
.js-plotly-plot {
  position: relative;
  z-index: 1;
}

.CalendarMonth_caption,
.CalendarDay,
.DayPickerNavigation_button {
  position: relative;
  z-index: 5002 !important;
}

.tool-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 40px; padding: 0 14px;
  border: 1px solid var(--input-border) !important;
  border-radius: 5px !important;
  background: var(--input-bg) !important;
  color: #f55654 !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}
.tool-btn:hover { transform: translateY(-1px); background: color-mix(in srgb, var(--input-bg) 85%, white) !important; }
.tool-btn--accent { background: linear-gradient(180deg, #fff7cb 0%, #fdf097 100%) !important; border-color: #f1e27f !important; color: #1e2430 !important; }

.helper-text, .plot-notes summary { font-family: "JetBrains Mono", monospace; }
.helper-text { color: var(--ink-soft); font-size: 0.84rem; line-height: 1.45; }
.plot-graph { min-height: 200px; }
.plot-notes { margin-top: 8px; padding-top: 8px; border-top: 1px dashed color-mix(in srgb, var(--line) 80%, transparent); }
.plot-notes summary { cursor: pointer; font-size: 0.8rem; font-weight: 700; color: var(--teal); }
.analysis-zone { margin-top: 18px; }
.section-title-wrap { margin-bottom: 12px; }

.equal-height-row > div { display: flex; }
.equal-height-row .panel-card { width: 100%; }

.dash-graph .js-plotly-plot .plotly .modebar { background: rgba(255,255,255,0.82) !important; border-radius: 12px; }
.leaflet-container { background: #eef2f6; }
.map-modal .modal-content { border-radius: 22px; overflow: hidden; border: 1px solid var(--line); background: var(--card); color: var(--ink); }
.map-modal .modal-header, .map-modal .modal-footer { border: none; }
.map-modal .modal-header { padding-bottom: 0; }
.modal-backdrop.show { opacity: 0.5; }

input, .form-control, .Select-control, .dash-dropdown, .Select-menu-outer, .DateInput_input {
  font-family: "JetBrains Mono", monospace !important;
}
.form-control, .Select-control, .DateInput_input, .DateInput, .DateInput_input_1 {
  border-radius: 5px !important;
  border-color: var(--input-border) !important;
  min-height: 40px !important;
  height: 40px !important;
  box-shadow: none !important;
  background: var(--input-bg) !important;
  color: var(--ink) !important;
}
.DateInput, .DateInput_input, .DateInput_input_1, .SingleDatePicker, .SingleDatePickerInput {
  width: 100% !important;
}
.SingleDatePickerInput {
  /* border: 1px solid var(--input-border) !important; */
  border-radius: 5px !important;
  background: var(--input-bg) !important;
  height: 40px !important;
}
.DateInput_input {
  padding: 0 12px !important;
  line-height: 40px !important;
}

.Select-control:hover, .form-control:hover { border-color: color-mix(in srgb, var(--input-border) 70%, white) !important; }

.rc-slider-track, .rc-slider-dot-active, .rc-slider-handle { border-color: var(--pink) !important; }
.rc-slider-track { background-color: var(--pink) !important; }
.rc-slider-rail { background-color: color-mix(in srgb, var(--input-border) 70%, white) !important; }

@media (max-width: 1200px) {
  /* .hero-strip { grid-template-columns: 1fr; } */
  .control-bar-body { grid-template-columns: 1fr; }
  .header-ascii { display: none; }
}
@media (max-width: 768px) {
  .app-header { min-height: 66px; padding: 10px 14px; }
  .app-main { padding: 14px 10px 22px; }
  .hero-copy { padding: 16px; }
  /* .hero-metrics { grid-template-columns: 1fr 1fr; } */
  .hero-switches { flex-direction: column; align-items: flex-start; gap: 12px; }
  .panel-card .card-header { min-height: 48px; padding: 10px 12px; font-size: 0.9rem; }
  .panel-card .card-body { padding: 10px; }
  .plot-graph { min-height: 180px; }
  .tool-btn { width: 100%; }
}
@media (max-width: 480px) {
  .header-brand { gap: 10px; }
  .header-logo { height: 30px; }
  .header-title { font-size: 0.82rem; }
  .header-subtitle { font-size: 0.65rem; }
  /* .hero-metrics { grid-template-columns: 1fr; } */
  .metric-chip { padding: 10px; }
  .metric-chip__value { font-size: 0.84rem; }
}
@media (max-width: 980px) {
  .header-ascii { display: none; }
  .header-mobile { display: block; }
  .app-main { padding-top: 92px; }
}

.hero-switch .form-check-input {
  width: 2.6rem;
  height: 1.3rem;
  cursor: pointer;
  background-color: #fdf097;
  border-color: #fdf097;
}

.hero-switch .form-check-input:checked {
  background-color: #fdf097;
  color:#fdf097;
  border-color: #fdf097;
}

.hero-switch .form-check-input:focus {
  background-color: #fdf097;
  color:#fdf097;
  border-color: #fdf097;
  box-shadow:none;
  
}


.dash-graph .js-plotly-plot .plotly .modebar {
  background: rgba(255,255,255,0.88) !important;
  border-radius: 12px;
}


.hero-help-btn {
  border-radius: 6px;
  padding: 4px 8px;

  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;

  background: rgba(253, 240, 151, 0.25);
  color: #43454b;

  border: 1px solid rgba(253, 240, 151, 0.5);
}

.hero-help-btn:hover {
  background: #fdf097;
  color: #43454b;
  border: 1px solid rgba(253, 240, 151, 0.5);
}

/* Hero help button */




/* Active */
.hero-help-btn:active {
  transform: translateY(0px) scale(0.96);
}

/* Optional: subtle glow on hover */
.hero-help-btn:hover {
  box-shadow: 0 2px 8px rgba(253, 240, 151, 0.4);
}

.main-tabs {
  margin-top: 8px;
  display: flex;
  gap: 6px; /* 👉 espace entre les tabs */
}

.main-tabs .tab {
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--ink-soft);

  border-radius: 10px; /* 👉 arrondi complet */

  padding: 10px 16px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;

  transition: all 0.15s ease;
}

/* Hover léger */
.main-tabs .tab:hover {
  background: color-mix(in srgb, var(--card) 85%, #fdf097);
  color: var(--ink);
}

/* Tab actif */
.main-tabs .tab--selected {
  background: #fdf097 !important;
  color: #1e2430 !important;
  border-color: #f1e27f !important;
  font-weight: 700;
}

/* Optionnel : léger effet "lift" */
.main-tabs .tab--selected {
  transform: translateY(-1px);
}

.tabs-pane-content {
  padding-top: 14px;
}

.advanced-toolbar {
  display: grid;
  grid-template-columns: minmax(320px, 360px) minmax(420px, 720px);
  gap: 14px;
  align-items: start;
}

.advanced-toolbar-block {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  background: color-mix(in srgb, var(--card) 92%, white);
}


.advanced-toolbar--three {
  display: grid;
  grid-template-columns: minmax(320px, 360px) minmax(380px, 1.15fr) minmax(260px, 320px);
  gap: 14px;
  align-items: start;
}

.weather-options-card {
  min-width: 0;
}

.weather-options-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: start;
  min-width: 0;
}

.weather-options-col .control-field,
.weather-options-col .Select-control,
.weather-options-col .form-control {
  width: 100%;
  min-width: 0;
}

.weather-options-col .switch-group {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  align-items: center;
  justify-content: start;
}

.weather-options-col .switch-inline-label {
  font-size: 0.8rem;
  line-height: 1.2;
  white-space: normal;
}

@media (max-width: 1200px) {
  .advanced-toolbar--three {
    grid-template-columns: 1fr;
  }
}

.upload-zone {
  display: grid;
  place-items: center;
  min-height: 92px;
  border: 1px dashed var(--input-border);
  border-radius: 10px;
  background: var(--input-bg);
  color: var(--ink-soft);
  text-align: center;
  padding: 12px;
  cursor: pointer;
  width: 100%;
}

.upload-zone:hover {
  border-color: var(--teal);
  background: color-mix(in srgb, var(--input-bg) 92%, white);
}

@media (max-width: 900px) {
  .advanced-toolbar {
    grid-template-columns: 1fr;
  }
}

/* .weather-row { */
  /* display: grid; */
  /* grid-template-columns: minmax(320px, 1.35fr) minmax(240px, 0.95fr); */
  /* gap: 16px; */
  /* align-items: start; */
/* } */

.weather-upload-col {
  width: 100%;
}

.weather-options-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: start;
  min-width: 0;
}

.weather-options-col .control-field {
  min-width: 0;
}

.weather-options-col .Select-control,
.weather-options-col .form-control {
  width: 100%;
}

/* @media (max-width: 900px) { */
  /* .weather-row { */
    /* grid-template-columns: 1fr; */
  /* } */
/* } */



.weather-options-col .switch-group {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  align-items: center;
  justify-content: start;
}

.weather-options-col .switch-inline-label {
  font-size: 0.8rem;
  line-height: 1.2;
  white-space: normal;
}

.weather-options-col .hero-switch {
  margin: 0;
}


/* .weather-row { */
  /* display: grid; */
  /* grid-template-columns: minmax(220px, 0.9fr) minmax(320px, 1.2fr) minmax(260px, 1fr); */
  /* gap: 16px; */
  /* align-items: start; */
/* } */

.weather-info-col {
  padding: 4px 4px 0 0;
}

.weather-info-title {
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
}

.weather-info-text {
  font-size: 0.78rem;
  line-height: 1.45;
}

/* @media (max-width: 1100px) { */
  /* .weather-row { */
    /* grid-template-columns: 1fr; */
  /* } */
/* } */

#pictogram-1, #pictogram-2, #pictogram-3, #pictogram-4, #pictogram-5 {
  height: 240px;
}

.pictogram-title {
  margin-bottom: 6px;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  text-align: center;
  line-height: 1.3;
}


@keyframes heart-pulse-arep {
  0%   { color: var(--rose-arep); }
  20%  { color: var(--bleu-pale-arep); }
  40%  { color: var(--jaune-fonce-arep); }
  60%  { color: var(--bleu-fonce-arep); }
  80%  { color: var(--rose-pale-arep); }
  100% { color: var(--rose-arep); }
}

.footer-heart {
  display: inline-block;         /* nécessaire pour transform */
  font-weight: 600;
  animation: heart-pulse-arep 6s ease-in-out infinite;
  transform-origin: center;
}

.footer-geek {
    font-family: "JetBrains Mono", Consolas, Fira Mono, Menlo, Monaco, monospace;
    margin-top: auto; /* sécurité */
    font-size: 0.85rem;
    color: var(--gris-clair-arep);
    text-align: center;
    letter-spacing: 0.04em;
}

.footer-geek .btn-outline-secondary {
  border: none !important;
  box-shadow: none !important;
}