/* Paysage */
/* Petit laptop */
@media (max-width: 8000px) {
  .title {
    font-family: "Finlandica Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 4em;
    text-align: center;
    letter-spacing: 0.15em;
  }
  .sous-title {
    text-align: center;
    font-size: 3em;
  }
  .bloc-accueil {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    flex-direction: column;
    padding-top: 0;
  }
  .bloc-accueil > .d-flex {
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .bloc-accueil .acceuil-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
  .bloc-accueil .acceuil-1 .text-left,
.bloc-accueil .acceuil-1 .text-right {
    flex: 1;
  }
  .bloc-accueil .acceuil-1 .text-center-img {
    flex: 0 0 40%;
  }
  .bloc-accueil .acceuil-1 .text-center-img > div:last-child {
    margin-top: 22px;
  }
  .bloc-accueil .text {
    font-size: 1.5em;
    text-align: center;
  }
  .bloc-presentation {
    display: flex;
    justify-content: space-around;
    align-content: center;
    width: 100%;
    flex-direction: column;
  }
  .bloc-presentation .presentation-1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  .bloc-presentation .presentation-1 > div:first-child {
    display: flex;
    align-items: flex-start;
  }
  .bloc-presentation .presentation-1 > div:first-child img {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .bloc-presentation .presentation-1 > div:last-child {
    margin-top: 0 !important;
  }
  .bloc-presentation .presentation-1 > div:last-child .text {
    margin-top: 0 !important;
  }
  .bloc-presentation img {
    margin: 10px;
  }
  .bloc-accompagnement {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 20px 20px;
  }
  .bloc-zone {
    width: 100%;
  }
  .bloc-zone .zone-map {
    position: relative;
    width: 100%;
    line-height: 0;
  }
  .bloc-zone .zone-map-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .bloc-zone .zone-car {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 21%;
    max-width: 295px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  }
  .bloc-zone .zone-text {
    margin-top: 40px;
    line-height: 1.6;
  }
  .bloc-prestation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
  }
  .bloc-prestation .bloc-1 {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .bloc-prestation .bloc-1 .projet, .bloc-prestation .bloc-1 .construction, .bloc-prestation .bloc-1 .soutient {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33%;
  }
  .bloc-prestation .bloc-1 .projet img {
    position: absolute;
    top: 54%;
    right: 20px;
    width: 7vw;
  }
  .bloc-prestation .bloc-1 .soutient img {
    width: 5vw;
    top: 77%;
    position: absolute;
    left: 77%;
  }
  .bloc-prestation .bloc-1 .construction img {
    position: absolute;
    width: 7vw;
    bottom: 72%;
    left: 74%;
    z-index: -1;
  }
  .bloc-tarifs {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
    justify-content: space-around;
  }
  .bloc-tarifs .blocs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    font-size: 1.2em;
  }
  .bloc-tarifs .blocs .bloc-1 {
    width: 50%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
  }
  .bloc-tarifs .blocs .bloc-1 img {
    width: 7vw;
    height: 14vh;
  }
  .bloc-tarifs .blocs .bloc-2 {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right: 5%;
    top: 100px;
    font-size: 0.8em;
  }
  .bloc-tarifs .blocs .bloc-2 img {
    width: 15vw;
    height: 23vh;
  }
}
.bloc-partenaire {
  font-size: 1.2em;
  width: 50%;
  margin: 0 auto;
}
.bloc-partenaire .bloc-2 .images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.bloc-partenaire .bloc-2 .bloc-text {
  width: 80%;
}
.bloc-partenaire .bloc-2 img {
  width: 22%;
  height: 30%;
}

.site-footer img {
  width: 40px;
  height: 40px;
}

.finlandica-headline-bold {
  font-family: "Finlandica Headline", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 56px;
  scroll-snap-type: y proximity;
  font-family: "Finlandica Headline", sans-serif;
}

body {
  margin: 0;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: whitesmoke !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.site-nav .nav-link {
  position: relative;
  transition: color 0.2s ease;
}
.site-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #75765D;
  transition: width 0.25s ease, left 0.25s ease;
}
.site-nav .nav-link:hover, .site-nav .nav-link.active {
  color: #75765D;
}
.site-nav .nav-link:hover::after, .site-nav .nav-link.active::after {
  width: 70%;
  left: 15%;
}

.single-page {
  width: 100%;
  transition: opacity 0.4s ease;
}
.single-page.is-transitioning {
  opacity: 0;
}

.page-section {
  min-height: calc(100vh - 56px);
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.page-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.page-section:nth-of-type(even) {
  background-color: rgba(117, 118, 93, 0.04);
}

.page-section-inner {
  width: 75%;
}

.scroll-reveal-up {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}
.scroll-reveal-up.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.site-footer {
  background-color: whitesmoke !important;
  position: sticky;
  bottom: 0;
  z-index: 1020;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
}

.single-page {
  font-optical-sizing: auto;
  font-style: normal;
}

/*# sourceMappingURL=style.css.map */
