.elementor-2307 .elementor-element.elementor-element-7ff83de{--display:flex;}.elementor-2307 .elementor-element.elementor-element-7ff83de.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2307 .elementor-element.elementor-element-7ff83de{--width:83.684%;}}/* Start custom CSS *//* ============================================================
   TOROPARK — Page /idee-activite-groupe-rouen/
   CSS à coller dans Elementor > Personnaliser > CSS additionnel
   ou dans le champ CSS de la section page dans Elementor
   Police : Rubik (Google Fonts — à importer dans le thème ou via
   @import ci-dessous si non déjà chargée)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');

/* ── Variables ── */
:root {
  --tp-dark:       #111111;
  --tp-dark-2:     #1a1a1a;
  --tp-dark-3:     #222222;
  --tp-light:      #f5f4f0;
  --tp-white:      #ffffff;
  --tp-gold:       #f5c518;
  --tp-gold-dark:  #d4a800;
  --tp-teal:       #1aacbb;
  --tp-teal-dark:  #158a97;
  --tp-text:       #1a1a1a;
  --tp-text-light: #555555;
  --tp-border:     rgba(255,255,255,0.08);
  --tp-radius:     6px;
  --tp-font:       'Rubik', sans-serif;
  --tp-max:        1140px;
  --tp-gap:        clamp(1.5rem, 4vw, 3rem);
}

/* ── Reset scope ── */
.tp-page-wrapper *,
.tp-page-wrapper *::before,
.tp-page-wrapper *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.tp-page-wrapper {
  font-family: var(--tp-font);
  color: var(--tp-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── Container ── */
.tp-container {
  max-width: var(--tp-max);
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 2.5rem);
}

/* ── Sections ── */
.tp-section {
  padding-block: clamp(3.5rem, 8vw, 6rem);
}
.tp-section--dark {
  background: var(--tp-dark);
  color: var(--tp-white);
}
.tp-section--light {
  background: var(--tp-light);
  color: var(--tp-text);
}
.tp-section--dark h2,
.tp-section--dark h3 {
  color: var(--tp-white);
}
.tp-section--light h2,
.tp-section--light h3 {
  color: var(--tp-dark);
}
.tp-section__intro {
  max-width: 680px;
  margin-block: 1rem 2.5rem;
  font-size: 1.05rem;
  opacity: 0.8;
}

/* ── Tags / Eyebrow ── */
.tp-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3em 0.9em;
  border-radius: 2px;
  background: var(--tp-teal);
  color: var(--tp-white);
  margin-bottom: 1rem;
}
.tp-tag--gold {
  background: var(--tp-gold);
  color: var(--tp-dark);
}
.tp-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tp-gold);
  margin-bottom: 1rem;
}

/* ── Typography ── */
h1, h2, h3 {
  font-family: var(--tp-font);
  line-height: 1.15;
}
h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.25rem); font-weight: 700; margin-bottom: 0.5rem; }
h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }

/* ── Buttons ── */
.tp-btn {
  display: inline-block;
  font-family: var(--tp-font);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 0.85em 2em;
  border-radius: var(--tp-radius);
  border: 2px solid transparent;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  cursor: pointer;
}
.tp-btn--primary {
  background: var(--tp-gold);
  color: var(--tp-dark);
  border-color: var(--tp-gold);
}
.tp-btn--primary:hover {
  background: var(--tp-gold-dark);
  border-color: var(--tp-gold-dark);
}
.tp-btn--ghost {
  background: transparent;
  color: var(--tp-white);
  border-color: rgba(255,255,255,0.4);
}
.tp-btn--ghost:hover {
  border-color: var(--tp-white);
  background: rgba(255,255,255,0.06);
}
.tp-btn--primary-sm {
  display: inline-block;
  font-family: var(--tp-font);
  font-weight: 700;
  font-size: 0.82rem;
  text-decoration: none;
  padding: 0.6em 1.4em;
  border-radius: var(--tp-radius);
  background: var(--tp-gold);
  color: var(--tp-dark);
  border: 2px solid var(--tp-gold);
  transition: background 0.18s;
}
.tp-btn--primary-sm:hover { background: var(--tp-gold-dark); }
.tp-btn--ghost-sm {
  display: inline-block;
  font-family: var(--tp-font);
  font-weight: 700;
  font-size: 0.82rem;
  text-decoration: none;
  padding: 0.6em 1.4em;
  border-radius: var(--tp-radius);
  background: transparent;
  color: var(--tp-white);
  border: 2px solid rgba(255,255,255,0.3);
  transition: border-color 0.18s;
}
.tp-btn--ghost-sm:hover { border-color: var(--tp-white); }

/* ── Hero ── */
.tp-hero {
  background: var(--tp-dark);
  color: var(--tp-white);
  padding-block: clamp(4rem, 10vw, 8rem);
  position: relative;
  overflow: hidden;
}
.tp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 80% 50%, rgba(245,197,24,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 10% 80%, rgba(26,172,187,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.tp-hero__inner {
  position: relative;
  max-width: 760px;
}
.tp-hero__title {
  margin-bottom: 1.25rem;
  color: var(--tp-white);
}
.tp-hero__title em {
  color: var(--tp-gold);
  font-style: normal;
}
.tp-hero__lead {
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 300;
  opacity: 0.85;
  margin-bottom: 2rem;
  max-width: 620px;
}
.tp-hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* ── Stats ── */
.tp-stats {
  background: var(--tp-gold);
  padding-block: 2rem;
}
.tp-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.tp-stat__number {
  display: block;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 900;
  color: var(--tp-dark);
  line-height: 1;
}
.tp-stat__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--tp-dark);
  opacity: 0.7;
  margin-top: 0.3em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Two Col ── */
.tp-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.tp-two-col__text p {
  margin-bottom: 1rem;
  color: var(--tp-text-light);
}
.tp-two-col__text p:last-child { margin-bottom: 0; }
.tp-address {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--tp-dark) !important;
  background: rgba(0,0,0,0.06);
  padding: 0.75em 1em;
  border-radius: var(--tp-radius);
  margin-top: 1.5rem !important;
}

/* ── List ── */
.tp-list {
  list-style: none;
  margin-block: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.tp-list li {
  padding-left: 1.25rem;
  position: relative;
  color: var(--tp-text-light);
  font-size: 0.95rem;
}
.tp-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--tp-gold-dark);
  font-weight: 700;
}

/* ── Terrain Cards ── */
.tp-terrain-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tp-terrain-card {
  background: var(--tp-white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--tp-radius);
  padding: 1.25rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.tp-terrain-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--tp-gold);
}
.tp-terrain-card:nth-child(2)::before {
  background: var(--tp-teal);
}
.tp-terrain-card:nth-child(2) .tp-terrain-card__num {
  color: var(--tp-teal-dark);
}
.tp-terrain-card__num {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--tp-gold-dark);
  display: block;
  margin-bottom: 0.25rem;
}
.tp-terrain-card strong {
  font-size: 1rem;
  font-weight: 700;
  color: var(--tp-dark);
  display: block;
  margin-bottom: 0.2rem;
}
.tp-terrain-card p {
  font-size: 0.85rem;
  color: var(--tp-text-light);
  margin: 0;
}

/* ── Personas ── */
.tp-personas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.tp-persona-card {
  background: var(--tp-dark-2);
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-radius);
  padding: 1.75rem 1.25rem;
  transition: border-color 0.2s, transform 0.2s;
}
.tp-persona-card:hover {
  border-color: var(--tp-teal);
  transform: translateY(-2px);
}
.tp-persona-card__icon {
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.tp-persona-card h3 {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.tp-persona-card p {
  font-size: 0.875rem;
  opacity: 0.7;
  line-height: 1.55;
}

/* ── Timeline ── */
.tp-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-block: 2rem;
  position: relative;
}
.tp-timeline::before {
  content: '';
  position: absolute;
  left: 1.1rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0,0,0,0.1);
}
.tp-timeline__step {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding-bottom: 2rem;
  position: relative;
}
.tp-timeline__step:last-child { padding-bottom: 0; }
.tp-timeline__marker {
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--tp-gold);
  color: var(--tp-dark);
  font-weight: 900;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.tp-timeline__step:nth-child(even) .tp-timeline__marker {
  background: var(--tp-teal);
  color: var(--tp-white);
}
.tp-timeline__content {
  padding-top: 0.2rem;
}
.tp-timeline__content strong {
  font-weight: 700;
  font-size: 1rem;
  color: var(--tp-dark);
  display: block;
  margin-bottom: 0.3rem;
}
.tp-timeline__content p {
  font-size: 0.9rem;
  color: var(--tp-text-light);
}

/* Info box */
.tp-info-box {
  background: rgba(26,172,187,0.08);
  border-left: 3px solid var(--tp-teal);
  border-radius: 0 var(--tp-radius) var(--tp-radius) 0;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: var(--tp-text-light);
}

/* ── Pricing ── */
.tp-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-block: 2rem;
  align-items: start;
}
.tp-pricing-card {
  background: var(--tp-dark-2);
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-radius);
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
}
.tp-pricing-card--featured {
  border-color: var(--tp-gold);
  background: var(--tp-dark-3);
  transform: translateY(-0.5rem);
  box-shadow: 0 8px 32px rgba(245,197,24,0.15);
}
.tp-pricing-card__badge {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
  color: rgba(255,255,255,0.5);
}
.tp-pricing-card__badge--gold {
  color: var(--tp-gold);
}
.tp-pricing-card__price {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--tp-white);
  line-height: 1;
  margin-bottom: 0.2rem;
}
.tp-pricing-card__price span {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.6;
}
.tp-pricing-card > p {
  font-size: 0.75rem;
  opacity: 0.5;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.tp-pricing-card__features {
  list-style: none;
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tp-pricing-card__features li {
  font-size: 0.875rem;
  opacity: 0.8;
  padding-block: 0.4rem;
  border-bottom: 1px solid var(--tp-border);
}
.tp-pricing-card__features li:last-child { border-bottom: none; }
.tp-pricing__note {
  font-size: 0.85rem;
  opacity: 0.55;
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
}

/* ── Compare Table ── */
.tp-compare-table {
  margin-top: 2rem;
  border-radius: var(--tp-radius);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
}
.tp-compare-table__header,
.tp-compare-table__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
}
.tp-compare-table__header {
  background: var(--tp-dark);
  color: var(--tp-white);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.tp-compare-table__header > div,
.tp-compare-table__row > div {
  padding: 0.9rem 1rem;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.tp-compare-table__header > div:last-child,
.tp-compare-table__row > div:last-child { border-right: none; }
.tp-compare-table__col-head--highlight {
  background: rgba(26,172,187,0.18);
  color: var(--tp-teal) !important;
}
.tp-compare-table__row {
  background: var(--tp-white);
  font-size: 0.9rem;
  color: var(--tp-text);
  border-top: 1px solid rgba(0,0,0,0.07);
}
.tp-compare-table__row:nth-child(even) { background: var(--tp-light); }
.tp-compare-table__label {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--tp-text-light);
}
.tp-compare-table__cell--highlight {
  background: rgba(26,172,187,0.06);
  font-weight: 700;
  color: var(--tp-dark);
}

/* ── FAQ ── */
.tp-faq-container h2 {
  margin-bottom: 0.5rem;
}
.tp-faq {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.tp-faq__item {
  border: 1px solid var(--tp-border);
  border-radius: var(--tp-radius);
  overflow: hidden;
  background: var(--tp-dark-2);
}
.tp-faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.2rem 1.5rem;
  text-align: left;
  font-family: var(--tp-font);
  font-size: 1rem;
  font-weight: 600;
  color: var(--tp-white);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.tp-faq__question:hover { color: var(--tp-gold); }
.tp-faq__icon {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--tp-gold);
  transition: transform 0.2s;
  line-height: 1;
}
.tp-faq__item--open .tp-faq__icon {
  transform: rotate(45deg);
}
.tp-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.tp-faq__item--open .tp-faq__answer {
  max-height: 300px;
}
.tp-faq__answer p {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.9rem;
  opacity: 0.75;
  line-height: 1.65;
}
.tp-faq__answer a {
  color: var(--tp-teal);
  text-decoration: none;
}
.tp-faq__answer a:hover { text-decoration: underline; }

/* ── CTA Section ── */
.tp-cta-section {
  background: var(--tp-gold);
  padding-block: clamp(3rem, 7vw, 5rem);
}
.tp-cta-section__inner {
  text-align: center;
}
.tp-cta-section h2 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 900;
  color: var(--tp-dark);
  margin-bottom: 0.75rem;
}
.tp-cta-section p {
  font-size: 1rem;
  color: var(--tp-dark);
  opacity: 0.75;
  margin-bottom: 2rem;
  max-width: 480px;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.tp-cta-section .tp-btn--primary {
  background: var(--tp-dark);
  color: var(--tp-white);
  border-color: var(--tp-dark);
}
.tp-cta-section .tp-btn--primary:hover {
  background: #333;
  border-color: #333;
}
.tp-cta-section .tp-btn--ghost {
  color: var(--tp-dark);
  border-color: rgba(0,0,0,0.3);
}
.tp-cta-section .tp-btn--ghost:hover {
  border-color: var(--tp-dark);
  background: rgba(0,0,0,0.05);
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .tp-personas {
    grid-template-columns: repeat(2, 1fr);
  }
  .tp-pricing {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-inline: auto;
  }
  .tp-pricing-card--featured {
    transform: none;
  }
  .tp-compare-table__header,
  .tp-compare-table__row {
    grid-template-columns: 1.2fr 0.9fr 0.9fr 0.9fr 1.1fr;
    font-size: 0.78rem;
  }
}

@media (max-width: 768px) {
  .tp-two-col {
    grid-template-columns: 1fr;
  }
  .tp-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tp-compare-table {
    overflow-x: auto;
  }
  .tp-compare-table__header,
  .tp-compare-table__row {
    min-width: 580px;
  }
  .tp-personas {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .tp-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tp-hero__cta-group {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}/* End custom CSS */