@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* Hover / transitions — desktop pointer devices only (avoids sticky :hover on touch) */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.content-banner-txt-picto {
  background-color: var(--wp--preset--color--eb-breadcrumb-muted);
}
.content-banner-txt-picto.has-bg-white-background-color {
  background-color: var(--wp--preset--color--bg-white);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-top: -1.875rem;
}
.content-banner-txt-picto.has-eb-breadcrumb-muted-background-color {
  background-color: var(--wp--preset--color--eb-breadcrumb-muted);
}
.content-banner-txt-picto[data-top-radius="1"] {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  margin-top: -1.875rem;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.content-banner-txt-picto .l-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 991px) {
  .content-banner-txt-picto .l-wrapper {
    padding-top: 2rem;
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.content-banner-txt-picto__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.content-banner-txt-picto__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .content-banner-txt-picto__header {
    flex-direction: column;
    gap: 1rem;
  }
}
.content-banner-txt-picto__header-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.5rem;
  flex: 1 1 auto;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .content-banner-txt-picto__header-right {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
  }
}
.content-banner-txt-picto__title {
  margin: 0;
  flex-shrink: 0;
  font-family: "Liter", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  color: var(--wp--preset--color--eb-hero-cta-dark);
}
@media screen and (max-width: 991px) {
  .content-banner-txt-picto__title {
    font-size: 2rem;
  }
}
.content-banner-txt-picto__intro {
  flex: 1 1 auto;
  max-width: 29rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.225rem;
  color: var(--wp--preset--color--eb-hero-cta-dark);
}
.content-banner-txt-picto__intro p {
  margin: 0;
}
.content-banner-txt-picto__intro p + p {
  margin-top: 0.5rem;
}
.content-banner-txt-picto__intro a {
  color: inherit;
  text-decoration: underline;
}
.content-banner-txt-picto__btn-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
.content-banner-txt-picto__card {
  width: 100%;
  background-color: #f5f6f7;
  border: 0.5px solid var(--wp--preset--color--bg-white);
  border-radius: 2rem;
  backdrop-filter: blur(22.5px);
  -webkit-backdrop-filter: blur(22.5px);
  padding: 2rem 4rem 2.625rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .content-banner-txt-picto__card {
    padding: 2rem;
  }
}
.content-banner-txt-picto__items {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .content-banner-txt-picto__items {
    gap: 2rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .content-banner-txt-picto__items {
    flex-direction: column;
    gap: 2rem;
  }
}
.content-banner-txt-picto__item {
  flex: 1 1 0;
  min-width: 13.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .content-banner-txt-picto__item {
    flex: 1 1 calc(50% - 1rem);
  }
}
@media screen and (max-width: 991px) {
  .content-banner-txt-picto__item {
    flex: 1 1 100%;
    min-width: 0;
  }
}
.content-banner-txt-picto__item-icon {
  width: 2.875rem;
  height: 2.875rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--bg-white);
  border-radius: 0.5rem;
}
.content-banner-txt-picto__item-icon svg,
.content-banner-txt-picto__item-icon img {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  object-fit: contain;
}
.content-banner-txt-picto__item-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--wp--preset--color--eb-hero-cta-dark);
}
.content-banner-txt-picto__item-title {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  width: 100%;
}
.content-banner-txt-picto__item--no-readmore .content-banner-txt-picto__item-text {
  max-height: none;
  overflow: visible;
}
.content-banner-txt-picto__item-text {
  position: relative;
  width: 100%;
  max-height: 8.125rem;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.225rem;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  transition: max-height 0.35s ease;
}
.content-banner-txt-picto__item-text p {
  margin: 0;
}
.content-banner-txt-picto__item-text p + p {
  margin-top: 0.5rem;
}
.content-banner-txt-picto__item-text a {
  color: inherit;
  text-decoration: underline;
}
.content-banner-txt-picto__item-text ul,
.content-banner-txt-picto__item-text ol {
  margin: 0;
  padding-left: 1.25rem;
}
.content-banner-txt-picto__item.is-expanded .content-banner-txt-picto__item-text {
  max-height: none;
}
.content-banner-txt-picto__item-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Liter", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #4e4e4e;
}
.content-banner-txt-picto__item-toggle[hidden] {
  display: none;
}
.content-banner-txt-picto__item-toggle:hover, .content-banner-txt-picto__item-toggle:focus-visible {
  text-decoration: underline;
}
.content-banner-txt-picto__item-toggle:focus-visible {
  outline: 2px solid var(--wp--preset--color--eb-hero-cta-dark);
  outline-offset: 2px;
}
.content-banner-txt-picto__item-toggle-label[hidden] {
  display: none;
}