/*
 * GLOBAL ENTREPRISES STYLES
 */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Animations */
:root {
  --animation-ease: cubic-bezier(0.5, 0, 0.5, 1);
}

/* Colors */
:root {
  /* Mode 1 */
  /* color */
  --brand-primary: #d8262e;
  --neutral-neutral-0: #ffffff;
  --neutral-neutral-100: #f0f0ef;
  --neutral-neutral-300: #c3c3c3;
  --neutral-neutral-500: #787676;
  --neutral-neutral-700: #333333;
  --neutral-neutral-800: #201d1d;
  --neutral-neutral-900: #000000;
  --semantic-error: #c03016;
  --surface-brand-bright: #f5ece9;
  --surface-brand-soft: #f6f4f1;
  --surface-brand-warm: #e9e4dd;
}

/* Typography */
:root {
  /* Mode 1 */
  /* number */
  --letter-spacing-auto: 0px;
  --line-height-extra-tight: 18px;
  --line-height-super-tight: 20px;
  --line-height-very-tight: 22px;
  --line-height-tight: 24px;
  --line-height-regular: 26px;
  --line-height-relaxed: 30px;
  --line-height-very-relaxed: 34px;
  --line-height-wide: 38px;
  --line-height-very-wide: 42px;
  --line-height-super-wide: 46px;
  --line-height-extra-wide: 48px;
  --line-height-ultra-wide: 54px;
  --text-headline-xs: 11px;
  --text-headline-s: 12px;
  --text-badge: 13px;
  --text-meta: 13px;
  --text-position: 13px;
  --text-headline: 14px;
  --text-name: 14px;
  --text-body: 15px;
  --text-item: 15px;
  --text-support: 15px;
  --text-item-l: 16px;
  --text-support-l: 16px;
  --text-headline-l: 17px;
  --text-quote: 18px;
  --text-support-xl: 18px;
  --text-heading-xs: 20px;
  --text-headline-xl: 20px;
  --text-display-xs: 22px;
  --text-heading-s: 22px;
  --text-heading: 24px;
  --text-display-s: 26px;
  --text-heading-l: 26px;
  --text-heading-xl: 30px;
  --text-display: 32px;
  --text-display-m: 36px;
  --text-display-l: 38px;
  --text-display-xl: 44px;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semi-bold: 600;
  /* string */
  --font-primary-reg: 'uniform_rndregular';
  --font-primary-med: 'uniform_rndmedium';
  --font-secondary: 'Manrope';
}

.heading {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-primary-med);
  font-size: var(--text-heading, 24px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-relaxed, 30px);
  /* 125% */
  letter-spacing: -0.24px;
}

.heading-xl {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-primary-med);
  font-size: var(--text-heading-xl, 30px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-very-relaxed, 34px);
  /* 113.333% */
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .heading-xl {
    font-size: var(--text-heading-l, 26px);
    line-height: var(--line-height-very-relaxed, 34px); /* 130.769% */
    letter-spacing: -0.26px;
  }
}

.heading-s {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-primary-med);
  font-size: var(--text-heading-s, 22px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-relaxed, 30px);
  /* 136.364% */
  letter-spacing: -0.22px;
}

.heading-xs {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-primary-med);
  font-size: var(--text-heading-xs, 20px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-regular, 26px);
  /* 130% */
  letter-spacing: -0.2px;
}

.headline {
  color: var(--brand-primary, #D8262E);
  font-family: var(--font-secondary);
  font-size: var(--text-headline, 14px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-tight, 24px);
  /* 171.429% */
  letter-spacing: 5.6px;
  text-transform: uppercase;
}

.headline-xl {
  color: var(--neutral-neutral-0, #FFF);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: var(--text-headline-xl, 20px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-relaxed, 30px);
  /* 150% */
  letter-spacing: 6px;
  text-transform: uppercase;
}

.headline-l {
  color: var(--brand-primary, #D8262E);
  font-family: var(--font-secondary);
  font-size: var(--text-headline-l, 17px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-regular, 26px);
  /* 152.941% */
  letter-spacing: 6.8px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .headline-l {
    font-size: var(--text-headline, 14px);
    line-height: var(--line-height-tight, 24px); /* 171.429% */
    letter-spacing: 5.6px;
  }
}

.headline-s {
  color: rgba(32, 29, 29, 0.75);
  font-family: var(--font-secondary);
  font-size: var(--text-headline-s, 12px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-tight, 24px);
  /* 200% */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.headline-xs {
  color: var(--brand-primary, #D8262E);
  font-family: var(--font-secondary);
  font-size: var(--text-headline-xs, 11px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-relaxed, 30px);
  /* 272.727% */
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.display {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-primary-med);
  font-size: var(--text-display, 32px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-wide, 38px);
  /* 118.75% */
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .display {
    font-size: var(--text-display-s, 26px);
    line-height: var(--line-height-very-relaxed, 34px); /* 130.769% */
    letter-spacing: -0.26px;
  }
}

.display-xl {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-primary-med);
  font-size: var(--text-display-xl, 44px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-ultra-wide, 54px);
  /* 122.727% */
  letter-spacing: -0.44px;
}
@media (max-width: 767px) {
  .display-xl {
    font-size: var(--text-display-l, 38px);
    line-height: var(--line-height-super-wide, 46px); /* 121.053% */
    letter-spacing: -0.76px;
  }
}

.display-m {
  color: var(--neutral-neutral-0, #FFF);
  font-family: var(--font-primary-med);
  font-size: var(--text-display-m, 36px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-extra-wide, 48px);
  /* 133.333% */
  letter-spacing: -0.72px;
}
@media (max-width: 767px) {
  .display-m {
    font-size: var(--text-display, 32px);
    line-height: var(--line-height-wide, 38px); /* 118.75% */
    letter-spacing: -0.32px;
  }
}

.display-s {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-primary-med);
  font-size: var(--text-display-s, 26px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-very-relaxed, 34px);
  /* 130.769% */
  letter-spacing: -0.26px;
}

.display-xs {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-primary-med);
  font-size: var(--text-display-xs, 22px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-relaxed, 30px);
  /* 136.364% */
  letter-spacing: -0.22px;
}

.support {
  color: rgba(32, 29, 29, 0.75);
  font-family: var(--font-secondary);
  font-size: var(--text-support, 15px);
  font-style: normal;
  font-weight: var(--weight-regular, 400);
  line-height: var(--line-height-regular, 26px);
  /* 173.333% */
  letter-spacing: 0.15px;
}

.support-l {
  color: rgba(32, 29, 29, 0.75);
  font-family: var(--font-secondary);
  font-size: var(--text-support-l, 16px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-regular, 26px);
  /* 162.5% */
  letter-spacing: 0.16px;
}

.item {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-secondary);
  font-size: var(--text-item, 15px);
  font-style: normal;
  font-weight: var(--weight-regular, 400);
  line-height: var(--line-height-super-tight, 20px);
  /* 133.333% */
  letter-spacing: var(--letter-spacing-auto, 0);
}

.item-l {
  color: var(--neutral-Neutral-800, #201D1D);
  font-family: var(--font-secondary);
  font-size: var(--text-item-l, 16px);
  font-style: normal;
  font-weight: var(--weight-regular, 400);
  line-height: var(--line-height-very-tight, 22px);
  /* 137.5% */
  letter-spacing: var(--letter-spacing-auto, 0);
}

.btn {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  height: 50px;
  padding: 20px;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  background: var(--brand-Primary, #D8262E);
  transition: all 0.3s var(--animation-ease);
  border: none;
}
.btn span {
  position: relative;
  display: block;
  color: var(--neutral-Neutral-0, #FFF);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  z-index: 2;
  transition: all 0.3s var(--animation-ease);
}
.btn img {
  position: relative;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  z-index: 2;
  transition: all 0.3s var(--animation-ease);
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: var(--neutral-neutral-800);
  opacity: 0;
  transition: all 0.3s var(--animation-ease);
}
.btn:hover {
  color: var(--neutral-neutral-0, #FFF);
}
.btn:hover:after {
  opacity: 0.3;
}
.btn.btn-black {
  background: var(--neutral-neutral-800, #201D1D);
  border: 1px solid var(--neutral-neutral-800, #201D1D);
}
.btn.btn-black span {
  color: var(--neutral-neutral-0, #FFF);
}
.btn.btn-black:after {
  content: none;
}
.btn.btn-black:hover {
  background: var(--neutral-neutral-0, #FFF);
}
.btn.btn-black:hover span {
  color: var(--neutral-neutral-800, #201D1D);
}
.btn.btn-black:hover img {
  filter: brightness(0) invert(0);
}
.btn.btn-white {
  background: var(--neutral-neutral-0, #FFF);
}
.btn.btn-white.--bordered {
  border: 1px solid rgba(32, 29, 29, 0.15);
}
.btn.btn-white span {
  color: var(--neutral-neutral-800, #201D1D);
}
.btn.btn-white img {
  filter: brightness(0) invert(0);
}
.btn.btn-white:after {
  content: none;
}
.btn.btn-white:hover {
  background: var(--neutral-neutral-800, #201D1D);
}
.btn.btn-white:hover.--bordered {
  border: 1px solid var(--neutral-neutral-800, #201D1D);
}
.btn.btn-white:hover span {
  color: var(--neutral-neutral-0, #FFF);
}
.btn.btn-white:hover img {
  filter: brightness(0) invert(1);
}

.section-entreprises {
  padding: 0 40px;
  overflow: hidden;
}
.section-entreprises:first-of-type {
  margin-top: 100px;
}
.section-entreprises.bg-brand-warm {
  background-color: var(--surface-brand-warm);
}
.section-entreprises.bg-neutral-800 {
  background-color: var(--neutral-neutral-800, #201D1D);
}
.section-entreprises .container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .section-entreprises {
    padding: 0 20px;
  }
  .section-entreprises:first-of-type {
    margin-top: 50px;
  }
}

.section-entreprises-bg {
  position: absolute;
  right: -150px;
  bottom: -184px;
  transform: rotate(-15deg);
  z-index: 0;
}
.section-entreprises-bg img {
  display: block;
  width: 916.109px;
  height: 920px;
  aspect-ratio: 235/236;
  opacity: 0.1;
}
@media (max-width: 991px) {
  .section-entreprises-bg {
    right: auto;
    left: 136px;
    bottom: 168px;
  }
  .section-entreprises-bg img {
    width: 796.617px;
    height: 800px;
    aspect-ratio: 235/236;
  }
}

.head-entreprises {
  padding: 80px 0 40px;
}
.head-entreprises h2 {
  margin-bottom: 20px;
}
.head-entreprises h1 {
  margin: 0;
}
.head-entreprises .head-entreprises-content {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.head-entreprises .head-entreprises-content h1 {
  max-width: 660px;
}
.head-entreprises .head-entreprises-content p {
  max-width: 340px;
  margin: 0;
}
.head-entreprises .head-entreprises-content .btn {
  margin-bottom: 14px;
}
.head-entreprises .media {
  border-radius: 10px;
  height: 400px;
  overflow: hidden;
}
.head-entreprises .media img,
.head-entreprises .media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .head-entreprises {
    padding: 48px 0 32px;
  }
  .head-entreprises h2 {
    margin-bottom: 16px;
  }
  .head-entreprises .head-entreprises-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .head-entreprises .head-entreprises-content h1 {
    max-width: 100%;
  }
  .head-entreprises .head-entreprises-content p {
    max-width: 100%;
  }
  .head-entreprises .head-entreprises-content .btn {
    margin-bottom: 0;
  }
}

.entreprises-project {
  display: flex;
  gap: 20px;
  padding: 32px 0 72px;
}
.entreprises-project .intro {
  flex: 1;
  padding-top: 34px;
}
.entreprises-project .intro h2 {
  margin-bottom: 12px;
}
.entreprises-project .intro h3 {
  text-transform: initial;
}
.entreprises-project .offer {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
.entreprises-project .offer a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 20px 20px 30px;
  background-color: var(--surface-brand-warm);
  transition: all 0.3s var(--animation-ease);
}
.entreprises-project .offer a h4 {
  margin-bottom: 12px;
  transition: all 0.3s var(--animation-ease);
}
.entreprises-project .offer a h4 br {
  display: none;
}
.entreprises-project .offer a p {
  margin-bottom: 16px;
  transition: all 0.3s var(--animation-ease);
}
.entreprises-project .offer a span.arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin: auto 0 0 auto;
  border-radius: 999px;
  background: var(--surface-brand-soft);
}
.entreprises-project .offer a span.arrow img {
  width: 24px;
  height: 24px;
}
.entreprises-project .offer a:hover {
  background: var(--brand-primary);
}
.entreprises-project .offer a:hover h4, .entreprises-project .offer a:hover p {
  color: var(--neutral-neutral-0, #FFF);
}
@media (max-width: 991px) {
  .entreprises-project {
    flex-direction: column;
    gap: 16px;
    padding: 24px 0 48px;
  }
  .entreprises-project .intro {
    margin-bottom: 16px;
  }
  .entreprises-project .offer a {
    padding: 24px 20px 20px;
  }
  .entreprises-project .offer a h4 {
    margin-bottom: 6px;
  }
  .entreprises-project .offer a p {
    margin-bottom: 4px;
  }
}

.entreprises-offers {
  position: relative;
  padding-top: 72px;
  z-index: 1;
}
.entreprises-offers h2 {
  text-transform: initial;
}
.entreprises-offers .offers-list {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.entreprises-offers .offers-list .offer {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
}
.entreprises-offers .offers-list .offer .offer-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 220px;
}
.entreprises-offers .offers-list .offer .offer-head p {
  position: relative;
  z-index: 2;
}
.entreprises-offers .offers-list .offer .offer-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(32, 29, 29, 0.3) 0%, rgba(32, 29, 29, 0.8) 100%);
  z-index: 1;
}
.entreprises-offers .offers-list .offer .offer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.entreprises-offers .offers-list .offer .offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entreprises-offers .offers-list .offer .offer-content {
  padding: 30px 30px 32px;
}
.entreprises-offers .offers-list .offer .offer-content h4 {
  text-transform: initial;
  margin-bottom: 16px;
}
.entreprises-offers .offers-list .offer .offer-content p {
  margin: 0;
}
.entreprises-offers .offers-list .offer .offer-specs {
  display: flex;
  flex-direction: column;
  margin: 0 0 32px 0;
  padding: 0;
  list-style: none;
}
.entreprises-offers .offers-list .offer .offer-specs li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(32, 29, 29, 0.15);
}
.entreprises-offers .offers-list .offer .offer-specs li:first-child {
  border-top: 1px solid rgba(32, 29, 29, 0.15);
}
.entreprises-offers .offers-list .offer .offer-specs li img {
  width: 32px;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(91%) saturate(3208%) hue-rotate(347deg) brightness(91%) contrast(91%);
}
.entreprises-offers .offers-list .offer .offer-foot {
  display: flex;
  flex-direction: column;
  margin: auto 0 0 0;
  padding: 0 30px 32px;
}
.entreprises-offers .offers-list .offer .offer-foot a {
  align-self: flex-end;
}
@media (max-width: 991px) {
  .entreprises-offers {
    padding-top: 48px;
  }
  .entreprises-offers .offers-list {
    flex-direction: column;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .entreprises-offers .offers-list .offer .offer-foot a {
    align-self: auto;
    justify-content: space-between;
  }
}

.entreprises-testimonies {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 100px 0 142px;
  z-index: 1;
}
.entreprises-testimonies .testimonies-intro {
  width: 390px;
}
.entreprises-testimonies .testimonies-intro h2 {
  margin-bottom: 12px;
}
.entreprises-testimonies .testimonies-intro h3 {
  text-transform: initial;
}
.entreprises-testimonies .testimonies-list {
  overflow: hidden;
  flex: 1;
  cursor: grab;
  margin-right: calc(-40px - max(0px, (100vw - 1440px) / 2));
}
.entreprises-testimonies .testimonies-list.is-dragging {
  cursor: grabbing;
}
.entreprises-testimonies .testimonies-list.is-dragging .testimonies-track {
  user-select: none;
}
.entreprises-testimonies .testimonies-list .testimonies-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s var(--animation-ease);
  will-change: transform;
}
.entreprises-testimonies .testimonies-list .testimony {
  flex: 0 0 325px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 325px;
  padding: 40px 20px 30px 30px;
  border-radius: 10px;
  background: var(--neutral-neutral-0, #FFF);
  overflow: hidden;
}
.entreprises-testimonies .testimonies-list .testimony p {
  color: var(--neutral-neutral-800, #201D1D);
  /* Quote */
  font-family: var(--font-secondary);
  font-size: var(--text-quote, 18px);
  font-style: normal;
  font-weight: var(--weight-semi-bold, 600);
  line-height: var(--line-height-relaxed, 30px);
  /* 166.667% */
  letter-spacing: var(--letter-spacing-auto, 0);
}
.entreprises-testimonies .testimonies-list .testimony .testimony-foot {
  display: flex;
  align-items: center;
  gap: 10px;
}
.entreprises-testimonies .testimonies-list .testimony .testimony-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: var(--neutral-neutral-800, #201D1D);
  border-radius: 50%;
}
.entreprises-testimonies .testimonies-list .testimony .testimony-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entreprises-testimonies .testimonies-list .testimony .testimony-image .testimony-initial {
  color: var(--surface-brand-soft, #F6F4F1);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: var(--text-support-xl, 18px);
  font-style: normal;
  font-weight: var(--weight-semi-bold, 600);
  line-height: var(--line-height-super-tight, 20px);
  /* 111.111% */
  letter-spacing: 0.18px;
}
.entreprises-testimonies .testimonies-list .testimony .testimony-author .author {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-secondary);
  font-size: var(--text-name, 14px);
  font-style: normal;
  font-weight: var(--weight-semi-bold, 600);
  line-height: var(--line-height-super-tight, 20px);
  /* 142.857% */
  letter-spacing: 0.28px;
  margin: 0;
}
.entreprises-testimonies .testimonies-list .testimony .testimony-author .position {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-secondary);
  font-size: var(--text-position, 13px);
  font-style: normal;
  font-weight: var(--weight-regular, 400);
  line-height: var(--line-height-super-tight, 20px);
  /* 153.846% */
  letter-spacing: 0.13px;
  margin: 0;
}
.entreprises-testimonies .testimonies-pagination {
  position: absolute;
  bottom: 72px;
  left: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.entreprises-testimonies .testimonies-pagination button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: none;
  background: var(--neutral-neutral-0, #FFF);
  transition: all 0.3s var(--animation-ease);
}
.entreprises-testimonies .testimonies-pagination button.is-disabled {
  background-color: transparent;
  border: 1px solid rgba(32, 29, 29, 0.15);
  pointer-events: none;
}
.entreprises-testimonies .testimonies-pagination button img {
  width: 24px;
  height: 24px;
  transition: all 0.3s var(--animation-ease);
}
.entreprises-testimonies .testimonies-pagination button.prev {
  transform: scaleX(-1);
}
.entreprises-testimonies .testimonies-pagination button:hover {
  background: var(--brand-primary, #D8262E);
}
.entreprises-testimonies .testimonies-pagination button:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .entreprises-testimonies {
    flex-direction: column;
    padding: 90px 0 134px;
  }
  .entreprises-testimonies .testimonies-intro {
    width: 100%;
  }
  .entreprises-testimonies .testimonies-list {
    margin-top: 32px;
  }
  .entreprises-testimonies .testimonies-pagination {
    bottom: 64px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .entreprises-testimonies .testimonies-list {
    margin-right: calc(-20px - max(0px, (100vw - 1440px) / 2));
  }
}

@keyframes clients-infinite-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.entreprises-clients {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.entreprises-clients-scroll {
  display: flex;
  align-items: center;
  gap: 100px;
  border-top: 1px solid rgba(32, 29, 29, 0.1);
  padding: 32px 0;
  width: max-content;
  margin: 0 auto;
}
.entreprises-clients-scroll.is-scrolling {
  animation: clients-infinite-scroll 20s linear infinite;
}
.entreprises-clients .client {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.entreprises-clients .client img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .entreprises-clients-scroll {
    gap: 64px;
  }
}

.section-entreprises-conversion {
  position: relative;
  padding: 72px 40px;
  background-image: url("../img/background/conversion.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.section-entreprises-conversion:after {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  bottom: -48px;
  max-width: 1140px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border: 120px solid transparent;
  border-radius: 999px;
  z-index: 1;
}
.section-entreprises-conversion .container {
  position: relative;
  padding: 56px;
  max-width: 900px;
  width: 100%;
  background: var(--neutral-neutral-0, #FFF);
  border-radius: 999px;
  text-align: center;
  z-index: 2;
}
.section-entreprises-conversion .container h3 {
  text-transform: initial;
  margin-bottom: 16px;
}
.section-entreprises-conversion .container p {
  max-width: 672px;
  margin: 0 auto 26px;
}
.section-entreprises-conversion.--red {
  background: none;
  padding-top: 0;
}
.section-entreprises-conversion.--red:after {
  content: none;
}
.section-entreprises-conversion.--red .container {
  max-width: 980px;
  background: var(--brand-primary, #D8262E);
}
.section-entreprises-conversion.--red .container h3 {
  color: var(--neutral-neutral-0, #FFF);
}
.section-entreprises-conversion.--red .container p {
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  .section-entreprises-conversion {
    padding: 48px 30px;
  }
  .section-entreprises-conversion:after {
    top: -24px;
    bottom: -24px;
    border: 72px solid transparent;
  }
  .section-entreprises-conversion .container {
    padding: 100px 20px;
  }
  .section-entreprises-conversion.--red {
    padding-bottom: 56px;
  }
  .section-entreprises-conversion.--red .container {
    padding: 136px 40px;
  }
}

.head-offer {
  position: relative;
  display: flex;
  gap: 67px;
  padding: 80px 0;
  z-index: 1;
}
.head-offer .media {
  flex-shrink: 0;
  width: 670px;
  height: 475px;
  border-radius: 999px;
  overflow: hidden;
}
.head-offer .media img,
.head-offer .media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head-offer .head-offer-content {
  padding-top: 40px;
  max-width: 576px;
}
.head-offer .head-offer-content h2 {
  color: var(--neutral-neutral-300, #C3C3C3);
  margin-bottom: 20px;
}
.head-offer .head-offer-content h1 {
  margin: 0 0 24px;
}
.head-offer .head-offer-content p {
  color: var(--neutral-neutral-300, #C3C3C3);
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .head-offer {
    flex-direction: column;
    gap: 40px;
    margin-left: -40px;
    margin-right: -40px;
    padding: 0 0 60px;
  }
  .head-offer .media {
    width: 100%;
    height: 240px;
    border-radius: 0;
  }
  .head-offer .head-offer-content {
    padding: 0 40px;
  }
  .head-offer .head-offer-content h2 {
    margin-bottom: 16px;
  }
  .head-offer .head-offer-content h1 {
    margin-bottom: 16px;
  }
  .head-offer .head-offer-content p {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .head-offer {
    margin-left: -20px;
    margin-right: -20px;
  }
  .head-offer .head-offer-content {
    padding: 0 20px;
  }
}

.head-offer-bg {
  position: absolute;
  left: -40px;
  top: 16px;
  transform: rotate(-15deg);
  z-index: 0;
}
.head-offer-bg img {
  display: block;
  width: 796.616px;
  height: 800px;
  aspect-ratio: 235/236;
  opacity: 0.1;
}
@media (max-width: 991px) {
  .head-offer-bg {
    left: 80px;
    top: 140px;
  }
  .head-offer-bg img {
    width: 597.462px;
    height: 600px;
    aspect-ratio: 235/236;
  }
}

.offer-formats {
  padding: 64px 0;
}
.offer-formats h2 {
  margin-bottom: 16px;
}
.offer-formats h3 {
  text-transform: initial;
}
.offer-formats .formats-list {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.offer-formats .formats-list .format {
  flex: 1;
}
.offer-formats .formats-list .format .format-image {
  position: relative;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}
.offer-formats .formats-list .format .format-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(32, 29, 29, 0.1) 0%, rgba(32, 29, 29, 0.4) 100%);
  z-index: 1;
}
.offer-formats .formats-list .format .format-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-formats .formats-list .format .format-content {
  padding: 20px 20px 0 0;
}
.offer-formats .formats-list .format .format-content h4 {
  text-transform: initial;
  margin-bottom: 8px;
}
.offer-formats .formats-list .format .format-content p {
  margin: 0;
}
@media (max-width: 991px) {
  .offer-formats {
    padding: 48px 0;
  }
  .offer-formats h2 {
    margin-bottom: 12px;
  }
  .offer-formats h3 {
    text-transform: initial;
  }
  .offer-formats .formats-list {
    flex-direction: column;
    gap: 40px;
    margin-top: 32px;
  }
}

.offer-spaces {
  padding: 64px 0 60px;
}
.offer-spaces h2 {
  margin-bottom: 16px;
}
.offer-spaces h3 {
  text-transform: initial;
  margin-bottom: 16px;
}
.offer-spaces p {
  margin: 0;
}
.offer-spaces .spaces-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.offer-spaces .spaces-list .space {
  border-radius: 10px;
  background: var(--neutral-neutral-0, #FFF);
  overflow: hidden;
}
.offer-spaces .spaces-list .space .space-image {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.offer-spaces .spaces-list .space .space-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
.offer-spaces .spaces-list .space .space-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-spaces .spaces-list .space .space-image .tags {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.offer-spaces .spaces-list .space .space-image .tags li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--neutral-Neutral-800, #201D1D);
  font-family: var(--font-secondary);
  font-size: var(--text-badge, 13px);
  font-style: normal;
  font-weight: var(--weight-semi-bold, 600);
  line-height: var(--line-height-extra-tight, 18px);
  /* 138.462% */
  letter-spacing: 0.13px;
  background: var(--surface-brand-soft, #F6F4F1);
}
.offer-spaces .spaces-list .space .space-content {
  padding: 24px 20px 32px;
}
.offer-spaces .spaces-list .space .space-content h4 {
  text-transform: initial;
  margin-bottom: 16px;
}
.offer-spaces .spaces-list .space .space-content .specs {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}
.offer-spaces .spaces-list .space .space-content .specs li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.offer-spaces .spaces-list .space .space-content .specs li img {
  width: 26px;
  height: 26px;
}
@media (max-width: 991px) {
  .offer-spaces {
    padding: 40px 0 48px;
  }
  .offer-spaces h2 {
    margin-bottom: 12px;
  }
  .offer-spaces .spaces-list {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }
}

.offer-docs {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid rgba(32, 29, 29, 0.15);
}
.offer-docs h4 {
  padding-top: 6px;
  text-transform: initial;
}
.offer-docs ul {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.offer-docs ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(32, 29, 29, 0.25);
  background: var(--neutral-neutral-0, #FFF);
  transition: all 0.3s var(--animation-ease);
}
.offer-docs ul li a:hover {
  border-color: var(--neutral-neutral-800, #201D1D);
}
.offer-docs ul li img {
  width: 26px;
  height: 26px;
  transition: all 0.3s var(--animation-ease);
}
.offer-docs ul li span {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-secondary);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  transition: all 0.3s var(--animation-ease);
}
@media (max-width: 991px) {
  .offer-docs {
    flex-direction: column;
    gap: 24px;
    padding: 32px 0 48px;
  }
  .offer-docs ul {
    flex-direction: column;
    align-items: normal;
  }
  .offer-docs ul li a span {
    flex-grow: 1;
  }
}

.offer-accompagnement {
  display: flex;
  gap: 20px;
  padding: 64px 0;
}
.offer-accompagnement .intro {
  max-width: 390px;
  padding-right: 50px;
}
.offer-accompagnement .intro h2 {
  margin-bottom: 12px;
}
.offer-accompagnement .intro h3 {
  text-transform: initial;
  margin-bottom: 16px;
}
.offer-accompagnement .intro p {
  margin: 0;
}
.offer-accompagnement .plus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-grow: 1;
}
.offer-accompagnement .plus .plus-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
  padding: 30px;
  justify-content: center;
  border-bottom: 1px solid rgba(32, 29, 29, 0.15);
  border-right: 1px solid rgba(32, 29, 29, 0.15);
  /* Remove right border for last item in each row */
}
.offer-accompagnement .plus .plus-item:nth-child(3n) {
  border-right: none;
}
.offer-accompagnement .plus .plus-item {
  /* Remove bottom border for last row */
}
.offer-accompagnement .plus .plus-item:nth-last-child(-n+3) {
  border-bottom: none;
}
.offer-accompagnement .plus .plus-item:nth-child(3) {
  border-bottom: 1px solid rgba(32, 29, 29, 0.15);
}
.offer-accompagnement .plus .plus-item .plus-picto img {
  width: 32px;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(91%) saturate(3208%) hue-rotate(347deg) brightness(91%) contrast(91%);
}
.offer-accompagnement .plus .plus-item p {
  margin: 0;
}
@media (max-width: 991px) {
  .offer-accompagnement {
    flex-direction: column;
    padding: 48px 0;
  }
  .offer-accompagnement .intro {
    max-width: 100%;
    padding-right: 0;
  }
  .offer-accompagnement .plus {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-accompagnement .plus .plus-item:nth-child(3n) {
    border-right: 1px solid rgba(32, 29, 29, 0.15);
  }
  .offer-accompagnement .plus .plus-item:nth-child(2n) {
    border-right: none;
  }
  .offer-accompagnement .plus .plus-item:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(32, 29, 29, 0.15);
  }
  .offer-accompagnement .plus .plus-item:nth-last-child(-n+1) {
    border-bottom: none;
  }
}

.offer-experience {
  display: flex;
  gap: 20px;
  padding: 64px 0;
}
.offer-experience .intro {
  max-width: 440px;
  padding-right: 50px;
}
.offer-experience .intro h2 {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
}
.offer-experience .intro h3 {
  color: var(--neutral-Neutral-0, #FFF);
  text-transform: initial;
  margin-bottom: 16px;
}
.offer-experience .intro p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.offer-experience .cards {
  display: flex;
  gap: 20px;
}
.offer-experience .cards .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--neutral-neutral-0, #FFF);
}
.offer-experience .cards .card .card-image {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.offer-experience .cards .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-experience .cards .card .card-content {
  width: 100%;
  padding: 26px 30px 36px;
}
.offer-experience .cards .card .card-content h4 {
  text-transform: initial;
  margin-bottom: 16px;
}
.offer-experience .cards .card .card-content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.offer-experience .cards .card .card-content ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.offer-experience .cards .card .card-content ul li img {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(91%) saturate(3208%) hue-rotate(347deg) brightness(91%) contrast(91%);
}
.offer-experience .cards .card.--unique {
  flex-direction: row;
  align-items: center;
  min-height: 270px;
  max-width: 665px;
  margin-left: 68px;
}
.offer-experience .cards .card.--unique .card-image {
  order: 2;
  flex: 1.2;
  height: 100%;
}
.offer-experience .cards .card.--unique .card-content {
  order: 1;
  flex: 0.8;
}
@media (max-width: 1200px) {
  .offer-experience .cards .card.--unique {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .offer-experience {
    flex-direction: column;
    padding: 48px 0;
    gap: 32px;
  }
  .offer-experience .intro {
    max-width: 100%;
    padding-right: 0;
  }
  .offer-experience .cards {
    flex-direction: column;
    gap: 40px;
  }
  .offer-experience .cards .card .card-image {
    order: 2;
    height: 270px;
  }
  .offer-experience .cards .card .card-content {
    order: 1;
    padding: 28px 20px;
  }
  .offer-experience .cards .card.--unique {
    flex-direction: column;
    min-height: auto;
    max-width: 100%;
  }
  .offer-experience .cards .card.--unique .card-image {
    flex: auto;
    height: 270px;
  }
  .offer-experience .cards .card.--unique .card-content {
    flex: auto;
  }
}

.head-entreprises-contact {
  position: relative;
  padding: 0 40px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin-top: 100px;
}
.head-entreprises-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #201D1D 0%, rgba(32, 29, 29, 0.5) 100%);
}
.head-entreprises-contact .container {
  max-width: 1245px;
  width: 100%;
  margin: 0 auto;
  padding: 56px 0;
}
.head-entreprises-contact .intro h2 {
  color: var(--neutral-neutral-300, #C3C3C3);
  margin-bottom: 16px;
}
.head-entreprises-contact .intro h1 {
  color: var(--neutral-neutral-0, #FFF);
  margin: 0 0 16px;
}
.head-entreprises-contact .intro p {
  color: var(--neutral-neutral-300, #C3C3C3);
  margin: 0 0 24px;
}
.head-entreprises-contact .intro .duration {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--neutral-neutral-0, #FFF);
}
.head-entreprises-contact .intro .duration img {
  width: 20px;
  height: 20px;
  filter: invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(60%) contrast(100%);
}
.head-entreprises-contact .intro .duration span {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 138.462% */
}
@media (max-width: 991px) {
  .head-entreprises-contact {
    padding: 0 20px;
  }
  .head-entreprises-contact .container {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .head-entreprises-contact {
    margin-top: 50px;
  }
}

.section-entreprises-contact {
  padding: 0 40px;
  overflow: hidden;
}
.section-entreprises-contact .container {
  display: flex;
  gap: 20px;
  max-width: 1245px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
.section-entreprises-contact .container:before, .section-entreprises-contact .container:after {
  content: none;
}
@media (max-width: 991px) {
  .section-entreprises-contact .container {
    flex-direction: column;
    gap: 0;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .section-entreprises-contact {
    padding: 0 20px;
  }
}

.entreprises-contact-form fieldset {
  margin-bottom: 48px;
}
.entreprises-contact-form fieldset:last-of-type {
  margin-bottom: 32px;
}
.entreprises-contact-form fieldset legend {
  display: flex;
  gap: 10px;
  border: none;
  color: var(--neutral-Neutral-800, #201D1D);
  font-family: var(--font-primary-med);
  font-size: var(--text-heading-s, 22px);
  font-style: normal;
  font-weight: var(--weight-medium, 500);
  line-height: var(--line-height-relaxed, 30px); /* 136.364% */
  letter-spacing: -0.22px;
  margin-bottom: 24px;
}
.entreprises-contact-form fieldset legend span {
  display: inline-flex;
  width: 40px;
  height: 30px;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: var(--neutral-neutral-800, #201D1D);
  color: var(--surface-brand-soft, #F6F4F1);
  text-align: center;
  font-family: var(--font-secondary, Manrope);
  font-size: var(--text-body, 15px);
  font-style: normal;
  font-weight: var(--weight-semi-bold, 600);
  line-height: var(--line-height-extra-tight, 18px); /* 120% */
  letter-spacing: 0.15px;
}
@media (max-width: 767px) {
  .entreprises-contact-form fieldset legend {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
}
.entreprises-contact-form .form-container {
  display: flex;
  padding: 28px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  align-self: stretch;
  border-radius: 10px;
  background: var(--surface-brand-soft, #F6F4F1);
}
.entreprises-contact-form .form-row {
  display: flex;
  gap: 20px;
  width: 100%;
}
.entreprises-contact-form .form-row.align-bottom {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .entreprises-contact-form .form-row {
    flex-direction: column;
  }
  .entreprises-contact-form .form-row.align-bottom {
    align-items: flex-start;
  }
}
.entreprises-contact-form .form-group {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.entreprises-contact-form .form-group.mb-14 {
  margin-bottom: 14px;
}
.entreprises-contact-form .form-group label {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  margin: 0;
}
.entreprises-contact-form .form-group label span {
  color: var(--neutral-Neutral-500, #787676);
  font-size: 14px;
  font-weight: 400;
}
.entreprises-contact-form .form-group .helper-error {
  position: absolute;
  top: 100%;
  left: 0;
  color: var(--semantic-error, #C03016);
  font-family: var(--font-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--weight-regular, 400);
  line-height: var(--line-height-very-tight, 22px); /* 183.333% */
  letter-spacing: 0.12px;
}
@media (max-width: 767px) {
  .entreprises-contact-form .form-group {
    width: 100%;
  }
}
.entreprises-contact-form .radio-type {
  display: flex;
  gap: 12px;
  flex-direction: column;
  width: 100%;
}
.entreprises-contact-form .radio-type .radio-option {
  position: relative;
  display: flex;
  padding: 18px 28px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 999px;
  border: 1px solid var(--surface-brand-warm, #E9E4DD);
  background: var(--neutral-neutral-0, #FFF);
  cursor: pointer;
  transition: all 0.3s var(--animation-ease);
}
.entreprises-contact-form .radio-type .radio-option:hover {
  border-color: var(--neutral-Neutral-800, #201D1D);
}
.entreprises-contact-form .radio-type .radio-option input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--neutral-Neutral-800, #201D1D);
  margin: 0;
  padding: 0;
}
.entreprises-contact-form .radio-type .radio-option input:checked {
  background-color: var(--neutral-Neutral-800, #201D1D);
}
.entreprises-contact-form .radio-type .radio-option label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 18px 28px;
  padding-left: 60px;
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 146.667% */
  margin: 0;
  cursor: pointer;
  border-radius: 999px;
}
.entreprises-contact-form .checkbox-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
@media (max-width: 767px) {
  .entreprises-contact-form .checkbox-options {
    flex-direction: column;
  }
}
.entreprises-contact-form .checkbox-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.entreprises-contact-form .checkbox-option input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid var(--neutral-neutral-800, #201D1D);
  border-radius: 4px;
  background: var(--neutral-neutral-0, #FFF);
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.entreprises-contact-form .checkbox-option input[type=checkbox]:checked {
  background-color: var(--neutral-neutral-800, #201D1D);
  background-image: url("../img/pictos_entreprises/name=check_small_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px;
}
.entreprises-contact-form .checkbox-option label {
  cursor: pointer;
}
.entreprises-contact-form textarea {
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  padding: 12px 14px;
  border-radius: 4px;
  border: 1px solid var(--surface-brand-warm, #E9E4DD);
  color: #201D1D;
  font-family: var(--font-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  transition: all 0.3s var(--animation-ease);
}
.entreprises-contact-form textarea:hover {
  border-color: var(--neutral-Neutral-800, #201D1D);
}
.entreprises-contact-form input,
.entreprises-contact-form select {
  border-radius: 4px;
  border: 1px solid var(--surface-brand-warm, #E9E4DD);
  background: var(--neutral-neutral-0, #FFF);
  color: #201D1D;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  padding: 12px 14px;
  transition: all 0.3s var(--animation-ease);
}
.entreprises-contact-form input:hover,
.entreprises-contact-form select:hover {
  border-color: var(--neutral-neutral-800, #201D1D);
}
.entreprises-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/pictos_entreprises/name=caretdown.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 38px;
  cursor: pointer;
}
.entreprises-contact-form .helper-error {
  display: none;
  color: var(--semantic-error, #c03016);
  font-family: var(--font-secondary);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.entreprises-contact-form #form-contact-entreprises.was-validated textarea:invalid,
.entreprises-contact-form #form-contact-entreprises.was-validated input:invalid,
.entreprises-contact-form #form-contact-entreprises.was-validated select:invalid {
  border-color: var(--semantic-error, #c03016);
}
.entreprises-contact-form #form-contact-entreprises.was-validated input:invalid + .helper-error,
.entreprises-contact-form #form-contact-entreprises.was-validated select:invalid + .helper-error,
.entreprises-contact-form #form-contact-entreprises.was-validated textarea:invalid + .helper-error,
.entreprises-contact-form #form-contact-entreprises.was-validated .checkbox-options:has(input:invalid) + .helper-error {
  display: block;
}
.entreprises-contact-form .file-upload-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.entreprises-contact-form .file-upload-wrapper .input-file {
  display: none;
}
.entreprises-contact-form .file-upload-wrapper .file-label {
  gap: 12px;
  padding: 20px 16px;
  cursor: pointer;
}
.entreprises-contact-form .file-upload-wrapper .file-label span {
  color: var(--neutral-neutral-800, #201D1D);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.entreprises-contact-form .file-upload-wrapper .file-label:hover span {
  color: var(--neutral-neutral-0, #FFF);
}
.entreprises-contact-form .file-upload-wrapper .file-name {
  color: var(--neutral-Neutral-500, #787676);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
}
.entreprises-contact-form fieldset.is-pending,
.entreprises-contact-form .btn.is-pending {
  display: none;
}
.entreprises-contact-form .confirmation .confirmation-message {
  font-size: 18px;
}
.entreprises-contact-form .mentions {
  margin-top: 48px;
  margin-bottom: 0;
}
.entreprises-contact-form .mentions p {
  color: rgba(32, 29, 29, 0.6);
  font-family: var(--font-secondary);
  font-size: var(--text-meta, 13px);
  font-style: normal;
  font-weight: var(--weight-regular, 400);
  line-height: var(--line-height-very-tight, 22px); /* 169.231% */
  letter-spacing: 0.13px;
  margin: 0;
}
.entreprises-contact-form .mentions p a {
  color: var(--neutral-neutral-800, #201D1D);
}
.entreprises-contact-form .mentions p a:hover {
  color: var(--brand-primary, #D8262E);
}

.entreprises-contact-side {
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding: 54px 47px 0;
}
.entreprises-contact-side .side-block {
  display: flex;
  padding: 30px 20px;
  min-width: 346px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--surface-brand-warm, #E9E4DD);
}
.entreprises-contact-side .side-block h3 {
  color: var(--neutral-Neutral-800, #201D1D);
  font-family: var(--font-primary-med);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.18px;
  text-transform: initial;
  margin-bottom: 6px;
}
.entreprises-contact-side .side-block p {
  color: rgba(32, 29, 29, 0.75);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.14px;
  margin: 0;
}
.entreprises-contact-side .side-block .btn {
  margin-top: 20px;
}
.entreprises-contact-side .side-block ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.entreprises-contact-side .side-block ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.entreprises-contact-side .side-block ul li img {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(91%) saturate(3208%) hue-rotate(347deg) brightness(91%) contrast(91%);
}
@media (max-width: 991px) {
  .entreprises-contact-side {
    padding: 32px 0 0;
  }
  .entreprises-contact-side .side-block {
    background: var(--neutral-neutral-100, #F0F0EF);
  }
}

/*# sourceMappingURL=entreprises.css.map */
