/* RESPONSIVE */
@media (max-width: 575px) {
  /* FOOTER */
  .chaumeane-footer-contact {
    padding-block: 80px;
    height: 920px;
  }

  .chaumeane-footer-contact-infos {
    padding-top: 20px;
  }
  /* FOOTER */

  /* HOME */
  .chaumeane-home-banner-container {
    padding-top: 450px;
  }

  .chaumeane-home-mas-container {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .chaumeane-home-domaine-texte {
    padding-left: 10px;
    padding-top: 35px;
  }

  .chaumeane-home-mas-slider-container {
    width: 100% !important;
    overflow: hidden !important;
    padding-top: 60px !important;
  }

  .chaumeane-home-mas-slick-gallery .slick-list {
    padding: 0 !important;
    transform: translateX(-45%) !important;
    overflow: visible !important;
  }

  .chaumeane-home-mas-slider-item {
    width: 10px !important;
    margin: 0 !important;
  }

  .chaumeane-home-mas-slick-gallery
    .slick-current
    .chaumeane-home-mas-slider-image-wrapper {
    width: 65vw !important;
    height: 45vw !important;
    z-index: 100 !important;
    transform: translateX(0) !important;
    margin-top: 0 !important;
  }

  .chaumeane-home-mas-slick-gallery
    .slick-current
    + .chaumeane-home-mas-slider-item
    .chaumeane-home-mas-slider-image-wrapper {
    width: 55vw !important;
    height: 38vw !important;
    z-index: 50 !important;
    transform: translateX(20vw) translateY(20px) !important;
    margin-top: 0 !important;
  }

  .chaumeane-home-mas-slick-gallery
    .slick-current
    + .chaumeane-home-mas-slider-item
    + .chaumeane-home-mas-slider-item
    .chaumeane-home-mas-slider-image-wrapper {
    width: 45vw !important;
    height: 32vw !important;
    z-index: 20 !important;
    transform: translateX(30vw) translateY(30px) !important;
    margin-top: 0 !important;
  }

  .chaumeane-home-mas-slider-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  .chaumeane-home-maset-slider-container {
    width: 100% !important;
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-top: 60px !important;
  }

  .chaumeane-home-maset-slick-gallery .slick-list {
    padding: 0 !important;
    transform: translateX(-25%) !important;
    overflow: visible !important;
  }

  .chaumeane-home-maset-slider-item {
    width: 10px !important;
    margin: 0 !important;
  }

  .chaumeane-home-maset-slick-gallery
    .slick-current
    .chaumeane-home-maset-slider-image-wrapper {
    width: 65vw !important;
    height: 45vw !important;
    z-index: 100;
    transform: translateX(0);
  }

  .chaumeane-home-maset-slick-gallery
    .slick-current
    + .chaumeane-home-maset-slider-item
    .chaumeane-home-maset-slider-image-wrapper {
    width: 55vw !important;
    height: 38vw !important;
    z-index: 50;
    transform: translateX(-10vw) translateY(10px);
  }

  .chaumeane-home-maset-slick-gallery
    .slick-current
    + .chaumeane-home-maset-slider-item
    + .chaumeane-home-maset-slider-item
    .chaumeane-home-maset-slider-image-wrapper {
    width: 45vw !important;
    height: 32vw !important;
    z-index: 20;
    transform: translateX(-15vw) translateY(15px);
  }

  .chaumeane-home-activities-intro {
    justify-content: center;
  }
  /* HOME */

  /* PAGE - LE DOMAINE */
  .chaumeane-domaine-banner-bg {
    height: auto;
    padding-block: 100px;
  }
  /* PAGE - LE DOMAINE */

  /* PAGE - LE GÎTE */
  .chaumeane-gite-banner img {
    height: auto;
  }

  .chaumeane-gite-banner {
    margin-bottom: 50px;
  }

  .chaumeane-gite-slider-container {
    margin-block: 50px;
  }

  .chaumeane-gite-slider-container {
    margin-block: 60px;
  }

  .chaumeane-gite-slider-image-wrapper {
    width: 35vw;
    height: 100px;
  }

  .chaumeane-gite-slick-gallery
    .slick-active
    .chaumeane-gite-slider-image-wrapper {
    width: 45vw;
    height: 130px;
  }

  .chaumeane-gite-slick-gallery
    .slick-center
    .chaumeane-gite-slider-image-wrapper {
    width: 65vw;
    height: 180px;
  }

  .chaumeane-gite-slick-gallery .slick-active:first-child,
  .chaumeane-gite-slick-gallery .slick-slide:not(.slick-active) {
    transform: translateX(200px);
  }

  .chaumeane-gite-slick-gallery .slick-active {
    transform: translateX(150px);
  }

  .chaumeane-gite-slick-gallery .slick-center {
    transform: translateX(0) !important;
  }

  .chaumeane-gite-slick-gallery .slick-center ~ .slick-active {
    transform: translateX(-150px) !important;
  }

  .chaumeane-gite-slick-gallery
    .slick-center
    ~ .slick-slide:not(.slick-center):not(.slick-active),
  .chaumeane-gite-slick-gallery .slick-center ~ .slick-slide ~ .slick-slide {
    transform: translateX(-200px) !important;
  }

  .chaumeane-gite-slider-image-wrapper,
  .chaumeane-gite-slider-image-wrapper img,
  .chaumeane-gite-slider-image-wrapper::after {
    border-radius: 12px !important;
  }
}
/* PAGE - LE GÎTE */

@media (min-width: 576px) and (max-width: 767px) {
  /* FOOTER */
  .chaumeane-footer-contact {
    padding-block: 80px;
    height: 910px;
  }

  .chaumeane-footer-contact-infos {
    padding-top: 20px;
  }
  /* FOOTER */

  /* HOME */
  .chaumeane-home-banner-container {
    padding-top: 450px;
  }

  .chaumeane-home-mas-container {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .chaumeane-home-domaine-texte {
    padding-left: 10px;
    padding-top: 35px;
  }

  .chaumeane-home-mas-slider-container {
    width: 100% !important;
    overflow: hidden !important;
    padding-block: 60px !important;
  }

  .chaumeane-home-mas-slick-gallery .slick-list {
    padding: 0 !important;
    transform: translateX(-45%) !important;
    overflow: visible !important;
  }

  .chaumeane-home-mas-slider-item {
    width: 10px !important;
    margin: 0 !important;
  }

  .chaumeane-home-mas-slick-gallery
    .slick-current
    .chaumeane-home-mas-slider-image-wrapper {
    width: 65vw !important;
    height: 45vw !important;
    z-index: 100 !important;
    transform: translateX(0) !important;
    margin-top: 0 !important;
  }

  .chaumeane-home-mas-slick-gallery
    .slick-current
    + .chaumeane-home-mas-slider-item
    .chaumeane-home-mas-slider-image-wrapper {
    width: 55vw !important;
    height: 38vw !important;
    z-index: 50 !important;
    transform: translateX(20vw) translateY(20px) !important;
    margin-top: 0 !important;
  }

  .chaumeane-home-mas-slick-gallery
    .slick-current
    + .chaumeane-home-mas-slider-item
    + .chaumeane-home-mas-slider-item
    .chaumeane-home-mas-slider-image-wrapper {
    width: 45vw !important;
    height: 32vw !important;
    z-index: 20 !important;
    transform: translateX(40vw) translateY(40px) !important;
    margin-top: 0 !important;
  }

  .chaumeane-home-mas-slider-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  .chaumeane-home-maset-slider-container {
    width: 100% !important;
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-block: 60px !important;
  }

  .chaumeane-home-maset-slick-gallery .slick-list {
    padding: 0 !important;
    transform: translateX(-25%) !important;
    overflow: visible !important;
  }

  .chaumeane-home-maset-slider-item {
    width: 10px !important;
    margin: 0 !important;
  }

  .chaumeane-home-maset-slick-gallery
    .slick-current
    .chaumeane-home-maset-slider-image-wrapper {
    width: 65vw !important;
    height: 45vw !important;
    z-index: 100;
    transform: translateX(0);
  }

  .chaumeane-home-maset-slick-gallery
    .slick-current
    + .chaumeane-home-maset-slider-item
    .chaumeane-home-maset-slider-image-wrapper {
    width: 55vw !important;
    height: 38vw !important;
    z-index: 50;
    transform: translateX(-10vw) translateY(10px);
  }

  .chaumeane-home-maset-slick-gallery
    .slick-current
    + .chaumeane-home-maset-slider-item
    + .chaumeane-home-maset-slider-item
    .chaumeane-home-maset-slider-image-wrapper {
    width: 45vw !important;
    height: 32vw !important;
    z-index: 20;
    transform: translateX(-15vw) translateY(15px);
  }

  .chaumeane-home-activities-intro {
    justify-content: center;
  }
  /* HOME */

  /* PAGE - LE GÎTE */
  .chaumeane-gite-banner img {
    height: auto;
  }

  .chaumeane-gite-banner {
    margin-bottom: 50px;
  }

  .chaumeane-gite-slider-container {
    margin-block: 50px;
  }

  .chaumeane-gite-slider-container {
    margin-block: 60px;
  }

  .chaumeane-gite-slider-image-wrapper {
    width: 55vw;
    height: 160px;
  }

  .chaumeane-gite-slick-gallery
    .slick-active
    .chaumeane-gite-slider-image-wrapper {
    width: 45vw;
    height: 130px;
  }

  .chaumeane-gite-slick-gallery
    .slick-center
    .chaumeane-gite-slider-image-wrapper {
    width: 63vw;
    height: 283px;
  }

  .chaumeane-gite-slick-gallery .slick-active:first-child,
  .chaumeane-gite-slick-gallery .slick-slide:not(.slick-active) {
    transform: translateX(300px);
  }

  .chaumeane-gite-slick-gallery .slick-active {
    transform: translateX(250px);
  }

  .chaumeane-gite-slick-gallery .slick-center {
    transform: translateX(0) !important;
  }

  .chaumeane-gite-slick-gallery .slick-center ~ .slick-active {
    transform: translateX(-250px) !important;
  }

  .chaumeane-gite-slick-gallery
    .slick-center
    ~ .slick-slide:not(.slick-center):not(.slick-active),
  .chaumeane-gite-slick-gallery .slick-center ~ .slick-slide ~ .slick-slide {
    transform: translateX(-300px) !important;
  }

  .chaumeane-gite-slider-image-wrapper,
  .chaumeane-gite-slider-image-wrapper img,
  .chaumeane-gite-slider-image-wrapper::after {
    border-radius: 12px !important;
  }
  /* PAGE - LE GÎTE */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* FOOTER */
  .chaumeane-footer-contact {
    padding-block: 80px;
    height: 910px;
  }

  .chaumeane-footer-contact-infos {
    padding-top: 20px;
  }
  /* FOOTER */

  /* HOME */
  .chaumeane-home-mas-container {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .chaumeane-home-domaine-texte {
    padding-left: 10px;
    padding-top: 35px;
  }

  .chaumeane-home-mas-slider-container {
    width: 100% !important;
    overflow: hidden !important;
    padding-block: 60px !important;
  }

  .chaumeane-home-mas-slick-gallery .slick-list {
    padding: 0 !important;
    transform: translateX(-45%) !important;
    overflow: visible !important;
  }

  .chaumeane-home-mas-slider-item {
    width: 10px !important;
    margin: 0 !important;
  }

  .chaumeane-home-mas-slick-gallery
    .slick-current
    .chaumeane-home-mas-slider-image-wrapper {
    width: 65vw !important;
    height: 45vw !important;
    z-index: 100 !important;
    transform: translateX(0) !important;
    margin-top: 0 !important;
  }

  .chaumeane-home-mas-slick-gallery
    .slick-current
    + .chaumeane-home-mas-slider-item
    .chaumeane-home-mas-slider-image-wrapper {
    width: 55vw !important;
    height: 38vw !important;
    z-index: 50 !important;
    transform: translateX(20vw) translateY(20px) !important;
    margin-top: 0 !important;
  }

  .chaumeane-home-mas-slick-gallery
    .slick-current
    + .chaumeane-home-mas-slider-item
    + .chaumeane-home-mas-slider-item
    .chaumeane-home-mas-slider-image-wrapper {
    width: 45vw !important;
    height: 32vw !important;
    z-index: 20 !important;
    transform: translateX(40vw) translateY(40px) !important;
    margin-top: 0 !important;
  }

  .chaumeane-home-mas-slider-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  .chaumeane-home-maset-slider-container {
    width: 100% !important;
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-block: 60px !important;
  }

  .chaumeane-home-maset-slick-gallery .slick-list {
    padding: 0 !important;
    transform: translateX(-25%) !important;
    overflow: visible !important;
  }

  .chaumeane-home-maset-slider-item {
    width: 10px !important;
    margin: 0 !important;
  }

  .chaumeane-home-maset-slick-gallery
    .slick-current
    .chaumeane-home-maset-slider-image-wrapper {
    width: 65vw !important;
    height: 45vw !important;
    z-index: 100;
    transform: translateX(0);
  }

  .chaumeane-home-maset-slick-gallery
    .slick-current
    + .chaumeane-home-maset-slider-item
    .chaumeane-home-maset-slider-image-wrapper {
    width: 55vw !important;
    height: 38vw !important;
    z-index: 50;
    transform: translateX(-10vw) translateY(10px);
  }

  .chaumeane-home-maset-slick-gallery
    .slick-current
    + .chaumeane-home-maset-slider-item
    + .chaumeane-home-maset-slider-item
    .chaumeane-home-maset-slider-image-wrapper {
    width: 45vw !important;
    height: 32vw !important;
    z-index: 20;
    transform: translateX(-15vw) translateY(15px);
  }

  .chaumeane-home-activities-intro {
    justify-content: center;
  }
  /* HOME */

  /* PAGE - LE GÎTE */
  .chaumeane-gite-banner img {
    height: auto;
  }

  .chaumeane-gite-banner {
    margin-bottom: 50px;
  }

  .chaumeane-gite-slider-container {
    margin-block: 50px;
  }

  .chaumeane-gite-slider-container {
    margin-block: 60px;
  }

  .chaumeane-gite-slider-image-wrapper {
    width: 55vw;
    height: 210px;
  }

  .chaumeane-gite-slick-gallery
    .slick-active
    .chaumeane-gite-slider-image-wrapper {
    width: 45vw;
    height: 130px;
  }

  .chaumeane-gite-slick-gallery
    .slick-center
    .chaumeane-gite-slider-image-wrapper {
    width: 63vw;
    height: 325px;
  }

  .chaumeane-gite-slick-gallery .slick-active:first-child,
  .chaumeane-gite-slick-gallery .slick-slide:not(.slick-active) {
    transform: translateX(300px);
  }

  .chaumeane-gite-slick-gallery .slick-active {
    transform: translateX(250px);
  }

  .chaumeane-gite-slick-gallery .slick-center {
    transform: translateX(0) !important;
  }

  .chaumeane-gite-slick-gallery .slick-center ~ .slick-active {
    transform: translateX(-250px) !important;
  }

  .chaumeane-gite-slick-gallery
    .slick-center
    ~ .slick-slide:not(.slick-center):not(.slick-active),
  .chaumeane-gite-slick-gallery .slick-center ~ .slick-slide ~ .slick-slide {
    transform: translateX(-300px) !important;
  }

  .chaumeane-gite-slider-image-wrapper,
  .chaumeane-gite-slider-image-wrapper img,
  .chaumeane-gite-slider-image-wrapper::after {
    border-radius: 12px !important;
  }
  /* PAGE - LE GÎTE */
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* FOOTER */
  .chaumeane-footer-contact {
    padding-block: 100px;
    height: 845px;
  }

  .chaumeane-footer-contact-infos {
    padding-top: 20px;
  }
  /* FOOTER */

  /* HEADER */
  .chaumeane-header .navbar-nav .nav-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 8px;
    background-color: var(--color-primary);
    border-radius: 5px;
    margin-left: 22px;
    margin-right: 22px;
  }
  /* HEADER */

  /* HOME */
  .chaumeane-home-mas-container {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .chaumeane-home-domaine-texte {
    padding-left: 10px;
    padding-top: 35px;
  }

  .chaumeane-home-mas-slider-container,
  .chaumeane-home-maset-slider-container {
    width: 100% !important;
    overflow: hidden !important;
    padding-block: 60px !important;
  }

  /* HOME */
}

@media (min-width: 1199px) and (max-width: 1399px) {
  /* FOOTER */
  .chaumeane-footer-contact-separator {
    width: 1.5px;
    height: 392px;
    background-color: var(--color-white);
  }
  /* FOOTER */
  /* HEADER */
  .chaumeane-header .navbar-nav .nav-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 8px;
    background-color: var(--color-primary);
    border-radius: 5px;
    margin-left: 32px;
    margin-right: 32px;
  }
  /* HEADER */

  /* HOME */
  .chaumeane-home-domaine-texte {
    padding-top: 35px;
  }

  .chaumeane-home-mas-slider-container,
  .chaumeane-home-maset-slider-container {
    width: 100% !important;
    overflow: hidden !important;
    padding-block: 60px !important;
  }
  /* HOME */
}

@media (min-width: 1400px) and (max-width: 1696px) {
  /* FOOTER */
  .chaumeane-footer-contact-separator {
    width: 1.5px;
    height: 392px;
    background-color: var(--color-white);
  }
  /* FOOTER */
  /* HEADER */
  .chaumeane-header .navbar-nav .nav-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 8px;
    background-color: var(--color-primary);
    border-radius: 5px;
    margin-left: 32px;
    margin-right: 32px;
  }
  /* HEADER */

  /* HOME */
  .chaumeane-home-maset-slider-container {
    padding-left: 185px;
  }
  /* HOME */
}

@media (min-width: 1697px) {
  /* FOOTER */
  .chaumeane-footer-contact-separator {
    width: 1.5px;
    height: 392px;
    background-color: var(--color-white);
  }
  /* FOOTER */

  /* HEADER */
  .chaumeane-header .navbar-nav .nav-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 8px;
    background-color: var(--color-primary);
    border-radius: 5px;
    margin-left: 32px;
    margin-right: 32px;
  }
  /* HEADER */

  /* PAGE - LE DOMAINE */
  .chaumeane-domaine-text {
    width: 699px;
  }
  /* PAGE - LE DOMAINE */

  /* PAGE - GÎTE */
  .chaumeane-gite-content {
    width: 699px;
  }

  .chaumeane-gite-separator {
    background-color: var(--color-primary);
    width: 2px;
    height: 413px;
  }

  .chaumeane-gite-equipements {
    padding-left: 75px;
  }

  /* PAGE - GÎTE */
}
/* RESPONSIVE */
