/* xs - Extra Small devices */
.navbar .nav {
  flex-direction: column;
}
.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn) {
  color: #2C2C2C;
}
.navbar-collapse::after{
  background: #fff;
  opacity: 1;
}
.navbar-brand {
  width: 100%;
  text-align: center;
}
.navbar .nav .nav-item .nav-link.navbar__btntry {
  margin: 5px 15px;
  padding: 5px 15px;
}
.navbar .nav-item.currentPage {
  background-color: #f96332;
}
h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.base__top__img > img {
  max-height: none;
}
.section {
  padding: 40px 10px 40px 10px;
}
.home__top__buttons {
  margin: 0 0 25px 0;
}
.section .img-right {
  margin-bottom: 30px;
}
.section .img-left {
  margin-top: 30px;
}
.formIframe.formContact {
  height: 880px;
}
.offre__menu .card-body {
  height: 210px;
}
.offre__item__title {
  font-size: 24px;
}
.offre__tag .offre__tag__type, .offre__tag .offre__tag__host {
  font-size: 20px;
}
.offre__title__premium-tag {
  position: static;
}
.offre__subtitle, .offre__menu__subtitle {
  font-size: 15px;
  margin-bottom: 40px;
}
.offre__item__price__value {
  font-size: 40px;
}
.offre__item__price__taxe {
  font-size: 17px;
}
.offre__item__price__info {
  font-size: 17px;
}
.offre__item__list {
  font-size: 16px;
}
.offre__item__btn {
  font-size: 17px;
}
.whypartner__card.card .card-body {
  height: 245px;
}
.price .card {
  height: auto;
}
.btnFormOpen {
  white-space: normal;
}

/* sm - Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .base__top__img > img {
    max-height: 300px;
  }
  .whypartner__card.card .card-body {
    height: 285px;
  }
  .offre__title__premium-tag {
    position: absolute;
    top: -10px;
    right: -120px;
  }
  .offre__title__wrapper {
    max-width: 50%;
  }
  .btnFormOpen {
    white-space: nowrap;
  }
}

/* md - Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .base__top__img > img {
    max-height: 350px;
  }
  .offre__title__wrapper {
    max-width: none;
  }
  .offre__item__btn .btn {
    font-size: 14px;
  }
}

/* lg - Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar .nav {
    flex-direction: row;
    align-items: center;
  }
  .navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn) {
    color: #555555;
  }
  .navbar .nav-item.currentPage {
    background-color: transparent;
    border-bottom-color: #f96332;
  }
  .navbar-brand {
    width: auto;
    text-align: left;
  }
  h1 {
    margin-bottom: 30px;
  }
  .base__top__img > img {
    max-height: 300px;
  }
  .section {
    padding: 40px;
  }
  .section-text {
    font-size: 16px;
  }
  .section .img-right .section-text {
    margin-right: 0;
  }
  .formIframe.formContact {
    height: 750px;
  }
  .offre__menu .card-body {
    height: 250px;
  }
  .offre__item__btn .btn {
    font-size: 17px;
  }
  .whypartner__card.card .card-body {
    height: 335px;
  }
}

/* xl - Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1 {
    margin-bottom: 50px;
    font-size: 42px;
    line-height: 61px;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .base__top__text {
    max-width: 650px;
    margin-left: auto;
  }
  .base__top__img {
    max-width: 650px;
    margin-right: auto;
  }
  .section {
    padding: 70px;
  }
  .section-text {
    font-size: 18px;
    line-height: 27px;
  }
  .section .img-right .section-text {
    margin-right: 15%;
  }
  .offre__menu .card-body {
    height: 210px;
  }
  .offre__item__title {
    font-size: 30px;
  }
  .offre__tag .offre__tag__type, .offre__tag .offre__tag__host {
    font-size: 25px;
  }
  .offre__subtitle, .offre__menu__subtitle {
    font-size: 21px;
    margin-bottom: 70px;
  }
  .offre__item__price__value {
    font-size: 50px;
  }
  .offre__item__price__taxe {
    font-size: 21px;
  }
  .offre__item__price__info {
    font-size: 21px;
  }
  .offre__item__list {
    font-size: 20px;
  }
  .whypartner__card.card .card-body {
    height: 275px;
  }
}
