@charset "UTF-8";
:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

/* PSEUDO ELEMENTS */
/* SPACING */
/* ALIGNMENT */
/* BREAKING PAGE RULES */
/* MEDIA MANAGEMENT */
/* SHAPES */
/* VENDOR PREFIXES */
:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

/* PSEUDO ELEMENTS */
/* SPACING */
/* ALIGNMENT */
/* BREAKING PAGE RULES */
/* MEDIA MANAGEMENT */
/* SHAPES */
/* VENDOR PREFIXES */
*:focus,
*:focus-within,
*:focus-visible {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

html,
body {
  overscroll-behavior: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

*:focus,
*:focus-within,
*:focus-visible {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/fonts/Outfit/Outfit-VariableFont_wght.ttf") format("truetype-variations"), url("../media/fonts/Outfit/Outfit-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Gilda Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/fonts/Gilda_Display/GildaDisplay-Regular.ttf") format("truetype-variations"), url("../media/fonts/Gilda_Display/GildaDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/fonts/Exo/Exo-VariableFont_wght.ttf") format("truetype-variations"), url("../media/fonts/Exo/Exo-VariableFont_wght.ttf") format("truetype");
}
html {
  font-size: 16px;
}

body {
  font-family: "loew-variable", "Helvetica", "Arial", sans-serif;
  color: var(--black);
  background-color: var(--white);
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.25;
}

/* Classe utilitaire globale pour les titres de section */
h1 {
  font-family: "Gilda Display";
  font-size: clamp(2.5rem, 2.0714rem + 2.1429vw, 4.1875rem);
  letter-spacing: -0.02em;
  line-height: 0.8;
  color: var(--secondary);
}

h2 {
  font-family: "loew-variable";
  font-size: 2.5rem;
  font-weight: 700;
  margin-block: 22px;
}

h3 {
  font-family: "Outfit";
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-block: 20px;
}

p {
  font-size: 1.06rem;
  line-height: 1.4;
  font-weight: 300;
  margin-block: 8px;
}

a {
  text-decoration: underline;
}

/* TYPOGRAPHY */
/* font-weigh */
/* 
  font-weight: 100; Thin
  font-weight: 200; Extra Light
  font-weight: 300; Light
  font-weight: 400; Normal
  font-weight: 500; Medium
  font-weight: 600; Semi Bold
  font-weight: 700; Bold
  font-weight: 800; Extra Bold
  font-weight: 900; Black
*/
/*  font-family */
/* 
    font-family: "montserrat";
    font-family: "loew-variable";
    font-family: "Gilda Display";
    font-family: "Outfit";
*/
:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 1.5rem;
}
html.no-scroll {
  overflow-y: clip;
}

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

body {
  overflow-x: clip;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
body.no-scroll {
  overflow-y: clip;
}

.container {
  margin-inline: auto;
  width: 100%;
  padding-inline: 22px;
}
@media screen and (min-width: 1269px) {
  .container {
    padding-inline: 0;
    max-width: 1225px;
  }
}

.container-large {
  max-width: 1500px;
  padding-inline: 40px;
}

.grid {
  display: grid;
  max-width: 1296px;
  width: 100%;
  grid-template-columns: 1fr;
  column-gap: 24px;
  margin-inline: auto;
}
@media screen and (min-width: 1086px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

.flex {
  display: flex;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  width: 90%;
}
@media screen and (min-width: 1086px) {
  .flex {
    flex-direction: row;
    max-width: 1076px;
    justify-content: center;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

main {
  display: grid;
  grid-template-columns: [full-start] minmax(22px, 1fr) [content-start] min(100% - 44px, 1225px) [content-end] minmax(22px, 1fr) [full-end];
}

main > * {
  grid-column: content;
}

main > .alignfull {
  grid-column: full;
  width: 100%;
}

.wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}

main .hero:first-child {
  padding-top: 225px;
}

.title h2 {
  color: var(--primary);
  font-family: "Gilda Display";
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 42px;
  line-height: 0.7;
  letter-spacing: -0.02em;
}
.title h2 > span {
  font-family: "outfit";
  font-weight: 300;
  font-size: clamp(1.3rem, 0.9663rem + 0.7937vw, 1.75rem);
  text-transform: uppercase;
  letter-spacing: 0;
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.cta {
  font-family: loew-variable, sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 1000px;
  font-size: clamp(0.875rem, 0.8115rem + 0.3175vw, 1.125rem);
  color: var(--secondary);
  padding: 10px;
  padding-left: 27px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border: 1.5px solid var(--secondary);
  text-decoration: none;
}
.cta::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  border-radius: 100%;
  background-color: var(--secondary);
  background-image: url(../media/elements/cta-arrow.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .cta::after {
    width: 50px;
    height: 50px;
  }
}
.cta:hover::after {
  transform: rotate(45deg);
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.navigation {
  position: relative;
  padding-bottom: 36px;
  padding-top: 36px;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}
@media screen and (min-width: 768px) {
  .navigation {
    padding-top: 55px;
    justify-content: flex-start;
    padding-inline: 20px;
  }
}
.navigation a {
  text-decoration: none;
}

.navigation__logo {
  display: flex;
  width: fit-content;
  position: relative;
  z-index: 1000;
  padding-left: 24px;
}
@media screen and (min-width: 576px) {
  .navigation__logo {
    margin-inline: auto;
  }
}

.navigation__logo-stack {
  position: relative;
  display: block;
  width: 180px;
}
@media screen and (min-width: 576px) {
  .navigation__logo-stack {
    width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .navigation__logo-stack {
    width: 395px;
  }
}

.navigation__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s linear;
}

.navigation__logo-img--dark {
  opacity: 1;
}

.navigation__logo-img--light {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.navigation.is-menu-open .navigation__logo-img--dark {
  opacity: 0;
}

.navigation.is-menu-open .navigation__logo-img--light {
  opacity: 1;
}

.navigation.is-scrolled .navigation__logo-img--dark {
  opacity: 0;
}

.navigation.is-scrolled .navigation__logo-img--light {
  opacity: 1;
}

.navigation.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 850;
  background: var(--bg);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  padding-bottom: 36px;
  padding-top: 36px;
  animation: nav-sticky-enter 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.navigation.is-scrolled .navigation__logo-stack {
  animation: nav-logo-enter 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes nav-sticky-enter {
  from {
    transform: translateY(-20px);
    opacity: 0.55;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  }
  to {
    transform: translateY(0);
    opacity: 1;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  }
}
@keyframes nav-logo-enter {
  from {
    transform: scale(0.96);
    opacity: 0.85;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .navigation.is-scrolled,
  .navigation.is-scrolled .navigation__logo-stack {
    animation: none;
  }
}
.navigation__burger {
  position: absolute;
  top: 26px;
  right: 24px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  background: var(--secondary);
  padding: 0;
  transition: transform 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
  display: flex;
}
@media screen and (min-width: 576px) {
  .navigation__burger {
    top: 38px;
    right: 24px;
    height: 60px;
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .navigation__burger {
    top: 48px;
    right: 60px;
  }
}
.navigation__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--primary);
  margin: 2.5px 0;
  border-radius: 35px;
}

.navigation__burger[aria-expanded=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.navigation__panel {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  display: grid;
  align-items: center;
  background-color: var(--secondary);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  visibility: hidden;
  pointer-events: none;
  z-index: 900;
  overflow-y: auto;
}

.navigation__panel.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.navigation__burger__close {
  position: absolute;
  top: 34px;
  right: 24px;
  background-color: var(--primary);
  color: var(--bg);
  font-family: "outfit";
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  border-radius: 35px;
}
@media screen and (min-width: 576px) {
  .navigation__burger__close {
    top: 52px;
    right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .navigation__burger__close {
    top: 46px;
    right: 80px;
    padding: 20px;
    font-size: 1rem;
  }
}

.navigation__panel-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}
.navigation__panel-list--secondary {
  margin-bottom: 0;
}

.navigation__panel-list a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.12em 0.22em 0.12em 24px;
  overflow: hidden;
  isolation: isolate;
  font-family: "Gilda Display";
  font-size: clamp(2.5rem, 1.5476rem + 4.7619vw, 6.25rem);
  font-weight: 400;
  line-height: 1.9;
  color: var(--primary);
  text-transform: capitalize;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .navigation__panel-list a {
    padding: 0.12em 0.22em 0.12em 20px;
  }
}
@media (max-height: 700px) {
  .navigation__panel-list a {
    font-size: clamp(1.8rem, 1rem + 3vw, 4rem);
    line-height: 1.4;
  }
}

.navigation__panel-list a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
  z-index: -1;
}

.navigation__panel-list a:hover,
.navigation__panel-list a:focus-visible {
  color: var(--bg);
}

.navigation__panel-list a:hover::before,
.navigation__panel-list a:focus-visible::before {
  transform: scaleY(1);
}

.navigation__panel__menu--secondary {
  position: absolute;
  bottom: 20px;
  left: 24px;
  font-size: 16px;
}
.navigation__panel__menu--secondary ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .navigation__panel__menu--secondary ul {
    flex-direction: row;
    gap: 0px;
  }
  .navigation__panel__menu--secondary ul li {
    padding-inline: 20px;
  }
  .navigation__panel__menu--secondary ul li:not(:last-child) {
    border-right: 2px solid var(--primary);
  }
}
.navigation__panel__menu--secondary a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 576px) {
  .navigation__panel__menu--secondary {
    right: 80px;
    left: unset;
    font-size: 1.5rem;
  }
}

.header {
  position: relative;
}

.header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.footer {
  padding-block: 120px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.footer .container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
@media screen and (min-width: 992px) {
  .footer .container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer__links {
    text-align: left;
  }
}

.footer__links li {
  font-family: "Gilda Display";
  font-size: clamp(2rem, 1.7937rem + 1.0317vw, 2.8125rem);
}

.footer__address {
  justify-self: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer__address {
    text-align: left;
  }
}
.footer__address .item__title:not(:first-child) {
  margin-top: 20px;
}

.footer__address p {
  font-family: "Gilda Display";
  font-size: clamp(1.375rem, 1.2798rem + 0.4762vw, 1.75rem);
  font-weight: 400;
  line-height: 1.3;
}

.footer__address .item__title,
.footer__socials P:first-child {
  font-family: "loew-variable";
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 18px;
}

.footer__socials {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .footer__socials {
    align-items: end;
  }
}

.footer__socials__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 74px;
}

.footer__socials__item:focus-visible {
  outline: 2px solid var(--footer-link);
  outline-offset: 3px;
}

.footer__socials__item::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s linear;
}

.footer__socials__item--linkedin:before {
  background-image: url(../media/networks/linkedIn.svg);
}

.footer__socials__item--instagram:before {
  background-image: url(../media/networks/instagram.svg);
}

.footer__legals p {
  text-align: center;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .footer__legals p {
    text-align: end;
  }
}

.footer__legals p:first-child {
  margin-bottom: 0;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 0.9375rem;
}

.hero__video {
  position: relative;
  height: 100svh;
}

.hero__video-main {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.hero__video-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.is-landscape, .is-portrait {
  display: none;
  width: 100%;
  height: auto;
}

/* Affichage Desktop */
@media (min-width: 1025px) {
  .is-landscape {
    display: block;
  }
}
/* Affichage Mobile/Tablette */
@media (max-width: 1024px) {
  .is-portrait {
    display: block;
  }
}
:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.hero {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
.hero p {
  font-family: "Outfit";
  font-size: clamp(1.375rem, 1.2798rem + 0.4762vw, 1.75rem);
  font-weight: 300;
  line-height: 1.3;
  margin-block: 60px;
}
.hero.intro-front {
  padding-block: 300px;
}
.hero.intro-front .hero__heading {
  font-family: "Gilda Display";
  font-size: clamp(2rem, 1.6349rem + 1.8254vw, 3.4375rem);
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 36px;
}
.hero.intro-front .fade-in {
  opacity: 0;
  transition: opacity 5s ease-out;
  will-change: opacity;
}
.hero.intro-front .fade-in.is-visible {
  opacity: 1;
}
.hero.intro-front p {
  font-family: "Gilda Display";
  font-size: clamp(1.5rem, 1.2937rem + 1.0317vw, 2.3125rem);
  font-weight: 400;
  margin-bottom: 24px;
}

.hero__heading {
  font-family: "Gilda Display";
  font-weight: 500;
  font-size: clamp(3rem, 2.0794rem + 4.6032vw, 6.625rem);
  letter-spacing: -0.02em;
  color: inherit;
  line-height: 0.8;
}
.hero__heading > span {
  font-family: "outfit";
  font-weight: 300;
  font-size: clamp(1.3rem, 0.9663rem + 0.7937vw, 1.75rem);
  text-transform: uppercase;
  letter-spacing: 0;
}
.hero__heading--seo {
  font-size: clamp(2rem, 1.4444rem + 2.7778vw, 4.1875rem);
}
@media screen and (min-width: 1086px) {
  .hero__heading {
    width: 100%;
  }
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.bloc-seo {
  padding-top: 56px;
  padding-bottom: 120px;
}

.bloc-seo p {
  margin-bottom: 64px;
}

.bloc-seo img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 510px;
  margin-bottom: 64px;
}

.bloc-seo h2 {
  margin-bottom: 16px;
}

.bloc-seo h3 {
  margin-bottom: 12px;
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.bloc-article img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.bloc-article span a {
  display: inline-block;
  font-family: "Outfit";
  font-size: clamp(1.375rem, 1.2798rem + 0.4762vw, 1.75rem);
  font-weight: 300;
  line-height: 1.4;
  margin-block: 10px;
  text-decoration: none;
}

.bloc-article h1 {
  font-family: "loew-variable";
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 30px;
}

.bloc-article p {
  margin-bottom: 30px;
}

.bloc-article div {
  margin-bottom: 64px;
}

.bloc-article div p:first-child {
  font-family: "Gilda Display";
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}

.bloc-article div p:last-child {
  font-family: "loew-variable";
  font-size: 0.75rem;
  font-weight: 500;
}

.bloc-article ul.wp-block-list {
  list-style: disc;
}
.bloc-article ol.wp-block-list {
  list-style: decimal;
}
.bloc-article .wp-block-list {
  padding-left: 1.5rem;
  font-family: "loew-variable";
  font-size: 1.06rem;
  line-height: 1.4;
  font-weight: 300;
  margin-block: 15px;
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.bloc-contact {
  background-color: var(--primary);
}

.bloc-contact .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  padding-block: 80px;
}
@media screen and (min-width: 992px) {
  .bloc-contact .container {
    flex-direction: row;
    justify-content: center;
  }
}

.bloc-contact .container h2 {
  font-family: "Gilda Display", serif;
  font-size: clamp(2rem, 1.7143rem + 1.4286vw, 3.125rem);
  font-weight: 400;
  color: var(--secondary);
}

.bloc-contact .container .cta {
  width: fit-content;
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.bloc-intro {
  padding-block: 90px;
}
@media screen and (min-width: 1296px) {
  .bloc-intro {
    padding-block: 161px;
  }
}

.bloc-intro h1 {
  font-family: "Gilda Display";
  font-size: clamp(2rem, 1.6349rem + 1.8254vw, 3.4375rem);
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 36px;
}

.bloc-intro p {
  font-family: "Gilda Display";
  font-size: clamp(1.5rem, 1.2937rem + 1.0317vw, 2.3125rem);
  font-weight: 400;
  margin-bottom: 24px;
}

.bloc-intro {
  padding-top: 90px;
  padding-bottom: 90px;
}
.bloc-intro h2 {
  color: var(--primary);
  font-family: "Gilda Display";
  font-weight: 400;
  font-size: clamp(4.5rem, 3.9603rem + 2.6984vw, 6.625rem);
  margin-bottom: 48px;
  line-height: 0.9;
}
.bloc-intro h2 span {
  font-family: "outfit";
  font-weight: 300;
  font-size: clamp(1.125rem, 0.9663rem + 0.7937vw, 1.75rem);
  text-transform: uppercase;
}
.bloc-intro p {
  font-family: "Outfit";
  font-size: clamp(1.375rem, 1.2798rem + 0.4762vw, 1.75rem);
  color: var(--primary);
  font-weight: 300;
  line-height: 1.3;
}
.bloc-intro--dark h2 {
  color: var(--secondary);
}
.bloc-intro--dark p {
  color: var(--secondary);
}
@media screen and (min-width: 768px) {
  .bloc-intro {
    padding-top: 144px;
    padding-bottom: 150px;
  }
}

.pro.bloc-intro--dark {
  background-color: var(--primary);
}

.particulier.bloc-intro {
  background-color: var(--secondary);
  color: var(--primary);
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.presentation-2-blocs {
  padding-block: 40px;
}
@media screen and (min-width: 1296px) {
  .presentation-2-blocs {
    padding-top: 144px;
    padding-bottom: 152px;
  }
}
.presentation-2-blocs.primary {
  background-color: var(--primary);
  color: var(--secondary);
}

.presentation-2-blocs .container {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .presentation-2-blocs .container {
    flex-direction: row;
    justify-content: start;
    margin-right: auto;
    align-items: unset;
  }
}
@media screen and (min-width: 992px) {
  .presentation-2-blocs .container {
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .presentation-2-blocs .container.reverse {
    flex-direction: row-reverse;
  }
}

.presentation-2-blocs__img {
  overflow: hidden;
  opacity: 0;
  transform: translateY(75px) scale(0.95);
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1), transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform, opacity;
  flex: 1 1 41.6666666667%;
}
.presentation-2-blocs__img.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.presentation-2-blocs__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  scale: 1.1;
  transition: transform 0s linear;
  will-change: transform;
}

.presentation-2-blocs__content {
  flex: 1 1 58.3333333333%;
  font-weight: 300;
}
@media screen and (min-width: 1296px) {
  .presentation-2-blocs__content {
    max-width: 720px;
  }
}

.presentation-2-blocs__content h2 {
  font-family: "Gilda Display";
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 42px;
  line-height: 0.8;
  margin-top: 5px;
}
@media screen and (min-width: 1296px) {
  .presentation-2-blocs__content h2 {
    font-size: 4.5rem;
  }
}
.presentation-2-blocs__content ul li::before {
  content: "•";
  margin-right: 8px;
}

.presentation-2-blocs__content > p, ul {
  font-family: "Outfit";
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1296px) {
  .presentation-2-blocs__content > p, ul {
    font-size: 24px;
  }
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.presentation-3-blocs__video-media {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

/*
.presentation-3-blocs__video-main {
  margin-inline: auto;
  @include bp.min-width("lg") {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.presentation-3-blocs__pro {
  background-color: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 90px;
  padding-inline: 24px;
  @include bp.min-width("lg") {
    grid-column: 2/3;
    grid-row: 1/3;
    padding: 153px 127px 153px 146px;
  }
}

.presentation-3-blocs__pro h2 {
  color: var(--secondary);
  font-family: "Gilda Display";
  font-weight: 400;
  font-size: clamp(2.9rem, 1.3889rem + 5.5556vw, 6.875rem);
  margin-bottom: 36px;
  line-height: 0.9;
  letter-spacing: -0.02em;

  & > span {
    font-family: "outfit";
    font-weight: 300;
    font-size: clamp(0.875rem, 0.621rem + 1.2698vw, 1.875rem);
    text-transform: uppercase;
    letter-spacing: 0;
  }
}

.presentation-3-blocs__pro p {
  font-family: "Outfit";
  font-size: clamp(1.5rem, 0.9286rem + 2.8571vw, 3.75rem);
  color: var(--secondary);
  font-weight: 200;
  line-height: 1;
  margin-bottom: 36px;
}
.presentation-3-blocs__pro__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.presentation-3-blocs__individual {
  background-color: var(--secondary);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 40px;
  & h2 {
    color: var(--primary);
    font-family: "Gilda Display";
    font-weight: 400;
    font-size: clamp(2.25rem, 1.6468rem + 3.0159vw, 4.625rem);
    margin-bottom: 36px;
    letter-spacing: -0.02em;
    line-height: 0.9;
    margin-top: 0;
    & > span {
      font-family: "outfit";
      font-weight: 400;
      font-size: clamp(0.875rem, 0.621rem + 1.2698vw, 1.875rem);
      text-transform: uppercase;
      letter-spacing: 0;
    }
  }

  & .cta {
    color: var(--primary);
    border-color: var(--primary);

    &::after {
      background-color: var(--primary);
      background-image: url(../media/elements/cta-arrow--secondary.svg);
    }
  }
  .presentation-3-blocs__individual__container {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  @include bp.min-width("lg") {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
*/
.presentation-3-blocs {
  display: flex;
  align-items: stretch;
  height: 700px;
  overflow: hidden;
  --anim-speed: 0.7s;
  --anim-curve: cubic-bezier(0.4, 0, 0.2, 1);
}
.presentation-3-blocs * {
  transition: all var(--anim-speed) var(--anim-curve);
}
.presentation-3-blocs .cta {
  width: fit-content;
}
.presentation-3-blocs h2 {
  font-family: "Gilda Display";
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 36px;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
.presentation-3-blocs h2 > span {
  font-family: "outfit";
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media screen and (min-width: 1086px) {
  .presentation-3-blocs h2 {
    font-size: 80px;
  }
}
.presentation-3-blocs a {
  text-decoration: none;
}

.column__left, .column__right {
  flex: 1;
  transition: flex 0.5s ease;
  display: flex;
  flex-direction: column;
  will-change: flex, width;
}

.video__left, .video__right {
  height: 0;
  overflow: hidden;
  will-change: height;
}

.text__left, .text__right {
  cursor: pointer;
  height: 100%;
  transition: height 0.5s ease;
  padding-block: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text__left h2, .text__right h2 {
  margin-top: 0;
}
.text__left p, .text__right p {
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  font-family: "Outfit";
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
}

.text__left {
  padding-inline: 22px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 1269px) {
  .text__left {
    padding-rightt: 50px;
    padding-left: calc((100vw - 1225px) / 2);
  }
}

.text__right {
  padding-inline: 22px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 1269px) {
  .text__right {
    padding-left: 50px;
    padding-right: calc((100vw - 1225px) / 2);
  }
}

.column__left {
  background-color: var(--secondary);
  color: var(--primary);
}
.column__left .cta {
  color: var(--primary);
  border-color: var(--primary);
}
.column__left .cta::after {
  background-color: var(--primary);
  background-image: url(../media/elements/cta-arrow--secondary.svg);
}

.column__right {
  background-color: var(--primary);
  color: var(--secondary);
}

@media screen and (min-width: 769px) {
  .presentation-3-blocs:has(.text__right:hover) .video__left {
    height: 60%;
    transition: height 0.5s ease;
  }
  .presentation-3-blocs:has(.text__right:hover) .column__left {
    flex: 0.9;
    transition: flex 0.5s ease;
  }
  .presentation-3-blocs:has(.text__right:hover) .column__left h2 {
    font-size: 56px;
    transition: font-size 0.5s ease;
  }
  .presentation-3-blocs:has(.text__right:hover) .text__left {
    height: 40%;
    transition: height 0.5s ease, opacity 0.5s ease;
    opacity: 0.2;
  }
  .presentation-3-blocs:has(.text__right:hover) .text__right p {
    opacity: 1;
    max-height: fit-content;
    margin-bottom: 36px;
    transition: opacity 0.4s ease, max-height 0.6s ease, margin 0.6s ease;
  }
  .presentation-3-blocs:has(.text__right:hover) .text__right .cta::after {
    transform: rotate(45deg);
  }
  .presentation-3-blocs:has(.text__left:hover) .video__right {
    height: 60%;
    transition: height 0.5s ease;
  }
  .presentation-3-blocs:has(.text__left:hover) .column__right {
    flex: 0.9;
    transition: flex 0.5s ease;
  }
  .presentation-3-blocs:has(.text__left:hover) .column__right h2 {
    font-size: 56px;
    transition: font-size 0.5s ease;
  }
  .presentation-3-blocs:has(.text__left:hover) .text__right {
    height: 40%;
    transition: height 0.5s ease, opacity 0.5s ease;
    opacity: 0.2;
  }
  .presentation-3-blocs:has(.text__left:hover) .text__left p {
    opacity: 1;
    max-height: fit-content;
    margin-bottom: 36px;
    transition: opacity 0.4s ease, max-height 0.6s ease, margin 0.6s ease;
  }
  .presentation-3-blocs:has(.text__left:hover) .text__left .cta::after {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .presentation-3-blocs {
    flex-direction: column;
    height: auto;
  }
  .presentation-3-blocs .column__left, .presentation-3-blocs .column__right {
    width: 100%;
  }
  .presentation-3-blocs .video__left, .presentation-3-blocs .video__right {
    height: auto;
  }
  .presentation-3-blocs .text__left, .presentation-3-blocs .text__right {
    height: auto;
    padding-block: 30px;
  }
  .presentation-3-blocs .text__left h2, .presentation-3-blocs .text__right h2 {
    font-size: 42px;
  }
  .presentation-3-blocs .text__left h2 span, .presentation-3-blocs .text__right h2 span {
    font-size: 18px;
  }
  .presentation-3-blocs .text__left p, .presentation-3-blocs .text__right p {
    opacity: 1;
    max-height: fit-content;
    margin-bottom: 36px;
    font-size: 28px;
  }
}
:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.bloc-partenaires {
  padding-top: 90px;
  padding-bottom: 160px;
}
@media screen and (min-width: 1086px) {
  .bloc-partenaires {
    padding-top: 130px;
    padding-bottom: 200px;
  }
}

.bloc-partenaires h2 {
  font-family: "Gilda Display";
  font-size: 2.75rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.8;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .bloc-partenaires h2 {
    font-size: 4.5rem;
  }
}
.bloc-partenaires h2 > span {
  font-family: "outfit";
  font-weight: 300;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bloc-partenaires__carousel {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}

.bloc-partenaires__carousel .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}

.bloc-partenaires__carousel .swiper-slide {
  width: 191px;
  height: 105px;
  flex-shrink: 0;
}

.bloc-partenaires__carousel .swiper-slide img {
  display: block;
  width: 191px;
  height: 105px;
  object-fit: contain;
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.bloc-2-cards {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: var(--secondary);
}

.bloc-2-cards__container h2 {
  font-family: "Gilda Display";
  font-size: 2.75rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.8;
  margin-bottom: 80px;
}
@media screen and (min-width: 420px) {
  .bloc-2-cards__container h2 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .bloc-2-cards__container h2 {
    font-size: 4.5rem;
    margin-bottom: 120px;
  }
}
.bloc-2-cards__container h2 > span {
  font-family: "outfit";
  font-weight: 300;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bloc-2-cards__cards-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
}
@media screen and (min-width: 768px) {
  .bloc-2-cards__cards-container {
    align-items: start;
    flex-direction: row;
    gap: 24px;
  }
}

.bloc-2-cards__card {
  position: relative;
  flex: 1 1 50%;
  background-color: #fff8ef;
  border-radius: 10px;
}

.bloc-2-cards__card__heading {
  padding-block: 30px;
  padding-inline: 10%;
  margin-inline: 10%;
  border-radius: 10px;
  margin-top: -12%;
  background-color: var(--neutral);
}
.bloc-2-cards__card__heading h3 {
  font-family: "Gilda Display";
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-block: 0;
}
@media screen and (min-width: 1296px) {
  .bloc-2-cards__card__heading h3 {
    font-size: 36px;
  }
}
.bloc-2-cards__card__heading--variant {
  background-color: var(--primary);
  color: var(--secondary);
}

.bloc-2-cards__card__content {
  margin-inline: auto;
  font-family: "Outfit";
  font-weight: 300;
  font-size: 20px;
  padding-inline: 10%;
  padding-bottom: 5%;
  margin-top: 5%;
}
.bloc-2-cards__card__content ul li::before {
  content: "•";
  margin-right: 8px;
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.bloc-3-cards {
  position: relative;
}
.bloc-3-cards > span a {
  text-decoration: none;
}

.bloc-3-cards__carousel {
  width: 100%;
  margin-block: 30px;
}

.bloc-3-cards__carousel .swiper-slide {
  height: auto;
  display: flex;
}

.bloc-3-cards__carousel .bloc-6-cards__card {
  width: 100%;
}
.bloc-3-cards__carousel .bloc-6-cards__card h3 {
  margin-top: 0;
}

.bloc-3-cards__nav {
  margin-top: 40px;
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.bloc-3-cards__nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  background-image: url(../media/elements/cta-arrow--secondary.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
}

.bloc-3-cards__nav-btn--prev {
  transform: rotate(180deg);
}

.bloc-3-cards__nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.bloc-6-cards {
  background-color: var(--secondary);
  padding-top: 80px;
  padding-bottom: 90px;
}

.bloc-6-cards h2 {
  font-family: "Gilda Display";
  font-size: 2.75rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.8;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .bloc-6-cards h2 {
    font-size: 4.5rem;
  }
}
.bloc-6-cards h2 > span {
  font-family: "outfit";
  font-weight: 300;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.block-6-cards .bloc-6-cards--mobile {
  width: 100%;
  max-width: 388px;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .block-6-cards .bloc-6-cards--mobile {
    display: none !important;
  }
}
.block-6-cards .bloc-6-cards--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .block-6-cards .bloc-6-cards--desktop {
    display: block !important;
  }
}

.bloc-6-cards--mobile .swiper-slide {
  width: 100%;
}

.bloc-6-cards__card {
  max-width: 388px;
  margin-inline: auto;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.bloc-6-cards__card > img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 97/75;
  object-fit: cover;
}

.bloc-6-cards__card__content {
  background-color: var(--neutral);
  padding: 44px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.bloc-6-cards__card__content--variant {
  background-color: var(--secondary);
}

.bloc-6-cards__card__content h3 {
  max-width: 87ch;
  font-family: "loew-variable";
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 8px;
}

.bloc-6-cards__card__content__link {
  font-family: "loew-variable";
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}
.bloc-6-cards__card__content__link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  border-radius: 100%;
  background-color: var(--primary);
  background-image: url(../media/elements/cta-arrow--secondary.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.bloc-6-cards__card__content__link:hover::after {
  transform: rotate(45deg);
}

.bloc-6-cards__card__content__infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bloc-6-cards__card__content__infos__author {
  display: flex;
  gap: 24px;
  align-items: center;
}
.bloc-6-cards__card__content__infos__author > span {
  font-family: "loew-variable";
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  line-height: 1;
  border: 1px solid var(--primary);
}

.bloc-6-cards__card__content__infos__author div p:first-child {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Gilda Display";
}

.bloc-6-cards__card__content__infos__author div :nth-child(2) {
  font-family: "loew-variable";
  font-size: 0.75rem;
  font-weight: 500;
}

.bloc-6-cards__card__content__infos__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.bloc-6-cards__card__content__infos__social:focus-visible {
  outline: 2px solid var(--footer-link);
  outline-offset: 3px;
}

.bloc-6-cards__card__content__infos__social:before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s linear;
}

.bloc-6-cards__card__content__infos__social--linkedin:before {
  background-image: url(../media/networks/linkedIn--white.svg);
}

.bloc-6-cards__mobile-nav {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.bloc-6-cards__mobile-nav-index {
  min-width: 56px;
  text-align: center;
  font-family: "loew-variable";
  font-size: 0.875rem;
  font-weight: 600;
}

.bloc-6-cards__mobile-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  background-image: url(../media/elements/cta-arrow--secondary.svg);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

.bloc-6-cards__mobile-nav-btn--prev {
  transform: rotate(180deg);
}

.bloc-6-cards__mobile-nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.bloc-6-cards--desktop {
  display: block;
  margin-bottom: 60px;
}

.bloc-6-cards--desktop__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 41px;
  transition: opacity 0.25s ease;
}
.bloc-6-cards--desktop__container > * {
  transform: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bloc-6-cards--desktop__container {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
  .bloc-6-cards--desktop__container > :nth-child(2n) {
    transform: translateY(40px);
  }
}
@media screen and (min-width: 1024px) {
  .bloc-6-cards--desktop__container {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }
  .bloc-6-cards--desktop__container > :nth-child(3n+2) {
    transform: translateY(60px);
  }
  .bloc-6-cards--desktop__container > :nth-child(3n+1), .bloc-6-cards--desktop__container > :nth-child(3n+3) {
    transform: translateY(0);
  }
}

.bloc-6-cards--desktop__container.is-fading {
  opacity: 0;
}

.bloc-6-cards--desktop__container > .is-page-hidden {
  display: none;
}

.bloc-6-cards__desktop-nav {
  margin-top: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.bloc-6-cards__desktop-nav-index {
  min-width: 56px;
  text-align: center;
  font-family: "loew-variable";
  font-size: 0.875rem;
  font-weight: 600;
}

.bloc-6-cards__desktop-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  background-image: url(../media/elements/cta-arrow--secondary.svg);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

.bloc-6-cards__desktop-nav-btn--prev {
  transform: rotate(180deg);
}

.bloc-6-cards__desktop-nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.bloc-6-cards__cta .cta {
  color: var(--primary);
  border-color: var(--primary);
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  margin-top: 160px;
}
.bloc-6-cards__cta .cta::after {
  background-color: var(--primary);
  background-image: url(../media/elements/cta-arrow--secondary.svg);
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.bloc-category__container {
  padding-top: 87px;
  padding-bottom: 80px;
}

.bloc-category__heading {
  font-family: "Outfit";
  font-size: clamp(1.375rem, 1.2798rem + 0.4762vw, 1.75rem);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 37px;
}

.bloc-category__grp {
  display: flex;
  align-items: center;
  gap: 33px;
}

.bloc-category__item {
  border: 1px solid var(--primary);
  padding: 20px;
  border-radius: 1000px;
  font-family: "Outfit";
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  transition: background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.bloc-category__item.isactiv {
  background-color: var(--primary);
  color: var(--secondary);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.contact-form {
  background-color: var(--primary);
  color: var(--secondary);
  padding-block: 120px;
}

.form, .wpcf7-form {
  display: grid;
  grid-template-columns: minmax(300px, 600px);
  justify-content: center;
  column-gap: 46px;
  row-gap: 32px;
}
@media screen and (min-width: 1296px) {
  .form, .wpcf7-form {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form__group.message {
  grid-column: 1/-1;
}

.form__group textarea {
  font-family: "Exo";
  font-size: 1.5rem;
  background-color: var(--primary);
  border: 1px solid var(--secondary);
  border-radius: 10px;
  padding: 16px 20px;
  width: 100%;
  color: var(--secondary);
  resize: vertical;
}

.form__group textarea::placeholder {
  color: var(--secondary);
  font-family: "Exo";
  font-size: 1.5rem;
  font-weight: 300;
}

.form__group input {
  font-family: "Exo";
  font-size: 1.5rem;
  background-color: var(--primary);
  border: 1px solid var(--secondary);
  border-radius: 10px;
  padding: 16px 20px;
  width: 100%;
  color: var(--secondary);
}

.form__group input::placeholder {
  color: var(--secondary);
  font-family: "Exo";
  font-size: 1.5rem;
  font-weight: 300;
}

.form__consent {
  grid-column: 1/-1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 1246px;
}

.form__consent input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border: 1px solid var(--secondary);
  border-radius: 6px;
  background-color: var(--primary);
  display: inline-grid;
  place-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.form__consent input[type=checkbox]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
  background-color: var(--secondary);
  clip-path: polygon(14% 44%, 0 59%, 43% 100%, 100% 18%, 84% 3%, 43% 68%);
}

.form__consent input[type=checkbox]:checked::before {
  transform: scale(1);
}

.form__consent input[type=checkbox]:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 242, 229, 0.35);
}

.form__consent label {
  font-family: "Outfit";
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--secondary);
  display: flex;
  gap: 10px;
}

.form .btn-primary__cta,
.wpcf7-form .btn-primary__cta {
  font-family: loew-variable, sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 1000px;
  font-size: clamp(0.875rem, 0.8115rem + 0.3175vw, 1.125rem);
  color: var(--secondary);
  padding: 10px;
  padding-left: 53px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border: 1.5px solid var(--secondary);
  margin-top: 32px;
  grid-column: 1/-1;
  justify-self: center;
}
.form .btn-primary__cta::after,
.wpcf7-form .btn-primary__cta::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  border-radius: 100%;
  background-color: var(--secondary);
  background-image: url(../media/elements/cta-arrow.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 23px;
}
@media screen and (min-width: 768px) {
  .form .btn-primary__cta::after,
  .wpcf7-form .btn-primary__cta::after {
    width: 50px;
    height: 50px;
  }
}
.form .btn-primary__cta:hover::after,
.wpcf7-form .btn-primary__cta:hover::after {
  transform: rotate(45deg);
}

.wpcf7-response-output {
  grid-column: 1/-1;
  justify-self: center;
  font-family: "Outfit";
  font-size: 1.5rem;
  color: var(--secondary);
  margin-top: 16px;
}

.btn-primary__cta.btn-contact .wpcf7-submit {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 1rem;
}

.wpcf7-list-item {
  margin-left: 0;
}

.form__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
.form__info .item__title {
  margin-bottom: 0;
  font-family: "montserrat";
  font-weight: 300;
  font-size: 36px;
}
.form__info p {
  font-size: 24px;
  font-family: "Gilda Display";
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .form__info p {
    font-size: 30px;
  }
}
.form__info p a {
  text-decoration: none;
}
.form__info p a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .form__info {
    flex-direction: row;
    gap: 80px;
  }
}

.bloc-legal {
  padding-block: 58px;
}

.bloc-legal h2,
.bloc-legal div {
  margin-bottom: 32px;
}

.bloc-legal h3 {
  text-transform: uppercase;
  font-family: "loew-variable";
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 32px;
}

.bloc-dpo {
  padding-block: 58px;
}

.bloc-dpo h2 {
  margin-bottom: 32px;
}

:root {
  --primary: #000000;
  --secondary: #fff2e5;
  --bg: white;
  --font: #000000;
  --neutral: white;
  --neutral--variant: #ebebeb;
  --inactive: rgba(16, 38, 76, 0.5);
  --background: #ebebeb;
  --background--variant: white;
  --background--color--primary: #000000;
  --background--color--secondary: #fff2e5;
  --background--secondary-variant: #000000;
  --heading: #000000;
  --icon-svg-background: transparent;
  --icon-svg-background-desktop: white;
  --icon-svg-border: #000000;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: white;
  --btn-primary-red-background: #fff2e5;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: #000000;
  --footer-link-background: #000000;
}

.dark {
  --font: white;
  --bg: #000000;
  --primary: #000000;
  --secondary: #fff2e5;
  --inactive: #e4e4e4;
  --neutral: #ebebeb;
  --neutral--variant: white;
  --background: white;
  --background--variant: #ebebeb;
  --background--color--primary: #000000;
  --background--color--secondary: #000000;
  --background--secondary-variant: white;
  --heading: white;
  --icon-svg-background: white;
  --icon-svg-background-desktop: #000000;
  --icon-svg-border: white;
  --icon-svg-lang-background: #000000;
  --icon-svg-lang-color: #000000;
  --navigation-item: #000000;
  --btn-primary-red-background: #000000;
  --btn-primary-red-color: white;
  --btn-primary-cyan-color: #000000;
  --footer-link: white;
  --footer-link-background: white;
}

.hidden {
  display: none;
}

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