.home-redesign {
  background: #f7efe2;
  color: #302820;
  margin-top: 46px;
}

.home-redesign a {
  text-decoration: none;
}

.home-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(37,31,26,.82), rgba(37,31,26,.18)),
    url("../images/bandeau.jpg") center/cover no-repeat;
  color: #fff;
  display: flex;
  min-height: 430px;
  padding: 70px 22px;
}

.home-hero-inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.home-logo {
  background: rgba(255,255,255,.9);
  border-radius: 6px;
  display: block;
  height: auto;
  margin: 0 0 28px;
  max-width: 300px;
  padding: 12px 16px;
  width: 56%;
}

.home-kicker {
  color: #f2bf67;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.home-title {
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 18px;
  max-width: 760px;
}

.home-lead {
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.home-section {
  padding: 68px 22px;
}

.home-section.is-light {
  background: #fff9ef;
}

.home-container {
  margin: 0 auto;
  max-width: 1080px;
}

.home-intro {
  margin: 0 auto 34px;
  max-width: 780px;
  text-align: center;
}

.home-intro h2 {
  font-size: 34px;
  font-weight: 900;
  margin: 0 0 14px;
}

.home-intro p {
  font-size: 18px;
  line-height: 1.55;
}

.home-experiences {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-card {
  background: #fff;
  border: 1px solid rgba(48,40,32,.12);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(48,40,32,.12);
  display: grid;
  grid-template-columns: 130px 1fr;
  min-height: 240px;
  overflow: hidden;
}

.home-card-visual {
  align-items: center;
  background: #f2d59c;
  display: flex;
  justify-content: center;
}

.home-card-visual img {
  display: block;
  height: auto;
  max-width: 88px;
  width: 70%;
}

.home-card-body {
  padding: 28px;
}

.home-card h3 {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 12px;
}

.home-card p {
  line-height: 1.55;
  margin: 0 0 20px;
}

.home-button {
  background: #b9553e;
  border-radius: 999px;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  padding: 12px 20px;
}

.home-button:hover {
  background: #944432;
}

.site-redesign {
  background: #f7efe2;
  color: #302820;
  margin-top: 46px;
}

.site-redesign a {
  text-decoration: none;
}

.site-page-hero {
  background: #fff9ef;
  padding: 68px 22px;
}

.site-page-hero.is-nomade {
  background:
    linear-gradient(90deg, rgba(37,31,26,.82), rgba(37,31,26,.42)),
    url("../images/bandeau.jpg") center/cover no-repeat;
  color: #fff;
}

.site-page-hero.is-photo {
  background:
    linear-gradient(90deg, rgba(37,31,26,.82), rgba(37,31,26,.42)),
    url("../images/bandeau.jpg") center/cover no-repeat;
  color: #fff;
}

.site-page-inner {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

.site-page-inner.is-wide {
  max-width: 1080px;
}

.site-page-kicker {
  color: #b9553e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.site-page-hero.is-nomade .site-page-kicker {
  color: #f2bf67;
}

.site-page-hero.is-photo .site-page-kicker {
  color: #f2bf67;
}

.site-page-title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 16px;
}

.site-page-lead {
  font-size: 20px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 760px;
}

.site-select-section {
  background: #3d3935;
  color: #fff;
  padding: 68px 22px;
}

.site-select-section h2 {
  font-size: 34px;
  font-weight: 900;
  margin: 0 0 10px;
}

.site-map-frame {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0,0,0,.2);
  color: #302820;
  margin: 30px 0 24px;
  overflow: hidden;
}

.site-redesign #villes-map,
.site-redesign #nomade-map {
  height: 430px;
  margin: 0;
}

.site-redesign .ville-list,
.site-redesign .nomade-city-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin-top: 24px;
}

.site-redesign .ville-list form,
.site-redesign .nomade-city-list form {
  margin: 0;
}

.site-city-button {
  background: #fff9ef !important;
  border: 1px solid rgba(48,40,32,.14) !important;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  color: #302820 !important;
  min-height: 104px;
  text-align: left !important;
  width: 100%;
}

.site-city-button:hover {
  background: #fff !important;
  transform: translateY(-2px);
}

.site-city-name {
  display: block;
  font-size: 18px;
  font-weight: 900;
}

.site-city-badge {
  background: #3d3935;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-left: 6px;
  padding: 2px 8px;
}

.site-city-count {
  color: #6f6258;
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

.site-help {
  background: rgba(255,255,255,.96);
  border-left: 5px solid #f2bf67;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  color: #302820;
  margin: 28px auto 0;
  max-width: 780px;
  padding: 22px 26px;
  text-align: left;
}

.site-help p {
  margin: 8px 0;
}

.site-content-section {
  background: #f7efe2;
  padding: 68px 22px;
}

.site-content-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(48,40,32,.1);
  color: #302820;
  margin: 0 auto;
  max-width: 900px;
  padding: 42px 56px;
}

.site-content-card h2,
.site-content-card h4 {
  font-weight: 900;
}

.site-content-card p,
.site-content-card ol {
  line-height: 1.65;
}

.site-content-card ol {
  padding-left: 28px;
}

.site-content-card li {
  margin-bottom: 12px;
}

@media (max-width: 820px) {
  .home-title {
    font-size: 40px;
  }

  .home-logo {
    width: 230px;
  }

  .home-experiences {
    grid-template-columns: 1fr;
  }

  .site-page-title {
    font-size: 34px;
  }
}

@media (max-width: 560px) {
  .home-hero {
    min-height: 380px;
    padding: 48px 18px;
  }

  .home-card {
    grid-template-columns: 1fr;
  }

  .home-card-visual {
    min-height: 130px;
  }

  .site-page-hero,
  .site-select-section,
  .site-content-section {
    padding: 50px 18px;
  }

  .site-redesign #villes-map,
  .site-redesign #nomade-map {
    height: 350px;
  }

  .site-content-card {
    padding: 30px 24px;
  }
}
