html {
  scroll-behavior: smooth;
}

.andv__section {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .andv__section {
    padding-bottom: 2.5rem;
  }
}
.andv__questions-list {
  max-width: 818px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.andv__text-blue {
  color: var(--text-action-high-blue-france);
}
.andv__text-grey {
  color: var(--text-mention-grey);
}
.andv__text-center {
  text-align: center;
}
.andv__tmce h3 {
  color: var(--text-action-high-blue-france);
}
.andv__text-white {
  color: var(--text-inverted-grey);
}
.andv__margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.andv__background-blue {
  background-color: var(--text-action-high-blue-france);
}
.andv__flex-center {
  display: flex !important;
  align-items: center !important;
}

ul.andv__list > li, ol.andv__list > li {
  list-style: none;
}
ul.andv__list > li::marker, ol.andv__list > li::marker {
  content: "";
}

.cover__banner {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  background-color: var(--background-flat-grey);
}
.cover__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.5;
}
.cover__title {
  z-index: 1;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cover__row {
    flex-direction: row-reverse;
  }
}
.cover__col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cover__col:first-child {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .cover__col:first-child {
    justify-content: flex-start;
  }
}

.more {
  background-color: var(--blue-france-975-75);
  color: var(--blue-france-sun-113-625);
}
.more__title {
  position: relative;
}
.more__information {
  position: absolute;
  left: -0.5rem;
  top: 0;
  transform: translateX(-100%);
}

.sidebar {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.sidebar__link {
  position: sticky;
  top: 80vh;
}

.carrier-documentation__container {
  position: relative;
}
.carrier-documentation__circle {
  background-color: white;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(25%) translateX(25%);
}
@media screen and (max-width: 768px) {
  .carrier-documentation__circle {
    display: none;
  }
}

.home-cover {
  background-color: var(--background-alt-grey);
  position: relative;
  overflow: hidden;
}
.home-cover__image {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(60%) translateX(25%);
  max-width: 75vw;
}
@media screen and (max-width: 768px) {
  .home-cover__image {
    display: none;
  }
}

.home-api-pnr {
  position: relative;
}
.home-api-pnr__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.home-api-pnr__texts {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-end;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--background-default-grey);
}

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