@charset "UTF-8";
.container p,
.container-small,
.footer_txt p {
  font-size: 1.4rem;
  line-height: 1.6;
}

h1,
.h1-style {
  font-size: 4.8rem;
  line-height: 1.1;
  font-weight: 800;
  color: #fcfefe;
  font-style: italic;
}
@media all and (max-width: 767.98px) {
  h1,
  .h1-style {
    font-size: 3.6rem;
    margin-bottom: 1.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  h1,
  .h1-style {
    font-size: 4.8rem;
    margin-bottom: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  h1,
  .h1-style {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
  }
}

h2,
.h2-style {
  line-height: 1.25;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
@media all and (max-width: 767.98px) {
  h2,
  .h2-style {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
@media all and (min-width: 768px) {
  h2,
  .h2-style {
    font-size: 4.6rem;
  }
}

h3,
.h3-style {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.4rem;
  font-style: italic;
}

h4,
.h4-style {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 1.6rem;
  font-style: italic;
  text-transform: uppercase;
  display: block;
}

h1,
h2,
h3,
h4 {
  color: var(--titre-color);
}

.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4 {
  color: #002a37;
}
.bg-light p {
  color: #002a37;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4 {
  color: #fcfefe;
}
.bg-dark p {
  color: #fcfefe;
}

.titre-mode {
  color: var(--titre-color);
}

.text-mode {
  color: var(--text-color);
}

.text-color {
  color: var(--titre-color);
  text-transform: uppercase;
  font-style: italic;
}

.primary-blue {
  color: #00adb1;
}

.content.content-mentions p:last-child {
  margin-bottom: 0;
}

h2, h3 {
  scroll-margin-top: 8rem;
}

/* reset CSS */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-size: 0.625em;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Poppins", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #100A3F;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
@media all and (max-width: 1239.98px) {
  body {
    padding-top: 8rem;
  }
}

header ul,
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
}

header ul li,
footer ul li {
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 2.4rem;
}

ul:not([class]) li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 1.6rem;
  line-height: 1.4;
}

ul:not([class]) li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: currentColor;
}

article,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

sup {
  vertical-align: super;
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: #100A3F;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: black;
}

input,
textarea,
button,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
}

select::-ms-expand {
  display: none;
}

select,
button,
.bgi {
  cursor: pointer;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5;
}

.center {
  text-align: center;
}

@media all and (max-width: 767.98px) {
  .sm-centre {
    text-align: center;
  }
}

@media all and (max-width: 1023.98px) {
  .extend {
    position: relative;
    overflow: hidden;
  }
  .extend .link-full {
    position: absolute;
    inset: 0;
    z-index: 10;
    text-indent: -9999px;
    background: transparent;
    cursor: pointer;
  }
}

.middle-img {
  height: auto;
  vertical-align: middle;
}

@media all and (max-width: 767.98px) {
  .hide-sm {
    display: none !important;
  }
}

.is-extended {
  position: relative;
}

.is-extended a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

lottie-player {
  margin: auto;
  animation: 0.4s linear fadeIn;
}

iframe {
  width: 100%;
}

.bold {
  font-weight: 700;
}

[data-async] {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

/* FIN reset CSS */
body {
  background-color: var(--background-color);
}
@media all and (min-width: 1240px) {
  body {
    position: relative;
  }
  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 740px;
    z-index: -1;
    background: var(--backgroundGradient);
    pointer-events: none;
  }
}

#image {
  transition: transform 0.3s ease;
}

.grand {
  transform: scale(2);
}

.shadow {
  box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
}

.card-text {
  min-height: 14rem;
  height: 100%;
  color: #002a37;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.4rem;
  background-color: var(--background-color-dark);
}
.card-text .nombre {
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 700;
  color: #00adb1;
  font-style: italic;
}

.card-description {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  color: var(--text-color);
}

.card-description .txt {
  font-size: 1.4rem;
  line-height: 1.2;
}

picture {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}

.center {
  text-align: center;
}

.content h2 {
  margin-bottom: 2.4rem;
}

.content p {
  margin-bottom: 2.4rem;
  color: var(--text-color);
}

.content .img {
  margin-bottom: 3.4rem;
  border-radius: 0.4rem;
  height: 100%;
}

.badge {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 1.6rem;
  font-style: italic;
  text-transform: uppercase;
  display: block;
  color: #00adb1;
}

.badge-light {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 1.6rem;
  font-style: italic;
  text-transform: uppercase;
  display: block;
  color: #00adb1;
  color: #fcfefe;
}

.link-underline {
  text-decoration: underline;
  color: var(--currentColor);
}

@media all and (max-width: 1023.98px) {
  .md-centre {
    text-align: center;
  }
}

input::-moz-placeholder {
  color: #33515c;
  opacity: 1;
}

input::placeholder {
  color: #33515c;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #33515c;
  opacity: 1;
}
input::-moz-placeholder {
  color: #33515c;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #33515c;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: #33515c;
  opacity: 1;
}

.color {
  color: #00adb1;
}

.absolute-form {
  position: absolute;
  height: auto;
  z-index: -1;
  pointer-events: none;
}
.absolute-form svg {
  fill: var(--background-color-form);
  display: block;
}
@media all and (max-width: 1919.98px) {
  .absolute-form {
    display: none;
  }
}

.absolute-form-right-bottom {
  right: 0;
  bottom: -3rem;
}

.absolute-form-right-top {
  right: 0;
  top: 0;
}

.absolute-form-left-top {
  left: 0;
  top: 0;
}

.absolute-form-left-bottom {
  left: 0;
  bottom: 0;
}

.main-content {
  position: relative;
}
@media all and (max-width: 1023.98px) {
  .main-content {
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 1024px) {
  .main-content {
    padding-bottom: 8rem;
  }
}

@media all and (max-width: 767.98px) {
  body.no-scroll {
    overflow: hidden;
    height: 100%;
  }
}

@media all and (min-width: 1240px) {
  body.fixed-navbar-padding {
    padding-top: 6rem;
  }
}
@media all and (min-width: 1024px) {
  .bloc-content p:last-child {
    margin-bottom: 6rem;
  }
}

.nav-link {
  color: var(--text-color);
  text-decoration: underline;
}
@media all and (min-width: 1240px) {
  .nav-link:hover {
    color: #00adb1;
  }
}

.link {
  text-decoration: underline;
  color: var(--text-color);
}

.mentions_groupe {
  font-size: 14px;
  color: #00ADB1 !important;
  font-weight: bold;
  font-style: italic;
}

.mentions_rgrp {
  font-size: 12px;
  font-style: italic;
}

[data-wpr-lazyrender] {
  content-visibility: visible !important;
}

[data-theme=light] {
  --background-color: #F7F7F7;
  --background-avantage: #edf7f8;
  --border-button: #006582;
  --text-color: #002a37;
  --titre-color: #002a37;
  --border-color: #002a37;
  --background-switch: #fcfefe;
  --background-check: #00adb1;
  --backgroundGradient: linear-gradient(180deg, #CFE2E8 0%, #F7F7F7 86.92%);
  --lightGradient: linear-gradient(180deg, #CFE2E8 0%, #F7F7F7 86.92%);
  --background-navigation: #fcfefe;
  --currentColor: #002a37;
  --background-color-odd: #edf7f8;
  --background-color-even: #F7F7F7;
  --background-color-form: #DEE8EA;
  --background-color-blue: #edf7f8;
  --background-color-dark: #F7F7F7;
  --bg-card-carrier: #00adb1;
  --bg-dark-blue: #edf7f8;
  --bg-light-blue: #edf7f8;
  --bg-table: #F7F7F7;
  --bg-overlay: rgba(0, 16, 21, 0.45);
}
@media all and (max-width: 767.98px) {
  [data-theme=light] .dropdown-label:after {
    background: url("./assets/imgs/icons/chevron-down.svg") no-repeat center center;
  }
}

[data-theme=dark] {
  --background-color: #001015;
  --background-avantage: #001B24;
  --border-button: #fcfefe;
  --text-color: #fcfefe;
  --titre-color: #fcfefe;
  --border-color: #fcfefe;
  --background-switch: #001015;
  --background-check: #00adb1;
  --backgroundGradient: linear-gradient(180deg, #001015 0%, #001015 86.92%);
  --darkGradient: linear-gradient(180deg, #001015 0%, #001015 86.92%);
  --background-navigation: #001015;
  --currentColor: #fcfefe;
  --background-color-odd: #001B24;
  --background-color-even: #001015;
  --background-color-form: #002a37;
  --background-color-blue: #002a37;
  --background-color-dark: #00232E;
  --bg-card-carrier: #00232E;
  --bg-dark-blue: #00232E;
  --bg-light-blue: #003848;
  --bg-table: #01242F;
  --bg-overlay: rgba(138, 138, 138, 0.14);
}
@media all and (max-width: 767.98px) {
  [data-theme=dark] .dropdown-label:after {
    background: url("./assets/imgs/icons/chevron-down-white.svg") no-repeat center center;
  }
}

.button-primary, .contact-form-section .contact-form__button,
a.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #006582;
  color: #fcfefe;
  padding: 1rem 1.4rem;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  min-height: 5.4rem;
}
.button-primary:hover, .contact-form-section .contact-form__button:hover,
a.button-primary:hover {
  background-color: #005c76;
}

.button-secondary,
a.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fcfefe;
  color: #006582;
  padding: 1rem 1.4rem;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  min-height: 5.4rem;
  text-decoration: none;
}
.button-secondary:hover,
a.button-secondary:hover {
  background-color: #E6F0F3;
}

.button-cover,
a.button-cover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #fcfefe;
  padding: 1rem 1.4rem;
  border: 2px solid #fcfefe;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  min-height: 5.4rem;
  text-decoration: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.button-cover:hover,
a.button-cover:hover {
  background-color: #E6F0F3;
}
.button-cover:hover,
a.button-cover:hover {
  background-color: #fcfefe;
  border-color: #fcfefe;
  color: #006582;
}

.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  color: #006582;
  padding: 1rem 1.4rem;
  border: 2px solid #006582;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  min-height: 5.4rem;
}
.button-outline:hover {
  background-color: #E6F0F3;
}

[data-theme=dark] .button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #F7F7F7;
  padding: 1rem 1.4rem;
  border: 2px solid #F7F7F7;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
[data-theme=dark] .button-outline:hover {
  background-color: #E6F0F3;
  color: #006582;
}

.button-primary-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #006582;
  color: #fcfefe;
  padding: 1rem 1.4rem;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  min-height: 4.2rem;
  padding: 1rem;
}
.button-primary-small:hover {
  background-color: #005c76;
}

.dark-mode-toggle {
  background: transparent;
  text-transform: uppercase;
  color: var(--text-color);
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 1.3rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 4.2rem;
  height: 2.4rem;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--background-switch);
  transition: 0.4s;
  border-radius: 26px;
  border: 0.2rem solid var(--border-color);
}

.switch .slider::before {
  content: "";
  position: absolute;
  height: 1.8rem;
  width: 1.8rem;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--background-check);
  border-radius: 50%;
  transition: 0.4s;
}

.switch input:checked + .slider::before {
  transform: translate(24px, -50%);
  transform: translate(calc(100% - 0.1rem), -50%);
}

.contact-cta {
  display: flex;
  background-color: #00adb1;
  padding: 2.4rem;
  position: relative;
  border-radius: 0.4rem;
  font-weight: 700;
}
.contact-cta__decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.contact-cta__title {
  font-size: 2rem;
  line-height: 1.4;
  font-style: italic;
  text-transform: uppercase;
  color: #F7F7F7;
  z-index: 1;
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .contact-cta__title {
    max-width: 30rem;
  }
}
@media all and (max-width: 767.98px) {
  .contact-cta {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media all and (max-width: 1023.98px) {
  .contact-cta {
    justify-content: space-between;
  }
}
@media all and (min-width: 1024px) {
  .contact-cta {
    row-gap: 2.4rem;
    flex-direction: column;
  }
}
.contact-cta .button {
  z-index: 1;
}
@media all and (min-width: 768px) {
  .contact-cta .button {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
}

.header .nav-item .nav-link svg path {
  fill: var(--currentColor);
  transition: fill 0.3s ease;
}
@media all and (min-width: 1240px) {
  .header .nav-item .nav-link:hover svg path {
    fill: #00adb1;
  }
}

.footer .nav-socials a svg path,
.footer .nav-socials .nav-link svg path {
  fill: #fcfefe;
  transition: fill 0.3s ease;
}
.footer .nav-socials a:hover svg path,
.footer .nav-socials .nav-link:hover svg path {
  fill: #00adb1;
}

.logo {
  position: relative;
}
[data-theme=dark] .logo .logo-light {
  display: none;
}
[data-theme=dark] .logo .logo-dark {
  display: block;
}
.logo .logo-light,
.logo .logo-dark {
  display: none;
}
[data-theme=dark] .logo .logo-dark {
  display: block;
}
[data-theme=light] .logo .logo-light {
  display: block;
}

.content-wrap {
  display: none;
}
@media all and (min-width: 768px) {
  .content-wrap {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .content-wrap .shape {
    vertical-align: middle;
  }
}

@media all and (max-width: 1023.98px) {
  .cards-blocs-domaines {
    padding-top: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .cards-blocs-domaines {
    padding-top: 6rem;
  }
}
.cards-blocs-domaines .card-bloc-domaine {
  padding: 2rem;
  background-color: var(--bg-dark-blue);
  margin-bottom: 2.4rem;
}
.cards-blocs-domaines .card-bloc-domaine h3 {
  color: var(--titre-color);
  text-transform: uppercase;
}

.navigation .mobile-dark-mode {
  display: none;
}

@media all and (max-width: 1239.98px) {
  .navigation .mobile-dark-mode {
    display: flex;
    margin-bottom: 7rem;
  }
}
@media all and (max-width: 1239.98px) {
  .header .navigation {
    position: fixed;
    width: 100%;
    right: 0;
    transform: translateX(100%);
    z-index: 11;
    top: 0;
    margin-top: 8rem;
    padding: 2.6rem 3.6rem;
    max-width: 35rem;
    background: var(--background-navigation);
    border-radius: 0;
    transition: transform 0.3s ease-in-out;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 8rem);
  }
}
@media (min-width: 768px) and (max-width: 1198.98px) {
  .header .navigation {
    margin-top: 8rem;
    max-width: 30rem;
  }
}
@media all and (min-width: 1240px) {
  .navbar .navigation {
    margin-left: auto;
    display: flex;
    height: 100%;
    align-items: center;
    z-index: 10;
  }
}

@media all and (min-width: 1240px) {
  .desktop-hide {
    display: none !important;
  }
}

@media all and (max-width: 1239.98px) {
  .mobile-links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding-bottom: 2.4rem;
  }
  .mobile-links .mobile-link {
    padding: 0.8rem 0;
    text-decoration: underline;
    color: var(--text-color);
  }
}

.menu-fade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 16, 21, 0.55);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}

.menu-fade.active {
  display: block;
  opacity: 1;
}

@media (min-width: 1240px) {
  .menu-fade {
    display: none !important;
  }
}
table {
  color: var(--text-color);
  margin-bottom: 1.4rem;
}

.table-wrapper {
  overflow-x: auto;
  border-radius: 4px;
  -webkit-overflow-scrolling: touch;
}

.responsive-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

.responsive-table th {
  background-color: #0D3541;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.responsive-table th,
.responsive-table td {
  border-left: 0.5px solid #5B5B5B;
  border-top: 0.5px solid #5B5B5B;
  padding: 12px;
  text-align: left;
  white-space: normal;
}

.responsive-table th:last-child,
.responsive-table td:last-child {
  border-right: 0.5px solid #5B5B5B;
}

.responsive-table tr:last-child td {
  border-bottom: 0.5px solid #5B5B5B;
  /* seulement sur la dernière ligne */
}

.responsive-table td {
  background-color: var(--bg-table);
  vertical-align: middle;
}

.responsive-table thead tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

.responsive-table thead tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

.responsive-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.responsive-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

/* Colonne sticky */
.sticky-col {
  position: sticky;
  left: 0;
  background: var(--bg-table);
  z-index: 2;
  min-width: 16.5rem;
  font-weight: 700;
}

thead .sticky-col {
  z-index: 3;
}

td {
  word-break: break-word;
  white-space: normal;
}

@media all and (max-width: 767.98px) {
  .responsive-table {
    min-width: 600px;
  }
  td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
  }
}
@media all and (min-width: 1900px) {
  .bcg {
    position: relative;
  }
  .bcg:after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
  }
}

@media all and (min-width: 1900px) {
  .bcg-left:after {
    left: 0;
    background-position: left bottom;
  }
}

@media all and (min-width: 1900px) {
  .bcg-right:after {
    right: 0;
    background-position: right bottom;
  }
}

@media all and (min-width: 1900px) {
  .bcg-contact:after {
    right: 0;
    background-position: right bottom;
  }
}

body[data-theme=light] .content-form-absolut svg {
  fill: var(--background-color-form);
}
@media all and (min-width: 1900px) {
  body[data-theme=light] .bcg-left {
    position: relative;
  }
  body[data-theme=light] .bcg-left:after {
    background-image: url(./assets/imgs/franchise/deco-light-left.svg);
  }
}
@media all and (min-width: 1900px) {
  body[data-theme=light] .bcg-right:after {
    background-image: url(./assets/imgs/groupe/deco-light-right.svg);
  }
}
@media all and (min-width: 1900px) {
  body[data-theme=light] .bcg-contact:after {
    background-image: url(./assets/imgs/contact/deco-contact-light.svg);
  }
}

body[data-theme=dark] .content-form-absolut svg {
  fill: var(--background-color-form);
}
@media all and (min-width: 1900px) {
  body[data-theme=dark] .bcg-left:after {
    background-image: url(./assets/imgs/franchise/deco-dark-left.svg);
  }
}
@media all and (min-width: 1900px) {
  body[data-theme=dark] .bcg-right:after {
    background-image: url(./assets/imgs/groupe/deco-dark-right.svg);
  }
}
@media all and (min-width: 1900px) {
  body[data-theme=dark] .bcg-contact {
    position: relative;
  }
  body[data-theme=dark] .bcg-contact:after {
    background-image: url(./assets/imgs/contact/deco-contact-dark.svg);
  }
}

.badge-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00adb1;
  color: #fcfefe;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1.4rem;
}

.bcg-form-left,
.bcg-form-right {
  position: relative;
}

.content-form-absolut {
  display: block;
  position: absolute;
  z-index: -1;
}
.content-form-absolut svg {
  display: block;
}
.content-form-absolut.form-right {
  bottom: 0;
  right: 0;
}
.content-form-absolut.form-left {
  bottom: 0;
  left: 0;
}
.content-form-absolut.form-left-top {
  top: 0;
  left: 0;
}
.content-form-absolut.form-left-bottom {
  bottom: 0;
  left: 0;
}
.content-form-absolut .form-absolut {
  fill: var(--background-color-form);
  max-width: 100%;
}
@media all and (max-width: 767.98px) {
  .content-form-absolut .form-absolut-lg {
    display: none;
  }
  .content-form-absolut .form-absolut-md {
    display: none;
  }
  .content-form-absolut .form-absolut-sm {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .content-form-absolut .form-absolut-md {
    display: block;
  }
  .content-form-absolut .form-absolut-lg {
    display: none;
  }
  .content-form-absolut .form-absolut-sm {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .content-form-absolut .form-absolut-md {
    display: none;
  }
  .content-form-absolut .form-absolut-lg {
    display: block;
  }
  .content-form-absolut .form-absolut-sm {
    display: none;
  }
}

.info-metier {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
}
@media all and (min-width: 1024px) {
  .info-metier {
    margin-bottom: 2.4rem;
  }
}
@media all and (max-width: 767.98px) {
  .info-metier {
    text-align: center;
    margin-bottom: 2.4rem;
  }
}

@media all and (min-width: 1024px) {
  .form-carrier {
    background: var(--background-color-dark);
    border-radius: 0.4rem;
    box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
    padding: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.card-metier {
  background: var(--background-color-dark);
  border-radius: 0.4rem;
  box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
  padding: 2.4rem 3.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 3.4rem;
}
@media all and (max-width: 1023.98px) {
  .card-metier {
    margin: 0 auto 5.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .card-metier {
    display: grid;
    grid-template-areas: "content logo";
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    text-align: left;
    position: relative;
  }
}
@media all and (max-width: 767.98px) {
  .card-metier .metier-logo {
    width: 13rem;
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .card-metier .metier-logo {
    width: 16rem;
    order: 2;
  }
}
@media all and (min-width: 1024px) {
  .card-metier .metier-logo {
    width: 13rem;
    margin-bottom: 2.4rem;
  }
}
.card-metier .metier-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-metier .metier-type {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 0.6rem;
}
@media all and (min-width: 1024px) {
  .card-metier .content-metier-link {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width: 1023.98px) {
  .card-metier .content-metier-link img {
    display: none;
  }
}
.card-metier .metier-titre {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: var(--text-color);
}
@media all and (max-width: 1023.98px) {
  .card-metier .metier-titre {
    margin-bottom: 1.4rem;
  }
}
@media all and (min-width: 1024px) {
  .card-metier .metier-titre {
    margin-bottom: 2.4rem;
  }
}
.card-metier .metier-lieu {
  display: flex;
  gap: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.2;
  color: var(--text-color);
  align-items: center;
  text-transform: uppercase;
}
.card-metier .metier-lieu .metier-svg {
  flex-shrink: 0;
}
.card-metier .metier-content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

[data-theme=dark] .svg-dark {
  display: block;
}
[data-theme=dark] .svg-light {
  display: none;
}

[data-theme=light] .svg-dark {
  display: none;
}

.content-cards .card-metier.is-hidden {
  display: none !important;
}

.modal-candidature:has(.success-message) .titre-candidature,
.modal-candidature:has(.success-message) .info-candidature {
  display: none !important;
}

.modal-candidature .success-message {
  margin-top: 0.5rem;
}

.accordion-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.accordion-content.active {
  display: block;
}

@media all and (min-width: 768px) {
  .dropdown-label:after {
    background: url("./assets/imgs/icons/chevron-down.svg") no-repeat center center;
  }
}
.form-group.active .dropdown-label:after {
  background: url("./assets/imgs/icons/chevron-down-white.svg") no-repeat center center;
}

.side-menu {
  display: none;
}

@media screen and (min-width: 1800px) {
  .side-menu {
    position: fixed;
    top: 30%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    z-index: 999;
  }
  .menu-link {
    width: 1.6rem;
    height: 4rem;
    background-color: #006582;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    border: 1px solid #fcfefe;
    box-shadow: 0 0 0 1px #FFF;
  }
  .menu-link:hover,
  .menu-link.active {
    width: 100%;
    background-color: #007c91;
  }
  .menu-link span {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.2s ease, width 0.3s ease, margin-left 0.3s ease;
  }
  .menu-link:hover span,
  .menu-link.active span {
    opacity: 1;
    width: auto;
    margin: 0 0.8rem;
  }
}
.sommaire-mentions {
  padding: 2.4rem;
  position: relative;
  background-color: #00adb1;
}
.sommaire-mentions .sommaire-titre {
  display: block;
  line-height: 1.1;
  text-transform: uppercase;
  font-style: italic;
  color: #fcfefe;
}
@media all and (max-width: 1023.98px) {
  .sommaire-mentions .sommaire-titre {
    font-size: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .sommaire-mentions .sommaire-titre {
    margin-bottom: 2.4rem;
    font-size: 3.6rem;
  }
}
.sommaire-mentions .sommaire-button {
  display: block;
  font-size: 1.4rem;
  color: #fcfefe;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
@media all and (min-width: 1024px) {
  .sommaire-mentions .sommaire-button {
    margin-bottom: 1.8rem;
  }
}
@media all and (min-width: 1024px) {
  .sommaire-mentions {
    border-radius: 0.4rem;
  }
}
@media all and (max-width: 1023.98px) {
  .sommaire-mentions {
    border-radius: 0.4rem 0.4rem 0 0;
  }
}
@media all and (max-width: 1023.98px) {
  .sommaire-mentions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #00adb1;
    padding: 2.4rem;
  }
  .sommaire-mentions .sommaire-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    color: #fcfefe;
    padding: 0;
    font-size: 2rem;
    text-transform: uppercase;
    font-style: italic;
  }
  .sommaire-mentions .sommaire-toggle .arrow-icon {
    transition: transform 0.3s ease;
  }
  .sommaire-mentions .sommaire-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-top: 0;
  }
  .sommaire-mentions.is-open .sommaire-toggle .arrow-icon {
    transform: rotate(180deg);
  }
  .sommaire-mentions.is-open .sommaire-content {
    max-height: 500px;
    padding-top: 2.4rem;
  }
}
@media all and (min-width: 1024px) {
  .sommaire-mentions .sommaire-toggle {
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    pointer-events: none;
  }
  .sommaire-mentions .sommaire-toggle .arrow-icon {
    display: none;
  }
  .sommaire-mentions .sommaire-content {
    max-height: none;
    overflow: visible;
  }
  .sommaire-mentions .form-absolute {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media all and (max-width: 1023.98px) {
  .sommaire-mentions .form-absolute {
    display: none;
  }
  .sommaire-mentions.is-open .form-absolute {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media all and (max-width: 1023.98px) {
  .sommaire-mentions .sommaire-toggle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.content-career-section {
  position: relative;
}
@media all and (max-width: 1023.98px) {
  .content-career-section {
    padding: 5rem 0 0;
  }
}
@media all and (min-width: 1024px) {
  .content-career-section {
    padding: 10rem 0 0;
  }
}
.content-career-section .career-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .content-career-section .career-grid {
    max-width: 60rem;
  }
}
@media all and (min-width: 1024px) {
  .content-career-section .career-grid {
    max-width: 96rem;
  }
}
.content-career-section .career-grid .career-header__title {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 1.6rem;
  font-style: italic;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.4rem;
  color: #00adb1;
}
.content-career-section .career-grid .career-header__subtitle {
  color: var(--text-color);
}
@media all and (max-width: 767.98px) {
  .content-career-section .career-grid .career-header__subtitle {
    margin-bottom: 2.4rem;
  }
}
@media all and (min-width: 768px) {
  .content-career-section .career-grid .career-header__subtitle {
    margin-bottom: 5.4rem;
  }
}
.content-career-section .career-grid .career-section__container {
  display: grid;
  align-items: flex-start;
}
@media all and (max-width: 767.98px) {
  .content-career-section .career-grid .career-section__container {
    grid-template-areas: "intro-text-nombre-one" "intro-text-nombre-two" "feature-image-one" "highlighted-content";
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .content-career-section .career-grid .career-section__container {
    grid-template-areas: "intro-text-nombre-one feature-image-one" "intro-text-nombre-two feature-image-one" "highlighted-content highlighted-content";
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 768px) {
  .content-career-section .career-grid .career-section__container {
    gap: 1.4rem;
  }
}
@media all and (min-width: 1024px) {
  .content-career-section .career-grid .career-section__container {
    grid-template-areas: "intro-text-nombre-one feature-image-one  feature-image-two" "intro-text-nombre-two feature-image-one feature-image-two" "highlighted-content highlighted-content feature-image-two";
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 1023.98px) {
  .content-career-section .career-grid .career-section__container .career-image {
    display: none;
  }
}
.content-career-section .career-grid .career-text {
  min-height: 14rem;
  height: 100%;
  background-color: var(--background-color-dark);
  color: var(--text-color);
  box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
  text-transform: uppercase;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-career-section .career-grid .career-text .nombre {
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 700;
  color: #00adb1;
  font-style: italic;
}
.content-career-section .career-grid .career-section__item {
  border-radius: 0.4rem;
}
.content-career-section .career-grid .career-section__text {
  background-color: var(--background-color-dark);
  box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
  padding: 2.4rem 1.4rem;
  border-radius: 0 0.4rem 0.4rem 0;
}
@media all and (max-width: 767.98px) {
  .content-career-section .career-grid .career-section__text {
    padding: 2.4rem 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .content-career-section .career-grid .career-section__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 2.4rem;
  }
}
@media all and (min-width: 768px) {
  .content-career-section .career-grid .career-section__text .button {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media all and (min-width: 1024px) {
  .content-career-section .career-grid .career-section__text .button {
    margin: 0 auto;
  }
}
.content-career-section .career-grid .career-section__description {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  color: var(--text-color);
}
.content-career-section .career-grid .career-image img {
  max-width: 100%;
  height: 100%;
}
@media all and (min-width: 1024px) {
  .content-career-section .career-grid .career-image {
    max-width: 35rem;
    height: 100%;
  }
}
.content-career-section .career-grid .career-image-txt {
  background: #006582 url("./assets/imgs/home/visuel-offer-top.svg") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--text-color);
}
.content-career-section .career-grid .career-image-txt .career-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #fcfefe;
  padding: 2rem;
}
@media all and (max-width: 767.98px) {
  .content-career-section .career-grid .career-image-txt .career-txt {
    min-width: 35rem;
    min-height: 35rem;
    font-size: 3rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .content-career-section .career-grid .career-image-txt .career-txt {
    min-height: 30rem;
  }
}
@media all and (min-width: 768px) {
  .content-career-section .career-grid .career-image-txt .career-txt {
    font-size: 3.4rem;
  }
}
@media all and (min-width: 768px) {
  .content-career-section .career-grid .career-image-txt {
    grid-row: span 2;
    height: 100%;
    width: 30rem;
  }
}
.content-career-section .career-grid .career-mixed {
  display: flex;
  flex-direction: column;
}
.content-career-section .career-grid .career-mixed .career-section__description {
  text-align: left;
}
@media all and (max-width: 767.98px) {
  .content-career-section .career-grid .career-mixed .career-section__description {
    margin-bottom: 2.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .content-career-section .career-grid .career-mixed .career-section__description {
    margin-bottom: 3.4rem;
  }
}
@media all and (min-width: 1024px) {
  .content-career-section .career-grid .career-mixed .career-section__description {
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media all and (max-width: 767.98px) {
  .content-career-section .career-grid .career-mixed .career-section__image {
    border-radius: 0.4rem 0.4rem 0 0;
  }
}
@media all and (min-width: 768px) {
  .content-career-section .career-grid .career-mixed .career-section__image {
    border-radius: 0.4rem 0 0 0.4rem;
  }
}
@media all and (min-width: 768px) {
  .content-career-section .career-grid .career-mixed {
    flex-direction: row;
    display: grid;
    height: 100%;
    grid-template-columns: 30rem 1fr;
  }
}
.content-career-section .career-grid .career-mixed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.content-career-section .career-grid .career-text[data-grid-name=intro-text-nombre-one] {
  grid-area: intro-text-nombre-one;
}
.content-career-section .career-grid .career-text[data-grid-name=intro-text-nombre-two] {
  grid-area: intro-text-nombre-two;
}
.content-career-section .career-grid .career-image[data-grid-name=feature-image-one] {
  grid-area: feature-image-one;
}
.content-career-section .career-grid .career-image[data-grid-name=feature-image-two] {
  grid-area: feature-image-two;
}
.content-career-section .career-grid .career-mixed[data-grid-name=highlighted-content] {
  grid-area: highlighted-content;
}
@media all and (max-width: 767.98px) {
  .content-career-section .career-grid .button {
    min-height: 4.2rem;
  }
}

.banniere {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 35rem;
  margin-bottom: 5rem;
}
@media all and (min-width: 1024px) {
  .banniere {
    max-width: 124rem;
  }
}
@media all and (min-width: 1240px) {
  .banniere {
    padding: 0 2rem;
  }
}
@media all and (max-width: 767.98px) {
  .banniere__image {
    height: 60rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .banniere__image {
    height: 56rem;
  }
}
@media all and (min-width: 1024px) {
  .banniere__image {
    height: 58rem;
  }
}
.banniere__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media all and (max-width: 1239.98px) {
  .banniere__image img {
    border-radius: 0 0 0.4rem 0.4rem;
  }
}
@media all and (min-width: 1240px) {
  .banniere__image img {
    border-radius: 0.4rem;
  }
}
@media all and (max-width: 767.98px) {
  .banniere__image picture {
    height: 60rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .banniere__image picture {
    height: 56rem;
  }
}
@media all and (min-width: 1024px) {
  .banniere__image picture {
    height: 58rem;
  }
}
.banniere__content {
  position: absolute;
  color: #fcfefe;
}
@media all and (max-width: 767.98px) {
  .banniere__content {
    bottom: 3rem;
    padding: 0 2rem;
  }
}
@media all and (min-width: 768px) {
  .banniere__content {
    bottom: 3.4rem;
    padding: 0 3.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .banniere__content {
    width: 80%;
  }
}
@media all and (min-width: 1024px) {
  .banniere__content {
    bottom: 5rem;
    padding: 0 12rem;
  }
}
.banniere__title {
  font-size: 4.8rem;
  line-height: 1.1;
  font-weight: 800;
  color: #fcfefe;
  font-style: italic;
  text-transform: uppercase;
}
@media all and (max-width: 767.98px) {
  .banniere__title {
    font-size: 3.6rem;
    margin-bottom: 1.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .banniere__title {
    font-size: 4.8rem;
    margin-bottom: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .banniere__title {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .banniere__title {
    font-size: 6rem;
  }
}
.banniere__intro {
  color: #E6E9EB;
}
@media all and (max-width: 767.98px) {
  .banniere__intro {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .banniere__intro {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
@media all and (max-width: 767.98px) {
  .banniere.banniere-text {
    min-height: 30rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .banniere.banniere-text {
    min-height: 26rem;
  }
}
@media all and (min-width: 1024px) {
  .banniere.banniere-text {
    min-height: 34rem;
  }
}
.banniere.banniere-text .banniere__text {
  background-color: #006582;
  border-radius: 0.4rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.banniere.banniere-text .banniere__text:after {
  content: "";
  background-image: url(./assets/imgs/marques/shape.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
@media all and (max-width: 767.98px) {
  .banniere.banniere-text .banniere__text {
    min-height: 30rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .banniere.banniere-text .banniere__text {
    min-height: 26rem;
  }
}
@media all and (min-width: 1024px) {
  .banniere.banniere-text .banniere__text {
    min-height: 34rem;
  }
}

.intro-text-section {
  font-weight: 700;
}
@media all and (max-width: 1023.98px) {
  .intro-text-section {
    padding: 5rem 0;
  }
}
@media all and (min-width: 1024px) {
  .intro-text-section {
    padding: 10rem 0;
  }
}
.intro-text-section .text-color {
  line-height: 1.2;
}
@media all and (max-width: 767.98px) {
  .intro-text-section .text-color {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 768px) {
  .intro-text-section .text-color {
    font-size: 3.6rem;
    text-align: center;
  }
}
.intro-text-section .primary-blue.d-bloc {
  display: block;
}
@media all and (max-width: 767.98px) {
  .intro-text-section .intro-text-image {
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 1024px) {
  .intro-text-section .intro-text-image {
    margin-bottom: 4rem;
  }
}

.media-section {
  background-color: #006582;
  color: #fcfefe;
}
@media all and (min-width: 1240px) {
  .media-section .grid-fluide {
    display: grid;
    gap: 5.4rem;
  }
}
@media all and (min-width: 1240px) and (min-width: 1920px) {
  .media-section .grid-fluide {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 1240px) {
  .media-section .fluide-left,
  .media-section .fluide-right {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 1239.98px) {
  .media-section .content-text {
    padding: 3.4rem 5rem 5rem;
  }
}
@media all and (max-width: 767.98px) {
  .media-section .content-text {
    padding: 2.4rem 2rem 5rem;
  }
}
@media all and (min-width: 1240px) {
  .media-section .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 59.3rem;
    padding: 2rem;
  }
}
.media-section .content-description {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media all and (max-width: 767.98px) {
  .media-section .content-description {
    margin-bottom: 2.4rem;
  }
}
@media all and (min-width: 768px) {
  .media-section .content-description {
    margin-bottom: 3.4rem;
  }
}
.media-section .content-description p:not(:last-child) {
  margin-bottom: 3rem;
}
.media-section .content-title {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 1.6rem;
  font-style: italic;
  text-transform: uppercase;
  display: block;
}
@media all and (max-width: 1023.98px) {
  .media-section .content-subtitle {
    margin-bottom: 3.4rem;
  }
}
@media all and (min-width: 1024px) {
  .media-section .content-subtitle {
    margin-bottom: 2.4rem;
  }
}
@media all and (max-width: 1023.98px) {
  .media-section.mb {
    margin-bottom: 5rem;
  }
}
@media all and (min-width: 1024px) {
  .media-section.mb {
    margin-bottom: 7rem;
  }
}
.media-section.reverse .content-text {
  margin-left: auto;
}
.media-section.reverse picture {
  order: 2;
}
.media-section__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.cover-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media all and (max-width: 767.98px) {
  .cover-image {
    background: url(./assets/imgs/home/footer-banner-mobile.jpg) no-repeat center bottom/cover;
    min-height: 30rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .cover-image {
    background: url(./assets/imgs/home/footer-banner-small.jpg) no-repeat center bottom/cover;
    min-height: 30rem;
  }
}
@media all and (min-width: 1024px) {
  .cover-image {
    background: url(./assets/imgs/home/footer-banner.jpg) no-repeat center bottom/cover;
    min-height: 40rem;
  }
}
.cover-image__title {
  line-height: 1.25;
  font-weight: 800;
  font-style: italic;
  display: block;
  color: #fcfefe;
  text-align: center;
  margin-bottom: 2rem;
}
@media all and (max-width: 767.98px) {
  .cover-image__title {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
@media all and (min-width: 768px) {
  .cover-image__title {
    font-size: 4.6rem;
  }
}
@media all and (max-width: 1023.98px) {
  .cover-image__title {
    padding: 0 4rem;
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .cover-image__title {
    margin-bottom: 2.4rem;
  }
}

@media all and (max-width: 767.98px) {
  .grid-image-dominant {
    margin-bottom: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .grid-image-dominant {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .grid-image-dominant {
    display: grid;
    grid-template-areas: "about-us-text " "about-us-cards";
    grid-template-columns: 1fr;
  }
  .grid-image-dominant .grid-text[data-grid-name=about-us-text] {
    grid-area: about-us-text;
  }
  .grid-image-dominant .grid-cards[data-grid-name=about-us-cards] {
    grid-area: about-us-cards;
  }
  .grid-image-dominant .grid-image[data-grid-name=about-us-image] {
    grid-area: about-us-image;
  }
  .grid-image-dominant .grid-image {
    display: none;
  }
}
@media all and (min-width: 1240px) {
  .grid-image-dominant {
    grid-template-areas: "about-us-text about-us-image" "about-us-cards about-us-image";
    grid-template-columns: 1fr 52.6rem;
  }
  .grid-image-dominant .grid-image {
    display: block;
  }
}
.grid-image-dominant .grid-intro {
  color: #00adb1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.4rem;
}
.grid-image-dominant .grid-description {
  margin-bottom: 2.4rem;
  color: var(--text-color);
}
.grid-image-dominant .grid-cards {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 767.98px) {
  .grid-image-dominant .grid-cards {
    gap: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .grid-image-dominant .grid-cards {
    flex-direction: row;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .grid-image-dominant .grid-cards {
    gap: 1.8rem;
  }
}
@media all and (min-width: 1024px) {
  .grid-image-dominant .grid-cards {
    gap: 1.4rem;
  }
}
.grid-image-dominant .grid-cards .grid-card {
  flex: 1;
}
.grid-image-dominant .grid-text {
  padding: 2rem 2.4rem;
  border-radius: 0.4rem;
  background-color: var(--background-color-dark);
}
.grid-image-dominant .grid-title {
  color: var(--text-color);
  margin-bottom: 1rem;
}
.grid-image-dominant .grid-visual {
  border-radius: 0.4rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767.98px) {
  .grid-image-dominant .button {
    width: 100%;
  }
}

@media all and (max-width: 767.98px) {
  .section-grid-left-image .grid-left-image {
    margin-bottom: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .section-grid-left-image .grid-left-image {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.4rem;
    gap: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .section-grid-left-image .grid-left-image {
    display: grid;
    grid-template-areas: "grid-image" "grid-cards";
  }
  .section-grid-left-image .grid-left-image .grid-text[data-grid-name=grid-text] {
    grid-area: grid-text;
  }
  .section-grid-left-image .grid-left-image .grid-cards[data-grid-name=grid-cards] {
    grid-area: grid-cards;
  }
  .section-grid-left-image .grid-left-image .grid-image[data-grid-name=grid-image] {
    grid-area: grid-image;
  }
}
.section-grid-left-image .grid-intro {
  color: #00adb1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.4rem;
  text-align: center;
}
.section-grid-left-image .grid-description {
  margin-bottom: 2.4rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--text-color);
}
.section-grid-left-image .grid-cards {
  display: flex;
}
@media all and (max-width: 767.98px) {
  .section-grid-left-image .grid-cards {
    gap: 1.4rem;
  }
}
@media all and (min-width: 768px) {
  .section-grid-left-image .grid-cards {
    flex-direction: row;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .section-grid-left-image .grid-cards {
    gap: 1.8rem;
  }
}
@media all and (min-width: 1024px) {
  .section-grid-left-image .grid-cards {
    gap: 1.4rem;
  }
}
.section-grid-left-image .grid-cards .grid-card {
  min-height: 18rem;
  flex: 1;
}
.section-grid-left-image .grid-text {
  position: relative;
  padding: 2rem 2.4rem;
  background-color: var(--background-color-dark);
}
.section-grid-left-image .grid-text .h3-style {
  color: var(--titre-color);
}
@media all and (max-width: 1023.98px) {
  .section-grid-left-image .grid-text {
    border-radius: 0 0 0.4rem 0.4rem;
  }
}
@media all and (min-width: 1024px) {
  .section-grid-left-image .grid-text {
    border-radius: 0 0.4rem 0.4rem 0;
  }
}
.section-grid-left-image .grid-text:after .bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-grid-left-image .grid-visual {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1023.98px) {
  .section-grid-left-image .grid-visual {
    border-radius: 0.4rem 0.4rem 0 0;
  }
}
@media all and (min-width: 1024px) {
  .section-grid-left-image .grid-visual {
    border-radius: 0.4rem 0 0 0.4rem;
  }
}
.section-grid-left-image .grid-title {
  text-align: center;
}
@media all and (max-width: 767.98px) {
  .section-grid-left-image .section-grid-bcg {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .section-grid-left-image .section-grid-bcg {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.section-grid-left-image .grid-content-image {
  display: grid;
}
@media all and (min-width: 1024px) {
  .section-grid-left-image .grid-content-image {
    grid-template-columns: 1fr 1.3fr;
  }
}
.section-grid-left-image .grid-content-image .h3-style {
  font-size: 3.4rem;
  font-weight: 800;
  text-transform: uppercase;
}

.grid-intro {
  margin-bottom: 3.4rem;
}

.grid-title {
  color: var(--titre-color);
}
@media all and (max-width: 767.98px) {
  .grid-title {
    margin-bottom: 3.4rem;
  }
}
@media all and (min-width: 768px) {
  .grid-title {
    margin-bottom: 5.4rem;
  }
}

.container .grid-subtitle {
  font-size: 3.4rem;
}

.avantages-section {
  color: var(--text-color);
  margin: 0 auto;
  background-color: var(--background-color);
}
@media all and (max-width: 1023.98px) {
  .avantages-section {
    padding: 5rem 0;
  }
}
@media all and (min-width: 1024px) {
  .avantages-section {
    padding: 7rem 0;
  }
}
.avantages-section__title {
  line-height: 1.25;
  font-weight: 800;
  font-style: italic;
  color: var(--titre-color);
  text-align: center;
}
@media all and (max-width: 767.98px) {
  .avantages-section__title {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
@media all and (min-width: 768px) {
  .avantages-section__title {
    font-size: 4.6rem;
  }
}
.avantages-section .badge {
  text-align: center;
}
.avantages-section .avantage-titre {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--titre-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  margin-bottom: 1.4rem;
}
.avantages-section .avantage-description {
  color: var(--text-color);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}
.avantages-section .avantage-icon .icon path {
  transition: fill 0.3s ease;
}
@media all and (max-width: 767.98px) {
  .avantages-section .avantages-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    margin-bottom: 5rem;
  }
}
@media all and (min-width: 768px) {
  .avantages-section .avantages-grid {
    gap: 2.4rem;
    display: grid;
    margin-bottom: 5.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .avantages-section .avantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1024px) {
  .avantages-section .avantages-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
  }
}
@media all and (min-width: 1240px) {
  .avantages-section .avantages-grid {
    gap: 2.4rem;
  }
}
.avantages-section .avantage-icon .icon {
  margin-bottom: 1.4rem;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .avantages-section .mobile-flex {
    padding: 2.4rem 1.4rem;
  }
}
@media all and (max-width: 767.98px) {
  .avantages-section .mobile-flex {
    width: 100%;
    display: grid;
    grid-template-columns: 8rem auto;
    gap: 2.4rem;
  }
}
.avantages-section.avantages-franchise .avantage-icon {
  display: grid;
  grid-template-columns: 11.4rem 1fr;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
@media all and (min-width: 768px) {
  .avantages-section.avantages-franchise .avantages-grid {
    grid-template-columns: 30rem 30rem;
    margin: 0 auto;
  }
}
@media all and (min-width: 1024px) {
  .avantages-section.avantages-franchise .avantages-grid {
    max-width: 69rem;
    gap: 9rem;
  }
}
.avantages-section .avantages-cta {
  text-align: center;
}

/* tns slider */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.slider-partner-content {
  margin-top: -5rem;
  background: #002a37;
}
.slider-partner-content .brand-item {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 0.4rem;
  max-width: 100%;
  background-color: var(--background-color-dark);
}
.slider-partner-content .tns-controls .tns-stop {
  display: none;
}

@media all and (max-width: 1023.98px) {
  .marques-cards {
    margin-top: 5.6rem;
  }
}
.marques-cards .marque-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media all and (min-width: 1024px) {
  .marques-cards .marque-card {
    flex-direction: row;
    padding-top: 10rem;
    gap: 5.4rem;
  }
  .marques-cards .marque-card--ligne:nth-child(even) {
    flex-direction: row;
  }
  .marques-cards .marque-card--ligne:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 1023.98px) {
  .marques-cards .marque-card:not(:last-child) {
    margin-bottom: 5.6rem;
  }
}
.marques-cards .marque-card__content {
  padding-top: 2rem;
  flex: 1;
}
.marques-cards .marque-card__content h3 {
  color: var(--titre-color);
  text-transform: uppercase;
}
.marques-cards .marque-card__text {
  margin-bottom: 3.4rem;
  color: var(--text-color);
}
.marques-cards .marque-card__image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
}
.marques-cards .marque-card__image img {
  width: 100%;
  height: 19rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media all and (max-width: 767.98px) {
  .marques-cards .marque-card__image img {
    height: 19rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .marques-cards .marque-card__image img {
    height: 40rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1239.98px) {
  .marques-cards .marque-card__image img {
    height: 26rem;
  }
}
@media all and (min-width: 1240px) {
  .marques-cards .marque-card__image img {
    width: 55rem;
    height: 35rem;
  }
}
@media all and (min-width: 1024px) {
  .marques-cards .marque-card__image {
    width: auto;
    flex-shrink: 0;
  }
}

.engagements-cards .content-engagement:nth-child(odd) {
  background-color: var(--background-color-odd);
  z-index: 0;
}
.engagements-cards .content-engagement:nth-child(even) {
  background-color: var(--background-color-even);
  z-index: 0;
}
@media all and (min-width: 1024px) {
  .engagements-cards .content-engagement:nth-child(even) .engagement-card--ligne {
    flex-direction: row-reverse;
  }
}
.engagements-cards .content-engagement .engagement-card {
  max-width: 124rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--backgroubd-color);
}
@media all and (max-width: 767.98px) {
  .engagements-cards .content-engagement .engagement-card {
    padding: 5rem 2rem;
  }
}
@media all and (min-width: 1024px) {
  .engagements-cards .content-engagement .engagement-card {
    flex-direction: row;
    gap: 5.4rem;
    align-items: center;
    padding: 5rem 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .engagements-cards .content-engagement .engagement-card {
    padding: 5rem;
  }
}
@media all and (max-width: 1023.98px) {
  .engagements-cards .content-engagement .engagement-card {
    gap: 3.4rem;
  }
}
.engagements-cards .content-engagement .engagement-card__content {
  font-size: 1.4rem;
}
.engagements-cards .content-engagement .engagement-card__content h3 {
  color: var(--titre-color);
  text-transform: uppercase;
}
.engagements-cards .content-engagement .engagement-card__content ul {
  color: var(--titre-color);
}
.engagements-cards .content-engagement .engagement-card__text {
  margin-bottom: 3.4rem;
  color: var(--text-color);
}
.engagements-cards .content-engagement .engagement-card__image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
}
.engagements-cards .content-engagement .engagement-card__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media all and (max-width: 767.98px) {
  .engagements-cards .content-engagement .engagement-card__image img {
    height: 27rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .engagements-cards .content-engagement .engagement-card__image img {
    height: 50rem;
  }
}
@media all and (min-width: 1024px) {
  .engagements-cards .content-engagement .engagement-card__image img {
    width: 45rem;
    height: 34.7rem;
  }
}
@media all and (min-width: 1024px) {
  .engagements-cards .content-engagement .engagement-card__image {
    width: auto;
    flex-shrink: 0;
  }
}

.card-recrutement {
  position: relative;
  background-color: #006582;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  text-align: center;
}
@media all and (max-width: 1023.98px) {
  .card-recrutement {
    margin-bottom: 5rem;
  }
}
@media all and (min-width: 1024px) {
  .card-recrutement {
    margin-bottom: 10rem;
  }
}
.card-recrutement__svg {
  position: absolute;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
@media all and (max-width: 1023.98px) {
  .card-recrutement__svg {
    width: 26%;
  }
}
.card-recrutement__svg--left {
  left: 0;
  top: 0;
}
.card-recrutement__svg--right {
  right: 0;
  bottom: 0;
}
.card-recrutement__content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-recrutement__text {
  display: block;
  color: #fcfefe;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  z-index: 1;
  position: relative;
}
@media all and (max-width: 767.98px) {
  .card-recrutement__text {
    font-size: 2.6rem;
  }
}
@media all and (min-width: 768px) {
  .card-recrutement__text {
    font-size: 4.6rem;
  }
}
@media all and (min-width: 1240px) {
  .card-recrutement__text {
    max-width: 120rem;
  }
}
@media all and (max-width: 767.98px) {
  .card-recrutement {
    padding: 5rem 2rem;
  }
}
@media all and (min-width: 768px) {
  .card-recrutement {
    padding: 10rem 8.4rem;
  }
}

.card-recrutement-list {
  display: grid;
  gap: 2.4rem;
}
@media all and (min-width: 768px) {
  .card-recrutement-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1024px) {
  .card-recrutement-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.4rem;
  }
}

.courtier {
  background-color: var(--bg-dark-blue);
}
@media all and (max-width: 1023.98px) {
  .courtier {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 1024px) {
  .courtier {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.courtier .heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  font-style: italic;
  text-transform: uppercase;
}
.courtier h2 {
  margin-bottom: 1.4rem;
}
@media all and (min-width: 1024px) {
  .courtier .badge {
    text-align: center;
  }
}
.courtier .title {
  color: var(--titre-color);
}
@media all and (min-width: 1024px) {
  .courtier .title {
    text-align: center;
  }
}
.courtier .text-wrapper {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--text-color);
  margin: 0 auto;
}
.courtier .text-wrapper .intro-courtier {
  margin: 0 auto 3rem;
}
.courtier .subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.6rem;
  color: var(--text-color);
  text-transform: uppercase;
}
.courtier .content-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--text-color);
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .courtier .content-text {
    margin-bottom: 3rem;
  }
}
.courtier .content-wrapper {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .courtier .content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    gap: 2.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .courtier .content-wrapper {
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 1023.98px) {
  .courtier .content-wrapper .image-wrapper {
    margin-bottom: 2.4rem;
  }
}
.courtier .content-wrapper .image-wrapper .courtier-img {
  width: 100%;
  height: auto;
}
.courtier .content-wrapper .content-cta {
  display: none;
}
@media all and (min-width: 1024px) {
  .courtier .content-wrapper .content-cta {
    display: block;
  }
}

.collaborateur-section {
  margin-bottom: 5rem 0;
}
@media all and (min-width: 1024px) {
  .collaborateur-section {
    margin-bottom: 10rem;
  }
}
.collaborateur-section .title {
  color: var(--titre-color);
  margin-bottom: 5rem;
}
.collaborateur-section .collaborateur-card {
  padding: 3.4rem 3.4rem 3.4rem 3.4rem;
  background-color: var(--background-color-dark);
  box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
  margin-bottom: 5rem;
  border-radius: 0.4rem;
  position: relative;
}
@media all and (max-width: 767.98px) {
  .collaborateur-section .collaborateur-card .collaborateur-grid {
    padding-bottom: 7.6rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .collaborateur-section .collaborateur-card .collaborateur-grid {
    padding-right: 7.6rem;
  }
}
@media all and (min-width: 768px) {
  .collaborateur-section .collaborateur-card .collaborateur-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2.4rem;
    padding-right: 7.6rem;
  }
}
@media all and (max-width: 767.98px) {
  .collaborateur-section .collaborateur-card.active .collaborateur-grid {
    padding-bottom: 0;
  }
}
.collaborateur-section .collaborateur-card .collaborateur-name {
  display: block;
  margin-bottom: 2.4rem;
  color: var(--titre-color);
}
.collaborateur-section .collaborateur-card .collaborateur-name > * {
  display: block;
}
.collaborateur-section .collaborateur-card .collaborateur-name .name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--titre-color);
}
.collaborateur-section .collaborateur-card .collaborateur-name .job {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #00adb1;
  text-transform: uppercase;
}
.collaborateur-section .collaborateur-card .collaborateur-info p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--text-color);
}
@media all and (max-width: 767.98px) {
  .collaborateur-section .collaborateur-card .collaborateur-img {
    margin: 0 auto;
  }
}
.collaborateur-section .collaborateur-card .arrow-button-wrapper {
  position: absolute;
  right: 3.4rem;
  bottom: 3.4rem;
}
.collaborateur-section .collaborateur-card .arrow-button-wrapper .arrow-cv {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.4rem;
  background-color: #006582;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.collaborateur-section .collaborateur-card .arrow-button-wrapper .arrow-cv.show {
  transform: rotate(180deg);
}
.collaborateur-section .collaborateur-card .questionnaire-container {
  margin-bottom: 4rem;
}
.collaborateur-section .collaborateur-card .collaborateur-cv {
  padding: 3.4rem 0 2.4rem;
  display: none;
}
.collaborateur-section .collaborateur-card .collaborateur-cv .collaborateur-text {
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--text-color);
  margin-bottom: 3.4rem;
}
.collaborateur-section .collaborateur-card .collaborateur-cv.visible {
  display: block;
}
.collaborateur-section .collaborateur-card .questionnaire-container {
  border-radius: 0.4rem;
  margin-bottom: 4rem;
}
.collaborateur-section .collaborateur-card .questionnaire-container > *:nth-child(even) {
  background-color: var(--bg-light-blue);
  color: var(--text-color);
}
.collaborateur-section .collaborateur-card .questionnaire-container > *:nth-child(odd) {
  color: var(--text-color);
}
.collaborateur-section .collaborateur-card .questionnaire-container .column-duo {
  display: grid;
  gap: 2.4rem;
  padding: 2.4rem 1.4rem;
  margin-bottom: 3.4rem;
  border-radius: 0.4rem;
}
@media all and (min-width: 768px) {
  .collaborateur-section .collaborateur-card .questionnaire-container .column-duo {
    grid-template-columns: 1fr 1fr;
  }
}
.collaborateur-section .collaborateur-card .questionnaire-container .left {
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
}
.collaborateur-section .collaborateur-card .questionnaire-container .right {
  font-size: 1.4rem;
  line-height: 1.6;
}

.timeline-container {
  overflow-x: auto;
  white-space: nowrap;
  padding: 2rem 0 8rem;
  margin-bottom: 3.4rem;
  position: relative;
  scroll-snap-type: x mandatory;
}
.timeline-container .timeline {
  display: flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
  gap: 3rem;
  position: relative;
  z-index: 1;
  padding-left: 0;
}
.timeline-container .timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6rem;
  right: 0;
  height: 0.2rem;
  background: repeating-linear-gradient(to right, #ccc, #ccc 10px, transparent 10px, transparent 20px);
  z-index: 0;
}
.timeline-container .timeline .timeline-item {
  flex: 0 0 auto;
  min-width: 160px;
  position: relative;
  scroll-snap-align: start;
  padding-left: 2.4rem;
}
.timeline-container .timeline .timeline-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6rem;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  background: #00a7b5;
  border-radius: 50%;
  z-index: 2;
}
.timeline-container .timeline .timeline-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6rem;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 3.7rem;
  background: #B0BCC0;
  z-index: 1;
}
.timeline-container .timeline .timeline-item .year,
.timeline-container .timeline .timeline-item .role {
  position: relative;
  top: calc(50% + 20px + 16px);
  display: block;
}
.timeline-container .timeline .timeline-item .year {
  font-weight: bold;
  color: #00a7b5;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}
.timeline-container .timeline .timeline-item .role {
  font-size: 1rem;
  color: var(--text-color);
}
.timeline-container .timeline .timeline-item .role small {
  display: block;
  color: #33515c;
  font-size: 1rem;
  color: var(--text-color);
}

.carrier {
  padding: 5rem 0 0;
}
.carrier__title {
  font-weight: 800;
  color: var(--titre-color);
  text-align: center;
}
@media all and (max-width: 767.98px) {
  .carrier__title {
    margin-bottom: 3.4rem;
  }
}
@media all and (min-width: 768px) {
  .carrier__title {
    margin-bottom: 5.4rem;
  }
}
.carrier__badge {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 1.6rem;
  font-style: italic;
  text-transform: uppercase;
  display: block;
  color: #00adb1;
  text-align: center;
}
.carrier__grid {
  display: grid;
  gap: 2rem;
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .carrier__grid {
    grid-template-areas: "carrier__cards" "carrier__callout" "carrier__image";
    grid-template-columns: 1fr;
    max-width: 66.8rem;
    margin: 0 auto;
  }
}
@media all and (min-width: 1024px) {
  .carrier__grid {
    grid-template-areas: "carrier-cards carrier-cards carrier-callout carrier-callout" "carrier-image carrier-image carrier-image carrier-image";
    grid-template-columns: repeat(4, 1fr);
  }
}
.carrier__cards {
  display: none;
  gap: 2rem;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .carrier__cards {
    display: flex;
  }
}
.carrier__card {
  background: var(--background-color-dark);
  padding: 1.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0 35px 0 rgba(0, 16, 21, 0.08);
  text-align: center;
  flex: 1 1 120px;
  min-width: 120px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 15.6rem;
}
.carrier__card-description {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--titre-color);
}
.carrier__card-number {
  display: block;
  font-size: 5.6rem;
  font-weight: 700;
  color: #00adb1;
  font-style: italic;
  margin-bottom: 0.6rem;
}
.carrier__card-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--titre-color);
}
.carrier__callout {
  display: none;
  text-align: center;
  height: 18.4rem;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
}
@media all and (max-width: 767.98px) {
  .carrier__callout {
    background: #00adb1 url("./assets/imgs/groupe/deco-grid-mobile.svg") no-repeat center center;
    background-size: cover;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .carrier__callout {
    background: #00adb1 url("./assets/imgs/groupe/deco-grid-tablet.svg") no-repeat center center;
  }
}
@media all and (min-width: 1024px) {
  .carrier__callout {
    background: #00adb1 url("./assets/imgs/groupe/deco-grid-desktop.svg") no-repeat center center;
  }
}
.carrier__callout-text {
  line-height: 1.25;
  font-weight: 800;
  font-style: italic;
  color: #fcfefe;
  text-transform: uppercase;
}
@media all and (max-width: 767.98px) {
  .carrier__callout-text {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
@media all and (min-width: 768px) {
  .carrier__callout-text {
    font-size: 4.6rem;
  }
}
@media all and (min-width: 768px) {
  .carrier__callout {
    display: flex;
  }
}
@media all and (min-width: 1024px) {
  .carrier__callout {
    width: 55.2rem;
  }
}
.carrier__image {
  display: flex;
}
@media all and (max-width: 767.98px) {
  .carrier__image {
    flex-direction: column;
  }
}
.carrier__image-element {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media all and (max-width: 767.98px) {
  .carrier__image-element {
    border-radius: 0.4rem 0.4rem 0 0;
    height: 16.8rem;
  }
}
@media all and (min-width: 768px) {
  .carrier__image-element {
    border-radius: 0.4rem 0 0 0.4rem;
  }
}
@media all and (min-width: 1024px) {
  .carrier__image-element {
    width: 40rem;
  }
}
@media all and (min-width: 1024px) {
  .carrier__image picture {
    max-width: 40rem;
  }
}
.carrier__text {
  background-color: var(--background-color-dark);
  box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
  position: relative;
  padding: 2rem 2.4rem;
  z-index: 1;
}
@media all and (max-width: 767.98px) {
  .carrier__text {
    border-radius: 0 0 0.4rem 0.4rem;
  }
}
@media all and (min-width: 768px) {
  .carrier__text {
    border-radius: 0 0.4rem 0.4rem 0;
  }
}
.carrier__text .carrier__subtitle {
  font-size: 2rem;
  text-transform: uppercase;
  font-style: italic;
  color: var(--titre-color);
  margin-bottom: 1rem;
}
.carrier__text .carrier__description {
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--titre-color);
  margin-bottom: 3.4rem;
}
.carrier__text .carrier__svg {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media all and (min-width: 1024px) {
  .carrier .carrier__cards[data-grid-name=carrier-cards] {
    grid-area: carrier-cards;
  }
  .carrier .carrier__callout[data-grid-name=carrier-callout] {
    grid-area: carrier-callout;
  }
  .carrier .carrier__image[data-grid-name=carrier-image] {
    grid-area: carrier-image;
  }
}

.valeurs {
  margin: auto;
  background-color: var(--bg-dark-blue);
}
@media all and (max-width: 1023.98px) {
  .valeurs {
    padding: 5rem 0;
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  .valeurs {
    padding: 10rem 0;
  }
}
.valeurs h2 {
  color: var(--titre-color);
  margin-bottom: 2rem;
}
@media all and (min-width: 1024px) {
  .valeurs h2 {
    margin-bottom: 5.4rem;
  }
}
.valeurs .svg-container svg {
  color: var(--currentColor);
}
.valeurs .valeurs-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.valeurs .valeurs-container .valeurs-list li {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  font-style: italic;
  margin: 1.8rem 0;
  cursor: pointer;
  color: #5498AB;
  position: relative;
  opacity: 0.4;
}
.valeurs .valeurs-container .valeurs-list li.active, .valeurs .valeurs-container .valeurs-list li:hover {
  color: var(--titre-color);
  opacity: 1;
  font-weight: 700;
}
.valeurs .valeurs-container .valeurs-list li.active::after, .valeurs .valeurs-container .valeurs-list li:hover::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 2px;
  width: 28rem;
  background-color: var(--titre-color);
  margin-left: 2.4rem;
  transform: translateY(-1px);
}
@media all and (max-width: 1023.98px) {
  .valeurs .valeurs-container .valeurs-icon img {
    width: 23rem;
    height: 23rem;
  }
}
@media all and (min-width: 1024px) {
  .valeurs .valeurs-container .valeurs-icon img {
    width: 25rem;
    height: 25rem;
  }
}
.valeurs .valeurs-slider {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.valeurs .valeurs-slider .valeurs-icon-mobile img {
  width: 23rem;
  height: 23rem;
}
.valeurs .valeurs-slider .valeurs-navigation-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  width: 100%;
}
.valeurs .valeurs-slider .valeurs-navigation-row button {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  width: 4.4rem;
  height: 4.4rem;
}
.valeurs .valeurs-slider .valeurs-navigation-row .valeurs-text-mobile {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  white-space: nowrap;
  color: var(--titre-color);
}
.valeurs .valeurs-slider .valeurs-navigation-row .valeurs-text-mobile span {
  color: #00adb1;
}
.valeurs .valeurs-slider .valeurs-navigation-row .arrow-next {
  right: 0;
}
.valeurs .valeurs-slider .valeurs-navigation-row .arrow-prev {
  left: 0;
}
@media all and (max-width: 1023.98px) {
  .valeurs .valeurs-container {
    display: none;
  }
  .valeurs .valeurs-slider {
    display: flex;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 767.98px) {
  .container {
    padding: 0 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .container {
    padding: 0 5rem;
  }
}
@media all and (min-width: 1024px) {
  .container {
    max-width: 124rem;
    padding: 0 2rem;
  }
}

.container-small {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
}
@media all and (max-width: 767.98px) {
  .container-small {
    padding: 0 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .container-small {
    padding: 0 5rem;
  }
}

@media all and (min-width: 1800px) {
  .fluide-left {
    grid-template-columns: 88rem 1fr;
  }
  .fluide-right {
    grid-template-columns: 1fr 88rem;
  }
}
@media all and (min-width: 1390px) {
  .wrapper-partners-slider {
    max-width: 139rem;
    margin: 0 auto;
  }
}

.footer {
  position: relative;
  background: #002a37;
  padding: 10rem 0 1.4rem;
  font-size: 1.6rem;
  color: #fcfefe;
  z-index: 1;
}
.footer__content--grid {
  display: grid;
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .footer__content--grid {
    grid-template-columns: 18rem auto auto;
    gap: 8rem;
    margin-bottom: 2.8rem;
  }
}
@media all and (min-width: 1024px) {
  .footer__content--grid {
    grid-template-columns: 32rem 1fr 1.4fr;
    gap: 8rem;
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 1240px) {
  .footer__content--grid {
    gap: 18rem;
  }
}
@media all and (max-width: 767.98px) {
  .footer__content {
    margin-bottom: 5.4rem;
  }
}
@media all and (min-width: 768px) {
  .footer__content {
    margin-bottom: 10rem;
  }
}
@media all and (min-width: 1240px) {
  .footer__content-logo {
    margin-bottom: 1.4rem;
  }
}
@media all and (max-width: 767.98px) {
  .footer__content-logo {
    text-align: center;
    margin-bottom: 2.4rem;
  }
}
@media all and (max-width: 1023.98px) {
  .footer__content-logo {
    margin-bottom: 2.8rem;
  }
}
@media all and (min-width: 1024px) {
  .footer__content-logo {
    margin-bottom: 1.4rem;
  }
}
.footer__content-intro {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media all and (max-width: 767.98px) {
  .footer__nav {
    margin-bottom: 5.4rem;
  }
}
.footer__nav-title {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 1.4rem;
}
@media all and (min-width: 1240px) {
  .footer {
    padding: 10rem 0 1.4rem;
  }
}
@media all and (max-width: 1239.98px) {
  .footer {
    padding: 5rem 0 2.4rem;
  }
}
.footer .nav-links {
  display: grid;
  flex-wrap: wrap;
  gap: 1.4rem;
}
@media all and (max-width: 767.98px) {
  .footer .nav-links {
    grid-template-columns: 1fr 1fr;
  }
}
.footer .nav-links .nav-link {
  color: #fcfefe;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}
@media all and (max-width: 767.98px) {
  .footer .nav-links .nav-link {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media all and (max-width: 1239.98px) {
  .footer .nav-links .nav-link {
    display: block;
  }
}
@media all and (min-width: 1240px) {
  .footer .nav-links .nav-link:hover {
    color: #00adb1;
  }
}
@media all and (max-width: 767.98px) {
  .footer .nav-links .small-order3 {
    order: 3;
  }
}
@media all and (max-width: 767.98px) {
  .footer .nav-links .full-width {
    grid-column: 1/-1;
  }
}
.footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}
.footer .nav-socials--footer {
  display: flex;
  gap: 2.4rem;
}
.footer .social-links__title {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  align-self: flex-start;
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .footer .social-links {
    display: flex;
    justify-content: space-between;
    max-width: 32rem;
  }
}
@media all and (min-width: 1024px) {
  .footer .social-links {
    display: flex;
    justify-content: space-between;
    max-width: 32rem;
  }
}
@media all and (max-width: 767.98px) {
  .footer .social-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem;
  }
}
@media all and (min-width: 1240px) {
  .footer .social-links {
    margin-bottom: 3.6rem;
  }
}
.footer .social-links__content-iso {
  display: grid;
  grid-template-columns: 5.4rem auto;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
}
.footer .footer-info .link {
  color: #fcfefe;
}
@media all and (max-width: 767.98px) {
  .footer .footer-info {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .footer .footer-info {
    margin-bottom: 1.4rem;
  }
}
@media all and (min-width: 1024px) {
  .footer .footer-info {
    margin-bottom: 4rem;
  }
}
.footer .footer-info p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.footer .nav-link {
  color: #fcfefe;
  text-decoration: underline;
}
@media all and (min-width: 1240px) {
  .footer .nav-link:hover {
    color: #00adb1;
  }
}

@media all and (min-width: 1240px) {
  .header {
    max-width: 124rem;
    margin: 0 auto;
    padding: 0 2rem 1.6rem;
  }
}

.navbar-topbar {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 1239.98px) {
  .navbar-topbar {
    display: none;
  }
}
@media all and (min-width: 1240px) {
  .navbar-topbar {
    display: flex;
    max-width: 124rem;
    margin: 0 auto;
    align-items: center;
    z-index: 12;
    position: relative;
    padding: 1.6rem 0;
  }
}

.navbar {
  position: relative;
  z-index: 12;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 8rem;
  align-items: center;
  box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
  max-width: 124rem;
  background-color: var(--background-color-dark);
}
@media all and (max-width: 767.98px) {
  .navbar {
    padding: 0 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .navbar {
    height: 8rem;
    padding: 0 5rem;
  }
}
@media all and (max-width: 1239.98px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 8rem;
    z-index: 1000;
  }
}
@media all and (min-width: 1024px) {
  .navbar {
    padding: 0 2rem;
  }
}
@media all and (min-width: 1240px) {
  .navbar {
    border-radius: 0.4rem;
  }
}
@media all and (min-width: 1240px) {
  .navbar .menu-toggle {
    display: none;
  }
}
.navbar.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  max-width: 120rem;
  border-radius: 0 0 0.4rem 0.4rem;
}

.menu {
  display: flex;
  gap: 2.4rem;
}
.menu .menu-item {
  display: flex;
  align-items: center;
}
@media all and (min-width: 1240px) {
  .menu .menu-item {
    justify-content: center;
  }
}
.menu .menu-item a {
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (min-width: 1240px) {
  .menu .menu-item a {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
@media all and (max-width: 1239.98px) {
  .menu .menu-item a {
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 1.1;
    font-style: italic;
    color: var(--text-color);
  }
}
@media all and (min-width: 1240px) {
  .menu .menu-item a:not(.cta-custom) {
    transition: border-bottom 0.3s ease;
    border-bottom: 2px solid transparent;
    height: 5rem;
  }
}
@media all and (min-width: 1240px) {
  .menu .menu-item a:hover:not(.cta-custom) {
    border-bottom: 2px solid #00adb1;
  }
}
@media all and (min-width: 1240px) {
  .menu .menu-item a {
    color: var(--text-color);
    padding: 1.9rem 0;
  }
}
.menu .menu-item a.cta-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #006582;
  color: #fcfefe;
  padding: 1rem 1.4rem;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  height: 5.4rem;
}
.menu .menu-item a.cta-custom:hover {
  background-color: #005c76;
}
@media all and (min-width: 1240px) {
  .menu .menu-item.current_page_item a:not(.cta-custom) {
    border-bottom: 2px solid #00adb1;
  }
}
@media all and (min-width: 1240px) {
  .menu .menu-item.current_page_item.hide-active-border a:not(.cta-custom) {
    border-bottom: 2px solid transparent;
  }
}
.menu .menu-toggle {
  display: none;
}
@media all and (max-width: 1239.98px) {
  .menu .menu-toggle {
    display: block;
  }
}

@media all and (max-width: 1239.98px) {
  .header .logo {
    display: flex;
    width: 100%;
  }
  .navbar-toggle {
    background-color: #006582;
    border-radius: 0.4rem;
    height: 3.6rem;
    width: 3.6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggle .icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--text-color);
    transition: opacity 0.3s ease;
  }
  .navbar-toggle .icon.icon-close {
    display: none;
  }
  .navbar-toggle[aria-expanded=true] .icon-menu {
    display: none;
  }
  .navbar-toggle[aria-expanded=true] .icon-close {
    display: block;
  }
  .menu-menu-header-container {
    height: auto;
    margin-bottom: 7.5rem;
  }
}
@media all and (max-width: 1239.98px) and (min-width: 1240px) {
  .menu-menu-header-container a {
    height: 5rem;
  }
}
@media all and (max-width: 1239.98px) {
  .header ul.menu {
    display: grid;
  }
}
@media all and (min-width: 1240px) {
  .sticky-active .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
  }
  .sticky-active .header .navbar {
    border-radius: 0 0 0.4rem 0.4rem;
  }
}

@media all and (min-width: 1240px) {
  body.sticky-active .navbar-topbar {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

.is-active .header .navigation {
  transform: translateX(0);
}

@media all and (max-width: 1239.98px) {
  body.is-active {
    overflow: hidden;
  }
}
.header .nav-socials {
  display: flex;
  gap: 2.4rem;
  margin-right: auto;
}

.menu-fade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 16, 21, 0.55);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}

.menu-fade.active {
  display: block;
  opacity: 1;
}

@media (min-width: 1240px) {
  .menu-fade {
    display: none !important;
  }
}
.grid.column-right {
  display: block;
}
@media all and (min-width: 1024px) {
  .grid.column-right {
    display: grid;
    grid-template-columns: 1fr 30rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    align-items: start;
  }
}
@media all and (max-width: 1023.98px) {
  .grid.column-right {
    margin-bottom: 5rem;
  }
}
@media all and (min-width: 1024px) {
  .grid.column-right {
    margin-bottom: 8rem;
  }
}

.grid.column-left {
  display: block;
}
@media all and (min-width: 1024px) {
  .grid.column-left {
    display: grid;
    -moz-column-gap: 3.4rem;
         column-gap: 3.4rem;
    align-items: start;
    margin-bottom: 10rem;
  }
}
@media all and (min-width: 1024px) {
  .grid.column-left {
    grid-template-columns: 39rem 1fr;
  }
}
@media all and (max-width: 1023.98px) {
  .grid.column-left {
    margin-bottom: 7rem;
  }
}

@media all and (min-width: 1024px) {
  .sidebar--right {
    position: sticky;
    top: 2rem;
  }
}
@media all and (min-width: 1240px) {
  .sidebar--right {
    top: 10rem;
  }
}
@media all and (min-width: 1024px) {
  .sidebar--left {
    position: sticky;
    top: 2rem;
  }
  .sidebar--left .button {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .sidebar--left {
    text-align: center;
  }
}
@media all and (min-width: 1240px) {
  .sidebar--left {
    top: 10rem;
  }
}

@media all and (max-width: 1023.98px) {
  .content-cards {
    margin-top: 5.4rem;
  }
}

.contact-form-section {
  position: relative;
  display: flex;
}
@media all and (max-width: 1023.98px) {
  .contact-form-section {
    padding: 5rem 0;
  }
}
@media all and (min-width: 1024px) {
  .contact-form-section {
    padding: 6rem 0 5rem;
  }
}
@media all and (max-width: 767.98px) {
  .contact-form-section .contact-form__badge {
    text-align: center;
  }
}
.contact-form-section .contact-form__title {
  line-height: 1.25;
  font-weight: 800;
  font-style: italic;
  color: var(--titre-color);
  margin-bottom: 5.4rem !important;
  text-transform: uppercase;
}
@media all and (max-width: 767.98px) {
  .contact-form-section .contact-form__title {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
@media all and (min-width: 768px) {
  .contact-form-section .contact-form__title {
    font-size: 4.6rem;
  }
}
@media all and (max-width: 767.98px) {
  .contact-form-section .contact-form__title {
    text-align: center;
  }
}
.contact-form-section .contact-form__container {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  align-items: stretch;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .contact-form-section .contact-form__container {
    gap: 5.4rem;
  }
}
@media all and (min-width: 1024px) {
  .contact-form-section .contact-form__container {
    flex-direction: row;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 768px) {
  .contact-form-section .content-form {
    margin: 0;
  }
}
@media all and (min-width: 1024px) {
  .contact-form-section .content-form {
    max-width: 500px;
    margin: 0 auto;
  }
}
.contact-form-section .content-form .form-group .form-control {
  height: 4.6rem;
  background-color: var(--background-color);
}
.contact-form-section .content-form .form-group .form-control,
.contact-form-section .content-form .form-group .form-textarea {
  color: var(--text-color);
}
.contact-form-section .content-form .form-group .form-control::-moz-placeholder, .contact-form-section .content-form .form-group .form-textarea::-moz-placeholder {
  color: var(--text-color);
  font-size: 1.4rem;
}
.contact-form-section .content-form .form-group .form-control::placeholder,
.contact-form-section .content-form .form-group .form-textarea::placeholder {
  color: var(--text-color);
  font-size: 1.4rem;
}
.contact-form-section .content-form .form-group .form-control:-ms-input-placeholder,
.contact-form-section .content-form .form-group .form-textarea:-ms-input-placeholder {
  color: var(--text-color);
  font-size: 1.4rem;
}
.contact-form-section .content-form .form-group .form-control::-ms-input-placeholder,
.contact-form-section .content-form .form-group .form-textarea::-ms-input-placeholder {
  color: var(--text-color);
  font-size: 1.4rem;
}
.contact-form-section .content-form .form-textarea {
  height: 12rem;
  background-color: var(--background-color);
}
.contact-form-section .content-form .contact-form__label {
  display: block;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.contact-form-section .content-form .contact-form__checkbox-group {
  margin: 1.2rem 0 2rem 0;
}
.contact-form-section .content-form .contact-form__checkbox-group label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #002a37;
  cursor: pointer;
  color: var(--text-color);
}
.contact-form-section .content-form .contact-form__checkbox-group label input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #00adb1;
  margin-right: 0.6rem;
}
.contact-form-section .content-form .custom-checkbox {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--text-color);
  margin-bottom: 2.4rem;
}
.contact-form-section .content-form .custom-checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.contact-form-section .content-form .custom-checkbox label {
  position: relative;
  padding-left: 2.4rem;
  cursor: pointer;
  color: var(--text-color);
}
.contact-form-section .content-form .custom-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #00adb1;
  border-radius: 0.3rem;
  background: transparent;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}
.contact-form-section .content-form .custom-checkbox label::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  display: none;
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2300adb1" stroke-width="3" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.5l3 3 5-5"/></svg>') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.contact-form-section .content-form .custom-checkbox input[type=checkbox]:checked + label::before {
  border-color: #00adb1;
}
.contact-form-section .content-form .custom-checkbox input[type=checkbox]:checked + label::after {
  display: block;
}
.contact-form-section .content-form .link {
  text-decoration: underline;
  color: var(--text-color);
}
.contact-form-section .content-form .contact-form__fields-two-cols {
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
}
@media all and (max-width: 1023.98px) {
  .contact-form-section .content-form .contact-form__fields-two-cols {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media all and (min-width: 1024px) {
  .contact-form-section .content-form .contact-form__fields-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}
.contact-form-section .content-form .contact-form__textarea-group {
  margin-bottom: 3.4rem;
}
.contact-form-section .contact-form__button {
  width: 100%;
  align-self: center;
  width: auto;
}
@media all and (min-width: 1024px) {
  .contact-form-section .contact-form__image {
    flex: 1 1 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (min-width: 1240px) {
  .contact-form-section .contact-form__image {
    flex: 1 1 63.5rem;
  }
}
.contact-form-section .contact-form__image img {
  max-width: 100%;
  height: auto;
}
.contact-form-section .content-message {
  display: none;
}
.contact-form-section .content-message.active {
  display: block;
}
.contact-form-section .content-message__texte p {
  margin-bottom: 2.4rem;
  color: var(--text-color);
}
.contact-form-section .content-message__texte .color {
  color: #00adb1;
  font-weight: 700;
}
.contact-form-section .content-form-absolut {
  right: 0;
}
.contact-form-section .content-form-absolut svg {
  fill: var(--background-color-form);
}
@media all and (max-width: 1023.98px) {
  .contact-form-section .content-form-absolut .form-absolut-lg {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .contact-form-section .content-form-absolut .form-absolut-lg {
    display: block;
  }
}
@media all and (max-width: 1023.98px) {
  .contact-form-section .content-form-absolut .form-absolut-sm {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .contact-form-section .content-form-absolut .form-absolut-sm {
    display: none;
  }
}
.contact-form-section .select-group {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 0.2rem;
}
.contact-form-section .select-group:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
  background: url(./assets/imgs/icons/chevron-down-contact.svg) no-repeat center;
}
.contact-form-section .select-group select {
  width: 100%;
  color: #B0B0B0;
  padding: 1rem 3rem 1rem 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contact-form-section .select-group select:valid {
  color: var(--text-color);
}

.wrapper-offres .form-recrutement {
  max-width: 60rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .wrapper-offres .form-recrutement {
    gap: 1rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .wrapper-offres .form-recrutement {
    margin-bottom: 5.4rem;
    padding: 1.4rem 2.4rem;
    background: var(--background-color-dark);
    border-radius: 1.4rem;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
    display: grid;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    grid-template-areas: "recherche actions" "filtres filtres";
    grid-template-columns: 1fr 1fr;
  }
}
.wrapper-offres .form-recrutement .area-recherche {
  grid-area: recherche;
}
.wrapper-offres .form-recrutement .area-filtres {
  grid-area: filtres;
}
@media all and (max-width: 767.98px) {
  .wrapper-offres .form-recrutement .area-filtres {
    overflow-y: auto;
    max-height: 70vh;
  }
}
.wrapper-offres .form-recrutement .area-actions {
  grid-area: actions;
}
@media all and (max-width: 767.98px) {
  .wrapper-offres .form-recrutement {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    max-width: 100%;
  }
  .wrapper-offres .form-recrutement.active {
    background: var(--background-color);
    box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
    border-radius: 1.4rem 1.4rem 0 0;
  }
  .wrapper-offres .form-recrutement.active .form-actions {
    box-shadow: none;
  }
}
.wrapper-offres .form-recrutement .form-group {
  display: flex;
  flex-direction: column;
}
.wrapper-offres .form-recrutement .form-group.keyword-group .input-with-button {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767.98px) {
  .wrapper-offres .form-recrutement .form-group.keyword-group .input-with-button {
    width: 90%;
  }
}
.wrapper-offres .form-recrutement .form-group.keyword-group .input-with-button input.form-control {
  width: 100%;
  padding: 1rem;
  padding-right: 2.75rem;
  font-size: 1.6rem;
  background-color: #E6F0F3;
  border-radius: 0.4rem;
}
@media all and (max-width: 1023.98px) {
  .wrapper-offres .form-recrutement .form-group.keyword-group .input-with-button input.form-control {
    height: 4.4rem;
  }
}
@media all and (min-width: 1024px) {
  .wrapper-offres .form-recrutement .form-group.keyword-group .input-with-button input.form-control {
    height: 4.6rem;
  }
}
.wrapper-offres .form-recrutement .form-group.keyword-group .input-with-button .btn-search {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  background: #006582;
  border: none;
  cursor: pointer;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.8rem;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-offres .form-recrutement .form-group.keyword-group .input-with-button .btn-search svg {
  width: 2rem;
  height: 2rem;
}
.wrapper-offres .form-recrutement .form-group.location-group input.form-control {
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #E6F0F3;
  border-radius: 0.4rem;
  height: 4.8rem;
}
.wrapper-offres .form-recrutement .form-group .dropdown-label {
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 2rem;
  border-radius: 0.4rem;
  position: relative;
  cursor: pointer;
  text-align: left;
  transition: transform 0.3s ease;
  color: var(--titre-color);
}
.wrapper-offres .form-recrutement .form-group .dropdown-label.show {
  background-color: #006582;
  color: #fcfefe;
}
.wrapper-offres .form-recrutement .form-group .dropdown-label .dropdown-arrow {
  display: flex;
  margin-left: auto;
  pointer-events: none;
}
.wrapper-offres .form-recrutement .form-group .info-label {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 2rem;
  color: var(--titre-color);
  text-align: left;
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .wrapper-offres .form-recrutement .form-group .info-label {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapper-offres .form-recrutement .form-group .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
@media all and (max-width: 767.98px) {
  .wrapper-offres .form-recrutement .form-group .checkbox-group {
    padding: 2rem 2rem 0;
  }
}
.wrapper-offres .form-recrutement .form-group .checkbox-group label {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 0.8rem;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--titre-color);
}
.wrapper-offres .form-recrutement .form-group .checkbox-group label input[type=checkbox] {
  width: 14px;
  height: 14px;
  cursor: pointer;
  border: 0.1rem solid #00adb1;
  border-radius: 0.2rem;
  background-color: #fcfefe;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
}
.wrapper-offres .form-recrutement .form-group .checkbox-group label input[type=checkbox]:checked {
  background-color: #00adb1;
  border-color: #00adb1;
}
.wrapper-offres .form-recrutement .form-group .checkbox-group label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 50%;
  width: 3px;
  height: 6px;
  border: solid #fcfefe;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(33deg);
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .wrapper-offres .form-recrutement .form-group.form-recherche {
    display: block;
    width: 43rem;
  }
}
.wrapper-offres .form-recrutement .form-group.active .dropdown-label {
  background-color: #006582;
  color: #fcfefe;
}
.wrapper-offres .form-recrutement .form-group.active .dropdown-label:after {
  transform: rotateZ(180deg);
}
.wrapper-offres .form-recrutement .form-group.active .dropdown-label .badge-number {
  display: none;
}
.wrapper-offres .form-recrutement .form-group.active {
  padding-top: 2rem;
}
.wrapper-offres .form-recrutement .form-group.active .dropdown-arrow {
  transform: rotate(180deg);
}
.wrapper-offres .form-recrutement .form-group:first-child.active {
  padding-bottom: 2rem;
}
.wrapper-offres .form-recrutement .content-filtres .form-group {
  border-bottom: 1px solid #E6F0F3;
}
@media all and (max-width: 767.98px) {
  .wrapper-offres .form-recrutement .content-filtres.show {
    margin-bottom: 2rem;
  }
}
.wrapper-offres .form-recrutement .content-filtres.show .form-group {
  display: block;
}
@media all and (max-width: 767.98px) {
  .wrapper-offres .form-recrutement .content-filtres .input-with-button {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .wrapper-offres .form-recrutement .content-filtres {
    overflow-y: scroll;
    height: 30.5rem;
    padding: 0 1rem;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .wrapper-offres .form-recrutement .content-filtres::-webkit-scrollbar {
    width: 6px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .wrapper-offres .form-recrutement .content-filtres::-webkit-scrollbar-track {
    background: transparent;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .wrapper-offres .form-recrutement .content-filtres::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .wrapper-offres .form-recrutement .content-filtres:hover {
    scrollbar-color: #006582 #e9e9e9;
  }
  .wrapper-offres .form-recrutement .content-filtres:hover::-webkit-scrollbar-track {
    background: #e9e9e9;
  }
  .wrapper-offres .form-recrutement .content-filtres:hover::-webkit-scrollbar-thumb {
    background-color: #006582;
  }
}
.wrapper-offres .form-recrutement .form-recherche.show {
  display: block;
  padding: 2rem 0;
  border-radius: 1.4rem 1.4rem 0 0;
}
.wrapper-offres .form-recrutement .form-group {
  display: none;
}
@media all and (min-width: 1024px) {
  .wrapper-offres .form-recrutement .form-group {
    display: block;
  }
}
@media all and (max-width: 767.98px) {
  .wrapper-offres .form-actions {
    box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
  }
}
@media all and (max-width: 1023.98px) {
  .wrapper-offres .titre-offres {
    text-align: center;
  }
}
@media all and (max-width: 767.98px) {
  .wrapper-offres .titre-offres {
    margin-bottom: 5.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .wrapper-offres .titre-offres {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 1024px) {
  .wrapper-offres .titre-offres {
    margin-bottom: 5.4rem;
  }
}
@media all and (max-width: 767.98px) {
  .wrapper-offres .btn-candidature {
    width: 100%;
  }
}
.wrapper-offres .content-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
}
.wrapper-offres .no-results {
  color: var(--text-color);
}
@media all and (min-width: 1024px) {
  .wrapper-offres #offres {
    scroll-margin-top: calc(8rem + 4rem);
  }
}
@media all and (max-width: 1023.98px) {
  .wrapper-offres #offres {
    scroll-margin-top: calc(8rem + 2rem);
  }
}

.active.wrapper-offres {
  margin-top: 0;
}

.form-actions .btn-action {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  color: #002a37;
  width: 100%;
}
.form-actions .btn-action .svg-action {
  vertical-align: middle;
}
.form-actions .btn-action.visible-tablet {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .form-actions .btn-action.visible-tablet {
    display: flex !important;
  }
}
.form-actions .btn-action.visible-mobile {
  display: none;
}
@media all and (max-width: 767.98px) {
  .form-actions .btn-action.visible-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.form-actions .btn-filtres .filtre-tablet {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .form-actions .btn-filtres .filtre-tablet {
    display: flex !important;
  }
}
.form-actions .btn-filtres .filtre-mobile {
  display: none;
}
@media all and (max-width: 767.98px) {
  .form-actions .btn-filtres .filtre-mobile {
    display: flex !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .form-actions .btn-filtres {
    width: 11rem;
    border-radius: 4px;
    font-size: 1.4rem;
    border: 1px solid #E6E9EB;
    height: 4.4rem;
    font-weight: 700;
  }
}
@media all and (max-width: 767.98px) {
  .form-actions .form-actions:not(.active) {
    box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
  }
  .form-actions .form-actions.active {
    box-shadow: none;
  }
}
@media all and (max-width: 767.98px) {
  .form-actions {
    height: 9rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    border-radius: 0.4rem;
  }
  .form-actions .btn-search {
    border-radius: 1.4rem 0 0 0;
    border-right: 0.1px solid #E6F0F3;
  }
  .form-actions .btn-filtres {
    border-radius: 0 1.4rem 0 0;
  }
  .form-actions .svg-action {
    margin-right: 1rem;
  }
}
@media all and (max-width: 1023.98px) {
  .form-actions .btn-action {
    padding: 0.6rem;
  }
  .form-actions .btn-action > * {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
  }
  .form-actions .btn-action.active {
    color: #00adb1;
  }
}
@media all and (max-width: 767.98px) {
  .form-actions .btn-action {
    background: var(--background-color);
    color: var(--titre-color);
  }
}
@media all and (min-width: 1024px) {
  .form-actions {
    display: none;
  }
}

.form-group {
  position: relative;
}
.form-group .form-control,
.form-group .form-textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #B0BCC0;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  background: transparent;
  color: #002a37;
  transition: border-color 0.2s;
  height: 5.4rem;
  font-weight: 400;
  resize: none;
}
.form-group .form-control:focus,
.form-group .form-textarea:focus {
  border-color: #00adb1;
  outline: none;
}
.form-group .form-control::-moz-placeholder, .form-group .form-textarea::-moz-placeholder {
  color: #B0BCC0;
  font-size: 1.4rem;
}
.form-group .form-control::placeholder,
.form-group .form-textarea::placeholder {
  color: #B0BCC0;
  font-size: 1.4rem;
}
.form-group .form-control:-ms-input-placeholder,
.form-group .form-textarea:-ms-input-placeholder {
  color: #B0BCC0;
  font-size: 1.4rem;
}
.form-group .form-control::-ms-input-placeholder,
.form-group .form-textarea::-ms-input-placeholder {
  color: #B0BCC0;
  font-size: 1.4rem;
}
.form-group .form-control:invalid,
.form-group .form-textarea:invalid {
  border-color: #a30016;
}
.form-group .form-control:focus:invalid,
.form-group .form-textarea:focus:invalid {
  border-color: #a30016;
  box-shadow: 0 0 0 2px rgba(163, 0, 22, 0.08);
}
.form-group[data-state=invalid] .form-control {
  border-color: #a30016 !important;
  color: #a30016;
}
.form-group[data-state=invalid] .custom-checkbox label::before {
  border: 1px solid #a30016;
  background: #FFF6F7;
}
.form-group[data-state=invalid] .form-textarea {
  border: 1px solid #a30016;
}
.form-group[data-state=invalid] .error-message {
  display: block;
  color: #a30016;
  font-size: 1.3rem;
  margin-top: 0.6rem;
  font-weight: 500;
  line-height: 1.3;
  opacity: 1;
  transition: opacity 0.2s;
}
.form-group[data-state=valid] .form-control {
  border-color: #00adb1;
}
.form-group .error-message {
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.form-group input[type=file].has-error {
  border-color: #a30016;
  background: #FFF6F7;
}
.form-group .upload-wrapper.is-error {
  border-color: #a30016 !important;
  background: #FFF6F7;
}
.form-group .upload-wrapper.is-error .error-message {
  display: block;
  color: #a30016;
  opacity: 1;
}
.form-group .upload-wrapper.is-error .check-icon#check-cv,
.form-group .upload-wrapper.is-error .check-icon#check-lettre {
  opacity: 0;
}
.form-group .upload-wrapper.is-error .check-icon#error-cv,
.form-group .upload-wrapper.is-error .check-icon#error-lettre {
  opacity: 1;
  transform: scale(1);
}
.form-group .button[disabled],
.form-group .button:disabled {
  background: #a30016;
  color: #fff;
  opacity: 0.7;
  cursor: not-allowed;
}

.content-captcha {
  text-align: center;
  margin-bottom: 3.4rem;
}

.form-group-upload .error-message {
  display: none;
  color: #a30016;
  font-size: 1.3rem;
  margin-top: 0.6rem;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0;
  transition: opacity 0.2s;
}
.form-group-upload .upload-wrapper[data-state=invalid] + .error-message {
  display: block;
  opacity: 1;
}

.modal-candidature__overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: var(--bg-overlay);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding-top: 1.6rem;
}
.modal-candidature__overlay.is-visible {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.modal-candidature {
  background: var(--background-color);
  color: var(--text-color);
  border-radius: 1.4rem;
  box-shadow: 0px 0px 35px 0px rgba(0, 16, 21, 0.08);
  max-width: 66.2rem;
  width: 100%;
  margin: 3rem auto;
  padding: 3.4rem 2rem 2rem 2rem;
  position: relative;
  z-index: 1001;
  display: flex;
  flex-direction: column;
}
.modal-candidature .close-candidature {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.modal-candidature .close-candidature svg {
  width: 2.4rem;
  height: 2.4rem;
  stroke: var(--text-color);
  transition: stroke 0.2s;
}
.modal-candidature .close-candidature:hover svg {
  stroke: #00adb1;
}
.modal-candidature .form-group-title {
  margin-bottom: 1.4rem;
}
.modal-candidature .group-description {
  font-style: italic;
  color: #8A9BA1;
  font-size: 1.4rem;
  font-weight: 400;
}
.modal-candidature .titre-candidature {
  margin-bottom: 1.4rem;
  color: var(--titre-color);
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.4;
}
.modal-candidature .info-candidature {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 3rem;
  color: var(--titre-color);
}
.modal-candidature form {
  margin-top: 1.2rem;
  width: 100%;
}
.modal-candidature form fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.2rem 0;
}
.modal-candidature form .form-group label {
  display: block;
  margin-bottom: 0.3rem;
  color: #002a37;
  font-size: 1rem;
  font-weight: 500;
}
.modal-candidature form .form-group-upload {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1.4rem;
}
.modal-candidature form .form-group-upload .button {
  min-height: 5rem;
  color: var(--text-color);
  border: 1px solid var(--border-button);
  background-color: var(--background-color);
  gap: 1.4rem;
  text-align: left;
}
.modal-candidature form .form-group-upload .button svg {
  width: 2rem;
  height: 2rem;
  stroke: #002a37;
  transition: stroke 0.2s;
}
.modal-candidature form .form-group-upload .button:hover {
  border-color: #00adb1;
  color: #00adb1;
}
.modal-candidature form .form-group-upload .button:hover svg {
  stroke: #00adb1;
}
.modal-candidature form .form-group-upload .upload-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.modal-candidature form .form-group-upload .upload-wrapper .error-icon,
.modal-candidature form .form-group-upload .upload-wrapper .check-icon {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.modal-candidature form .form-group-upload .upload-wrapper.is-uploaded .check-icon, .modal-candidature form .form-group-upload .upload-wrapper[data-state=valid] .check-icon {
  display: inline-block;
  opacity: 1;
  transform: scale(1);
}
.modal-candidature form .form-group-upload .upload-wrapper.is-uploaded .error-icon, .modal-candidature form .form-group-upload .upload-wrapper[data-state=valid] .error-icon {
  display: none;
}
.modal-candidature form .form-group-upload .upload-wrapper.not-uploaded .error-icon, .modal-candidature form .form-group-upload .upload-wrapper[data-state=invalid] .error-icon {
  display: inline-block;
  opacity: 1;
  transform: scale(1);
}
.modal-candidature form .form-group-upload .upload-wrapper.not-uploaded .check-icon, .modal-candidature form .form-group-upload .upload-wrapper[data-state=invalid] .check-icon {
  display: none;
}
.modal-candidature form .form-group-upload .upload-wrapper.upload-wrapper-lettre {
  margin-bottom: 2.4rem;
}
.modal-candidature form .form-group-candidature {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.4rem;
}
@media all and (min-width: 768px) {
  .modal-candidature form .form-group-candidature .form-group {
    flex: 1 1 calc(50% - 0.7rem);
    min-width: 200px;
  }
}
@media all and (max-width: 767.98px) {
  .modal-candidature form .form-group-candidature .form-group {
    width: 100%;
  }
}
.modal-candidature form .form-group-title {
  display: block;
  font-weight: 400;
  color: var(--text-color);
  font-size: 1.4rem;
  line-height: 1.4;
}
.modal-candidature form .form-control,
.modal-candidature form .form-textarea {
  color: var(--text-color);
}
.modal-candidature form .form-control::-moz-placeholder, .modal-candidature form .form-textarea::-moz-placeholder {
  color: var(--text-color);
  font-size: 1.4rem;
}
.modal-candidature form .form-control::placeholder,
.modal-candidature form .form-textarea::placeholder {
  color: var(--text-color);
  font-size: 1.4rem;
}
.modal-candidature form .form-control:-ms-input-placeholder,
.modal-candidature form .form-textarea:-ms-input-placeholder {
  color: var(--text-color);
  font-size: 1.4rem;
}
.modal-candidature form .form-control::-ms-input-placeholder,
.modal-candidature form .form-textarea::-ms-input-placeholder {
  color: var(--text-color);
  font-size: 1.4rem;
}
.modal-candidature .success-message {
  margin-top: 0.5rem;
}
.modal-candidature .success-message .titre-candidature,
.modal-candidature .success-message .info-candidature {
  display: none !important;
}

@media all and (max-width: 767.98px) {
  .modal-candidature {
    max-width: 95vw;
    width: 100%;
    min-width: unset;
    padding: 2rem 1.6rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 95vh;
  }
  .modal-candidature .info-candidature {
    margin-bottom: 1.6rem;
  }
  .modal-candidature .form-group-candidature {
    margin-bottom: 1.6rem;
  }
}
.gouvernance-section {
  padding: 5rem 0;
}
@media all and (max-width: 767.98px) {
  .gouvernance-section .title,
  .gouvernance-section .badge {
    text-align: center;
  }
}
.gouvernance-section .title {
  margin-bottom: 5.4rem;
  color: var(--titre-color);
}
.gouvernance-section .gouvernance-slider-wrapper {
  position: relative;
  margin: 0 auto 5rem;
  max-width: 120rem;
}
.gouvernance-section .gouvernance-slider-wrapper .slider-mobile-gouvernance .nom {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  font-style: italic;
  color: var(--titre-color);
  display: block;
}
.gouvernance-section .gouvernance-slider-wrapper .slider-mobile-gouvernance .role {
  color: #00adb1;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  display: block;
}
.gouvernance-section .gouvernance-slider-wrapper .slider-mobile-gouvernance .img-item {
  margin-bottom: 3.4rem;
  border-radius: 0.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767.98px) {
  .gouvernance-section .gouvernance-slider-wrapper .slider-mobile-gouvernance {
    margin-left: 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .gouvernance-section .gouvernance-slider-wrapper .slider-mobile-gouvernance {
    margin-left: 5rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1239.98px) {
  .gouvernance-section .gouvernance-slider-wrapper .slider-mobile-gouvernance {
    margin-left: 2rem;
  }
}
@media all and (max-width: 1239.98px) {
  .gouvernance-section .gouvernance-slider-wrapper .slider-mobile-gouvernance {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1.6rem;
    padding-bottom: 3rem;
  }
  .gouvernance-section .gouvernance-slider-wrapper .slider-mobile-gouvernance .item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 282px;
  }
  .gouvernance-section .gouvernance-slider-wrapper .slider-mobile-gouvernance .item .img-item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-arrow {
  position: absolute;
  width: 4.4rem;
  height: 4.4rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
@media all and (max-width: 767.98px) {
  .gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-arrow--prev {
    left: 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-arrow--prev {
    left: 5rem;
  }
}
@media all and (min-width: 1024px) {
  .gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-arrow--prev {
    left: 2rem;
  }
}
@media all and (max-width: 767.98px) {
  .gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-arrow--next {
    right: 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-arrow--next {
    right: 5rem;
  }
}
@media all and (min-width: 1024px) {
  .gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-arrow--next {
    right: 2rem;
  }
}
.gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-arrow.hidden {
  display: none !important;
}
.gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-arrow svg {
  pointer-events: none;
}
.gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}
.gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-pagination .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #00adb1;
  opacity: 0.5;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.gouvernance-section .gouvernance-slider-wrapper .gouvernance-slider-pagination .dot.active {
  background: #00adb1;
  opacity: 1;
}
@media all and (min-width: 1240px) {
  .gouvernance-section .slider-mobile-gouvernance {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    overflow: visible;
    padding: 0;
  }
  .gouvernance-section .gouvernance-slider-arrow,
  .gouvernance-section .gouvernance-slider-pagination {
    display: none !important;
  }
}

.wrapper-slider {
  background-color: var(--background-color-blue);
}
@media all and (max-width: 767.98px) {
  .wrapper-slider {
    padding: 3rem 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .wrapper-slider {
    padding: 5rem 0;
  }
}
@media all and (min-width: 1024px) {
  .wrapper-slider {
    padding: 5rem 0 3rem;
    overflow: hidden;
  }
}
.wrapper-slider .titre {
  color: var(--titre-color);
}
.wrapper-slider .text-slider {
  margin-bottom: 5.4rem;
  color: var(--text-color);
}
.wrapper-slider .badge,
.wrapper-slider .titre {
  margin-bottom: 1.4rem;
}
.wrapper-slider .slider-content {
  position: relative;
  margin-bottom: 3.4rem;
}
@media all and (min-width: 1240px) {
  .wrapper-slider .slider-content .wrapper-group-slider {
    width: auto;
    margin-left: auto;
    margin-right: 0;
    overflow: visible;
  }
  .wrapper-slider .slider-content.active-overflow {
    overflow: visible;
  }
  .wrapper-slider .slider-content.active-overflow .wrapper-group-slider {
    width: 100vw;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
}
@media all and (min-width: 1024px) and (max-width: 1239.98px) {
  .wrapper-slider .slider-content .wrapper-group-slider {
    width: 100vw;
    margin-right: 0;
    overflow-x: hidden;
  }
}
.wrapper-slider .slider-content .wrapper-group-slider .group-item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  cursor: pointer;
}
.wrapper-slider .slider-content .wrapper-group-slider .group-text {
  padding: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: #fcfefe;
  height: 13.8rem;
  border-radius: 0 0 0.4rem 0.4rem;
}
.wrapper-slider .slider-content .wrapper-group-slider .tns-carousel {
  margin-bottom: 5.4rem;
}
.wrapper-slider .slider-content .mt {
  margin-top: 10rem;
}
@media all and (max-width: 767.98px) {
  .wrapper-slider .slider-content.group-content .wrapper-group-slider {
    margin-right: -2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .wrapper-slider .slider-content.group-content .wrapper-group-slider {
    margin-right: -5rem;
  }
}
.wrapper-slider .slider-content.group-content .brand-item {
  border-radius: 0.4rem 0.4rem 0 0;
}
.wrapper-slider .slider-content.reseau-content .brand-item {
  border-radius: 0.4rem;
  width: 100%;
  height: auto;
}
.wrapper-slider .tns-controls button {
  width: 4.4rem;
  height: 4.4rem;
  z-index: 10;
  background: transparent;
}
.wrapper-slider .tns-controls [data-controls=prev] {
  position: absolute;
  left: 0;
}
.wrapper-slider .tns-controls [data-controls=next] {
  position: absolute;
  right: 0;
}
.wrapper-slider .engagement-slider-arrow {
  position: absolute;
  width: 4.4rem;
  height: 4.4rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.wrapper-slider .engagement-slider-arrow--next {
  right: 2rem;
}
.wrapper-slider .engagement-slider-arrow--prev {
  left: 2rem;
}
.wrapper-slider .engagement-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}
.wrapper-slider .tns-nav {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  position: absolute;
  width: 100%;
  height: 4.4rem;
  align-items: center;
}
.wrapper-slider .tns-nav button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #00adb1;
  opacity: 0.5;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.wrapper-slider .tns-nav button.tns-nav-active {
  background: #00adb1;
  opacity: 1;
}
@media all and (min-width: 1240px) {
  .wrapper-slider .tns-ovh,
  .wrapper-slider .wrapper-slider .tns-inner {
    overflow: visible !important;
  }
  .wrapper-slider .tns-item {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}

.content-engagement {
  position: relative;
}
.content-engagement .title-engagement {
  margin-bottom: 2.4rem;
  color: var(--titre-color);
}
.content-engagement .text-engagement p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 2.4rem;
}
.content-engagement .engagement-iso {
  padding: 5rem 0;
  position: relative;
}
.content-engagement .engagement-iso p:not(:last-child) {
  margin-bottom: 2.4rem;
}
.content-engagement .engagement-iso .light-theme {
  display: block;
}
.content-engagement .engagement-iso .dark-theme {
  display: none;
}
body[data-theme=dark] .content-engagement .engagement-iso .light-theme {
  display: none;
}
body[data-theme=dark] .content-engagement .engagement-iso .dark-theme {
  display: block;
}
.content-engagement .grid-iso {
  display: flex;
}
.content-engagement .grid-iso h2,
.content-engagement .grid-iso .h2-style {
  margin-bottom: 2.4rem;
}
@media all and (max-width: 1239.98px) {
  .content-engagement .grid-iso {
    flex-direction: column;
    align-items: center;
    row-gap: 5.4rem;
  }
}
@media all and (min-width: 1240px) {
  .content-engagement .grid-iso {
    gap: 3.4rem;
    align-items: center;
  }
}
@media all and (min-width: 1920px) {
  .content-engagement .grid-iso {
    gap: 6.9rem;
    align-items: center;
  }
}
.content-engagement .lead {
  position: relative;
  padding-bottom: 5rem;
}
.content-engagement .carrier__callout, .content-engagement .carrier__cards {
  display: flex;
}
@media all and (max-width: 1023.98px) {
  .content-engagement .carrier__callout, .content-engagement .carrier__cards {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .content-engagement .carrier__image {
    flex-direction: column;
  }
}
.content-engagement .carrier .career-header__subtitle {
  color: var(--titre-color);
}
@media all and (max-width: 767.98px) {
  .content-engagement .carrier .career-header__subtitle {
    margin-bottom: 2.4rem;
  }
}
@media all and (min-width: 768px) {
  .content-engagement .carrier .career-header__subtitle {
    margin: 0 auto 5.4rem;
    max-width: 60rem;
  }
}
@media all and (min-width: 1024px) {
  .content-engagement .carrier .carrier__grid {
    grid-template-areas: "carrier-callout carrier-callout carrier-cards carrier-cards" "carrier-image carrier-image carrier-image carrier-image";
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .content-engagement .carrier .carrier__grid {
    grid-template-areas: "carrier__callout" "carrier__cards" "carrier__image";
    grid-template-columns: 1fr;
  }
}

.content-mentions .mentions-titre {
  font-size: 3.4rem;
  line-height: 1.4;
}
.content-mentions p {
  margin-bottom: 3rem;
  color: var(--text-color);
}
.content-mentions h2 {
  margin-bottom: 1.4rem;
  color: var(--titre-color);
}
.content-mentions .mentions-intro {
  margin-bottom: 3.4rem;
}
.content-mentions .societe {
  margin-bottom: 3rem;
}
.content-mentions .societe p {
  margin-bottom: 0.4rem;
}

.error404 .error {
  color: #fcfefe;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error404 .error h1 {
  color: #fcfefe;
  margin-bottom: 3.4rem;
}
@media all and (max-width: 1023.98px) {
  .error404 .error h1 {
    font-size: 4.8rem;
  }
}
@media all and (min-width: 1024px) {
  .error404 .error h1 {
    font-size: 6rem;
  }
}
.error404 .error .error-content {
  max-width: 64rem;
  z-index: 2;
  position: relative;
  padding: 5rem 0;
}
@media all and (max-width: 767.98px) {
  .error404 .error .error-content {
    min-height: 70rem;
  }
}
@media all and (max-width: 1239.98px) {
  .error404 .error .error-content {
    min-height: calc(100vh - 8rem);
  }
}
@media all and (min-width: 1240px) {
  .error404 .error .error-content {
    padding-bottom: 30rem;
  }
}
.error404 .error__text {
  margin-bottom: 3.4rem;
}
.error404 .bg-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 767.98px) {
  .error404 .bg-cover {
    background-image: url(./assets/imgs/404/bg-image-small.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.98px) {
  .error404 .bg-cover {
    background-image: url(./assets/imgs/404/bg-image-md.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media all and (min-width: 1024px) {
  .error404 .bg-cover {
    background-image: url(./assets/imgs/404/bg-image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.error404 .header .nav-item .nav-link svg path,
.error404 .dark-mode-toggle {
  fill: #fcfefe;
  color: #fcfefe;
}
.error404 .switch .slider {
  border-color: #fcfefe;
  background-color: transparent;
}/*# sourceMappingURL=style.css.map */