/** Shopify CDN: Minification failed

Line 133:20 Unexpected "-"

**/
/* ========================================
   SECTION HOMEPAGE - FABRICATION LOCALE
   ======================================== */

.juleps-fabrication {
  background-color: #FCF6F3;
  padding: 80px 0;
}

.juleps-fabrication__container {
  max-width: 1321px;
  margin: 0 auto;
  padding: 0 var(--juleps-container-padding);
  background-color: #F1C19A;
  border-radius: 34px;
  height: 552px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* ========================================
   TITRE
   ======================================== */

.juleps-fabrication__title {
  font-family: var(--juleps-font-primary);
  font-size: 65px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 47px;
  color: var(--juleps-green-dark);
  text-align: center;
  margin: 0;
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
}

/* ========================================
   DESCRIPTION
   ======================================== */

.juleps-fabrication__description {
  font-family: var(--juleps-font-primary);
  font-size: 25px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 44px;
  color: var(--juleps-green-dark);
  text-align: center;
  max-width: 660px;
  margin: 0;
  position: absolute;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
}

.juleps-fabrication__description p {
  margin: 0;
}

.juleps-fabrication__description p + p {
  margin-top: 44px;
}

/* ========================================
   RESPONSIVE - TABLETTE
   ======================================== */

@media screen and (max-width: 1320px) {
  .juleps-fabrication__container {
    height: auto;
    padding: 60px 40px;
  }

  .juleps-fabrication__title {
    position: static;
    transform: none;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 40px;
  }

  .juleps-fabrication__description {
    position: static;
    transform: none;
    font-size: 22px;
    line-height: 36px;
  }

  .juleps-fabrication__description p + p {
    margin-top: 24px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE
   ======================================== */

@media screen and (max-width: 749px) {
  .juleps-fabrication {
    padding: 40px 0;
  }

  .juleps-fabrication__container {
    padding: 40px 24px;
  }

  .juleps-fabrication__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 32px;
  }

  .juleps-fabrication__description {
    font-size: 18px;
    line-height: 30px;
  }

  .juleps-fabrication__description p + p {
    margin-top: 20px;
  }
}


   SECTION HOMEPAGE - FABRICATION LOCALE
   ======================================== */

.juleps-fabrication {
  background-color: #FCF6F3;
  padding: 80px 0;
}

.juleps-fabrication__container {
  max-width: 1321px;
  margin: 0 auto;
  padding: 0 var(--juleps-container-padding);
  background-color: #F1C19A;
  border-radius: 34px;
  height: 552px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* ========================================
   TITRE
   ======================================== */

.juleps-fabrication__title {
  font-family: var(--juleps-font-primary);
  font-size: 65px;
  font-weight: var(--juleps-font-weight-semibold);
  line-height: 47px;
  color: var(--juleps-green-dark);
  text-align: center;
  margin: 0;
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
}

/* ========================================
   DESCRIPTION
   ======================================== */

.juleps-fabrication__description {
  font-family: var(--juleps-font-primary);
  font-size: 25px;
  font-weight: var(--juleps-font-weight-medium);
  line-height: 44px;
  color: var(--juleps-green-dark);
  text-align: center;
  max-width: 660px;
  margin: 0;
  position: absolute;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
}

.juleps-fabrication__description p {
  margin: 0;
}

.juleps-fabrication__description p + p {
  margin-top: 44px;
}

/* ========================================
   RESPONSIVE - TABLETTE
   ======================================== */

@media screen and (max-width: 1320px) {
  .juleps-fabrication__container {
    height: auto;
    padding: 60px 40px;
  }

  .juleps-fabrication__title {
    position: static;
    transform: none;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 40px;
  }

  .juleps-fabrication__description {
    position: static;
    transform: none;
    font-size: 22px;
    line-height: 36px;
  }

  .juleps-fabrication__description p + p {
    margin-top: 24px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE
   ======================================== */

@media screen and (max-width: 749px) {
  .juleps-fabrication {
    padding: 40px 0;
  }

  .juleps-fabrication__container {
    padding: 40px 24px;
  }

  .juleps-fabrication__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 32px;
  }

  .juleps-fabrication__description {
    font-size: 18px;
    line-height: 30px;
  }

  .juleps-fabrication__description p + p {
    margin-top: 20px;
  }
}


