/** Shopify CDN: Minification failed

Line 328:3 Expected "}" to go with "{"

**/
.slider {
  height: 480px;
}

@media only screen and (max-width: 1200px) and (min-width: 990px) {
  .slider {
    height: 100vh;
  }
}

@media only screen and (max-width: 989px) {
  .slider {
    height: 593px;
    min-height: 500px;
  }
}

.slider__slide {
  height: 480px;
  display: flex;
  padding: 30px 50px;
  box-sizing: border-box;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 1200px) and (min-width: 990px)  {
  .slider__slide {
    height: 100vh;
  }
}

@media screen and (max-width: 989px) {
  .slider__slide {
    padding: 0;
    height: 593px;
    min-height: 500px;
  }
}

.slider__french-flag {
  position: absolute;
  width: 36px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #fff;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}

.slider__french-flag:before,
.slider__french-flag:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
}

.slider__french-flag:before {
  background-color: var(--color-blu);
  left: 0;
}

.slider__french-flag:after {
  background-color: var(--color-primary);
  right: 0;
}

.slider__slide-wrap {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 989px) {
  .slider__slide-wrap {
    flex-direction: column-reverse;
    padding: 15px;
  }
}

.slider__slide-wrap--center {
  text-align: center;
}

.slider__slide-wrap--right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 989px) {
  .slider__slide-wrap--right {
    flex-direction: column-reverse;
  }
}

.slider__slide-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 40%;
  flex-basis: 40%;
  box-sizing: border-box;
  padding: 0 10px 0 25px;
  align-items: flex-start;
  /* padding: 16px; */
}

@media screen and (min-width: 1601px) {
  .slider__slide-content {
    width: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 989px) {
  .slider__slide-content {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
    align-items: center;
    text-align: center;
    margin-top: -29px;
  }
}

.slider__slide-content .button {
  background-color: var(--button_color) !important;
  transition: all 0.25s ease-in-out;
}

.slider__slide-content .button:hover {
  filter: brightness(95%);
}

.slider__slide-content.slider__slide-content--noimage {
  width: 100%;
  flex-basis: 100%;
}

.slider__slide-wrap--center .slider__slide-content {
  width: 100%;
  flex-basis: 100%;
  align-items: center;
}

.slider__slide-featured {
  width: 60%;
  flex-basis: 60%;
  box-sizing: border-box;
}

@media screen and (min-width: 1601px) {
  .slider__slide-featured {
    width: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 989px) {
  .slider__slide-featured {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

.slider__slide-wrap--center .slider__slide-featured {
  display: none;
}

@media screen and (max-width: 989px) {
  .slider__slide-wrap--center .slider__slide-featured {
    display: inherit;
  }
}

.slider__slide-featured img {
  width: 100%;
  object-fit: contain;
  border-radius: 16px;
}

@media screen and (min-width: 1601px) {
  .slider__slide-featured img {
    /* object-fit: cover;
    object-position: bottom; */
  }
}

@media screen and (max-width: 989px) {
  .slider__slide-featured img {
    height: auto;
    max-width: 600px;
  }
}


.slider__slide-header {
  text-transform: uppercase;
  position: relative;
  margin: 0 0 30px;
  word-break: break-word;
}

@media screen and (max-width: 989px) {
  .slider__slide-header {
    font-size: 33px;
    line-height: 42.5px;
    letter-spacing: 1.5px;
    margin-top: 7px;
  }
}

.slider__slide-header:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 255px;
  height: 11px;
  background-image: var(--bg-line);
  background-size: contain;
  background-repeat: no-repeat;
}

.slider__slide-wrap--center .slider__slide-header:before {
  right: 0;
  margin: auto;
}

@media screen and (max-width: 989px) {
  .slider__slide-header:before {
    width: 173px;
    height: 7px;
    right: 0;
    margin: auto;
  }
}

.slider__slide-text > * {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 30px;
  font-family: inherit;
  font-weight: 700;
}

.slider .swiper-pagination {
  bottom: 5px;
}

@media screen and (max-width: 989px) {
  .slider .swiper-pagination {
    bottom: 10px;
  }
}

.slider .swiper-pagination-bullet {
  background-color: #000;
  border: 1px solid #000;
  width: 6px;
  height: 6px;
  opacity: 0.1;
  vertical-align: middle;
}

.slider .swiper-pagination-bullet-active {
  background-color: #000;
  width: 11px;
  height: 11px;
  opacity: 0.3;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
  color: #000;
  width: 14px;
  height: 17px;
  background-color: #ffffffed;
  padding: 15px 17px;
  border-radius: 50%;
  box-shadow: 0 0 10px #00000026;
}

.slider .swiper-button-next svg,
.slider .swiper-button-prev svg {
  fill: var(--color-blu);
}

.slider .swiper-button-next svg {
  transform: translateX(1px)
}

.slider .swiper-button-prev svg {
  transform: translateX(-1px)
}


.slider .swiper-button-next::after,
.slider .swiper-button-prev::after {
  display: none;
}

@media screen and (min-width: 800px) {
    img.slider__slide-featured-image {
     width: 737px;
     height: 416px;
}
a.slider__slide.swiper-slide.js-slider__slide.swiper-slide-active
  {
    text-decoration:none;
  }