/** Shopify CDN: Minification failed

Line 542:21 Expected "}" to go with "{"

**/
.article-template .article-template__img {
  position: relative;
}
.article-template .article-template__img::after {
  content: "";
  display: block;
  padding-bottom: var(--image-height);
}
.article-template .article-template__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
}
.article-template .article-card__author-img {
  position: relative;
  min-width: 4.8rem;
  min-height: 4.8rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 1rem;
}
.article-template .article-card__author-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.article-template .article-template__hero-container {
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 178rem;
}
.article-template__hero {
  overflow: hidden;
}
.article-template__hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.article-template__info {
  position: relative;
  z-index: 1;
}
.article-template__info-wrapper {
  margin-bottom: 2.4rem;
}
.article-template__info:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 990px) {
  .article-template__info:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.article-template__text:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .article-template__text:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.article-template__title {
  margin: 0;
  max-width: 100rem;
}
.article-template__title:not(:only-child) {
  margin-bottom: 2.4rem;
}
.article-template__excerpt {
  max-width: 74.3rem;
  margin: 0;
  font-size: 1.4rem;
  line-height: var(--font-body-line-height);
  letter-spacing: -0.02rem;
}
@media screen and (min-width: 750px) {
  .article-template__excerpt {
    font-size: 1.8rem;
  }
}
.article-template__tags {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  flex-wrap: wrap;
  z-index: 2;
  flex: 1 1 auto;
}
.article-template__tag:not(:last-child) {
  position: relative;
  padding-right: 0.8rem;
}
.article-template__tag a svg {
  width: 1rem;
  height: auto;
}
.article-template__tag a span {
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
  transition: var(--duration-default);
}
.article-template__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  line-height: var(--font-body-line-height);
  gap: 1rem;
}
@media screen and (min-width: 990px) {
  .article-template__meta {
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
  }
}
.article-template__meta time {
  font-weight: 700;
  opacity: 0.6;
  font-size: 1.6rem;
}
.article-template__meta .badge {
  font-size: 1.6rem;
}
.article-template__meta .article-template__item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.article-template__meta .article-template__item .article-template__meta-date {
  margin-top: 0;
  font-size: 1.3rem;
}
.article-template__meta > .article-card__author_box {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  font-weight: 500;
}
@media screen and (min-width: 990px) {
  .article-template__meta > .article-card__author_box {
    padding-right: 4.7rem;
  }
}
.article-template__meta-image {
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 1rem;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.article-template__meta-image_author {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-template .article-template__content-box {
  display: grid;
  gap: var(--main-padding);
  align-items: flex-start;
  grid-template-columns: 1fr;
  padding: 4rem 0;
}
@media screen and (min-width: 1100px) {
  html body .article-template .article-template__content-box {
    grid-template-columns: 1fr !important;
  }
}
.article-template .article-template__content-box .share-buttons-simple {
  justify-content: flex-start;
  gap: 0.8rem;
}
.article-template .article-template__content-box .share-buttons-simple a {
  padding: 0.6rem;
}
.article-template .article-template__content-box .share-buttons-simple svg {
  width: 3.2rem;
  height: 3.2rem;
}
.article-template .article-template__content-box .article-template-contact-text {
  padding: 3.2rem;
  border-radius: 0.8rem;
}
@media screen and (min-width: 576px) {
  .article-template .article-template__content-box .article-template-contact-text {
    padding: 6.4rem;
  }
}
.article-template .article-template__content-box .article-template-contact-text.have-sticky {
  position: sticky;
  top: var(--header-height);
}
.article-template .article-template__content-box .article-template-contact-text .article-template-contact_desc {
  margin-bottom: 3.2rem;
}
.article-template .share-buttons-simple__item a {
  display: flex;
  align-items: center;
  padding: 0;
}
.article-template .share-buttons-simple__item .icon {
  transition: opacity var(--duration-default);
  width: 2.4rem;
  height: 2.4rem;
}
.article-template .share-buttons-simple__item:hover .icon {
  opacity: 0.8;
}
.article-template__header .breadcrumb {
  margin-bottom: 4.8rem;
}
.article-template__header .breadcrumb span {
  letter-spacing: -0.02rem;
}
.article-template__header .icon-breadcrumb-arrow {
  margin: 0 1.8rem;
}
@media screen and (min-width: 990px) {
  .article-template__header-large {
    min-height: 75rem;
  }
}
.article-template__content {
  color: rgba(var(--color-foreground));
}
@media screen and (min-width: 990px) {
  .article-template__content {
    max-width: 100rem;
  }
}
.article-template__content.rte {
  margin-bottom: 0;
}
.article-template__content.rte > meta:first-child + h1,
.article-template__content.rte > meta:first-child + h2,
.article-template__content.rte > meta:first-child + h3,
.article-template__content.rte > *:first-child,
.article-template__content.rte > h1:first-child,
.article-template__content.rte > h2:first-child,
.article-template__content.rte > h3:first-child {
  margin-top: 0;
}
.article-template__content.rte > *:last-child {
  margin-bottom: 0;
}
.article-template__footer {
  display: flex;
}
.article-template__footer .article-template__meta {
  justify-content: flex-start;
  border-top: 0.1rem solid rgb(var(--color-border));
  border-bottom: 0.1rem solid rgb(var(--color-border));
  padding: 3.2rem 0;
  display: flex;
  justify-content: space-between;
}
.article-template__footer-content {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
.article-template__footer-content .share-buttons-simple {
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.2rem;
}
.article-template__footer-content .share-buttons-simple a {
  padding: 1rem;
}
.article-template__footer-content .share-buttons-simple span {
  font-size: 1.6rem;
  font-weight: 700;
  opacity: 0.6;
  margin-right: 0.6rem;
}
.article-template__comment-wrapper {
  margin-top: 5rem;
}
@media screen and (min-width: 990px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
  }
}
.article-template__comment-wrapper h2 {
  margin-top: 0;
}
.article-template__comments {
  margin-bottom: 5rem;
}
@media screen and (min-width: 990px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}
.article-template__comments-fields {
  margin-bottom: 4rem;
}
.article-template__comments-fields .text-area {
  width: 100%;
}
.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}
@media screen and (min-width: 990px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}
.article-template__comments-comment p {
  margin: 0 0 1rem;
}
@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}
.article-template__comment-fields > * {
  margin-bottom: 3rem;
}
@media screen and (min-width: 990px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}
.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}
.article-template__footer-content .article-template__meta .article-template__item .article-template__meta-date,
.article-template__footer-content .article-template__tag .badge, .article-template__header--column .article-template__meta .article-template__item .article-template__meta-date,
.article-template__header--column .article-template__tag .badge {
  font-size: 1.6rem;
}

.article-template--overlay .article-template__info-wrapper {
  height: 100%;
  width: 100%;
  z-index: 2;
  margin-bottom: 0;
  display: flex;
}
.article-template--overlay .article-template__info-wrapper .article-template__info {
  display: flex;
  flex-direction: column-reverse;
}
.article-template--overlay .article-template__info-wrapper::after {
  content: "";
  display: block;
  padding-bottom: var(--image-height);
}
@media screen and (min-width: 990px) {
  .article-template--overlay .article-template__info-wrapper {
    max-width: 100%;
  }
}
.article-template__header .article-template__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 990px) {
  .article-template__header .article-template__item {
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
  }
}
.article-template__header .article-template__item .article-template__title {
  margin-bottom: 0;
}
.article-template__header--large {
  min-height: 45rem;
}
@media screen and (min-width: 750px) {
  .article-template__header--large {
    min-height: 60rem;
  }
}
@media screen and (min-width: 1100px) {
  .article-template__header--large {
    min-height: 75rem;
  }
}
.article-template__header--medium {
  min-height: 30rem;
}
@media screen and (min-width: 750px) {
  .article-template__header--medium {
    min-height: 45rem;
  }
}
@media screen and (min-width: 1100px) {
  .article-template__header--medium {
    min-height: 60rem;
  }
}
.article-template__header--overlay {
  position: relative;
}
.article-template__header--overlay .additional-text {
  align-self: flex-end;
}
.article-template__header--overlay .article-template__wrapper {
  position: relative;
  z-index: 1;
  border-radius: 0.8rem;
}
.article-template__header--overlay .article-template__wrapper.have-overlay::before {
  border-radius: 0.8rem;
}
.article-template__header--overlay .article-template__wrapper .article-template__meta {
  margin-bottom: auto;
}
.article-template__header--overlay .article-template__info {
  gap: 2rem;
}
.article-template__header--overlay .article-template__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.article-template__header--overlay .article-card__author-img {
  border: 0.2rem solid rgba(var(--color-foreground), 0.16);
}
.article-template__header--overlay.article-template__header--adapt {
  flex-direction: row;
  justify-content: center;
}
.article-template__header--overlay .article-template__excerpt {
  font-weight: 300;
}
.article-template__header--overlay .article-template__text {
  position: relative;
  margin: 0;
}
/* BLOG ARTICLE — pleine largeur classique */
.article-template .article-template__content-box {
  display: block !important;
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.article-template__content {
  max-width: 100% !important;
  width: 100% !important;
}

.article-template__content.rte {
  max-width: 100% !important;
  width: 100% !important;
}

/* évite l’effet colonne trop étroite */
.article-template__content.rte p,
.article-template__content.rte h2,
.article-template__content.rte h3,
.article-template__content.rte ul,
.article-template__content.rte ol {
  max-width: none !important;
}

/* partage sous le texte ou aligné proprement */
.article-template .article-template__content-box .share-buttons-simple {
  margin-top: 3rem !important;
}
/* CENTRER LE HEADER DU BLOG */
.article-template__header {
  text-align: center !important;
}

.article-template__title {
  margin-left: auto !important;
  margin-right: auto !important;
}

.article-template__meta {
  justify-content: center !important;
  align-items: center !important;
}

.article-template__info-wrapper {
  display: flex;
  justify-content: center;
}

.article-template__header .breadcrumb {
  justify-content: center;
}
/* ── POLICE OSMOSE ── */
@font-face {
  font-family: 'Osmose';
  src: url('{{ "Osmose-Bold.woff2" | asset_url }}') format('woff2'),
       url('{{ "Osmose-Bold.woff" | asset_url }}') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Osmose';
  src: url('{{ "Osmose-Light.woff2" | asset_url }}') format('woff2'),
       url('{{ "Osmose-Light.woff" | asset_url }}') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;