<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-expertise {
  background-color: #fff;
  color: #17171a;
  font-family: "NespressoLucas", "Lucas", sans-serif;
  font-weight: 400;
  overflow: hidden;
  --PADDING-INLINE: 16px;
  --PADDING-BLOCK: 60px;
  --WIDTH: calc(1026px + var(--PADDING-INLINE) * 2);
}

.dp-expertise-inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

.dp-expertise-padding-block {
  padding-block: var(--PADDING-BLOCK);
}

.dp-expertise * {
  box-sizing: border-box;
}

.dp-expertise picture,
.dp-expertise picture img {
  display: block;
  width: 100%;
}

.dp-expertise-full-width {
  width: 100%;
}

.dp-expertise-white {
  color: #fff;
}

.dp-expertise-text-center {
  text-align: center;
}

.dp-expertise-more-anchor {
  height: 48px;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 999px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #17171a;
  background-color: #fff;
  transition: 0.3s;
}

.dp-expertise-more-anchor:hover {
  filter: invert(1);
}

.dp-expertise-main-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.03em;
  text-align: center;
}

.dp-expertise-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.02em;
  text-align: center;
}

.dp-expertise-secondary-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.dp-expertise-paragraph {
  font-size: 18px;
  line-height: 21.6px;
  margin-top: 24px;
}

.dp-expertise-paragraph-more {
  font-size: 14px;
  line-height: 18px;
}

.dp-expertise-paragraph-mention {
  font-size: 14px;
  line-height: 18px;
  margin-top: 24px;
}

.dp-expertise-more {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.25px;
  text-align: center;
  margin-top: 48px;
  border: none;
  background: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #876c43;
  transition: 0.3s;
}

.dp-expertise-more:hover {
  color: #6e5630;
}

.dp-expertise-more-cross {
  transition: 0.3s;
}

.dp-expertise-more:hover .dp-expertise-more-cross,
.dp-expertise-more[aria-expanded="true"] .dp-expertise-more-cross {
  transform: rotate(45deg);
}

.dp-expertise-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.dp-expertise-center {
  text-align: center;
}

.dp-expertise-button {
  height: 33px;
  min-width: 100px;
  padding: 8px 16px;
  gap: 8px;
  border-radius: 999px;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.25px;
  text-align: center;
}

.dp-expertise-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.dp-expertise-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-expertise-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: var(--PADDING-INLINE);
}

.dp-expertise-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--PADDING-BLOCK) var(--PADDING-INLINE);
}

.dp-expertise-row-start {
  align-items: flex-start;
}

.dp-expertise-block {
  padding: var(--PADDING-BLOCK) var(--PADDING-INLINE);
  max-width: var(--WIDTH);
  width: 100%;
  margin-inline: auto;
}

.dp-expertise-text-container {
  width: 100%;
}

.dp-expertise-row-item {
  width: 100%;
}

.dp-expertise-row-item:first-child {
  max-width: 473px;
}

.dp-expertise-row-item:last-child {
  max-width: 465px;
}

.dp-expertise-row-item:only-child {
  max-width: 606px;
  margin-inline: auto;
}

.dp-expertise-visual-radius {
  border-radius: 16px;
  overflow: hidden;
}

.dp-expertise-more-content {
  padding-top: 48px;
}

@media (max-width: 767px) {
  .dp-expertise-more-content {
    padding-top: 32px;
  }

  .dp-expertise-main-title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.01em;
  }

  .dp-expertise-row {
    flex-direction: column;
  }

  .dp-expertise {
    --PADDING-BLOCK: 40px;
  }

  .dp-expertise-secondary-title {
    font-size: 22px;
    line-height: 26px;
  }

  .dp-expertise-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .dp-expertise-paragraph-mention {
    font-size: 12px;
    line-height: 16px;
  }

  .dp-expertise-title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.01em;
  }

  .dp-expertise-row-item:first-child,
  .dp-expertise-row-item:last-child,
  .dp-expertise-row-item:only-child {
    max-width: 100%;
  }

  .dp-expertise-more {
    margin-top: 32px;
  }
}

/************/
/** HEADER **/
/************/

.dp-expertise-header__more-anchor {
  margin-top: 40px;
}

.dp-expertise-header__paragraph {
  margin-top: 32px;
  max-width: 640px;
  width: 100%;
}

@media (max-width: 767px) {
  .dp-expertise-header__paragraph {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .dp-expertise-header__more-anchor {
    margin-top: 24px;
  }
}

/**********/
/** CAFE **/
/**********/

@media (min-width: 768px) {
  .dp-expertise-cafe {
    margin-top: 40px;
  }
}

/*************/
/** CULTURE **/
/*************/

.dp-expertise-culture__visuals-container {
  position: relative;
  padding-left: 77px;
}

.dp-expertise-culture__visual-1 {
  max-width: 399px;
}

.dp-expertise-culture__visual-2 {
  max-width: 170px;
  position: absolute;
  bottom: -100px;
  left: 0;
}

@media (min-width: 768px) {
  .dp-expertise-culture__more {
    margin-top: 27px;
  }

  .dp-expertise-culture__more-content {
    padding-top: 27px;
  }
}

@media (max-width: 767px) {
  .dp-expertise-culture__visuals-container {
    padding-left: calc(56 / 375 * 100vw);
  }

  .dp-expertise-culture__visual-1 {
    max-width: calc(286 / 375 * 100vw);
  }

  .dp-expertise-culture__visual-2 {
    max-width: calc(122 / 375 * 100vw);
    bottom: calc(-71 / 375 * 100vw);
  }

  .dp-expertise-culture__text-container {
    margin-top: calc(71 / 375 * 100vw);
  }
}

/****************/
/** CUEILLETTE **/
/****************/

.dp-expertise-cueillette {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .dp-expertise-cueillette {
    margin-top: 0;
  }

  .dp-expertise-cueillette__row {
    flex-direction: column-reverse;
  }
}

/***********/
/** GRAIN **/
/***********/

.dp-expertise-grains__more {
  color: #fff;
  border: solid 1px #fff;
  height: 33px;
  padding: 8px 16px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.dp-expertise-grains__more:hover {
  background-color: #000;
  color: #fff;
}

.dp-expertise-grains__paragraph {
  max-width: 866px;
  width: 100%;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .dp-expertise-grains__more {
    height: 40px;
    padding: 8px 24px;
    margin-top: 32px;
    font-size: 16px;
    letter-spacing: 0.25px;
  }

  .dp-expertise-grains__paragraph {
    margin-top: 16px;
  }
}

/*************/
/** MELANGE **/
/*************/

.dp-expertise-melange__text-container {
  padding-top: 113px;
}

@media (max-width: 767px) {
  .dp-expertise-melange__text-container {
    padding-top: 0;
  }
}

/******************/
/** TORREFACTION **/
/******************/

.dp-expertise-torrefaction {
  padding-inline: var(--PADDING-INLINE);
}

@media (max-width: 767px) {
  .dp-expertise-torrefaction__text-container {
    text-align: left;
  }
}

/*************/
/** CAPSULE **/
/*************/

.dp-expertise-capsule {
  margin-block: 60px;
  padding: 80px var(--PADDING-INLINE);
  background-color: #f3eee6;
  min-height: 485px;
}

.dp-expertise-capsule__row {
  max-width: var(--WIDTH);
  width: 100%;
  margin-inline: auto;
}

.dp-expertise-capsule__text-container {
  max-width: 473px;
  width: 100%;
}

.dp-expertise-capsule__visual {
  margin-top: 59px;
  max-width: 420px;
}

@media (max-width: 767px) {
  .dp-expertise-capsule {
    padding-block: var(--PADDING-BLOCK);
    margin-block: 10px;
    min-height: auto;
  }

  .dp-expertise-capsule__visual {
    margin-top: 0;
    max-width: 100%;
  }
}

/*****************/
/** DEGUSTATION **/
/*****************/

.dp-expertise-degustation {
  margin-block: 60px;
  margin-inline: var(--PADDING-INLINE);
}

.dp-expertise-degustation__text-container {
  max-width: 606px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.dp-expertise-degustation__cards-container {
  margin-top: 73px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.dp-expertise-degustation__card {
  max-width: 326px;
  width: 100%;
}

.dp-expertise-degustation__card-title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 767px) {
  .dp-expertise-degustation {
    margin-block: 0;
  }

  .dp-expertise-degustation__text-container {
    max-width: 100%;
    text-align: left;
  }

  .dp-expertise-degustation__cards-container {
    margin-top: 40px;
  }
}

/***********************/
/** PROFIL AROMATIQUE **/
/***********************/

.dp-expertise-profil-aromatique__banner-content {
  justify-content: flex-start;
  padding-top: 80px;
}

.dp-expertise-profil-aromatique__banner-content-inner {
  max-width: 840px;
  width: 100%;
  margin-inline: auto;
}

.dp-expertise-profil-aromatique__more-anchor {
  margin-top: 40px;
}

.dp-expertise-profil-aromatique__visual img {
  min-height: 340px;
  object-fit: cover;
}

@media (max-width: 1439px) {
  .dp-expertise-profil-aromatique__banner-content {
    padding-top: calc(80 / 1440 * 100vw);
  }
}

@media (max-width: 767px) {
  .dp-expertise-profil-aromatique__banner-content {
    padding-block: var(--PADDING-BLOCK);
  }

  .dp-expertise-profil-aromatique__more-anchor {
    height: 40px;
    padding: 8px 24px;
    font-size: 16px;
    letter-spacing: 0.25px;
    margin-top: 32px;
  }

  .dp-expertise-profil-aromatique__paragraph {
    margin-top: 16px;
  }

  .dp-expertise-profil-aromatique__visual img {
    min-height: auto;
  }
}
</pre></body></html>