/* Page Création de site internet pour le tourisme */
.ab-tourism-page-template .entry-header {
  display: none;
}

.ab-tourism-page-template .site-content .ast-container,
.ab-tourism-page-template .site-main,
.ab-tourism-page-template .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.ab-tourism-page-template .content-area {
  width: 100%;
}

.ab-tourism-page {
  overflow: hidden;
}

.ab-tourism-page .ab-work-container {
  width: min(100% - 3rem, 1280px);
  margin-inline: auto;
}

.ab-tourism-page .ab-work-section {
  padding: 6.5rem 0;
}

.ab-tourism-page .ab-work-section--tint {
  background: linear-gradient(135deg, #f0ecff 0%, #f8f6ff 52%, #eaf5ef 100%);
}

.ab-tourism-page .ab-work-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.75fr);
  gap: 0.35rem 4rem;
  align-items: end;
  margin-bottom: 2.75rem;
}

.ab-tourism-page .ab-work-section-head > .eyebrow,
.ab-tourism-page .ab-work-section-head > h2 {
  grid-column: 1;
}

.ab-tourism-page .ab-work-section-head > h2 {
  margin: 0.4rem 0 0;
}

.ab-tourism-page .ab-work-section-head > .lead {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
}

.ab-tourism-hero {
  padding-bottom: 2rem;
}

.ab-tourism-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 32rem;
  margin: 0;
  border: 1px solid rgba(19, 31, 57, 0.09);
  border-radius: 2rem;
  background: #f6f0e8;
  box-shadow: 0 1.5rem 4rem rgba(31, 43, 70, 0.13);
}

.ab-tourism-hero__visual::after {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  backdrop-filter: blur(8px);
}

.ab-tourism-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 32rem;
  object-fit: cover;
}

.ab-tourism-hero__note {
  max-width: 42rem;
  margin-top: 1.4rem;
  color: var(--ab-muted);
  font-size: 0.92rem;
}

.ab-tourism-page .ab-work-proof {
  border-top: 1px solid rgba(19, 31, 57, 0.08);
  border-bottom: 1px solid rgba(19, 31, 57, 0.08);
  background: rgba(255, 255, 255, 0.62);
}

.ab-tourism-page .ab-work-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}

.ab-tourism-page .ab-work-proof__grid > div {
  display: flex;
  min-height: 9rem;
  padding: 1.8rem;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(19, 31, 57, 0.08);
}

.ab-tourism-page .ab-work-proof__grid > div:last-child {
  border-right: 0;
}

.ab-tourism-page .ab-work-proof strong {
  color: var(--ab-ink);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.ab-tourism-page .ab-work-proof span {
  margin-top: 0.35rem;
  color: var(--ab-muted);
  font-size: 0.92rem;
}

.ab-tourism-moments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.ab-tourism-page .ab-work-service-card {
  position: relative;
  min-height: 19rem;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid rgba(19, 31, 57, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 1rem 2.5rem rgba(31, 43, 70, 0.06);
}

.ab-tourism-page .ab-work-service-card:nth-child(2) {
  background: rgba(235, 230, 252, 0.72);
}

.ab-tourism-page .ab-work-service-card:nth-child(3) {
  background: rgba(226, 241, 233, 0.78);
}

.ab-tourism-page .ab-work-service-card__number {
  display: inline-flex;
  margin-bottom: 4.5rem;
  color: var(--ab-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ab-tourism-page .ab-work-service-card h3,
.ab-tourism-page .ab-work-project-card h3 {
  margin: 0 0 0.8rem;
}

.ab-tourism-page .ab-work-service-card p,
.ab-tourism-page .ab-work-project-card p {
  margin: 0;
  color: var(--ab-muted);
}

.ab-tourism-journey {
  overflow: hidden;
  margin: 2.5rem 0 0;
  border: 1px solid rgba(19, 31, 57, 0.08);
  border-radius: 2rem;
  background: #f8f2e9;
  box-shadow: 0 1rem 3rem rgba(31, 43, 70, 0.08);
}

.ab-tourism-journey img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.ab-tourism-offer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ab-tourism-offer-grid .ab-index-card {
  grid-template-columns: 1fr;
  min-height: 100%;
}

.ab-tourism-checklist {
  display: grid;
  gap: 0.75rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.ab-tourism-checklist li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--ab-muted);
}

.ab-tourism-checklist li::before {
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--ab-coral);
  content: "";
  box-shadow: 0 0 0 0.25rem rgba(238, 142, 116, 0.16);
}

.ab-tourism-needs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.ab-tourism-needs .ab-work-project-card {
  min-height: 100%;
  padding: 2rem;
  border: 1px solid rgba(19, 31, 57, 0.08);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(31, 43, 70, 0.06);
}

.ab-tourism-needs .ab-work-project-card:nth-child(2) {
  background: #f2eefc;
}

.ab-tourism-needs .ab-work-project-card:nth-child(3) {
  background: #eaf5ef;
}

.ab-tourism-needs .ab-work-project-card__content {
  display: flex;
  min-height: 17rem;
  flex-direction: column;
  justify-content: flex-end;
}

.ab-tourism-experience .ab-index-card:first-child {
  background: linear-gradient(145deg, #f7f3ff, #eee8fb);
}

.ab-tourism-experience .ab-index-card:last-child {
  background: linear-gradient(145deg, #eff8f3, #e3f0e9);
}

.ab-tourism-experience .ab-index-card {
  grid-template-columns: 1fr;
}

.ab-tourism-experience .ab-index-card h3 {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.ab-tourism-experience .ab-index-card p {
  font-size: 1.0625rem;
  line-height: 1.7;
}

.ab-tourism-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.ab-tourism-page .ab-work-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: tourism-step;
}

.ab-tourism-page .ab-work-steps article {
  min-height: 17rem;
  padding: 1.8rem;
  border-top: 1px solid rgba(19, 31, 57, 0.18);
  background: rgba(255, 255, 255, 0.46);
}

.ab-tourism-page .ab-work-steps article > span {
  display: block;
  margin-bottom: 4rem;
  color: var(--ab-coral);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ab-tourism-page .ab-work-steps h3 {
  margin: 0 0 0.7rem;
}

.ab-tourism-page .ab-work-steps p {
  margin: 0;
  color: var(--ab-muted);
}

.ab-tourism-resources .article-card {
  min-height: 100%;
}

.ab-tourism-resources .article-card > a {
  display: inline-flex;
  margin-top: auto;
  color: var(--ab-ink);
  font-weight: 800;
  text-decoration: none;
}

.ab-tourism-page .ab-work-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ab-tourism-page .ab-work-faq details {
  padding: 1.5rem 1.6rem;
  border: 1px solid rgba(19, 31, 57, 0.08);
  border-radius: 1.25rem;
  background: #fff;
}

.ab-tourism-page .ab-work-faq summary {
  color: var(--ab-ink);
  font-weight: 800;
  cursor: pointer;
}

.ab-tourism-page .ab-work-faq details p {
  margin: 1rem 0 0;
  color: var(--ab-muted);
}

.ab-tourism-page .ab-work-cta .contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 980px) {
  .ab-tourism-page .ab-work-section-head {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .ab-tourism-page .ab-work-section-head > .lead {
    grid-column: 1;
    grid-row: auto;
    margin-top: 1rem;
  }

  .ab-tourism-hero__visual,
  .ab-tourism-hero__visual img {
    min-height: 25rem;
  }

  .ab-tourism-needs {
    grid-template-columns: 1fr;
  }

  .ab-tourism-page .ab-work-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ab-tourism-page .ab-work-container {
    width: min(100% - 2rem, 1280px);
  }

  .ab-tourism-page .ab-work-section {
    padding: 4.75rem 0;
  }

  .ab-tourism-hero {
    padding-bottom: 0;
  }

  .ab-tourism-hero__visual,
  .ab-tourism-hero__visual img {
    min-height: 20rem;
    border-radius: 1.35rem;
  }

  .ab-tourism-offer-grid {
    grid-template-columns: 1fr;
  }

  .ab-tourism-moments,
  .ab-tourism-page .ab-work-proof__grid,
  .ab-tourism-page .ab-work-steps,
  .ab-tourism-page .ab-work-faq__list,
  .ab-tourism-page .ab-work-cta .contact-card {
    grid-template-columns: 1fr;
  }

  .ab-tourism-page .ab-work-service-card,
  .ab-tourism-needs .ab-work-project-card__content,
  .ab-tourism-page .ab-work-steps article {
    min-height: auto;
  }

  .ab-tourism-page .ab-work-service-card__number,
  .ab-tourism-page .ab-work-steps article > span {
    margin-bottom: 2.5rem;
  }

  .ab-tourism-page .ab-work-proof__grid > div {
    min-height: auto;
    padding: 1.25rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(19, 31, 57, 0.08);
  }

  .ab-tourism-journey {
    border-radius: 1.35rem;
  }

  .ab-tourism-journey img {
    aspect-ratio: 4 / 3;
  }
}
