/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-expertise-others {
  --logo-deco-color: var(--wp--preset--color--turquoise);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 7.5rem 0;
  color: var(--wp--preset--color--blanc);
}
.s-expertise-others > .l-wrapper,
.s-expertise-others > .s-expertise-others__inner {
  position: relative;
  z-index: 1;
}
.s-expertise-others__logo-deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  color: var(--logo-deco-color);
}
@media screen and (max-width: 991px) {
  .s-expertise-others__logo-deco {
    display: none;
  }
}
.s-expertise-others__logo-shape {
  position: absolute;
  top: 3.75rem;
  line-height: 0;
  opacity: 0;
  transform: translate3d(10rem, 0, 0);
  will-change: opacity, transform;
}
.s-expertise-others__logo-shape svg {
  display: block;
  width: 23.1875rem;
  height: auto;
  overflow: visible;
}
.s-expertise-others__logo-shape--1 {
  right: 26.0625rem;
}
.s-expertise-others__logo-shape--2 {
  right: 6.1875rem;
}
.s-expertise-others__logo-shape--3 {
  right: -13.6875rem;
}
.s-expertise-others.is-logo-visible .s-expertise-others__logo-shape, .s-expertise-others.has-logo-anim.is-preview .s-expertise-others__logo-shape {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  .s-expertise-others.has-logo-anim .s-expertise-others__logo-shape {
    opacity: 1;
    transform: none;
  }
}
.s-expertise-others__inner {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
.s-expertise-others__header {
  display: grid;
  grid-template-columns: minmax(0, 32.125rem) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
.s-expertise-others__title {
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.06rem;
  color: var(--wp--preset--color--blanc);
  white-space: pre-line;
}
.s-expertise-others__header-aside {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  min-width: 0;
}
.s-expertise-others__texts {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.s-expertise-others__text {
  margin: 0;
}
.s-expertise-others__text--lead {
  font-family: "HK Grotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: -0.0275rem;
  color: var(--wp--preset--color--blanc);
  opacity: 0.5;
  font-weight: 400;
}
.s-expertise-others__text--body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--wp--preset--color--blanc);
}
.s-expertise-others__solutions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 1.25rem 0.625rem 0.75rem;
  border-radius: 31.25rem;
  background-color: var(--wp--preset--color--terra-cotta);
  color: var(--wp--preset--color--blanc);
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.s-expertise-others__solutions:hover, .s-expertise-others__solutions:focus-visible {
  background-color: var(--wp--preset--color--orange-clair);
  color: var(--wp--preset--color--terra-cotta);
  text-decoration: none;
  outline: none;
}
.s-expertise-others__solutions:hover .s-expertise-others__solutions-icon, .s-expertise-others__solutions:focus-visible .s-expertise-others__solutions-icon {
  background-color: currentColor;
  border-color: currentColor;
}
.s-expertise-others__solutions:hover .s-expertise-others__solutions-arrow, .s-expertise-others__solutions:focus-visible .s-expertise-others__solutions-arrow {
  color: var(--wp--preset--color--orange-clair);
}
.s-expertise-others__solutions:hover .s-expertise-others__solutions-arrow--a, .s-expertise-others__solutions:focus-visible .s-expertise-others__solutions-arrow--a {
  transform: translate(60%, -50%);
  opacity: 0;
}
.s-expertise-others__solutions:hover .s-expertise-others__solutions-arrow--b, .s-expertise-others__solutions:focus-visible .s-expertise-others__solutions-arrow--b {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.s-expertise-others__solutions-icon {
  position: relative;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: border-box;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  overflow: hidden;
  color: inherit;
  background-color: transparent;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.s-expertise-others__solutions-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 6/4.63;
  transform: translate(-50%, -50%);
  line-height: 0;
  color: inherit;
  transition: transform 0.35s ease, opacity 0.35s ease, color 0.25s ease;
}
.s-expertise-others__solutions-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-expertise-others__solutions-arrow--a {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.s-expertise-others__solutions-arrow--b {
  transform: translate(-160%, -50%);
  opacity: 0;
}
.s-expertise-others__solutions-label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  white-space: nowrap;
}
.s-expertise-others__tablist {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  border-bottom: 0.5px solid color-mix(in srgb, var(--wp--preset--color--ivory) 50%, transparent);
}
.s-expertise-others__tab {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0 0.625rem;
  border: 0;
  border-bottom: 0.125rem solid transparent;
  margin-bottom: -0.0625rem;
  background: transparent;
  color: var(--wp--preset--color--ivory);
  opacity: 0.5;
  cursor: pointer;
  font-family: "HK Grotesk", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0225rem;
  text-align: center;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.s-expertise-others__tab:hover, .s-expertise-others__tab:focus-visible {
  opacity: 1;
  outline: none;
}
.s-expertise-others__tab.is-active {
  opacity: 1;
  border-bottom-color: var(--wp--preset--color--jaune-bac);
}
.s-expertise-others__panels {
  margin-top: 2.5rem;
}
.s-expertise-others__panel {
  display: none;
  grid-template-columns: minmax(0, 46.125rem) minmax(0, 25.75rem);
  gap: 8.125rem;
  align-items: stretch;
}
.s-expertise-others__panel.is-active {
  display: grid;
}
.s-expertise-others__panel-media {
  min-width: 0;
  border-radius: 1rem;
  overflow: hidden;
  background-color: color-mix(in srgb, var(--wp--preset--color--blanc) 8%, transparent);
  aspect-ratio: 738/286;
}
.s-expertise-others__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-expertise-others__panel-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  min-width: 0;
  min-height: 100%;
}
.s-expertise-others__panel-text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--wp--preset--color--blanc);
}
.s-expertise-others__panel-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  align-self: flex-start;
  color: var(--wp--preset--color--blanc);
  text-decoration: none;
  transition: color 0.2s ease;
}
.s-expertise-others__panel-cta:hover, .s-expertise-others__panel-cta:focus-visible {
  color: var(--wp--preset--color--blanc);
  text-decoration: none;
  outline: none;
}
.s-expertise-others__panel-cta:hover .s-expertise-others__panel-cta-icon, .s-expertise-others__panel-cta:focus-visible .s-expertise-others__panel-cta-icon {
  background-color: currentColor;
  border-color: currentColor;
}
.s-expertise-others__panel-cta:hover .s-expertise-others__panel-cta-arrow, .s-expertise-others__panel-cta:focus-visible .s-expertise-others__panel-cta-arrow {
  color: var(--wp--preset--color--bleu-saphyr);
}
.s-expertise-others__panel-cta:hover .s-expertise-others__panel-cta-arrow--a, .s-expertise-others__panel-cta:focus-visible .s-expertise-others__panel-cta-arrow--a {
  transform: translate(60%, -50%);
  opacity: 0;
}
.s-expertise-others__panel-cta:hover .s-expertise-others__panel-cta-arrow--b, .s-expertise-others__panel-cta:focus-visible .s-expertise-others__panel-cta-arrow--b {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.s-expertise-others__panel-cta-icon {
  position: relative;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: border-box;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  color: inherit;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.s-expertise-others__panel-cta-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 6/4.63;
  line-height: 0;
  color: inherit;
  transition: transform 0.3s ease, opacity 0.3s ease, color 0.25s ease;
}
.s-expertise-others__panel-cta-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-expertise-others__panel-cta-arrow--a {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.s-expertise-others__panel-cta-arrow--b {
  transform: translate(-160%, -50%);
  opacity: 0;
}
.s-expertise-others__panel-cta-label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .s-expertise-others {
    padding: 4rem 0;
  }
  .s-expertise-others__inner {
    gap: 4rem;
  }
  .s-expertise-others__header {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .s-expertise-others__header-aside {
    flex-direction: column;
    gap: 1.5rem;
  }
  .s-expertise-others__panel {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .s-expertise-others__panel.is-active {
    display: flex;
    flex-direction: column;
  }
  .s-expertise-others__panel-media {
    aspect-ratio: 16/9;
  }
  .s-expertise-others__tab {
    font-size: 1rem;
    letter-spacing: -0.02rem;
  }
}
@media screen and (max-width: 991px) {
  .s-expertise-others__tablist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-bottom: 0.5px solid color-mix(in srgb, var(--wp--preset--color--ivory) 50%, transparent);
  }
  .s-expertise-others__tab {
    flex: none;
    min-height: 3.25rem;
    justify-content: center;
    padding: 0.875rem 0.625rem;
    margin-bottom: -0.0625rem;
    border-bottom-width: 0.1875rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.02rem;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .s-expertise-others__tab:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}

.editor-styles-wrapper .s-expertise-others.has-logo-anim .s-expertise-others__logo-deco {
  display: block;
}
.editor-styles-wrapper .s-expertise-others.has-logo-anim .s-expertise-others__logo-shape {
  opacity: 1;
  transform: none;
}