/** Shopify CDN: Minification failed

Line 224:29 Expected ")" to end URL token
Line 228:29 Expected ")" to end URL token
Line 232:29 Expected ")" to end URL token

**/
.home-slider-new-content>p,
h1 {
  font-size: 21px;
  max-width: 100%;
  box-sizing: border-box;
}

div.home-slider-new-content.left-content h1 p {
  color: #ffffff;
}

.home-slider-new-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 700px;
}

.home-slider-new-left,
.home-slider-new-right {
  width: calc(50% - 6px);
}

.home-slider-new-left {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 12px;
  border-radius: 0 0 20px 0;
}

.home-slider-new-right {
  display: flex;
  flex-direction: column;
}

.home-slider-new-right-top {
  display: flex;
  height: 120%;
}

.home-slider-new-top-left {
  flex: 55%;
  position: relative;
  background-size: cover;
  background-position: center;
  margin: 0 12px 12px 12px;
  border-radius: 20px 0;
}

.home-slider-new-top-right {
  flex: 45%;
  position: relative;
  background-size: cover;
  background-position: center;
  margin: 0 0 12px 12px;
  border-radius: 20px 0 0 0;
}

.home-slider-new-right-bottom {
  height: 30%;
  position: relative;
  margin: 12px 0 0 12px;
}

.home-slider-new-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.home-slider-new-content {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  z-index: 2;
}

.home-slider-new-content p {
  margin: 0;
}

.home-slider-new-arrow {
  margin-top: 10px;
  width: 54px;
  height: 18px;
  filter: brightness(0) invert(1);
}

/* Couleurs spécifiques */
.left-content {
  border-radius: 20px 0px;
  height: 20%;
  width: 70%;
  position: relative;
  top: 30px;
  right: 22px;
  margin-left: auto;
}

.top-left-content {
  border-radius: 20px 0px;
  height: 25%;
  width: 55%;
  top: 30px;
  left: 24px;
  position: relative;
}

.top-right-content {
  border-radius: 20px 0px;
  height: 25%;
  width: 60%;
  top: 30px;
  left: 24px;
  position: relative;
}

.bottom-right-content {
  border-radius: 20px 0px 0px 0px;
}

@media (max-width: 1180px) {
  .home-slider-new-content>p {
    font-size: 18px;
  }

  .top-left-content {
    width: 70%;
  }

  .top-right-content {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .home-slider-new-section {
    flex-direction: column;
    height: auto;
  }

  .home-slider-new-left,
  .home-slider-new-right {
    width: 100%;
  }

  .home-slider-new-left {
    height: 450px;
    right: 12px;
  }

  .home-slider-new-right {
    height: 500px;
  }

  .home-slider-new-content>p {
    font-size: 18px;
  }

  .home-slider-new-content {
    padding: 24px 12px;
  }

  .left-content {
    height: 25%;
    width: 80%;
    top: 16px;
    left: 36px;
    margin-left: unset;
  }

  .top-left-content {
    height: 35%;
    width: 55%;
    top: 16px;
    left: 13px;
  }

  .top-right-content {
    height: 35%;
    width: 60%;
    top: 16px;
    left: 13px;
  }

  .home-slider-new-top-left {
    margin-right: 6px;
  }

  .home-slider-new-top-right {
    margin-left: 6px;
  }

  .home-slider-new-right-bottom {
    margin-top: 0px;
    margin-right: 12px;
    height: auto;
  }

  .home-slider-new-right-top {
    margin-top: 12px;
  }

  .bottom-right-content {
    border-radius: 20px 0;
  }

  .home-slider-new-left {
    background-image: url({{ section.settings.left_image_mobile | img_url: 'original' }}) !important;
  }

  .home-slider-new-top-left {
    background-image: url({{ section.settings.top_left_image_mobile | img_url: 'original' }}) !important;
  }

  .home-slider-new-top-right {
    background-image: url({{ section.settings.top_right_image_mobile | img_url: 'original' }}) !important;
  }

  div.home-slider-new-content.left-content h1 p {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .home-slider-new-content>p {
    font-size: 16px;
  }

  .home-slider-new-arrow {
    margin-bottom: 10px;
  }

  .top-left-content {
    height: 30%;
    width: 65%;
  }

  .top-right-content {
    height: 30%;
    width: 70%;
  }

  .left-content {
    height: 25%;
  }

  .home-slider-new-content {
    padding: 12px;
  }
}