.hero {
  min-height: 48.25rem;
}
@media (max-width: 991px) {
  .hero {
    min-height: 42rem;
  }
}
.hero .left {
  position: relative;
  max-width: 564px;
  width: 100%;
  background: var(--bs-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero .left {
    width: 100%;
  }
}
.hero .left::before {
  content: "";
  background: url("./../../../optimised/images/svg/filigrane-1.svg") no-repeat center top 15px;
  background-size: 50rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.05;
}
.hero .left header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2.5rem 0;
}
@media (max-width: 767px) {
  .hero .left header {
    padding: 1.5rem 0;
  }
}
.hero .left header .svg-container {
  width: 186px;
}
@media (max-width: 767px) {
  .hero .left header .svg-container {
    width: 125px;
  }
}
.hero .left header .subline {
  font-size: 1.188rem;
  color: var(--bs-light);
  display: flex;
  flex-direction: rows;
  align-items: center;
  padding-bottom: 10px;
}
.hero .left header .subline::before {
  content: "";
  height: 2px;
  width: 32px;
  display: block;
  background-color: var(--bs-light);
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .hero .left header .subline::before {
    width: 20px;
  }
}
.hero .left .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-bottom: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .hero .left .content {
    padding: 4rem 0;
  }
}
.hero .left .content .encart {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
  margin-bottom: 2rem;
}
.hero .left .content .nom {
  font-size: 3.15rem;
  color: var(--bs-light);
  line-height: 1;
  font-weight: 100;
}
.hero .left .content .ville {
  font-size: 3.75rem;
  color: var(--bs-light);
  line-height: 1;
  font-weight: 100;
  margin-bottom: 1.875rem;
}
.hero .left .content .typos {
  font-size: 1.375rem;
  color: var(--bs-highlight);
  font-weight: 100;
}
.hero .left .content .a_partir {
  font-size: 2.188rem;
  color: var(--bs-highlight);
  font-weight: 100;
}
.hero .left .content .eligibilite {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  counter-reset: list;
  width: 100%;
}
.hero .left .content .eligibilite .eligibilite-item {
  counter-increment: list;
  font-size: 1.125rem;
  color: var(--bs-light);
  width: 4.35rem;
  height: 4.35rem;
  border: 1px solid var(--bs-light);
  border-radius: 4.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 2rem 1.3rem 0;
  text-transform: uppercase;
}
.hero .left .content .eligibilite .eligibilite-item::after {
  content: "(" counter(list) ")";
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  font-size: 0.875rem;
}
.hero .left .content .btn {
  margin-top: 4rem;
  transform: scale(1.15);
}
.hero .right {
  width: calc(100% - 564px);
  position: relative;
}
@media (max-width: 767px) {
  .hero .right {
    position: relative;
    width: 100%;
  }
}
.hero .right header {
  position: absolute;
  z-index: 5;
  flex-direction: row;
  align-items: center;
  padding: 2.5rem 1rem;
}
@media (max-width: 767px) {
  .hero .right header {
    padding: 1.5rem 1rem;
  }
}
.hero .right header .svg-container {
  width: 11.5rem;
}
.hero .right header .subline {
  font-size: 1.188rem;
  color: var(--bs-light);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
}
.hero .right header .subline::before {
  content: "";
  height: 2px;
  width: 2rem;
  display: block;
  background-color: var(--bs-light);
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .hero .right [data-module=slider] {
    height: auto;
  }
  .hero .right [data-module=slider] .swiper, .hero .right [data-module=slider] .swiper-wrapper {
    min-height: 23rem;
  }
}
.hero .right .encart {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  margin: 2.875rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
@media (max-width: 1299px) {
  .hero .right .encart {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .hero .right .encart {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .hero .right .encart {
    font-size: 12px;
    align-items: center;
    position: relative;
    margin: 0;
  }
}
.hero .right .encart [class^=text-] {
  display: inline-flex;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 768px) {
  .hero .right .encart [class^=text-] {
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .hero .right .encart [class^=text-]:first-child, .hero .right .encart [class^=text-]:last-child {
    padding: 0.5rem 0.75rem !important;
  }
}
.hero .right .encart [class^=text-]:first-child {
  font-size: 1.125em;
  padding: 0.75rem 1.25rem;
}
.hero .right .encart [class^=text-]:last-child {
  font-size: 1.938em;
  padding: 1rem 1.55rem;
}
@media (max-width: 1199px) {
  .hero .right .encart [class^=text-]:last-child {
    font-size: 1.45em;
  }
}