/*   
Theme Name: MMDWC
Author: MATTIEU MOREAU DOMECQ WEB CONCEPTION
Author URI: http://www.mattieumoreaudomecq.com
*/

/* 
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*-------------------------------------------------------------------------------*/

/* CSS
-------------------------------------------------------------------------------*/

.archivo {
  font-family: 'Archivo', sans-serif;
}

.eb-garamond {
  font-family: 'EB Garamond', serif;
}

.inter {
  font-family: 'Inter', sans-serif;
}

html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Archivo', sans-serif;
  color: black;
  /* opacity: 0; */
}

body {
  position: relative;
  /* background: linear-gradient(180deg, #d9f5d9 0%, #ebe7c7 100%); */
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  position: relative;
  background:
    radial-gradient(
      circle at 50% 18%,
      rgba(214, 245, 213, 0.9) 0%,
      rgba(214, 245, 213, 0) 30%
    ),
    radial-gradient(
      circle at 18% 28%,
      rgba(174, 215, 226, 0.9) 0%,
      rgba(174, 215, 226, 0) 36%
    ),
    radial-gradient(
      circle at 85% 34%,
      rgba(235, 226, 190, 0.9) 0%,
      rgba(235, 226, 190, 0) 34%
    ),
    radial-gradient(
      circle at 28% 82%,
      rgba(177, 222, 193, 0.9) 0%,
      rgba(177, 222, 193, 0) 38%
    ),
    radial-gradient(
      circle at 88% 80%,
      rgba(180, 218, 222, 0.85) 0%,
      rgba(180, 218, 222, 0) 34%
    ),
    linear-gradient(135deg, #d6edf2 0%, #e9e4bf 35%, #cceccc 62%, #e6e0bd 100%);

  background-attachment: fixed;
}

body::before,
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background:
    radial-gradient(
      circle at 60% 0%,
      rgba(255, 255, 255, 0.45),
      transparent 30%
    ),
    radial-gradient(
      circle at 12% 85%,
      rgba(165, 213, 161, 0.35),
      transparent 36%
    ),
    radial-gradient(
      circle at 95% 90%,
      rgba(150, 210, 220, 0.28),
      transparent 28%
    );

  z-index: -1;
}

body::after {
  background:
    radial-gradient(
      circle at 45% 20%,
      rgba(255, 235, 248, 0.9) 0%,
      rgba(255, 235, 248, 0) 30%
    ),
    radial-gradient(
      circle at 30% 75%,
      rgba(255, 192, 176, 0.8) 0%,
      rgba(255, 192, 176, 0) 38%
    ),
    radial-gradient(
      circle at 75% 35%,
      rgba(255, 245, 214, 0.85) 0%,
      rgba(255, 245, 214, 0) 35%
    ),
    radial-gradient(
      circle at 85% 90%,
      rgba(255, 205, 235, 0.8) 0%,
      rgba(255, 205, 235, 0) 30%
    ),
    radial-gradient(
      circle at 50% 10%,
      rgba(255, 255, 255, 0.6),
      transparent 30%
    ),
    radial-gradient(
      circle at 15% 85%,
      rgba(255, 180, 160, 0.2),
      transparent 35%
    ),
    radial-gradient(
      circle at 90% 100%,
      rgba(255, 180, 230, 0.2),
      transparent 25%
    ),
    linear-gradient(135deg, #fff9ef 0%, #ffe4d7 35%, #f7d8e8 65%, #fff5dd 100%);

  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -2;
}

body.light-mode::after {
  opacity: 1;
}

#wrapper {
  width: 100%;
  padding-top: 15rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.link-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.sticker {
  position: relative;
  display: inline-block;
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.75rem;
  color: #585a18;
  width: fit-content;
  padding: 0.5rem 1rem;
  line-height: 1.15;
  overflow: hidden;
  background: none;
  visibility: hidden;
}

.sticker::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: var(--sticker-bg-height, 0%);
  background-color: #e0e447;
  z-index: 0;
}

.sticker__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  opacity: 0;
}

h1.mega-headline {
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: 3.5em;
  line-height: 1.15;
}

h1.mega-headline em {
  font-family: 'Archivo', sans-serif;
  font-style: italic;
}

h1.mega-headline strong {
  font-family: 'EB Garamond', serif;
  font-style: italic;
}

h1 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.25;
}

h1 em {
  font-family: 'EB Garamond', serif;
  font-size: 3.5rem;
  font-style: italic;
}

h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}

h2 strong {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  margin: 0 0.15rem 0 0.15rem;
}

p {
  font-size: 1.1rem;
  line-height: 1.25;
}

p em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
}

h3 {
  font-size: 2.65rem;
  font-weight: 600;
  line-height: 1.25;
}

h3 em {
  font-family: 'EB Garamond', serif;
  font-size: 3.7rem;
  font-style: italic;
}

h4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

h4 em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.95rem;
}

.cta {
  padding: 3rem 0;
}

.cta p {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 2rem;
}

.cta p.small {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: -1rem;
}

.cta p em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.95rem;
}

.custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  border-radius: 2rem;
  background: #faf;
  font-weight: 600;
  color: #624062;
  text-decoration: none !important;
  font-size: 0.8rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
  scale: 1.05 !important;
  background-color: #624062 !important;
  color: #faf !important;
}

span.arrow {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2px;
  margin: 0 0.5rem;
  vertical-align: middle;
  background: #000;
}

span.arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.header__arrow-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 2rem;
  margin-bottom: 3rem;
}

.header__arrow {
  position: relative;
  flex: 1;
  height: 0.1rem;
  background-color: #000;
  margin-top: 1rem;
}

.header__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #140000;
  transform: translateY(-50%) rotate(45deg);
}

.header__arrow--left::before {
  left: 0;
}

.header__arrow--right::before {
  right: 0;
}

.transparent-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.transparent-cards-item {
  padding: 1rem 2rem 4.5rem 2rem;
  position: relative;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

h2.transparent-cards-item__title {
  text-align: center;
  margin-bottom: 2rem;
}

.transparent-cards-item__list {
  padding: 2rem 2rem 3rem 2rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.transparent-cards-item__list li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.transparent-cards-item__outro,
.transparent-cards-item__intro {
  font-weight: 700;
}

.transparent-cards-item {
  opacity: 0;
}

.transparent-cards-item__title {
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom center;
}

.transparent-cards-item__list li {
  opacity: 0;
  transform: translateX(-1rem);
}

.transparent-cards-item__outro {
  opacity: 0;
}

.content-right-bullet {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 2rem;
}

.content-right-step__title {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.content-right-step__title em {
  font-family: 'EB Garamond', serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
}

.content-right-step__body {
  margin-left: 2rem;
}

.content-right-step__text {
  --bullet-size: 0.35rem;
  --bullet-y: 0.75em;
  --bullet-gap: 1.5rem;
  --line-left: 0.15rem;
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: none;
}

.content-right-step__text li {
  position: relative;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.25;
}

.content-right-step__text li:not(:last-child) {
  margin-bottom: var(--bullet-gap);
}

.content-right-step__text li::before {
  content: '';
  position: absolute;
  top: var(--bullet-y);
  left: -2.5rem;
  width: var(--bullet-size);
  height: var(--bullet-size);
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: var(--bullet-opacity, 0);
}

.content-right-step__text li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: var(--bullet-y);
  left: calc(-2.5rem + var(--line-left));
  width: 0.05rem;
  height: calc(100% + var(--bullet-gap));
  background: #000;
  opacity: var(--line-opacity, 0);
  transform: scaleY(var(--line-scale, 0));
  transform-origin: top center;
}

.content-right-step__title,
.content-right-step__text li {
  opacity: 0;
}

#pre-footer {
  background-color: #e0e447;
  padding: 3rem 0;
}

.pre-footer-container {
  display: flex;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}

.pre-footer-container p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}
/* HEADER */

header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 2rem 0;
  z-index: 101;
  transition: transform 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header.is-hidden {
  transform: translateY(-100%);
}

header .logo {
  max-width: 80%;
}

.header-nav ul {
  display: flex;
  justify-content: end;
  gap: 5rem;
  align-items: center;
  list-style: none;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
}

.header-nav ul li a {
  color: black;
}

.header-nav ul li a.custom-btn--contact {
  color: #624062;
}

.header-nav ul li a:not(.custom-btn):hover,
.header-nav ul li.current-menu-item a {
  color: #ffaaff;
  text-underline-offset: 4px;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* PAGE HOME */

#hero-section {
  margin-bottom: 6rem;
  overflow-x: clip;
}

.hero-content {
  position: relative;
}

.hero-content .sticker {
  margin-bottom: 1.5rem;
}

.hero-content .mega-headline {
  margin-bottom: 3rem;
}

.hero-circle-text {
  width: 25rem;
  height: 25rem;
  transform: rotate(30deg);
  position: absolute;
  top: -30%;
  right: -25%;
  font-weight: 700;
}

.hero-circle-text__path {
  opacity: 0;
}

.hero-circle-text tspan {
  font-family: 'EB Garamond';
  font-style: italic;
}

.hero-circle-text svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
}

.hero-circle-text text {
  fill: #000;
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
}

#connections-section {
  margin-bottom: 16rem;
}

.connections-header {
  margin-bottom: 4.5rem;
}

.connections-header h3 {
  opacity: 0;
}

.connections-header .header__arrow--left {
  transform: scaleX(0);
  transform-origin: right center;
}

.connections-header .header__arrow--right {
  transform: scaleX(0);
  transform-origin: left center;
}

.connections-header h3 {
  margin: 0;
  flex-shrink: 0;
}

.connections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.connections-item {
  position: relative;
  overflow: hidden;
}

.connections-item__image,
.connections-item__title {
  opacity: 0;
}

.connections-item__container {
  aspect-ratio: 1/1;
  padding: 1rem;
  position: relative;
  border: 1px solid white;
  border-radius: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.connections-item__image {
  display: block;
  width: 100%;
  height: auto;
}

.connections-item__title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  min-width: max-content;
  background: #c8df96;
  border-radius: 999rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.connections-item__title em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.95rem;
  margin: 0 0.5rem 0 0.25rem;
}

#how-works-section {
  margin-bottom: 6rem;
}

#how-works-section .sticker {
  margin-bottom: 1rem;
}

#how-works-section .sticky-div {
  position: sticky;
  top: 3rem;
}

#cta-expert {
  background: #e0e447;
  margin-bottom: 9rem;
}

#cta-expert .custom-btn {
  background: #ffaaff;
}

#why-compagnies-section {
  margin-bottom: 12rem;
}

#why-compagnies-section .sticker {
  margin-bottom: 6rem;
}

.why-compagnies-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.why-compagnies-item {
  transition: all 0.2s ease-in-out;
  will-change: transform;
}

.why-compagnies-item:hover {
  transform: scale(1.05);
}

.why-compagnies-item__image,
.why-compagnies-item__title,
.why-compagnies-item__text {
  transition: all 0.3s ease-in-out;
}

.why-compagnies-item__image,
.why-compagnies-item__title,
.why-compagnies-item__text {
  opacity: 0;
}

.why-compagnies-item__image {
  margin-bottom: 1.5rem;
}

.why-compagnies-item__title {
  font-weight: 900;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1;
}

.why-compagnies-item__text {
  font-size: 0.75rem;
  line-height: 1.5;
}

#simple-success-section {
  margin-bottom: 12rem;
}

.simple-success-header {
  margin-bottom: 6rem;
}

.simple-success-header h3 {
  font-size: 3.05rem;
  line-height: 1;
}

.simple-success-header h4 {
  font-size: 1.75rem;
  line-height: 1;
}

.simple-success-header h4 em {
  font-size: 1.95rem;
}

.simple-success-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.simple-success-item {
  background-color: #fff;
  padding: 2rem 3rem;
  position: relative;
}

.simple-success-item__image {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 30%;
  max-height: 56%;
  width: auto;
  height: auto;
  z-index: 0;
}

.simple-success-item__list {
  padding: 1rem 2rem 0rem 6rem;
  font-size: 0.9rem;
  z-index: 1;
  position: relative;
}

.simple-success-item__list li:not(:last-child) {
  margin-bottom: 1rem;
}

.simple-success-item__title,
.simple-success-item__image,
.simple-success-item__list li {
  opacity: 0;
}

#who-we-are-section {
  margin-bottom: 12rem;
}

#who-we-are-section .sticker {
  margin: 0 auto;
  margin-bottom: 3rem;
}

#who-we-are-section h3 {
  margin-bottom: 4.5rem;
}

#who-we-are-section p {
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: 500;
}

#who-we-are-section p em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
}

#cta-hiring {
  background-color: #e0e447;
}

#cta-join {
  background-color: #ffaaff;
}

#cta-join .custom-btn {
  background-color: #e0e447;
}

/* PAGE JOIN THE NETWORK */

#join-section {
  margin-bottom: 12rem;
}

.join-header h1 {
  margin-bottom: 4.5rem;
  font-size: 3.5rem;
  line-height: 1.25;
}

.join-header h2 {
  margin-bottom: 4.5rem;
}

.join-header h2 em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.95rem;
}

.join-content .sticker {
  margin-bottom: 3rem;
}

.join-text {
  margin-bottom: 3rem;
}

.join-text p:not(:last-child) {
  margin-bottom: 1rem;
}

.join-outro p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

#join-section img {
  border-radius: 100%;
  padding: 5%;
}

.join__image {
  transform: scale(0);
  transform-origin: center center;
}

#why-join-section {
  margin-bottom: 12rem;
}

.why-join-header {
  margin-bottom: 3rem;
}

#different-way-section {
  margin-bottom: 12rem;
}

.different-way-header {
  margin-bottom: 5rem;
  text-align: center;
}

.different-way-title-svg {
  width: 44rem;
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.different-way-title-svg__text {
  fill: #161821;
  font-family: 'Archivo', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.different-way-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.different-way-item__title {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.5;
}

.different-way-item__title em {
  font-size: 1.1rem;
}

.different-way-item__title span.arrow {
  width: 2rem;
  margin: 0 0.5rem;
}

.different-way-item__list {
  padding: 2rem 2rem 4rem 2rem;
}

.different-way-item__list li:not(:last-child) {
  margin-bottom: 1rem;
}

.different-way-item p.different-way-item__text {
  font-size: 0.9rem;
}

.different-way-item__outro {
  font-weight: 700;
}

.different-way-item {
  opacity: 0;
}

.different-way-item .left {
  display: inline-block;
  opacity: 0;
  transform: translateX(-1rem);
}

.different-way-item .arrow {
  display: inline-block;
  transform: scaleX(0);
  transform-origin: left center;
}

.different-way-item em {
  display: inline-block;
  opacity: 0;
  transform: translateX(-1rem);
}

.different-way-item__text {
  opacity: 0;
}

#simple-process-section {
  margin-bottom: 12rem;
}

.simple-process-header {
  margin-bottom: 4.5rem;
}

.simple-process-header h3 {
  font-size: 3.05rem;
}

.simple-process-header .sticker {
  margin: 0 auto;
  margin-bottom: 1rem;
}

#simple-process-section ol {
  font-size: 0.9rem;
  list-style: none;
  counter-reset: simple-process-counter;
}

#simple-process-section ol li {
  counter-increment: simple-process-counter;
  position: relative;
  transform: translateX(-1rem);
  opacity: 0;
}

#simple-process-section ol li::before {
  content: counter(simple-process-counter) '.';
  position: absolute;
  left: -1.5rem;
  font-weight: 900;
}

#simple-process-section ol li:not(:last-child) {
  margin-bottom: 1.5rem;
}

#simple-process-section ol li strong {
  display: block;
  font-weight: 900;
  font-size: 1rem;
}

.simple-process__container {
  aspect-ratio: 1/1;
  padding: 1rem;
  position: relative;
  border: 1px solid white;
  border-radius: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.simple-process_image {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 15%;
  width: 115%;
}

#simple-process-section ol li {
  transform: translateX(-1rem);
}

#simple-process-section ol li strong {
  opacity: 0;
}

#simple-process-section ol li span {
  opacity: 0;
}

#designed-for-section {
  margin-bottom: 3rem;
}

.designed-for-header .sticker {
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

#designed-for-section h3 {
  margin-bottom: 1rem;
  font-size: 3.05rem;
}

.designed-for-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 4.5rem;
}

.designed-for-item {
  position: relative;
  aspect-ratio: 4/4;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid white;
  border-radius: 100%;
}

.designed-for-item__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /*! padding: 2rem; */
  object-fit: cover;
}

.designed-for-item__title-container {
  position: absolute;
  bottom: 15%;
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
}

.designed-for-item__title {
  padding: 0.5rem 1.5rem;
  background: #c8df96;
  border-radius: 999rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.designed-for-item__title em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2rem;
}

.designed-for-item__image,
.designed-for-item__title {
  opacity: 0;
}

#cta-apply {
  margin-bottom: 6rem;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* PAGE HIRE TALENT */

#for-companies-section {
  margin-bottom: 6rem;
}

.for-companies-header {
  margin-bottom: 4.5rem;
}

.for-companies-header .sticker {
  margin: 0 auto;
  margin-bottom: 3rem;
}

.for-companies-header h1 {
  margin-bottom: 3rem;
  font-size: 3.5rem;
}

.for-companies-header h1 em {
  font-size: 3.7rem;
}

.for-companies-row {
  margin-bottom: 2rem;
}

.for-companies-row p {
  opacity: 0;
}

.for-companies-row span.arrow {
  width: 0;
  margin: unset;
  --arrow-head-opacity: 0;
}

.for-companies-row span.arrow::after {
  opacity: var(--arrow-head-opacity);
}

#core-expertise-section {
  margin-bottom: 9rem;
}

.core-expertise-header h3 {
  opacity: 0;
}

.core-expertise-header .header__arrow--left {
  transform: scaleX(0);
  transform-origin: right center;
}

.core-expertise-header .header__arrow--right {
  transform: scaleX(0);
  transform-origin: left center;
}

#how-we-work-section {
  margin-bottom: 12rem;
}

.how-we-work-header {
  margin-bottom: 4.5rem;
}

.how-we-work-header .sticker {
  margin: 0 auto;
  margin-bottom: 1rem;
}

.how-we-work-header h3 {
  font-size: 3.05rem;
}

.how-we-work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.how-we-work-item h2 {
  margin-bottom: 1rem;
}

.how-we-work-item p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.how-we-work-item {
  opacity: 0;
}

.how-we-work-item h2 {
  opacity: 0;
  transform: translateX(-1rem);
}

.how-we-work-item p {
  opacity: 0;
}

#the-difference-section {
  margin-bottom: 15rem;
}

.the-difference-header {
  margin-bottom: 4.5rem;
}

.the-difference-header h3 {
  font-size: 3.05rem;
}

.the-difference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.the-difference-item {
  aspect-ratio: 1/1;
  padding: 1rem;
  position: relative;
  border: 1px solid white;
  border-radius: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.the-difference-item {
  opacity: 0;
  transform: translateX(-1rem);
}

.the-difference-item h2 {
  margin-bottom: 1rem;
  font-size: 2.65rem;
  line-height: 1;
}

.the-difference-item h2 em {
  font-family: 'EB Garamond', serif;
  font-size: 2.95rem;
  font-style: italic;
}

.the-difference-item p {
  font-size: 0.9rem;
  line-height: 1.5;
}

#we-support-section {
  margin-bottom: 9rem;
}

.we-support-header {
  margin-bottom: 3rem;
}

.we-support-header h3 {
  font-size: 3.05rem;
}

.we-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.we-support-item {
  position: relative;
  overflow: hidden;
}

.we-support-item__title {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.we-support-item,
.we-support-item__image,
.we-support-item__title {
  opacity: 0;
}

#why-it-works-section {
  margin-bottom: 12rem;
}

.why-it-works-content-left .sticker {
  margin-bottom: 1rem;
}

.why-it-works-content-left h3 em {
  font-size: 2.95rem;
}

.why-it-works-step__text.content-right-step__text {
  --bullet-gap: 5rem;
}

#cta-build-team {
  margin-bottom: 6rem;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* FOOTER */

footer .container-fluid,
footer [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

footer .row {
  margin-left: 0;
  margin-right: 0;
}

.footer-left {
  background-color: #596753;
  height: 100%;
  padding: 4rem 9rem;
  color: white;
  text-align: center;
}

.footer-right {
  background-color: #28392f;
  height: 100%;
  padding: 5.5rem 3rem;
  position: relative;
}
.footer-right h3 {
  color: #c2f1ab;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.logo-footer {
  margin-bottom: 1.5rem;
}

.logo-footer-container p {
  font-weight: 900;
  margin-bottom: 3rem;
}

.menu-footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 0 0rem;
  text-align: left;
  text-align: left;
  font-size: 0.75rem;
  line-height: 2.5;
}

.menu-footer-container h4 {
  font-weight: 900;
  color: #c2f1ab;
  font-size: 0.75rem;
  line-height: 2.5;
}

.menu-footer-container ul {
  list-style: none;
}

.menu-footer-container ul li a {
  color: #c2f1ab;
}

.menu-footer-item li {
  opacity: 0;
  transform: translateX(-25%);
}

.footer-bottom {
  background-color: #ffaaff;
  padding: 1rem;
  font-size: 0.75rem;
}

.back-to-top {
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.1rem;
  color: #ccd144;
  display: flex;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  position: fixed;
  bottom: 4.25rem;
  right: 3rem;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 0.8rem;
  border-radius: 10rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.back-to-top img {
  height: 2rem;
  width: auto;
  display: block;
  margin-bottom: 0;
}

/* CONTACT FORM */

.contact-form-wrapper {
  padding: 2rem;
  position: relative;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 1rem;
}

.contact-form__honeypot {
  display: none;
}

.contact-form__field {
  margin-bottom: 2rem;
}

.contact-form__field label {
  display: block;
  color: white;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.contact-form__field input,
.contact-form__field textarea,
.contact-form__submit button {
  color: black;
  background-color: white;
  width: 100%;
  border-radius: 0.5rem;
  border: none;
  font-size: 1rem;

  line-height: 1;
  padding: 0.75rem;
}

.contact-form__field textarea {
  resize: none;
  height: 6rem;
}

.contact-form__submit {
  width: 100%;
}

.contact-form__submit button {
  width: 100%;
  background-color: #faf;
  color: #624062;
  line-height: 1.5;
  cursor: pointer;
}

.contact-form__response {
  display: block;
  color: white;
  font-size: 1rem;
  line-height: 1;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #000;
}

/* ANIMATIONS */

.reveal-height {
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom center;
}

.reveal-center {
  transform-origin: center center;
}

.opacity-reveal,
.opacity-reveal-2 {
  opacity: 0;
}

/* PAGE CONTENT */

.page-template-default #wrapper {
  padding-top: 12rem;
}

#page-content {
  margin-bottom: 12rem;
}

.mobile {
  display: none;
}

#_404-section {
  margin-bottom: 10rem;
}

@media (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  html {
    font-size: 12px;
  }

  p {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  h3 {
    line-height: 1;
  }

  .custom-btn {
    font-size: 1.25rem;
  }

  .sticker {
    left: -1.5rem;
  }

  .container-fluid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .header__arrow-container {
    text-align: left;
  }

  .back-to-top {
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .cta p.small {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .pre-footer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    align-items: center;
  }

  /* HEADER */

  header {
    padding: 0;
    border-bottom: none;
  }

  .header-mobile {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .modal-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out;
  }

  .modal-menu .menu-menu-header-container {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  body.menu-opened .modal-menu {
    max-height: 300px;
  }

  body.menu-visible .modal-menu .menu-menu-header-container {
    opacity: 1;
  }

  #menu-menu-header-1 {
    text-align: right;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    list-style: none;
    font-family: 'Archivo', sans-serif;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  #menu-menu-header-1 li:not(:last-child) {
    margin-bottom: 1rem;
  }

  #menu-menu-header-1 a {
    color: black !important;
  }

  #menu-menu-header-1 li.current_page_item a,
  #menu-menu-header-1 li a:hover,
  #menu-menu-header-1 li a:focus {
    color: #faf !important;
    text-decoration: none !important;
  }

  header .container-fluid {
    padding: 0rem 1rem;
  }

  .header-mobile-icons-container {
    display: flex;
    gap: 0.5rem;
    justify-content: end;
  }

  .header-mobile-icons-container .custom-btn--contact img {
    width: 25px;
  }

  .toggle-menu {
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    background: #24382f;
    transition: background-color 0.25s ease-in-out;
  }

  .toggle-menu span {
    display: block;
    position: absolute;
    height: 1px;
    width: 10px;
    background: #d9f3ef;
    opacity: 1;
    left: 7.5px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    transform-origin: center;
  }

  .toggle-menu span:nth-child(1) {
    top: 8px;
  }

  .toggle-menu span:nth-child(2),
  .toggle-menu span:nth-child(3) {
    top: 12px;
  }

  .toggle-menu span:nth-child(4) {
    top: 16px;
  }

  body.menu-opened .toggle-menu {
    background: #654268;
  }

  body.menu-opened .toggle-menu span:nth-child(1),
  body.menu-opened .toggle-menu span:nth-child(4) {
    width: 0;
    left: 12.5px;
    opacity: 0;
  }

  body.menu-opened .toggle-menu span:nth-child(2) {
    transform: rotate(45deg);
  }

  body.menu-opened .toggle-menu span:nth-child(3) {
    transform: rotate(-45deg);
  }

  #wrapper {
    width: 100%;
    padding-top: 7.5rem;
  }

  /*.menu-opened #wrapper {
    opacity: 0;
  }*/

  .home #wrapper {
    width: 100%;
    padding-top: 15rem;
  }

  /* HOME */

  .hero-circle-text {
    width: 25rem;
    height: 25rem;
    transform: rotate(30deg);
    position: absolute;
    top: -37%;
    right: -3%;
    font-weight: 700;
  }

  .connections-header {
    margin-bottom: 4.5rem;
    display: block;
  }

  .header__arrow {
    display: none;
  }

  .connections-header h3 {
    margin: 0;
    line-height: 1;
  }

  .connections-grid {
    display: block;
    padding: 0;
  }

  .connections-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .connections-item__title {
    position: absolute;
    top: unset;
    bottom: 1.5rem;
  }

  .how-works-content-left {
    margin-bottom: 2rem;
  }

  .content-right-step__text li {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .why-compagnies-grid {
    display: block;
    padding: 0;
  }

  .why-compagnies-item:not(:last-child) {
    margin-bottom: 3rem;
  }

  .why-compagnies-item__image {
    margin-bottom: 1rem;
  }

  .why-compagnies-item__title {
    font-weight: 900;
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .why-compagnies-item__text {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .simple-success-header h3 {
    margin-bottom: 1rem;
  }

  .simple-success-grid {
    display: block;
    padding: 0rem;
  }

  .simple-success-item {
    background-color: #fff;
    padding: 2rem 2rem;
    position: relative;
  }

  .simple-success-item__image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 25%;
    max-height: 35%;
    width: auto;
    height: auto;
  }

  .simple-success-item__list {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .simple-success-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  #who-we-are-section .sticker {
    margin-right: auto;
    margin-bottom: 0px;
    margin-bottom: 3rem;
  }

  #who-we-are-section .text-center {
    text-align: left !important;
  }

  #who-we-are-section h3,
  #who-we-are-section p {
    text-align: center;
  }

  /* JOIN THE NETWORK */

  #join-section .text-center {
    text-align: left !important;
  }

  .transparent-cards-grid {
    display: block;
    padding: 0;
  }

  .transparent-cards-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .transparent-cards-item__list {
    padding: 2rem 2rem 3rem 2rem;
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .different-way-grid {
    display: block;
    padding: 0;
  }

  .different-way-header {
    margin-bottom: 5rem;
    text-align: left;
  }

  .different-way-item {
    text-align: left !important;
  }

  .different-way-item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .different-way-item__title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .different-way-item__title em {
    font-size: 1.25rem;
  }

  .different-way-item p.different-way-item__text {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .designed-for-grid {
    display: block;
    padding: 0rem 1rem;
  }

  .designed-for-item:not(:last-child) {
    margin-bottom: 2rem;
  }

  #simple-process-section .text-center {
    text-align: left !important;
  }

  .simple-process__container {
    display: none;
  }

  #simple-process-section ol {
    font-size: 1.25rem;
    line-height: 1.25;
    padding-left: 1.5rem;
  }

  #simple-process-section ol li strong {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  #designed-for-section h3 {
    margin-bottom: 1.5rem;
  }

  /* HIRE TALENT */

  #for-companies-section .text-center {
    text-align: left !important;
  }

  #how-we-work-section .text-center {
    text-align: left !important;
  }

  .how-we-work-grid {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .how-we-work-item {
    margin-bottom: 3rem;
  }

  .how-we-work-item h2 {
    margin-bottom: 0.25rem;
  }

  .how-we-work-item p {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  #the-difference-section .text-center {
    text-align: left !important;
  }

  .the-difference-grid {
    display: block;
    grid-template-columns: repeat(4, 1fr);
  }

  .the-difference-item {
    margin-bottom: 1.5rem;
  }

  .the-difference-item p {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  #we-support-section .text-center {
    text-align: left !important;
  }

  .we-support-grid {
    display: block;
  }

  .we-support-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  #why-it-works-section h3 {
    margin-bottom: 3rem;
  }

  /* FOOTER */

  #footer .row {
    flex-direction: column;
  }

  #footer .col-sm-7 {
    order: 2;
  }

  #footer .col-sm-5 {
    order: 1;
  }

  .footer-left {
    background-color: #596753;
    height: 100%;
    padding: 3rem 1.5rem;
    color: white;
    text-align: center;
  }

  .footer-right {
    background-color: #28392f;
    height: 100%;
    padding: 3rem 1.5rem;
    position: relative;
  }
}
