@media (min-width: 768px) {
}@media (min-width: 992px) {
}.hero-cover-under-title {
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .hero-cover-under-title {
    background-color: #fff;
  }
}
.hero-cover-under-title__container,
.hero-cover-under-title__container--video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 288px;
  overflow: hidden;
  line-height: 0;
}
@media (min-width: 768px) {
  .hero-cover-under-title__container,
  .hero-cover-under-title__container--video {
    position: absolute;
    min-height: 100%;
  }
}
.hero-cover-under-title__container--video {
  z-index: -1;
}
.hero-cover-under-title__player {
  position: relative;
}
.hero-cover-under-title__player.youtube {
  opacity: 0;
  margin-bottom: -120px;
}
@media (min-width: 1200px) {
  .hero-cover-under-title__player.youtube {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .hero-cover-under-title__player.youtube {
    margin-bottom: -200px;
  }
}
.hero-cover-under-title__player.animate {
  opacity: 1;
  -webkit-animation: animate 1s ease forwards;
  -o-animation: animate 1s ease forwards;
  animation: animate 1s ease forwards;
  -webkit-animation: animate 1s ease forwards 300ms 0 ease;
  -moz-animation: animate 1s ease forwards 300ms 0 ease;
  animation: animate 1s ease forwards 300ms 0 ease;
}
@keyframes animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .hero-cover-under-title__player {
    display: none !important;
  }
}
.hero-title-over-cover__path {
  float: left;
  margin-right: 20px;
  margin-left: 31px;
  display: none;
}
@media (min-width: 768px) {
  .hero-title-over-cover__path {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hero-title-over-cover__path {
    margin-left: 61px;
  }
}
.hero-title-over-cover__baseline {
  font-size: 1.6rem;
  display: none;
  margin-bottom: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .hero-title-over-cover__baseline {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .hero-title-over-cover__baseline {
    display: block;
  }
}
.hero-title-over-cover__title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: left;
  margin: 32px 0 0 0;
}
@media (min-width: 768px) {
  .hero-title-over-cover__title {
    font-size: 4.6rem;
  }
}
@media (min-width: 768px) {
  .hero-title-over-cover__title {
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
}
.thematic-hero-cover-image {
  position: relative;
}
.thematic-hero-cover-image__cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 288px;
  width: 100%;
}
@media (min-width: 768px) {
  .thematic-hero-cover-image__cover {
    height: 460px;
  }
}
@media (min-width: 1200px) {
  .thematic-hero-cover-image__cover {
    height: 540px;
  }
}
.hero-cartouche {
  position: relative;
  z-index: 2;
}
.hero-cartouche__background {
  background: #fff;
}
@media (min-width: 1200px) {
  .hero-cartouche__background {
    background: unset;
  }
}
@media (min-width: 1200px) {
  .hero-cartouche__content {
    margin: 0;
  }
}
.how-it-works {
  padding: 48px 0;
}
.how-it-works__item {
  display: flex;
}
.how-it-works__item + .how-it-works__item {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .how-it-works__item + .how-it-works__item {
    margin-top: 0;
  }
}
.how-it-works__item__illustration {
  margin-right: 30px;
}
@media (min-width: 992px) {
  .how-it-works__item__illustration {
    margin-right: 10px;
  }
}
.how-it-works__item__illustration .svg-illustration {
  min-width: 80px;
  height: 80px;
}
.how-it-works__item__text {
  flex-grow: 1;
}
.how-it-works__item__text a {
  color: #fff;
  text-decoration: underline;
}
.how-it-works__item__text__title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.review-item {
  color: #fff;
}
.review-item:hover,
.review-item:active,
.review-item:focus {
  color: #fff;
  text-decoration: none;
}
.review-tile {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .review-tile {
    flex-direction: row;
  }
}
.review-tile__img {
  width: 263px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .review-tile__img {
    width: 220px;
  }
}
.review-tile__img--mobile {
  width: 100%;
}
@media (min-width: 768px) {
  .review-tile__img--mobile {
    width: 263px;
  }
}
.review-tile__content {
  position: relative;
  background-color: var(--color-yellow-300);
  color: var(--color-neutral-900);
  padding: 24px;
  min-height: 180px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.review-tile__content-title {
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .review-tile__content-title {
    font-size: 2.4rem;
  }
}
.review-tile__content-subtitle {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .review-list__intro {
    text-align: center;
  }
}
.review-list__intro__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .review-list__intro__title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .review-list__intro__title {
    margin-top: 32px;
  }
}
.review-list__intro__description,
.review-list__intro__stars {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .review-list__intro__description,
  .review-list__intro__stars {
    margin-top: 8px;
  }
}
.review-list__intro__cta {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .review-list__intro__cta {
    margin-top: 32px;
  }
}
.review-list__intro__stars-link {
  color: #343A40;
}
.review-list__intro__stars-average {
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .review-list__intro__stars-average {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .review-list__intro__stars-average {
    line-height: 40px;
  }
}
.review-list__intro__stars-rate {
  font-size: 12px;
  margin: 0 8px;
}
.review-list__intro__stars-feedbacks {
  font-size: 1.6rem;
  line-height: 24px;
}
.review-list__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .review-list__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.review-list__tiles {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
}
.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  border: none;
  color: var(--color-neutral-900);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.autocomplete-suggestions.pull-right {
  right: 0;
  left: auto;
}
.autocomplete-suggestions .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.autocomplete-suggestions > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #343A40;
  white-space: nowrap;
}
.autocomplete-suggestion {
  padding: 9px 16px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-suggestions strong {
  font-weight: 700;
}
.autocomplete-selected {
  color: #fff;
  background-color: #12B886;
  cursor: pointer;
}
.autocomplete-selected strong {
  color: #fff;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.search-destination {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
@media (min-width: 768px) {
  .search-destination {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .search-destination {
    padding: 30px;
  }
}
.search-destination .search-destination-illustration,
.search-destination .search-destination-form-container,
.search-destination .search-destination-wheretogo {
  flex-shrink: 1;
  align-items: center;
}
@media (min-width: 992px) {
  .search-destination .search-destination-illustration,
  .search-destination .search-destination-form-container,
  .search-destination .search-destination-wheretogo {
    display: flex;
  }
}
.search-destination .search-destination-illustration {
  display: none;
  line-height: 0;
}
.search-destination .search-destination-illustration .svg-illustration {
  width: 62px;
  height: 62px;
}
.search-destination .search-destination-form-container {
  flex-grow: 1;
}
.search-destination .search-destination-input {
  font-size: 1.5rem;
  width: 100%;
  color: var(--color-neutral-900);
  padding: 15px;
  background-clip: padding-box;
  border: solid #ADB5BD;
  border-width: 1px 1px 0 1px;
  border-radius: 4px 4px 0 0;
}
.search-destination .search-destination-input::-moz-placeholder {
  color: #868E96;
  opacity: 1;
}
.search-destination .search-destination-input:-ms-input-placeholder {
  color: #868E96;
}
.search-destination .search-destination-input::-webkit-input-placeholder {
  color: #868E96;
}
@media (min-width: 768px) {
  .search-destination .search-destination-input {
    border-width: 1px 0 1px 1px;
    border-radius: 4px 0 0 4px;
  }
}
.search-destination .search-destination-input:focus {
  outline: 0;
  border-color: var(--color-yellow-300);
}
.search-destination .search-destination-input:hover::-moz-placeholder {
  color: #767f88;
  opacity: 1;
}
.search-destination .search-destination-input:hover:-ms-input-placeholder {
  color: #767f88;
}
.search-destination .search-destination-input:hover::-webkit-input-placeholder {
  color: #767f88;
}
.search-destination .search-destination-submit-container .btn {
  width: 100%;
  padding: 13px 17px;
}
.search-destination .search-destination-submit-container .btn {
  border-radius: 0 0 4px 4px;
}
.search-destination .search-destination-wheretogo {
  margin-top: 24px;
}
.search-destination .search-destination-wheretogo .btn-secondary {
  width: 100%;
}
@media (min-width: 768px) {
  .search-destination {
    flex-direction: row;
    align-items: center;
  }
  .search-destination .search-destination-form-container {
    padding: 0 28px;
  }
  .search-destination .search-destination-form {
    display: table;
    width: 100%;
  }
  .search-destination .search-destination-input-container,
  .search-destination .search-destination-submit-container {
    display: table-cell;
    vertical-align: middle;
  }
  .search-destination .search-destination-submit-container {
    width: 1px;
    white-space: nowrap;
  }
  .search-destination .search-destination-input {
    border-radius: 4px 0 0 4px;
  }
  .search-destination .search-destination-submit-container .btn {
    width: auto;
    border-radius: 0 4px 4px 0;
  }
  .search-destination .search-destination-wheretogo {
    margin-top: 0;
  }
  .search-destination .search-destination-wheretogo .btn-secondary {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .search-destination {
    margin-top: -61px;
  }
}
.page-destination-list .search-destination-form {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 72%;
}
.page-destination-list .search-destination-form .search-destination-input {
  font-size: 1.5rem;
  padding: 17px;
  width: 100%;
  color: var(--color-neutral-900);
  background-color: #fff;
  border: none;
  outline: none;
}
.page-destination-list .search-destination-form .search-destination-input::-moz-placeholder {
  color: #868E96;
  opacity: 1;
}
.page-destination-list .search-destination-form .search-destination-input:-ms-input-placeholder {
  color: #868E96;
}
.page-destination-list .search-destination-form .search-destination-input::-webkit-input-placeholder {
  color: #868E96;
}
.page-destination-list .search-destination-form .search-destination-input:hover::-moz-placeholder {
  color: #767f88;
  opacity: 1;
}
.page-destination-list .search-destination-form .search-destination-input:hover:-ms-input-placeholder {
  color: #767f88;
}
.page-destination-list .search-destination-form .search-destination-input:hover::-webkit-input-placeholder {
  color: #767f88;
}
.page-destination-list .search-destination-form .search-destination-input-container,
.page-destination-list .search-destination-form .search-destination-submit-container {
  display: table-cell;
  width: 1px;
  vertical-align: middle;
}
.page-destination-list .search-destination-form .search-destination-input-container {
  width: auto;
}
.page-destination-list .search-destination-form .search-destination-submit-container {
  white-space: nowrap;
}
.page-destination-list .search-destination-form .search-destination-submit-container .btn {
  padding: 14px 17px;
}
.page-destination-list .search-destination-form .search-destination-input {
  padding: 15px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #F5F3F1;
  box-shadow: 0 0 0 2px #fff;
}
.page-destination-list .search-destination-form .search-destination-input:focus {
  box-shadow: 0 0 0 2px var(--color-yellow-300);
}
@media (max-width: 768px) {
  .page-destination-list .search-destination-form {
    display: block;
    max-width: 92%;
  }
  .page-destination-list .search-destination-form .search-destination-input-container,
  .page-destination-list .search-destination-form .search-destination-submit-container {
    display: block;
    width: auto;
  }
  .page-destination-list .search-destination-form .search-destination-submit-container .btn {
    width: 100%;
  }
  .page-destination-list .search-destination-form .search-destination-input {
    border-radius: 4px;
    border-right: none;
  }
  .page-destination-list .search-destination-form .search-destination-submit-container {
    margin-top: 22px;
  }
  .page-destination-list .search-destination-form .search-destination-submit-container .btn {
    width: 100%;
    border-radius: 6px;
  }
  .page-destination-list .search-destination-form .search-destination-input-container {
    padding: 12px 3px;
  }
}
.edito-card-large {
  margin-top: 32px;
}
.edito-card-large__cover {
  position: relative;
  overflow: hidden;
}
.edito-card-large__cover.full-width {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .edito-card-large__cover.full-width {
    margin-left: 0;
    margin-right: 0;
  }
}
.edito-card-large__cover__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.edito-card-large__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 15px;
}
@media (min-width: 768px) {
  .edito-card-large__content {
    padding: 24px;
  }
}
.edito-card-large__content__title {
  font-size: 4.8rem;
  font-family: Moret, serif;
  line-height: 6.4rem;
  max-height: 19.2rem;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .edito-card-large__content__title {
    margin-bottom: 8px;
  }
}
.edito-card-large__content__subtitle {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .edito-card-large__content__subtitle {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .edito-card-large__content__subtitle {
    max-height: 48px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .edito-card-large__content__subtitle {
    line-height: 24px;
    max-height: 72px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1200px) {
  .edito-card-large__content__subtitle {
    line-height: 24px;
    max-height: 96px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.edito-card-large__content__description {
  font-size: 1.8rem;
  font-weight: 700;
}
.carousel-edito .edito-item {
  margin-top: 0;
}
.edito-item {
  color: #343A40;
  margin-top: 32px;
  display: block;
}
@media (min-width: 768px) {
  .edito-item {
    display: flex;
    flex: 1;
  }
}
.edito-item__link {
  flex: 1;
}
.edito-item__figure {
  position: relative;
}
.edito-item__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.edito-item__text {
  position: relative;
  background: #fff;
  border: 1px solid #EEE9E5;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .edito-item__text {
    flex: 1;
  }
}
.edito-item__text__wrapper {
  padding: 0 24px 24px;
  margin-bottom: 24px;
  min-height: 125px;
}
@media (min-width: 768px) {
  .edito-item__text__wrapper {
    min-height: unset;
  }
}
.edito-item__text__row {
  display: flex;
}
.edito-item__text__title {
  font-family: Moret, serif;
  font-size: 2.8rem;
  line-height: 4rem;
}
.edito-item__text__description {
  display: none;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .edito-item__text__description {
    line-height: 24px;
    max-height: 48px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 992px) {
  .edito-item__text__description {
    margin-top: 24px;
    line-height: 24px;
    max-height: 288px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
  }
}
@media (min-width: 1200px) {
  .edito-item__text__description {
    line-height: 24px;
    max-height: 120px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
.edito-item__text__cta {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
@media (min-width: 1200px) {
  .edito-item--img-desktop-left .edito-item__text {
    padding-left: 28px;
  }
}
@media (min-width: 1200px) {
  .edito-item--img-desktop-left .edito-item__text__wrapper {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .edito-item--img-desktop-right .edito-item__text {
    padding-right: 28px;
  }
}
@media (min-width: 1200px) {
  .edito-item--img-desktop-right .edito-item__text__wrapper {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .edito-item--img-tablet-left {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .edito-item--img-tablet-right {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .edito-item--img-desktop-left {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .edito-item--img-desktop-right {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .edito-item--img-desktop-top {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .edito-item--horizontal-list .edito-item__text {
    flex: 2;
  }
}
@media (min-width: 992px) {
  .edito-item--horizontal-list .edito-item__text__description {
    line-height: 24px;
    max-height: 120px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 1200px) {
  .edito-item--horizontal-list .edito-item__text__description {
    line-height: 24px;
    max-height: 192px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }
}
.carousel-edito {
  margin-top: 32px;
}
.edito__dots {
  width: 4px;
  margin: -30px auto -20px auto;
}
.edito__dots__path {
  height: 60px;
}
@media (min-width: 768px) {
  .edito__intro {
    text-align: center;
  }
}
.edito__intro__illustration .svg-illustration {
  width: 120px;
  height: auto;
}
@media (min-width: 992px) {
  .edito__intro__illustration .svg-illustration {
    width: 195px;
  }
}
.edito__columns {
  display: none;
}
@media (min-width: 768px) {
  .edito__columns {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (min-width: 1200px) {
  .edito__columns {
    flex-flow: row;
  }
}
.edito__columns__vertical {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .edito__columns__vertical .edito-item__text {
    margin-top: -16px;
  }
}
.agency-item {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover), (-moz-touch-enabled: 0), (pointer: none) {
  .agency-item:hover .agency-item__cover::before {
    opacity: 0;
  }
  .agency-item:hover .agency-item__cover__img {
    -webkit-transform: translateY(-13.5%);
    -moz-transform: translateY(-13.5%);
    -ms-transform: translateY(-13.5%);
    -o-transform: translateY(-13.5%);
    transform: translateY(-13.5%);
  }
  .agency-item:hover .agency-item__cover__text {
    color: #343A40;
    background-color: #fff;
  }
  .agency-item:hover .agency-item__link {
    color: #343A40;
  }
  .agency-item:hover .agency-name {
    color: #343A40;
  }
  .agency-item:hover .agency-item__title {
    background-color: #fff;
  }
  .agency-item:hover .agency-stars-label {
    color: #343A40;
  }
}
.agency-item .agency-name {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .agency-item .agency-name {
    font-size: 3.6rem;
  }
}
.agency-item__cover {
  position: relative;
  overflow: hidden;
}
.agency-item__cover__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  z-index: 2;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .agency-item__cover__text {
    font-size: 1.8rem;
  }
}
.agency-item__cover__img {
  border: 0;
  display: block;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.agency-item__cover__img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 40%);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.agency-item__link {
  display: block;
  color: #fff;
}
.agency-item__link::before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.agency-item__title {
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #343A40;
  line-height: 16px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .agency-item__title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .agency-item__title {
    line-height: 24px;
  }
}
.agency-item__stars-container {
  margin: 0;
}
.agency-item__stars-container .agency-stars {
  font-size: 8px;
}
.agency-item__stars-container .agency-stars-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  vertical-align: top;
}
.destination-card {
  position: relative;
  background-position: center;
  background-size: cover;
  display: block;
}
.destination-card:hover .picture-overlay--hover-dark {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.destination-card:hover {
  color: #fff;
}
.destination-card__name {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.destination-card__btn {
  padding: 9px 18px;
}
.destination-card__btn,
.destination-card__btn:hover,
.destination-card__btn:active,
.destination-card__btn:focus {
  color: #fff;
  border-color: #fff;
}
.destination-card__container {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}
.better-trip-card {
  position: relative;
  background-position: center;
  background-size: cover;
  display: block;
}
.better-trip-card:hover .picture-overlay--hover-dark {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.better-trip-card:hover {
  color: #fff;
}
.better-trip-card__title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
}
.better-trip-card__description {
  color: #fff;
  margin-bottom: 8px;
}
.better-trip-card__btn {
  padding: 9px 18px;
}
.better-trip-card__btn,
.better-trip-card__btn:hover,
.better-trip-card__btn:active,
.better-trip-card__btn:focus {
  color: #fff;
  border-color: #fff;
}
.better-trip-card__container {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}
.better-trip__subtitle {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.better-trip__title {
  font-size: 2.8rem;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}
.better-trip .swiper-slide-better-trip {
  flex-shrink: 0;
  width: 315px;
}
@media (min-width: 768px) {
  .better-trip .swiper-slide-better-trip {
    width: 330px;
  }
}
.concept-better-trips {
  display: flex;
  padding: 56px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--color-beige);
}
.concept-better-trips-wrapper {
  display: flex;
  max-width: 848px;
  flex-direction: column;
  align-items: center;
}
.concept-better-trips-title {
  color: var(--color-green-700);
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 32px;
  padding-bottom: 8px;
  text-transform: uppercase;
  box-shadow: inset 0px -3px 0 var(--color-brand-red-500);
}
.concept-better-trips-description {
  color: var(--color-green-700);
  font-size: 24px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
}
.campaign_section {
  background-color: whitesmoke;
  background-image: url('../assets/images/textures/concrete.png');
  background-repeat: repeat;
  background-size: 350px 350px;
  background-position: top left;
  color: #1F2226;
}
.campaign_section .campaign_logo {
  margin-bottom: 32px;
}
.campaign_section .title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
.campaign_section .subtitle {
  margin-top: 24px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.campaign_section .carousel {
  margin-top: 24px;
}
.campaign_section .btn-container {
  margin-top: 24px;
}
.campaign_section .btn-container .campaign-btn {
  color: #00543C;
  border-color: #00543C;
}
@media (max-width: 768px) {
  .campaign_section .btn-container .campaign-btn {
    width: 100%;
  }
}
.swiper-slide-campaign {
  flex-shrink: 0;
  width: 315px;
}
@media (min-width: 768px) {
  .swiper-slide-campaign {
    width: 330px;
  }
}
.campaign-card {
  position: relative;
  background-position: center;
  background-size: cover;
  display: block;
}
.campaign-card:hover .picture-overlay--hover-dark {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.campaign_card_container {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 768px) {
  .campaign_card_container {
    font-size: 3.6rem;
  }
}
.page-home .hero-cover__content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .page-home .hero-cover__content {
    bottom: 24px;
  }
}
@media (min-width: 992px) {
  .page-home .hero-cover__content {
    bottom: 64px;
  }
}
.page-home .AB-hero-cover__content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .page-home .AB-hero-cover__content {
    bottom: 32px;
  }
}
.page-home .AB-hero-cover__title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-home .AB-hero-cover__title-container__titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}
.page-home .AB-hero-cover__title-container__titles .first_title {
  font-family: Moret, serif;
  margin: 0;
}
.page-home .AB-hero-cover__title-container__titles .second_title {
  text-align: start;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .page-home .AB-hero-cover__title-container__titles .second_title {
    text-align: center;
  }
}
.page-home .AB-hero-cover__title-container .hero-cta-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 24px;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .page-home .AB-hero-cover__title-container .hero-cta-container {
    flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .page-home .AB-hero-cover__title-container .hero-cta-container {
    padding: 24px 0 0 0;
  }
}
.page-home .AB-hero-cover__title-container .hero-cta-container .quizz.btn {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
}
.page-home .AB-hero-cover__title-container .hero-cta-container .quizz.btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.page-home .AB-hero-cover__title-container .hero-cta-container .quizz.btn:active {
  background-color: rgba(0, 0, 0, 0.32);
}
.page-home .hero-cover__title {
  font-size: 3.6rem;
  line-height: 48px;
  font-weight: 800;
  margin: 0;
}
@media (min-width: 768px) {
  .page-home .hero-cover__title {
    font-size: 4.6rem;
  }
}
@media (min-width: 768px) {
  .page-home .hero-cover__title {
    line-height: 56px;
  }
}
.page-home .hero-cover-under-title {
  padding: 0;
  height: 500px;
}
@media (min-width: 768px) {
  .page-home .hero-cover-under-title {
    background-position: center top;
    height: 430px;
  }
}
@media (min-width: 992px) {
  .page-home .hero-cover-under-title {
    background-position: center top 32px;
    height: 460px;
  }
}
@media (min-width: 1200px) {
  .page-home .hero-cover-under-title {
    height: 569px;
  }
}
.page-home .hero-cover__floating-title {
  position: absolute;
  top: 32px;
  left: 50%;
  translate: -50%;
  padding: 4px 16px;
  border-radius: 16px;
  background-color: var(--color-white);
  color: var(--color-neutral-700);
  font-family: Averta, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.page-home .hero-cover-under-title__container--video {
  min-height: 100%;
  background-position: center top;
}
.page-home .search-destination {
  background: none;
}
@media (min-width: 1200px) {
  .page-home .search-destination {
    margin: 0;
    padding: 24px 0 0 0;
  }
}
.page-home .search-destination-illustration {
  display: none;
}
.page-home .search-destination-wheretogo .btn {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
}
.page-home .search-destination-wheretogo .btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.page-home .search-destination-wheretogo .btn:active {
  background-color: rgba(0, 0, 0, 0.32);
}
.page-home .search-destination-form {
  display: table;
  width: 100%;
}
@media (min-width: 768px) {
  .page-home .search-destination-form-container {
    padding: 0 24px 0 0;
  }
}
.page-home .search-destination-input-container {
  display: table-cell;
  vertical-align: middle;
}
.page-home .search-destination-submit-container .btn {
  border-radius: 0 4px 4px 0;
}
.page-home .search-destination-input,
.page-home .search-destination-wheretogo .btn,
.page-home .search-destination-submit-container .btn {
  font-size: 1.6rem;
  line-height: 24px;
  padding: 11px 13px;
}
@media (min-width: 768px) {
  .page-home .search-destination-input,
  .page-home .search-destination-wheretogo .btn,
  .page-home .search-destination-submit-container .btn {
    padding: 11px 24px;
  }
}
.page-home .search-destination-input {
  border-width: 1px 0 1px 1px;
  border-radius: 4px 0 0 4px;
}
.page-home #home_cover_picture {
  background-image: url('../assets/images/banners/cover-homepage-video-w692-h720.jpg');
  background-size: cover;
  background-position-y: 100%;
}
@media (min-width: 480px) {
  .page-home #home_cover_picture {
    background-image: url('../assets/images/banners/cover-homepage-video-w1280-h720.jpg');
  }
}
.top-destinations__subtitle {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.top-destinations__title {
  font-size: 2.8rem;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}
.top-destinations .swiper-slide-destination {
  flex-shrink: 0;
  width: 315px;
}
@media (min-width: 768px) {
  .top-destinations .swiper-slide-destination {
    width: 330px;
  }
}
.top-destinations__cta {
  position: initial;
  padding: 0;
  width: auto;
  border-top: 0;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .hero-cover-under-title {
    padding: 90px 0;
  }
}
.hero-cartouche__background {
  background: #fff;
}
@media (min-width: 1200px) {
  .hero-cartouche__background {
    background: unset;
  }
}
.cover-path {
  height: 260px;
}
@media (min-width: 1200px) {
  .cover-path {
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .agencies__intro,
  .themes__intro,
  .edito__intro {
    text-align: center;
  }
}
.agencies__intro__title,
.themes__intro__title,
.edito__intro__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .agencies__intro__title,
  .themes__intro__title,
  .edito__intro__title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .agencies__intro__title,
  .themes__intro__title,
  .edito__intro__title {
    margin-top: 30px;
  }
}
.agencies__intro__description,
.themes__intro__description,
.edito__intro__description {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .agencies__intro__description,
  .themes__intro__description,
  .edito__intro__description {
    margin-top: 30px;
  }
}
.agencies__intro__cta,
.themes__intro__cta,
.edito__intro__cta {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .agencies__intro__cta,
  .themes__intro__cta,
  .edito__intro__cta {
    margin-top: 30px;
  }
}
.agencies__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .agencies__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .agencies__intro {
    text-align: left;
  }
}
.carousel-agencies {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .carousel-agencies {
    margin-top: 0;
  }
}
.carousel-agencies .swiper-button {
  top: 150px;
}
@media (min-width: 1200px) {
  .carousel-agencies .swiper-button {
    top: 180px;
  }
}
.carousel-agencies .swiper-button.arrow-stroke-left {
  left: 25px;
}
@media (min-width: 992px) {
  .themes__intro {
    text-align: center;
  }
}
.themes__item {
  display: block;
  position: relative;
}
.themes__item img {
  width: 100%;
  height: auto;
}
.themes__item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}
@media (max-width: 767px) {
  .themes__item__text {
    padding: 15px 25px;
  }
}
.themes__item__title {
  font-size: 24px;
  font-family: Moret, serif;
  color: #fff;
  line-height: 1;
  margin-top: 7px;
}
.themes__item__subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}
@media (min-width: 768px) {
  .themes__item__subtitle {
    font-size: 1.6rem;
  }
}
.themes__item__cover {
  position: relative;
}
.themes__item__cover:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  opacity: 0.7;
}
@media (hover: hover), (-moz-touch-enabled: 0), (pointer: none) {
  .themes__item:hover .themes__item__cover:after {
    background: #129CAB;
  }
}
.themes-grid img {
  width: 100%;
  height: auto;
}
.themes-grid .themes__intro {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .themes-grid .themes__intro {
    margin-bottom: 30px;
  }
}
.themes-grid .themes-grid__item + .themes-grid__item {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .themes-grid .themes-grid__item + .themes-grid__item {
    margin-top: 30px;
  }
}
.carousel-themes {
  margin-top: 30px;
}
.home-concept-tagline {
  text-align: center;
  background-color: var(--color-green-700);
  color: var(--color-yellow-300);
  font-size: 3.2rem;
  line-height: 4rem;
  font-family: Moret, serif;
}
.home-concept-tagline__text {
  margin: 32px auto;
  white-space: pre-line;
}
.concept {
  background-color: var(--color-green-700);
  color: var(--color-white);
}
.concept__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .concept__title {
    font-size: 2.8rem;
  }
}
.concept__value {
  margin-top: 30px;
}
.concept__value__title {
  font-size: 2.8rem;
  line-height: 4rem;
  margin-bottom: 8px;
  color: var(--color-yellow-300);
  font-family: Moret, serif;
}
.concept__value__description {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .concept__value__description {
    margin-top: 10px;
  }
}
.concept__link {
  margin-top: 30px;
}
.ABconcept {
  background-color: var(--color-beige);
  color: var(--color-neutral-900);
}
.ABconcept__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #343A40;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .ABconcept__title {
    font-size: 2.8rem;
  }
}
.ABconcept__value {
  margin-top: 30px;
}
.ABconcept__value__title {
  font-size: 2.8rem;
  line-height: 4rem;
  margin-bottom: 8px;
  color: var(--color-green-700);
  font-family: Moret, serif;
}
.ABconcept__value__description {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .ABconcept__value__description {
    margin-top: 10px;
  }
}
.faq__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .faq__title {
    line-height: 40px;
  }
}
.faq {
  padding: 48px 0;
}
.faq hr {
  margin: 0 -15px;
  border-color: #EEE9E5;
}
@media (min-width: 768px) {
  .faq hr {
    margin: 0;
  }
}
.faq__question:hover {
  background-color: #FAF9F8;
}
.faq__question:active {
  background-color: #F5F3F1;
}
.faq__question__answer {
  font-size: 1.5rem;
  line-height: 24px;
  padding-bottom: 16px;
}
.faq__question__answer p {
  margin: 0;
}
.faq__question__title {
  font-size: 1.6rem;
  cursor: pointer;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  padding: 16px 40px 16px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .faq__question__title {
    font-size: 1.8rem;
  }
}
.faq__question__title .iconvar {
  position: absolute;
  right: 8px;
  top: 19px;
}
.faq__link-container {
  margin-top: 16px;
}
.faq__link {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

