@charset "UTF-8";
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  1 : VARS
 * --------------------------------------------------------------------------------------------------------------
//                              * Les bibliothèques (polices, variables, ...) 
/**/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

body {
  margin: 0;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a, a:visited {
  text-decoration: none;
}

button {
  background: none;
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  display: block;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

button,
[type=button],
[type=reset],
[type=submit],
[type=file],
[type=file]::-webkit-file-upload-button {
  -webkit-appearance: none;
          appearance: none; /* override Preflight’s `-webkit-appearance: button` */
  cursor: pointer; /* apply Preflight’s `button { cursor: pointer }` to `input` buttons */
}

svg {
  overflow: visible; /* override UA stylesheet’s `overflow: hidden`, to prevent clipping the edges of `svg` elements */
}

label {
  display: block; /* override UA stylesheet’s `display: inline` */
}

summary {
  display: block; /* override Preflight’s `display: list-item` */
}

code,
kbd,
pre,
samp {
  font-family: inherit; /* override UA stylesheet’s `font-family: monospace` and Preflight’s `theme('fontFamily.mono')` */
}

address,
cite,
dfn,
var {
  font-style: inherit; /* override UA stylesheet’s `font-style: italic` */
}

small {
  font-size: inherit; /* override UA stylesheet’s `font-size: smaller` and Preflight’s `font-size: 80%` */
}

mark {
  color: inherit; /* override UA stylesheet’s `color: black` */
}

table {
  border-spacing: 0; /* override UA stylesheet’s `border-spacing: 2px`, if `border-separate` is used */
}

th {
  font-weight: inherit; /* override UA stylesheet’s `font-weight: bold` */
}

th:not([align]),
caption:not([align]) {
  text-align: inherit; /* override UA stylesheet’s `text-align: center` */
}

[hidden] {
  display: none !important; /* make sure this cannot be overridden by utilities */
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

.d-none {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

body {
  color: inherit;
  background-color: inherit;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  FONTS LIBRAIRIES
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-font-family/Manrope-Regular.ttf") format("truetype"), url("../fonts/manrope-font-family/Manrope-Regular.woff2") format("woff2"), url("../fonts/manrope-font-family/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-300";
  src: url("../fonts/manrope-font-family/Manrope-Light.ttf") format("truetype"), url("../fonts/manrope-font-family/Manrope-Light.woff2") format("woff2"), url("../fonts/manrope-font-family/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-200";
  src: url("../fonts/manrope-font-family/Manrope-ExtraLight.ttf") format("truetype"), url("../fonts/manrope-font-family/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/manrope-font-family/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-extrabold";
  src: url("../fonts/manrope-font-family/Manrope-ExtraBold.ttf") format("truetype"), url("../fonts/manrope-font-family/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/manrope-font-family/Manrope-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-500";
  src: url("../fonts/manrope-font-family/Manrope-Medium.ttf") format("truetype"), url("../fonts/manrope-font-family/Manrope-Medium.woff2") format("woff2"), url("../fonts/manrope-font-family/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-bold";
  src: url("../fonts/manrope-font-family/Manrope-Bold.ttf") format("truetype"), url("../fonts/manrope-font-family/Manrope-Bold.woff2") format("woff2"), url("../fonts/manrope-font-family/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-semibold";
  src: url("../fonts/manrope-font-family/Manrope-SemiBold.ttf") format("truetype"), url("../fonts/manrope-font-family/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/manrope-font-family/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  FONTS FAMILIES
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.text-ff {
  font-family: "Manrope" !important;
}

.text-main-700 {
  font-family: "Manrope-extrabold" !important;
}

.text-main-600 {
  font-family: "Manrope-semibold" !important;
}

.text-main-bold {
  font-family: "Manrope-bold" !important;
}

.text-main-500 {
  font-family: "Manrope-500" !important;
}

.text-main-400 {
  font-family: "Manrope" !important;
}

.text-main-300 {
  font-family: "Manrope-300" !important;
}

.text-main-200 {
  font-family: "Manrope-200" !important;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  MEDIA QUERIES
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  MAIN CONTAINER WIDTH
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  FONTS SIZES FUNCTIONS
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/* Font Size Function to create classes 
ex :
.font-size-10 {
  font-size: 1rem;
}*/
.font-size-10 {
  font-size: 1rem;
}

.font-size-12 {
  font-size: 1.2rem;
}

.font-size-14 {
  font-size: 1.4rem;
}

.font-size-16 {
  font-size: 1.6rem;
}

.font-size-20 {
  font-size: 2rem;
}

.font-size-24 {
  font-size: 2.4rem;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  COLORS
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/* Réseaux sociaux */
.color-primary {
  color: #fcdd17 !important;
}

.bg-primary {
  background-color: #fcdd17 !important;
}

.fill-primary > svg * {
  fill: #fcdd17 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.fill-white > svg * {
  fill: #FFFFFF !important;
}

.color-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.fill-black > svg * {
  fill: #000000 !important;
}

.color-yellow {
  color: #fcdd17 !important;
}

.bg-yellow {
  background-color: #fcdd17 !important;
}

.fill-yellow > svg * {
  fill: #fcdd17 !important;
}

.color-pink {
  color: #d53c8e !important;
}

.bg-pink {
  background-color: #d53c8e !important;
}

.fill-pink > svg * {
  fill: #d53c8e !important;
}

.color-green {
  color: #00A95B !important;
}

.bg-green {
  background-color: #00A95B !important;
}

.fill-green > svg * {
  fill: #00A95B !important;
}

.color-violet {
  color: #ca5050 !important;
}

.bg-violet {
  background-color: #ca5050 !important;
}

.fill-violet > svg * {
  fill: #ca5050 !important;
}

.color-blue {
  color: #32a5de !important;
}

.bg-blue {
  background-color: #32a5de !important;
}

.fill-blue > svg * {
  fill: #32a5de !important;
}

.color-text {
  color: rgba(0, 0, 0, 0.5019607843) !important;
}

.bg-text {
  background-color: rgba(0, 0, 0, 0.5019607843) !important;
}

.fill-text > svg * {
  fill: rgba(0, 0, 0, 0.5019607843) !important;
}

.color-red {
  color: #df011a !important;
}

.bg-red {
  background-color: #df011a !important;
}

.fill-red > svg * {
  fill: #df011a !important;
}

.color-orange {
  color: #ffa71b !important;
}

.bg-orange {
  background-color: #ffa71b !important;
}

.fill-orange > svg * {
  fill: #ffa71b !important;
}

.color-grey {
  color: #e6e7e6 !important;
}

.bg-grey {
  background-color: #e6e7e6 !important;
}

.fill-grey > svg * {
  fill: #e6e7e6 !important;
}

.color-light {
  color: #f3f3f2 !important;
}

.bg-light {
  background-color: #f3f3f2 !important;
}

.fill-light > svg * {
  fill: #f3f3f2 !important;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  FORMULAIRES
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  TRANSITIONS
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  OPACITIES
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.upper-light {
  font-style: normal;
  text-transform: uppercase;
  color: #000000;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container {
  width: 100%;
  padding: 0 20px;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .sm\:container {
    max-width: 640px;
  }
}
@media (min-width: 640px) and (min-width: 768px) {
  .sm\:container {
    max-width: 768px;
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  .sm\:container {
    max-width: 1024px;
  }
}
@media (min-width: 640px) and (min-width: 1280px) {
  .sm\:container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 640px) {
  .md\:container {
    max-width: 640px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .md\:container {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .md\:container {
    max-width: 1024px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .md\:container {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .lg\:container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .lg\:container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .lg\:container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .lg\:container {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 640px) {
  .xl\:container {
    max-width: 640px;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .xl\:container {
    max-width: 768px;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .xl\:container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .xl\:container {
    max-width: 1280px;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  2 : RESSOURCES
    * --------------------------------------------------------------------------------------------------------------
//                              * Les mixins, fonctions, breakpoints, ...
 */
/**/
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  3 : GLOBAL
 * --------------------------------------------------------------------------------------------------------------
//                              * Les styles généraux (classes, transitions, ...)
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  FONTS : FAMILY HIERARCHY
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}

body {
  background-color: #FAFAFA;
  overflow-x: hidden;
}

h1.main,
h2.main,
h3.main,
.cta,
p.max,
.gform_confirmation_message {
  font-family: "Manrope-extrabold";
}

h1,
.title-h1,
h2,
form input,
.gfield_consent_label,
.gfield_select,
.data-nom {
  font-family: "Manrope-500";
}

.grecaptcha-badge {
  z-index: 100000000000000000000;
  display: none;
}

p, a, label {
  font-family: "Manrope";
  color: #000000;
}
@media (min-width: 0px) {
  p, a, label {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  p, a, label {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  p, a, label {
    font-size: calc(0.0104166667 * 100vw);
  }
}

h2.secondary,
h3.secondary,
p.secondary {
  font-family: "Manrope-extrabold";
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  FONTS : SIZES HIERARCHY
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
@media (min-width: 0px) {
  h1,
  .title-h1 {
    font-size: calc(0.0890585242 * 100vw);
    line-height: calc(0.1145038168 * 100vw);
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  h1,
  .title-h1 {
    font-size: calc(0.0487804878 * 100vw);
    line-height: calc(0.0609756098 * 100vw);
  }
}
@media (min-width: 1024px) {
  h1,
  .title-h1 {
    font-size: calc(0.03125 * 100vw);
    line-height: calc(0.0338541667 * 100vw);
  }
}

span.max {
  font-size: 40px;
}

h1.mini,
h3 {
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  h1.mini,
  h3 {
    font-size: 24px;
  }
}

h2 {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3.actu {
  font-size: 21px;
}

header a,
p.max {
  font-size: 18px;
}

p {
  font-size: 16px;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                   FONTS : COLORS - WEIGHT - OPACITY - POSITION
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.black {
  color: #000000;
}

.heavy {
  font-weight: 800;
}

.bold {
  font-family: "Manrope-extrabold";
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-50 {
  opacity: 0.5;
}

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

.text-center {
  text-align: center;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                   BORDERS
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.border-bottom {
  border-bottom: 3px solid #000000;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                   BLOCS : VISIBILITY - DIRECTIONS - WIDTH - ORIENTATION
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
body.logged-in .hide-for-logged-in,
body:not(.logged-in) .show-for-logged-in,
.hidden {
  display: none;
}

body.logged-in .show-for-logged-in,
.visible {
  display: block;
}
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  hyphens: auto;
}

/** DISPLAY (containers / columns ...) /**/
.container-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main {
  min-width: 100%;
  max-width: 100%;
}

body:not(.single-post) header h1.entry-title {
  display: none;
}

.flex-row-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column-100 {
  width: 100%;
}

.column-70 {
  width: 70%;
}

.column-50 {
  width: 50%;
}

.column-30 {
  width: 30%;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                   BUTTONS
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input[type=checkbox]:focus,
input[type=submit]:focus,
.site textarea:focus,
button:focus {
  outline: none;
}

@media (min-width: 0px) {
  .cta-primary,
  .cta-secondary,
  .secondary-cta,
  .search-btn {
    font-size: calc(0.0305343511 * 100vw);
    padding: calc(0.0305343511 * 100vw) calc(0.0381679389 * 100vw);
    border-radius: calc(0.0127226463 * 100vw);
    margin-top: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .cta-primary,
  .cta-secondary,
  .secondary-cta,
  .search-btn {
    font-size: calc(0.0170731707 * 100vw);
    padding: calc(0.0146341463 * 100vw) calc(0.0195121951 * 100vw);
    border-radius: calc(0.006097561 * 100vw);
    margin-top: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .cta-primary,
  .cta-secondary,
  .secondary-cta,
  .search-btn {
    font-size: calc(0.0072916667 * 100vw);
    padding: calc(0.00625 * 100vw) calc(0.0088541667 * 100vw);
    border-radius: calc(0.0052083333 * 100vw);
    margin-top: calc(0.0052083333 * 100vw);
  }
}

@media (min-width: 0px) {
  .secondary-cta {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.button-cta-header {
  font-family: "Manrope-bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 0px) {
  .button-cta-header {
    font-size: calc(0.0305343511 * 100vw) !important;
    padding: calc(0.0203562341 * 100vw) calc(0.0381679389 * 100vw);
    border-radius: calc(0.0127226463 * 100vw);
    margin-top: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .button-cta-header {
    font-size: calc(0.0170731707 * 100vw) !important;
    padding: calc(0.0073170732 * 100vw) calc(0.0195121951 * 100vw);
    border-radius: calc(0.006097561 * 100vw);
    margin-top: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .button-cta-header {
    font-size: calc(0.0072916667 * 100vw) !important;
    padding: calc(0.0029166667 * 100vw) calc(0.0088541667 * 100vw);
    border-radius: calc(0.0052083333 * 100vw);
    margin-top: calc(0.0052083333 * 100vw);
  }
}
.button-cta-header::before {
  content: url(/wp-content/uploads/2023/07/connection-icon.svg);
  position: relative;
  top: 2.5px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.secondary-cta {
  font-family: "Manrope-extrabold";
  opacity: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.secondary-cta:hover {
  opacity: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                   ANIMATIONS (+JS)
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-125px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-125px);
            transform: translateY(-125px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-125px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-125px);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-300px);
    @media (max-width: 365px) {
      -webkit-transform: translateX(-20px);
    }
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    @media (max-width: 365px) {
      -webkit-transform: translateX(-20px);
    }
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(300px);
    @media (max-width: 365px) {
      -webkit-transform: translateX(20px);
    }
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(300px);
    @media (max-width: 365px) {
      -webkit-transform: translateX(20px);
    }
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.no-hover {
  pointer-events: none;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.uppercase {
  text-transform: uppercase;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  FONTS : FAMILY HIERARCHY
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}

body {
  background-color: #FAFAFA;
  overflow-x: hidden;
}

h1.main,
h2.main,
h3.main,
.cta,
p.max,
.gform_confirmation_message {
  font-family: "Manrope-extrabold";
}

h1,
.title-h1,
h2,
form input,
.gfield_consent_label,
.gfield_select {
  font-family: "Manrope-500";
}

p, a, label {
  font-family: "Manrope";
  color: #000000;
}
@media (min-width: 0px) {
  p, a, label {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  p, a, label {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  p, a, label {
    font-size: calc(0.0104166667 * 100vw);
  }
}

h2.secondary,
h3.secondary,
p.secondary {
  font-family: "Manrope-extrabold";
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  FONTS : SIZES HIERARCHY
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
@media (min-width: 0px) {
  h1,
  .title-h1 {
    font-size: calc(0.0890585242 * 100vw);
    line-height: calc(0.1145038168 * 100vw);
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  h1,
  .title-h1 {
    font-size: calc(0.0487804878 * 100vw);
    line-height: calc(0.0609756098 * 100vw);
  }
}
@media (min-width: 1024px) {
  h1,
  .title-h1 {
    font-size: calc(0.03125 * 100vw);
    line-height: calc(0.0338541667 * 100vw);
  }
}

span.max {
  font-size: 40px;
}

h1.mini,
h3 {
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  h1.mini,
  h3 {
    font-size: 24px;
  }
}

h2 {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3.actu {
  font-size: 21px;
}

header a,
p.max {
  font-size: 18px;
}

p {
  font-size: 16px;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                   FONTS : COLORS - WEIGHT - OPACITY - POSITION
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.black {
  color: #000000;
}

.heavy {
  font-weight: 800;
}

.bold {
  font-family: "Manrope-extrabold";
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-50 {
  opacity: 0.5;
}

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

.text-center {
  text-align: center;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                   BORDERS
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.border-bottom {
  border-bottom: 3px solid #000000;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                   BLOCS : VISIBILITY - DIRECTIONS - WIDTH - ORIENTATION
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
body.logged-in .hide-for-logged-in,
body:not(.logged-in) .show-for-logged-in,
.hidden {
  display: none;
}

body.logged-in .show-for-logged-in,
.visible {
  display: block;
}
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  hyphens: auto;
}

/** DISPLAY (containers / columns ...) /**/
.container-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main {
  min-width: 100%;
  max-width: 100%;
}

body:not(.single-post) header h1.entry-title {
  display: none;
}

.flex-row-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column-100 {
  width: 100%;
}

.column-70 {
  width: 70%;
}

.column-50 {
  width: 50%;
}

.column-30 {
  width: 30%;
}

main:has(+ aside) section:not(.landing) {
  width: 65%;
}

aside {
  width: 30%;
  position: fixed;
  right: 0;
  top: 0;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                   BUTTONS
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input[type=checkbox]:focus,
input[type=submit]:focus,
.site textarea:focus,
button:focus {
  outline: none;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                   ANIMATIONS (+JS)
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-125px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-125px);
            transform: translateY(-125px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-125px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-125px);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-300px);
    @media (max-width: 365px) {
      -webkit-transform: translateX(-20px);
    }
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    @media (max-width: 365px) {
      -webkit-transform: translateX(-20px);
    }
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(300px);
    @media (max-width: 365px) {
      -webkit-transform: translateX(20px);
    }
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(300px);
    @media (max-width: 365px) {
      -webkit-transform: translateX(20px);
    }
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
.no-hover {
  pointer-events: none;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.uppercase {
  text-transform: uppercase;
}

.flex-wrapper {
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-chart {
  width: 8%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 60px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  -webkit-animation: progress 1s ease-out forwards;
          animation: progress 1s ease-out forwards;
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.loader:before {
  content: " ";
  width: 2em;
  height: 2em;
  margin: auto 0.1em auto auto;
  padding: 0;
  background: none;
  border: 0.2em solid transparent;
  border-top-color: var(--fg-color);
  border-bottom-color: var(--fg-color);
  border-left-color: var(--fg-color);
  border-radius: 100%;
  -webkit-animation: circle 0.63s linear 0s infinite normal;
          animation: circle 0.63s linear 0s infinite normal;
  display: none;
}
.loader.active:before {
  display: inline-block;
}

@-webkit-keyframes circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                   COOKIES CONSENT
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.cky-consent-container .cky-title,
.cky-consent-container .cky-preference-title,
.cky-consent-container .cky-accordion-header,
.cky-modal .cky-title,
.cky-modal .cky-preference-title,
.cky-modal .cky-accordion-header {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .cky-consent-container .cky-title,
  .cky-consent-container .cky-preference-title,
  .cky-consent-container .cky-accordion-header,
  .cky-modal .cky-title,
  .cky-modal .cky-preference-title,
  .cky-modal .cky-accordion-header {
    font-size: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .cky-consent-container .cky-title,
  .cky-consent-container .cky-preference-title,
  .cky-consent-container .cky-accordion-header,
  .cky-modal .cky-title,
  .cky-modal .cky-preference-title,
  .cky-modal .cky-accordion-header {
    font-size: calc(0.0268292683 * 100vw);
  }
}
@media (min-width: 1024px) {
  .cky-consent-container .cky-title,
  .cky-consent-container .cky-preference-title,
  .cky-consent-container .cky-accordion-header,
  .cky-modal .cky-title,
  .cky-modal .cky-preference-title,
  .cky-modal .cky-accordion-header {
    font-size: calc(0.0125 * 100vw);
  }
}
@media (min-width: 0px) {
  .cky-consent-container .cky-notice-group .cky-notice-des,
  .cky-modal .cky-notice-group .cky-notice-des {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cky-consent-container .cky-notice-group .cky-notice-des,
  .cky-modal .cky-notice-group .cky-notice-des {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .cky-consent-container .cky-notice-group .cky-notice-des,
  .cky-modal .cky-notice-group .cky-notice-des {
    width: 80%;
  }
}
.cky-consent-container p:not(.cky-title),
.cky-consent-container button.cky-show-desc-btn,
.cky-modal p:not(.cky-title),
.cky-modal button.cky-show-desc-btn {
  font-family: "Manrope";
  opacity: 0.5;
}
@media (min-width: 0px) {
  .cky-consent-container p:not(.cky-title),
  .cky-consent-container button.cky-show-desc-btn,
  .cky-modal p:not(.cky-title),
  .cky-modal button.cky-show-desc-btn {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .cky-consent-container p:not(.cky-title),
  .cky-consent-container button.cky-show-desc-btn,
  .cky-modal p:not(.cky-title),
  .cky-modal button.cky-show-desc-btn {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .cky-consent-container p:not(.cky-title),
  .cky-consent-container button.cky-show-desc-btn,
  .cky-modal p:not(.cky-title),
  .cky-modal button.cky-show-desc-btn {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.cky-consent-container .cky-btn,
.cky-modal .cky-btn {
  font-family: "Manrope-bold";
}
@media (min-width: 0px) {
  .cky-consent-container .cky-btn,
  .cky-modal .cky-btn {
    font-size: calc(0.0305343511 * 100vw) !important;
    padding: calc(0.0203562341 * 100vw) calc(0.0381679389 * 100vw);
    border-radius: calc(0.0127226463 * 100vw);
    margin-top: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .cky-consent-container .cky-btn,
  .cky-modal .cky-btn {
    font-size: calc(0.012195122 * 100vw) !important;
    padding: calc(0.0073170732 * 100vw) calc(0.0195121951 * 100vw);
    border-radius: calc(0.006097561 * 100vw);
    margin-top: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .cky-consent-container .cky-btn,
  .cky-modal .cky-btn {
    font-size: calc(0.0083333333 * 100vw) !important;
    padding: calc(0.0029166667 * 100vw) calc(0.0088541667 * 100vw);
    border-radius: calc(0.0052083333 * 100vw);
    margin-top: calc(0.0052083333 * 100vw);
  }
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  4 : ELEMENTS
 * --------------------------------------------------------------------------------------------------------------
//                              * Les éléments (header, footer, menu, table, form, ...)
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  HEADER + NAV
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.blur, .blur2 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: none;
  -webkit-animation: fade-in 0.3s ease-in-out forwards;
          animation: fade-in 0.3s ease-in-out forwards;
}

.sticky .main-navigation {
  background-color: white !important;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.15);
}
.sticky .main-navigation .burger-icon svg {
  -webkit-filter: brightness(0) saturate(100%) !important;
          filter: brightness(0) saturate(100%) !important;
}
.sticky li, .sticky .link--login {
  color: black !important;
}
.sticky .has-submenu::after {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7%) hue-rotate(321deg) brightness(101%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7%) hue-rotate(321deg) brightness(101%) contrast(100%);
}
.sticky .search-btn {
  color: black !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.sticky .search-btn {
  background-color: rgba(0, 0, 0, 0.05);
}
.sticky .search-btn svg {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
.sticky .search-btn p {
  color: black !important;
  opacity: 50%;
}

#header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30px;
  background: transparent;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 0px) {
  #header {
    padding: calc(0 * 100vw) calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  #header {
    padding: calc(0 * 100vw) calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  #header {
    padding: calc(0 * 100vw) calc(0.03125 * 100vw);
  }
}
@media (min-width: 1750px) {
  #header {
    padding: calc(0 * 100vw) calc(0.0911458333 * 100vw);
  }
}
#header .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 0px) {
  #header .main-navigation {
    border: none;
  }
}
@media (min-width: 0px) {
  #header .mobile-main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none !important;
  }
  #header .desktop-main-navigation {
    display: none;
  }
}
@media (min-width: 1220px) {
  #header .mobile-main-navigation {
    display: none;
  }
  #header .desktop-main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header .main-navigation.active {
  background-color: white;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#header .main-navigation.active .link--login {
  color: rgba(0, 0, 0, 0.5);
}
#header .main-navigation.active .has-submenu::after {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7%) hue-rotate(321deg) brightness(101%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7%) hue-rotate(321deg) brightness(101%) contrast(100%);
}
#header .main-navigation.active li, #header .main-navigation.active .li {
  color: black;
  opacity: 80%;
}
#header .main-navigation.active .menu-item > a {
  color: rgba(0, 0, 0, 0.8);
}
#header .main-navigation.active .search-btn {
  background-color: rgba(0, 0, 0, 0.05);
}
#header .main-navigation.active .search-btn svg {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
#header .main-navigation.active .search-btn p {
  color: black;
  opacity: 50%;
}
#header .navigation-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .navigation-menu .search-nav-c {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 100%;
  padding: 25px 0px;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: none;
  -webkit-animation: fade-in-bottom 0.3s ease-out forwards;
          animation: fade-in-bottom 0.3s ease-out forwards;
}
#header .navigation-menu .search-nav-c .search-c {
  margin: 0;
  position: relative;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  background: transparent;
}
@media (min-width: 1024px) {
  #header .navigation-menu .search-nav-c .search-c .search-cta-c {
    font-size: 0px;
  }
  #header .navigation-menu .search-nav-c .search-c .search-cta-c svg {
    display: none;
  }
}
#header .navigation-menu .search-nav-c .search-c .search-selector-c {
  background: transparent;
}
#header .navigation-menu ul li, #header .navigation-menu ul .li {
  font-family: "Manrope-500";
  font-size: 12px;
  color: white;
  cursor: pointer;
  padding: 11px 15px;
}
@media (min-width: 1750px) {
  #header .navigation-menu ul li, #header .navigation-menu ul .li {
    font-size: 14px;
  }
}
#header .navigation-menu ul .has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header .navigation-menu ul .has-submenu::after {
  content: url(/wp-content/uploads/2023/07/white-arrow.svg);
  top: -1px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#header .navigation-menu ul .has-submenu.active {
  border-radius: 10px;
  background-color: rgba(112, 112, 112, 0.3098039216);
}
#header .navigation-menu ul .has-submenu.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 1px;
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7%) hue-rotate(321deg) brightness(101%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7%) hue-rotate(321deg) brightness(101%) contrast(100%);
}
#header .navigation-menu ul nav {
  display: none;
  position: absolute;
  top: 100%;
  width: calc(100% + 2px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  left: -1px;
  background-color: white;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-animation: fade-in-bottom 0.5s ease-in-out forwards;
          animation: fade-in-bottom 0.5s ease-in-out forwards;
}
#header .navigation-menu ul nav .left {
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#header .navigation-menu ul nav .left p {
  opacity: 50%;
  cursor: pointer;
  font-family: "Manrope-bold";
  color: black;
  font-size: 18px;
  padding-right: 50px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#header .navigation-menu ul nav .left .active {
  border-right: 2px solid black;
  opacity: 100%;
}
#header .navigation-menu ul nav .right {
  padding-left: 45px;
  padding-top: 40px;
  padding-bottom: 75px;
}
#header .navigation-menu ul nav .right .sub-menu:first-child {
  display: -ms-grid;
  display: grid;
}
#header .navigation-menu ul nav .right .sub-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 20px 1fr 20px 1fr;
  grid-template-rows: repeat(3, 1fr);
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  display: none;
  position: relative;
}
#header .navigation-menu ul nav .right .sub-menu > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#header .navigation-menu ul nav .right .sub-menu > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#header .navigation-menu ul nav .right .sub-menu > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
#header .navigation-menu ul nav .right .sub-menu > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#header .navigation-menu ul nav .right .sub-menu > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#header .navigation-menu ul nav .right .sub-menu > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
#header .navigation-menu ul nav .right .sub-menu > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
#header .navigation-menu ul nav .right .sub-menu > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
#header .navigation-menu ul nav .right .sub-menu > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
@media (min-width: 1024px) {
  #header .navigation-menu ul nav .right .sub-menu a {
    min-width: calc(0.1822916667 * 100vw);
  }
}
#header .navigation-menu ul nav .right .sub-menu .centre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  opacity: 0.8;
}
#header .navigation-menu ul nav .right .sub-menu .centre .centre-dep {
  opacity: 0.5;
  font-family: "Manrope-semibold";
}
@media (min-width: 0px) {
  #header .navigation-menu ul nav .right .sub-menu .centre .centre-dep {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  #header .navigation-menu ul nav .right .sub-menu .centre .centre-dep {
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  #header .navigation-menu ul nav .right .sub-menu .centre .centre-dep {
    font-size: calc(0.0083333333 * 100vw);
  }
}
#header .navigation-menu ul nav .right .sub-menu .archive {
  position: absolute;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) {
  #header .navigation-menu ul nav .right .sub-menu .archive {
    font-size: calc(0.0356234097 * 100vw);
    font-family: "Manrope-semibold";
    opacity: 80%;
  }
}
@media (min-width: 768px) {
  #header .navigation-menu ul nav .right .sub-menu .archive {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  #header .navigation-menu ul nav .right .sub-menu .archive {
    font-size: calc(0.009375 * 100vw);
  }
}
#header .navigation-menu ul nav .right .sub-menu .archive::after {
  content: url(/wp-content/uploads/2023/06/arrow-yellow-icon.svg);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  top: 1px;
}
#header .navigation-menu ul nav .right .sub-menu .archive:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#header .navigation-menu ul nav .right .sub-menu .download {
  background-color: black;
  color: white;
  border-radius: 25px;
  position: absolute;
  bottom: -60px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) {
  #header .navigation-menu ul nav .right .sub-menu .download {
    font-size: calc(0.0356234097 * 100vw);
    margin-left: calc(0.2544529262 * 100vw);
    font-family: "Manrope-semibold";
    opacity: 80%;
  }
}
@media (min-width: 768px) {
  #header .navigation-menu ul nav .right .sub-menu .download {
    font-size: calc(0.0146341463 * 100vw);
    margin-left: calc(0.1219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  #header .navigation-menu ul nav .right .sub-menu .download {
    font-size: calc(0.009375 * 100vw);
    margin-left: calc(0.234375 * 100vw);
  }
}
#header .navigation-menu ul nav .right .sub-menu .download::before {
  content: url(/wp-content/uploads/2023/07/connection-icon.svg);
  rotate: 90deg;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  top: 1px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
#header .navigation-menu ul nav .right .sub-menu .download:hover::before {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
#header .navigation-menu ul nav .right .sub-menu a {
  font-size: 16px;
  font-family: "Manrope-500";
  opacity: 50%;
  color: black;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#header .navigation-menu ul nav .right .sub-menu a:hover {
  opacity: 100%;
}
#header .custom-logo {
  width: 150px;
  max-height: 57px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
#header .actions .search-btn {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  cursor: pointer;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  #header .actions .search-btn {
    display: none;
  }
}
@media (min-width: 1425px) {
  #header .actions .search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header .actions .search-btn p {
  color: white;
  font-size: 12px;
  font-family: "Manrope-500";
}
@media (min-width: 1750px) {
  #header .actions .search-btn p {
    font-size: 14px;
  }
}
#header .actions .link--login {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Manrope-bold";
  font-size: 14px;
  text-decoration: underline;
  position: relative;
  top: 5px;
}
#header .burger-menu-c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  padding-top: 83px;
  background-color: white;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow-y: auto;
}
#header .burger-menu-c .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
}
#header .burger-menu-c .top .searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 11.5px 25px;
}
#header .burger-menu-c .top .searchbar p {
  font-size: 12px;
  font-family: "Manrope-500";
  opacity: 50%;
}
#header .burger-menu-c .top a {
  font-size: 12px;
  font-family: "Manrope-bold";
  text-decoration: underline;
  opacity: 50%;
}
#header .burger-menu-c .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header .burger-menu-c .bottom .search-nav-c {
  position: absolute;
  background-color: white;
  z-index: 9;
  width: 100%;
  height: 100vh;
  top: 0%;
  display: none;
}
#header .burger-menu-c .bottom .search-nav-c .search-c {
  position: initial;
  margin-top: 100px;
}
#header .burger-menu-c .bottom .search-nav-c .search-c .c-title {
  margin: auto;
}
#header .burger-menu-c .bottom .search-nav-c .search-c .search-cta-c {
  position: absolute;
  top: 65%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 0px) {
  #header .burger-menu-c .bottom .search-nav-c .search-c .search-cta-c {
    padding: calc(0.0305343511 * 100vw) calc(0.3129770992 * 100vw);
  }
}
@media (min-width: 1024px) {
  #header .burger-menu-c .bottom .search-nav-c .search-c .search-cta-c {
    font-size: 0px;
  }
  #header .burger-menu-c .bottom .search-nav-c .search-c .search-cta-c svg {
    display: none;
  }
}
#header .burger-menu-c .bottom .search-nav-c .close-search-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 73%;
}
#header .burger-menu-c .bottom .sm-title, #header .burger-menu-c .bottom a {
  font-family: "Manrope-extrabold";
  list-style: none;
  opacity: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
}
#header .burger-menu-c .bottom .nav-title-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .burger-menu-c .bottom .nav-title-c svg {
  -webkit-animation: fade-in 0.3s ease-in forwards;
          animation: fade-in 0.3s ease-in forwards;
}
#header .burger-menu-c .bottom .li-c, #header .burger-menu-c .bottom .anchor2 {
  padding: 42px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#header .burger-menu-c .bottom .li-c.active .sm-title {
  font-family: "Manrope-extrabold";
  opacity: 1;
}
#header .burger-menu-c .bottom .li-c.active .has-submenu {
  display: block;
}
#header .burger-menu-c .bottom .has-submenu {
  display: none;
  -webkit-animation: fade-in-bottom 0.3s ease-out forwards;
          animation: fade-in-bottom 0.3s ease-out forwards;
}
#header .burger-menu-c .bottom .has-submenu > a {
  display: none;
}
#header .burger-menu-c .bottom .has-submenu > ul > li.active .sub-menu {
  display: block;
}
#header .burger-menu-c .bottom .has-submenu > ul > li {
  margin-top: 50px;
}
#header .burger-menu-c .bottom .has-submenu > ul > li > .sub-menu > li {
  margin-top: 25px;
}
#header .burger-menu-c .bottom .has-submenu > ul > li > .sub-menu > li a {
  font-family: "Manrope-semibold";
}
#header .burger-menu-c .bottom .has-submenu > ul > li > a {
  font-size: 16px;
  opacity: 1;
  font-family: "Manrope-semibold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .burger-menu-c .bottom .has-submenu > ul > li > a::after {
  content: "";
  background: url(/wp-content/uploads/2023/07/white-arrow.svg);
  width: 14px;
  height: 8.3px;
  background-size: cover;
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
#header .burger-menu-c .bottom .has-submenu > ul > li .sub-menu {
  display: none;
  -webkit-animation: fade-in-bottom 0.3s ease-out forwards;
          animation: fade-in-bottom 0.3s ease-out forwards;
}
#header .burger-menu-c .bottom .has-submenu > ul > li .sub-menu a {
  font-size: 14px;
  opacity: 70%;
  margin-top: 25px;
}

@-webkit-keyframes fade-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fade-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fade-out-top {
  from {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 0;
    background: transparent;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes fade-out-top {
  from {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 0;
    background: transparent;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes remove-bg {
  from {
    background-color: white;
  }
  to {
    background: transparent;
  }
}
@keyframes remove-bg {
  from {
    background-color: white;
  }
  to {
    background: transparent;
  }
}
@media screen and (max-width: 1220px) {
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    top: 0px !important;
  }
  #header nav {
    border-radius: 0 !important;
    width: 100%;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  #header nav .logo {
    margin-left: 25px;
  }
  #header nav .button-cta-header {
    position: absolute;
    right: 15px;
  }
  #header .custom-logo {
    width: 120px;
  }
  .sticky .burger-icon {
    -webkit-filter: brightness(0) saturate(100%);
            filter: brightness(0) saturate(100%);
  }
}
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  FOOTER
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.footer-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media (min-width: 0px) {
  .footer-c {
    padding: calc(0.0636132316 * 100vw) 0;
    gap: calc(0.0548780488 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c {
    padding: calc(0.0304878049 * 100vw) 0;
    gap: calc(0.0548780488 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c {
    padding: calc(0.0260416667 * 100vw) calc(0.03125 * 100vw) 0;
    gap: calc(0.0234375 * 100vw);
  }
}
@media (min-width: 1750px) {
  .footer-c {
    padding: calc(0.0260416667 * 100vw) calc(0.0911458333 * 100vw) 0;
  }
}
.footer-c .footer-ctas-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0px) {
  .footer-c .footer-ctas-c {
    padding: 0 calc(0.0508905852 * 100vw) calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-ctas-c {
    padding: 0 calc(0.0243902439 * 100vw) calc(0.0304878049 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-ctas-c {
    padding: 0 0 calc(0.0260416667 * 100vw);
  }
}
@media (min-width: 0px) {
  .footer-c .footer-ctas-c .footer-logo-c .footer-logo {
    width: calc(0.2544529262 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-ctas-c .footer-logo-c .footer-logo {
    width: calc(0.1463414634 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-ctas-c .footer-logo-c .footer-logo {
    width: calc(0.0708333333 * 100vw);
  }
}
.footer-c .footer-ctas-c .socials-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 0px) {
  .footer-c .footer-ctas-c .socials-c {
    gap: calc(0.0127226463 * 100vw);
    margin-left: auto;
    margin-right: calc(0.0432569975 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-ctas-c .socials-c {
    gap: calc(0.012195122 * 100vw);
    margin-right: calc(0.0207317073 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-ctas-c .socials-c {
    gap: calc(0.0098958333 * 100vw);
    margin-left: calc(0.0416666667 * 100vw);
    margin-right: 0;
  }
}
.footer-c .footer-ctas-c .socials-c .social-item {
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .footer-c .footer-ctas-c .socials-c .social-item {
    padding: calc(0.0330788804 * 100vw);
    border-radius: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-ctas-c .socials-c .social-item {
    padding: calc(0.0158536585 * 100vw);
    border-radius: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-ctas-c .socials-c .social-item {
    padding: calc(0.0088541667 * 100vw);
    border-radius: calc(0.0026041667 * 100vw);
  }
}
.footer-c .footer-ctas-c .socials-c .social-item .svg-c {
  fill: rgba(0, 0, 0, 0.5);
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.footer-c .footer-ctas-c .socials-c .social-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.footer-c .footer-ctas-c .socials-c .social-item:hover .svg-c {
  fill: rgba(0, 0, 0, 0.8);
}
.footer-c .footer-ctas-c .go-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .footer-c .footer-ctas-c .go-top {
    border-radius: calc(0.0636132316 * 100vw);
    padding: calc(0.0381679389 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-ctas-c .go-top {
    border-radius: calc(0.0304878049 * 100vw);
    padding: calc(0.0182926829 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-ctas-c .go-top {
    gap: calc(0.0078125 * 100vw);
    padding: calc(0.0088541667 * 100vw) calc(0.015625 * 100vw);
    border-radius: calc(0.0140625 * 100vw);
  }
}
.footer-c .footer-ctas-c .go-top .go-top-text {
  text-transform: uppercase;
  font-family: "Manrope-extrabold";
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .footer-c .footer-ctas-c .go-top .go-top-text {
    display: none;
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-ctas-c .go-top .go-top-text {
    display: block;
    font-size: calc(0.0072916667 * 100vw);
  }
}
.footer-c .footer-ctas-c .go-top .svg-go-top {
  fill: rgba(0, 0, 0, 0.5);
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .footer-c .footer-ctas-c .go-top .svg-go-top {
    width: calc(0.0057291667 * 100vw);
  }
}
.footer-c .footer-ctas-c .go-top:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.footer-c .footer-ctas-c .go-top:hover .go-top-text {
  opacity: 0.8;
}
.footer-c .footer-ctas-c .go-top:hover .svg-go-top {
  fill: rgba(0, 0, 0, 0.8);
}
.footer-c .footer-links-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) {
  .footer-c .footer-links-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0.1272264631 * 100vw);
    padding: calc(0.0381679389 * 100vw) calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-links-w {
    gap: calc(0.0609756098 * 100vw);
    padding: calc(0.0182926829 * 100vw) calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-links-w {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(0.03125 * 100vw);
    padding: calc(0.0182291667 * 100vw) 0;
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-links-w .footer-links-c {
    max-width: calc(0.1197916667 * 100vw);
  }
}
.footer-c .footer-links-w .footer-links-c .footer-links-title {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-title {
    font-size: calc(0.0356234097 * 100vw);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-title {
    font-size: calc(0.0170731707 * 100vw);
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-title {
    font-size: calc(0.0083333333 * 100vw);
    padding-bottom: calc(0.015625 * 100vw);
    opacity: 0.8;
  }
}
.footer-c .footer-links-w .footer-links-c .footer-links-list-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-list-c {
    gap: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-list-c {
    gap: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-list-c {
    margin-top: 0;
    gap: calc(0.0104166667 * 100vw);
  }
}
.footer-c .footer-links-w .footer-links-c .footer-links-list-c .footer-link-list-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Manrope-semibold";
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-list-c .footer-link-list-item {
    opacity: 0.7;
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-list-c .footer-link-list-item {
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-list-c .footer-link-list-item {
    font-size: calc(0.0083333333 * 100vw);
    opacity: 0.5;
  }
}
.footer-c .footer-links-w .footer-links-c .footer-links-list-c .footer-link-list-item .footer-link {
  font: inherit;
  color: inherit;
}
.footer-c .footer-links-w .footer-links-c .footer-links-list-c .footer-link-list-item:hover {
  opacity: 0.8;
}
.footer-c .footer-links-w .footer-links-c {
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 0px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-title {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-title {
    position: static;
  }
}
.footer-c .footer-links-w .footer-links-c .footer-links-title::after {
  content: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10.846" height="6.611" viewBox="0 0 10.846 6.611"%3E%3Cpath id="Tracé_23262" data-name="Tracé 23262" d="M-271.651,16940.5a1.183,1.183,0,0,1-.349-.842,1.176,1.176,0,0,1,.349-.842l3.393-3.393-3.393-3.395a1.173,1.173,0,0,1-.349-.836,1.176,1.176,0,0,1,.349-.842,1.176,1.176,0,0,1,.842-.35,1.176,1.176,0,0,1,.842.35l4.23,4.234a1.174,1.174,0,0,1,.349.838,1.183,1.183,0,0,1-.349.842l-4.23,4.234a1.189,1.189,0,0,1-.842.348A1.182,1.182,0,0,1-271.651,16940.5Z" transform="translate(-16930 -265.389) rotate(-90)" fill="%23000"%3E%3C/path%3E%3C/svg%3E');
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  fill: red;
}
@media (min-width: 0px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-title::after {
    -webkit-transform-origin: calc(0.0127226463 * 100vw) calc(0.0254452926 * 100vw);
            transform-origin: calc(0.0127226463 * 100vw) calc(0.0254452926 * 100vw);
    width: calc(0.0254452926 * 100vw);
    height: calc(0.0152671756 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-title::after {
    -webkit-transform-origin: calc(0.006097561 * 100vw) calc(0.012195122 * 100vw);
            transform-origin: calc(0.006097561 * 100vw) calc(0.012195122 * 100vw);
    width: calc(0.012195122 * 100vw);
    height: calc(0.0073170732 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-title::after {
    content: none;
  }
}
.footer-c .footer-links-w .footer-links-c .footer-links-title:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-title:hover {
    cursor: default;
  }
}
@media (min-width: 0px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-list-c {
    position: absolute;
    top: calc(0.0508905852 * 100vw);
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-list-c {
    top: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-links-w .footer-links-c .footer-links-list-c {
    position: static;
    pointer-events: all;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
.footer-c .footer-links-w .footer-links-c.opened .footer-links-title::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media (min-width: 0px) {
  .footer-c .footer-links-w .footer-links-c.opened .footer-links-list-c {
    position: static;
    margin-top: calc(0.0508905852 * 100vw);
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 768px) {
  .footer-c .footer-links-w .footer-links-c.opened .footer-links-list-c {
    margin-top: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-links-w .footer-links-c.opened .footer-links-list-c {
    margin-top: 0;
  }
}
.footer-c .footer-bottom-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 0px) {
  .footer-c .footer-bottom-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0.0508905852 * 100vw);
    padding: calc(0.1272264631 * 100vw) calc(0.0508905852 * 100vw) 0;
  }
}
@media (min-width: 768px) {
  .footer-c .footer-bottom-c {
    gap: calc(0.0243902439 * 100vw);
    padding: calc(0.0609756098 * 100vw) calc(0.0243902439 * 100vw) 0;
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-bottom-c {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(0.0265625 * 100vw) 0;
    gap: 0;
  }
}
.footer-c .footer-bottom-c .footer-logos-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) {
  .footer-c .footer-bottom-c .footer-logos-c {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: calc(0.0254452926 * 100vw);
    gap: calc(0.0890585242 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-bottom-c .footer-logos-c {
    margin-bottom: calc(0.012195122 * 100vw);
    gap: calc(0.0426829268 * 100vw);
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-bottom-c .footer-logos-c {
    width: 30%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(0.0223958333 * 100vw);
    margin-bottom: 0;
  }
}
.footer-c .footer-bottom-c .footer-logos-c .footer-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-c .footer-bottom-c .footer-logos-c .footer-logo-link .footer-logo {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-c .footer-bottom-c .footer-logos-c .footer-logo-link:nth-child(1) .footer-logo {
  height: 100px;
}
.footer-c .footer-bottom-c .footer-legals-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) {
  .footer-c .footer-bottom-c .footer-legals-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-bottom-c .footer-legals-c {
    gap: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-bottom-c .footer-legals-c {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(0.0208333333 * 100vw);
  }
}
.footer-c .footer-bottom-c .footer-legals-c .footer-legal {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .footer-c .footer-bottom-c .footer-legals-c .footer-legal {
    font-family: "Manrope";
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .footer-c .footer-bottom-c .footer-legals-c .footer-legal {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .footer-c .footer-bottom-c .footer-legals-c .footer-legal {
    font-size: calc(0.00625 * 100vw);
    font-family: "Manrope-500";
  }
}
.footer-c .footer-bottom-c .footer-legals-c .footer-legal:hover {
  opacity: 0.8;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  FORMULAIRES : Contact
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.section-title-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) {
  .section-title-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .section-title-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .section-title-c {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(0.0260416667 * 100vw);
  }
}
.section-title-c .section-title {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .section-title-c .section-title {
    font-size: calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .section-title-c .section-title {
    font-size: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .section-title-c .section-title {
    font-size: calc(0.0208333333 * 100vw);
  }
}
@media (min-width: 0px) {
  .fil-ariane-wrapper {
    padding: calc(0.0763358779 * 100vw) 0;
  }
}
@media (min-width: 768px) {
  .fil-ariane-wrapper {
    padding: calc(0.0365853659 * 100vw) 0;
  }
}
@media (min-width: 1024px) {
  .fil-ariane-wrapper {
    padding: calc(0.015625 * 100vw) 0;
  }
}
.fil-ariane-wrapper .fil-ariane-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 0px) {
  .fil-ariane-wrapper .fil-ariane-container {
    gap: calc(0.0223918575 * 100vw);
  }
}
@media (min-width: 768px) {
  .fil-ariane-wrapper .fil-ariane-container {
    gap: calc(0.0107317073 * 100vw);
  }
}
@media (min-width: 1024px) {
  .fil-ariane-wrapper .fil-ariane-container {
    gap: calc(0.0045833333 * 100vw);
  }
}
.fil-ariane-wrapper .fil-ariane-container .fil-ariane-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) {
  .fil-ariane-wrapper .fil-ariane-container .fil-ariane-item {
    gap: calc(0.0234096692 * 100vw);
  }
}
@media (min-width: 768px) {
  .fil-ariane-wrapper .fil-ariane-container .fil-ariane-item {
    gap: calc(0.0112195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .fil-ariane-wrapper .fil-ariane-container .fil-ariane-item {
    gap: calc(0.0047916667 * 100vw);
  }
}
.fil-ariane-wrapper .fil-ariane-container .fil-ariane-item .fil-ariane-link {
  color: #000000;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .fil-ariane-wrapper .fil-ariane-container .fil-ariane-item .fil-ariane-link {
    font-size: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .fil-ariane-wrapper .fil-ariane-container .fil-ariane-item .fil-ariane-link {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .fil-ariane-wrapper .fil-ariane-container .fil-ariane-item .fil-ariane-link {
    font-size: calc(0.0072916667 * 100vw);
  }
}
.fil-ariane-wrapper .fil-ariane-container .fil-ariane-item .fil-ariane-link:hover {
  opacity: 0.8;
}
.fil-ariane-wrapper .fil-ariane-container .fil-ariane-item .svg-arrow {
  fill: #FFFFFF;
}
@media (min-width: 0px) {
  .fil-ariane-wrapper .fil-ariane-container .fil-ariane-item .svg-arrow {
    width: calc(0.0254452926 * 100vw);
    height: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .fil-ariane-wrapper .fil-ariane-container .fil-ariane-item .svg-arrow {
    width: calc(0.012195122 * 100vw);
    height: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .fil-ariane-wrapper .fil-ariane-container .fil-ariane-item .svg-arrow {
    width: calc(0.0052083333 * 100vw);
    height: calc(0.0052083333 * 100vw);
  }
}
.fil-ariane-wrapper .fil-ariane-container .fil-ariane-item:last-of-type .fil-ariane-link {
  opacity: 1;
}
.fil-ariane-wrapper.white .fil-ariane-container .fil-ariane-item .fil-ariane-link {
  color: #FFFFFF;
}
.fil-ariane-wrapper.white .fil-ariane-container .fil-ariane-item .svg-arrow {
  fill: #FFFFFF;
}

.search-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  z-index: 3;
}
@media (min-width: 0px) {
  .search-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0.0763358779 * 100vw);
    padding: calc(0.0763358779 * 100vw) calc(0.0508905852 * 100vw);
    position: absolute;
    bottom: calc(-0.9923664122 * 100vw);
    left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    border-radius: 30px;
    -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 80px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .search-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0.0365853659 * 100vw);
    padding: calc(0.0365853659 * 100vw) calc(0.0243902439 * 100vw);
    bottom: calc(-0.4756097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(0.0208333333 * 100vw);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 calc(0.0104166667 * 100vw) calc(0.0416666667 * 100vw) rgba(0, 0, 0, 0.2);
            box-shadow: 0 calc(0.0104166667 * 100vw) calc(0.0416666667 * 100vw) rgba(0, 0, 0, 0.2);
    border-radius: calc(0.0270833333 * 100vw);
    padding: calc(0.0052083333 * 100vw) calc(0.0052083333 * 100vw) calc(0.0052083333 * 100vw) calc(0.0260416667 * 100vw);
    margin: 0 calc(0.03125 * 100vw);
    width: calc(100% - calc(0.0625 * 100vw));
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media (min-width: 1750px) {
  .search-c {
    margin: 0 calc(0.0911458333 * 100vw);
    width: -webkit-fill-available;
  }
}
.search-c .c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Manrope-bold";
}
@media (min-width: 0px) {
  .search-c .c-title {
    font-size: calc(0.0458015267 * 100vw);
    gap: calc(0.0407124682 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}
@media (min-width: 768px) {
  .search-c .c-title {
    font-size: calc(0.0219512195 * 100vw);
    gap: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c .c-title {
    font-size: calc(0.009375 * 100vw);
    gap: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 0px) {
  .search-c .c-title svg {
    width: calc(0.0559796438 * 100vw);
  }
}
@media (min-width: 768px) {
  .search-c .c-title svg {
    width: calc(0.0268292683 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c .c-title svg {
    width: calc(0.0114583333 * 100vw);
  }
}
.search-c .search-selector-main-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0.0763358779 * 100vw);
    padding: calc(0.0203562341 * 100vw);
    border-radius: calc(0.106870229 * 100vw);
    border: 0;
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0.0365853659 * 100vw);
    padding: calc(0.0097560976 * 100vw);
    border-radius: calc(0.0512195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(0.0041666667 * 100vw);
    width: 100%;
    padding: calc(0.0041666667 * 100vw);
    border-radius: calc(0.021875 * 100vw);
    border: 1px solid rgba(8, 16, 44, 0.1);
  }
}
.search-c .search-selector-main-w .search-selector-main-c {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-selector-main-c {
    gap: calc(0.0508905852 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-selector-main-c {
    gap: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-selector-main-c {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  cursor: pointer;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c {
    border-radius: 0;
  }
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c:not(:last-child) {
    padding: 0 0 calc(0.0763358779 * 100vw) 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c {
    border-radius: 0;
  }
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c:not(:last-child) {
    padding: 0 0 calc(0.0365853659 * 100vw) 0;
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c {
    padding: calc(0.0067708333 * 100vw) calc(0.015625 * 100vw);
    border-radius: calc(0.0177083333 * 100vw);
  }
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c:not(:last-child) {
    padding: calc(0.0067708333 * 100vw) calc(0.015625 * 100vw);
    border-bottom: none;
  }
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c.search-selector-niveau_formation {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c.search-selector-niveau_formation {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c.search-selector-niveau_formation {
    width: 60%;
  }
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-selector-c-title {
  color: rgba(0, 0, 0, 0.5);
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .selector-search {
  display: none;
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c {
  position: relative;
  top: 0;
  left: 0;
  font-family: "Manrope-bold";
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c {
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-selected {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c {
    top: calc(100% + 5px);
    left: calc(-0.0508905852 * 100vw);
    border-radius: calc(0.0508905852 * 100vw);
    width: calc(100% + 0.1017811705 * 100vw);
    padding: calc(0.0508905852 * 100vw) 0;
    -webkit-box-shadow: 0 calc(0.1017811705 * 100vw) calc(0.203562341 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 calc(0.1017811705 * 100vw) calc(0.203562341 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c {
    top: calc(100% + 5px);
    left: calc(-0.0243902439 * 100vw);
    border-radius: calc(0.0243902439 * 100vw);
    width: calc(100% + 0.0487804878 * 100vw);
    padding: calc(0.0243902439 * 100vw) 0;
    -webkit-box-shadow: 0 calc(0.0487804878 * 100vw) calc(0.0975609756 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 calc(0.0487804878 * 100vw) calc(0.0975609756 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c {
    top: calc(100% + 0.0208333333 * 100vw);
    left: calc(-0.0130208333 * 100vw);
    border-radius: calc(0.0104166667 * 100vw);
    width: calc(100% + 0.0260416667 * 100vw);
    padding: calc(0.0104166667 * 100vw) 0;
    -webkit-box-shadow: 0 calc(0.0208333333 * 100vw) calc(0.0416666667 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 calc(0.0208333333 * 100vw) calc(0.0416666667 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c.show {
  pointer-events: all;
  opacity: 1;
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option .custom-select-option-text {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option {
    padding: calc(0.0127226463 * 100vw) calc(0.0508905852 * 100vw);
    gap: calc(0.0356234097 * 100vw);
  }
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option .custom-select-option-image {
    width: calc(0.1017811705 * 100vw);
    height: calc(0.1017811705 * 100vw);
  }
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option .custom-select-option-text {
    font-family: "Manrope-bold";
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option {
    padding: calc(0.006097561 * 100vw) calc(0.0243902439 * 100vw);
    gap: calc(0.0170731707 * 100vw);
  }
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option .custom-select-option-image {
    width: calc(0.0487804878 * 100vw);
    height: calc(0.0487804878 * 100vw);
  }
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option .custom-select-option-text {
    font-family: "Manrope-bold";
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option {
    padding: calc(0.0026041667 * 100vw) calc(0.0104166667 * 100vw);
    gap: calc(0.0072916667 * 100vw);
  }
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option .custom-select-option-image {
    width: calc(0.0208333333 * 100vw);
    height: calc(0.0208333333 * 100vw);
  }
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option .custom-select-option-text {
    font-family: "Manrope-bold";
    font-size: calc(0.0083333333 * 100vw);
  }
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option .custom-select-option-image[data-value=all] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option.selected {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option.selected::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12.509" height="9.102" viewBox="0 0 12.509 9.102"%3E%3Cg id="check" transform="translate(0 -55.188)"%3E%3Cpath id="Tracé_23178" data-name="Tracé 23178" d="M12.143,57.325l-6.6,6.6a1.252,1.252,0,0,1-1.771,0L.366,60.517a1.252,1.252,0,0,1,1.77-1.771l2.522,2.522,5.714-5.714a1.252,1.252,0,0,1,1.771,1.771Z" fill="%23000000"/%3E%3C/g%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option.selected::after {
    width: calc(0.0305343511 * 100vw);
    height: calc(0.0229007634 * 100vw);
    right: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option.selected::after {
    width: calc(0.0146341463 * 100vw);
    height: calc(0.0109756098 * 100vw);
    right: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option.selected::after {
    width: calc(0.00625 * 100vw);
    height: calc(0.0046875 * 100vw);
    right: calc(0.015625 * 100vw);
  }
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c .search-sector-w .custom-select-c .custom-select-dropdown-c .custom-select-option:hover {
  opacity: 0.8;
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10.418" height="6.439" viewBox="0 0 10.418 6.439"%3E%3Cpath id="Tracé_22244" data-name="Tracé 22244" d="M4.71,102.509a.658.658,0,0,1-.466-.193l-4.05-4.05a.66.66,0,0,1,.933-.933l3.583,3.583,3.583-3.583a.66.66,0,0,1,.933.933l-4.05,4.05A.658.658,0,0,1,4.71,102.509Z" transform="translate(9.919 103.009) rotate(180)" stroke="%23000" stroke-width="1"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c::after {
    width: calc(0.0254452926 * 100vw);
    height: calc(0.0152671756 * 100vw);
    right: calc(0 * 100vw);
    top: calc(50% - calc(0.0127226463 * 100vw));
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c::after {
    width: calc(0.012195122 * 100vw);
    height: calc(0.0073170732 * 100vw);
    right: calc(0 * 100vw);
    top: calc(50% - calc(0.006097561 * 100vw));
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c::after {
    width: calc(0.0052083333 * 100vw);
    height: calc(0.003125 * 100vw);
    right: calc(0.015625 * 100vw);
    top: 50%;
  }
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c:not(.search-selector-niveau_formation)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c:not(.search-selector-niveau_formation)::before {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c:not(.search-selector-niveau_formation)::before {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c:not(.search-selector-niveau_formation)::before {
    opacity: 0;
  }
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c:hover:not(.search-selector-niveau_formation)::before {
  opacity: 0;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c:hover {
    background-color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c:hover {
    background-color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c.show::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.search-c .search-selector-main-w .search-selector-main-c .search-selector-c.show:not(.search-selector-niveau_formation)::before {
  opacity: 0;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c.show {
    background-color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c.show {
    background-color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-selector-main-c .search-selector-c.show {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.search-c .search-selector-main-w .search-cta-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  background-color: #fcdd17;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-cta-c {
    width: 100%;
    padding: calc(0.0305343511 * 100vw) calc(0.3129770992 * 100vw);
    border-radius: calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-cta-c {
    width: 100%;
    padding: calc(0.0146341463 * 100vw) calc(0.15 * 100vw);
    border-radius: calc(0.0304878049 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-cta-c {
    width: calc(0.0354166667 * 100vw);
    height: calc(0.0354166667 * 100vw);
    padding: calc(0.0135416667 * 100vw);
    border-radius: calc(0.0177083333 * 100vw);
  }
}
.search-c .search-selector-main-w .search-cta-c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16.377" height="16.381" viewBox="0 0 16.377 16.381"%3E%3Cg id="_x32_-Magnifying_Glass" transform="translate(-7.129 0.875)"%3E%3Cpath id="Tracé_22192" data-name="Tracé 22192" d="M23.222,21.849,20.074,18.7A7.23,7.23,0,1,0,18.7,20.074l3.148,3.148a.971.971,0,0,0,1.373-1.373ZM10.611,18.066a5.271,5.271,0,1,1,3.728,1.544A5.278,5.278,0,0,1,10.611,18.066Z" transform="translate(0 -8)"/%3E%3C/g%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-cta-c::before {
    width: calc(0.0407124682 * 100vw);
    height: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-cta-c::before {
    width: calc(0.0195121951 * 100vw);
    height: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-cta-c::before {
    width: calc(0.0088541667 * 100vw);
    height: calc(0.0088541667 * 100vw);
  }
}
.search-c .search-selector-main-w .search-cta-c:hover {
  background-color: #f6d503;
}
@media screen and (max-width: 768px) {
  .search-c .search-selector-main-w .search-cta-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .search-c .search-selector-main-w .search-cta-c::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-cta-c svg, .search-c .search-selector-main-w .search-cta-c p {
    display: none;
  }
}
@media (min-width: 0px) {
  .search-c .search-selector-c .search-selector-c-title {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-c .search-selector-c-title {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-c {
    gap: calc(0.0015625 * 100vw);
  }
  .search-c .search-selector-c .search-selector-c-title {
    font-size: calc(0.00625 * 100vw);
  }
}

@media (min-width: 0px) {
  #select-lieu-formation + .custom-select-c .custom-select-option,
  #select-niveau-formation + .custom-select-c .custom-select-option {
    padding: calc(0.0254452926 * 100vw) calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  #select-lieu-formation + .custom-select-c .custom-select-option,
  #select-niveau-formation + .custom-select-c .custom-select-option {
    padding: calc(0.012195122 * 100vw) calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  #select-lieu-formation + .custom-select-c .custom-select-option,
  #select-niveau-formation + .custom-select-c .custom-select-option {
    padding: calc(0.0052083333 * 100vw) calc(0.015625 * 100vw);
  }
}
#select-lieu-formation + .custom-select-c .custom-select-option img,
#select-niveau-formation + .custom-select-c .custom-select-option img {
  display: none;
}

.search-c .search-selector-main-w .search-cta-c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16.377" height="16.381" viewBox="0 0 16.377 16.381"%3E%3Cg id="_x32_-Magnifying_Glass" transform="translate(-7.129 0.875)"%3E%3Cpath id="Tracé_22192" data-name="Tracé 22192" d="M23.222,21.849,20.074,18.7A7.23,7.23,0,1,0,18.7,20.074l3.148,3.148a.971.971,0,0,0,1.373-1.373ZM10.611,18.066a5.271,5.271,0,1,1,3.728,1.544A5.278,5.278,0,0,1,10.611,18.066Z" transform="translate(0 -8)"/%3E%3C/g%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 0px) {
  .search-c .search-selector-main-w .search-cta-c::before {
    width: calc(0.0407124682 * 100vw);
    height: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .search-c .search-selector-main-w .search-cta-c::before {
    width: calc(0.0195121951 * 100vw);
    height: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .search-c .search-selector-main-w .search-cta-c::before {
    width: calc(0.0088541667 * 100vw);
    height: calc(0.0088541667 * 100vw);
  }
}

.news-letter-form {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 0px) {
  .news-letter-form {
    margin: calc(0.0243902439 * 100vw) calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .news-letter-form {
    margin: 40px calc(0.03125 * 100vw) 50px calc(0.03125 * 100vw);
  }
}
@media (min-width: 1750px) {
  .news-letter-form {
    margin: 40px calc(0.0911458333 * 100vw) 100px calc(0.0911458333 * 100vw);
  }
}
@media screen and (max-width: 767.99px) {
  .news-letter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 80px;
  }
}
.news-letter-form .left {
  padding-left: 60px;
  width: 50%;
}
@media screen and (max-width: 767.99px) {
  .news-letter-form .left {
    padding: 0;
    width: 100%;
  }
}
.news-letter-form .left h2 {
  font-size: 40px;
  font-family: "Manrope-extrabold";
  margin-bottom: 30px;
}
@media (min-width: 0px) {
  .news-letter-form .left h2 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .news-letter-form .left h2 {
    width: 90%;
  }
}
@media screen and (max-width: 767.99px) {
  .news-letter-form .left h2 {
    font-size: 25px;
  }
}
.news-letter-form .left label {
  font-family: "Manrope-bold" !important;
  font-size: 14px !important;
  margin-bottom: 10px !important;
}
.news-letter-form .left input {
  padding: 13px 25px !important;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  font-family: "Manrope";
  font-size: 16px;
  opacity: 50%;
}
@media (min-width: 0px) {
  .news-letter-form .left input {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .news-letter-form .left input {
    width: 90%;
  }
}
@media (min-width: 0px) {
  .news-letter-form .left button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news-letter-form .gform_heading {
  display: none !important;
}
@media (min-width: 0px) {
  .news-letter-form .gform-body {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .news-letter-form .gform-body {
    width: 90%;
  }
}
.news-letter-form .gform_button {
  min-width: 30px !important;
  width: auto !important;
  opacity: 1 !important;
  font-size: 14px !important;
  text-align: center !important;
  white-space: nowrap !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  color: #000000 !important;
  background-color: #e6e7e6 !important;
  border: none !important;
  border-radius: 50vw !important;
  padding: 15px 25px !important;
  font-weight: 700 !important;
  -webkit-transition: opacity 0.3s ease-in-out !important;
  transition: opacity 0.3s ease-in-out !important;
  border-radius: 10px !important;
  background-color: #fcdd17 !important;
  font-family: "Manrope-bold" !important;
  margin-bottom: 0px !important;
}
@media (min-width: 0px) {
  .news-letter-form .gform_button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .news-letter-form .gform_button {
    width: 90%;
  }
}
.news-letter-form .gform_button::before {
  content: url(/wp-content/uploads/2023/07/connection-icon.svg);
  position: relative;
  top: 2.5px;
}
.news-letter-form .gform_footer {
  background-color: #fcdd17 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 10px !important;
  margin-top: 30px !important;
}
@media (min-width: 0px) {
  .news-letter-form .gform_footer {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .news-letter-form .gform_footer {
    width: 90%;
  }
}
.news-letter-form .gform_footer::before {
  content: url(/wp-content/uploads/2023/07/connection-icon.svg);
  position: relative;
  padding-left: 25px !important;
  top: 18.5px;
}
.news-letter-form .right {
  width: 50%;
}
@media screen and (max-width: 767.99px) {
  .news-letter-form .right {
    width: 100%;
  }
}
.news-letter-form .right img {
  width: 100%;
  border-radius: 5px;
}

#sidebar-primary {
  width: 30%;
  position: sticky;
  margin-top: 100px;
  margin-bottom: 80px;
  top: 100px;
  padding: 30px;
  border-radius: 10px;
  background-color: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#sidebar-primary .cards-img-container {
  height: 225px !important;
  border-radius: 5px;
}
#sidebar-primary .cards-img-container img {
  width: 100%;
  height: 100%;
}
#sidebar-primary h3 {
  font-family: "Manrope-extrabold";
  margin-top: 30px;
  margin-bottom: 5px;
}
@media (min-width: 0px) {
  #sidebar-primary h3 {
    font-size: calc(0.0508905852 * 100vw) 0;
  }
}
@media (min-width: 768px) {
  #sidebar-primary h3 {
    font-size: calc(0.0268292683 * 100vw) 0;
  }
}
@media (min-width: 1024px) {
  #sidebar-primary h3 {
    font-size: calc(0.0130208333 * 100vw);
  }
}
#sidebar-primary .resume {
  margin-top: 15px;
}
#sidebar-primary .infos {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#sidebar-primary .infos .phone-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#sidebar-primary .infos .phone-c a {
  opacity: 50%;
  font-size: 14px;
  font-family: "Manrope-semibold";
}
#sidebar-primary .infos .socials-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) {
  #sidebar-primary .infos .socials-c {
    gap: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  #sidebar-primary .infos .socials-c {
    gap: calc(0.0487804878 * 100vw);
  }
}
@media (min-width: 1024px) {
  #sidebar-primary .infos .socials-c {
    gap: calc(0.0208333333 * 100vw);
  }
}
#sidebar-primary .ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 45px;
}
#sidebar-primary .ctas .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#sidebar-primary .ctas .cta_2 {
  background-color: #fcdd17;
}
#sidebar-primary .ctas .cta_2:hover {
  background-color: rgba(252, 221, 23, 0.8) !important;
}
#sidebar-primary .ctas .cta a, #sidebar-primary .ctas .cta p {
  opacity: 50%;
  font-family: "Manrope-bold";
}
@media (min-width: 0px) {
  #sidebar-primary .ctas .cta a, #sidebar-primary .ctas .cta p {
    font-size: calc(0.0356234097 * 100vw) 0;
  }
}
@media (min-width: 768px) {
  #sidebar-primary .ctas .cta a, #sidebar-primary .ctas .cta p {
    font-size: calc(0.0146341463 * 100vw) 0;
  }
}
@media (min-width: 1024px) {
  #sidebar-primary .ctas .cta a, #sidebar-primary .ctas .cta p {
    font-size: calc(0.0083333333 * 100vw);
  }
}
#sidebar-primary .ctas .cta:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#nav-onglet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  background-color: white;
  z-index: 5;
  position: sticky;
  width: 100vw;
  top: 0px;
}
@media screen and (max-width: 768px) {
  #nav-onglet {
    padding: 0;
    width: 100vw;
  }
}
#nav-onglet.hidden {
  visibility: hidden;
}
#nav-onglet p {
  font-size: 14px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #nav-onglet p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#nav-onglet .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scroll-behavior: smooth;
}
@media (min-width: 0px) {
  #nav-onglet .container {
    overflow-x: auto;
  }
}
@media (min-width: 1024px) {
  #nav-onglet .container {
    padding: calc(0 * 100vw) calc(0.03125 * 100vw);
    min-width: 100vw;
    overflow-x: hidden;
  }
}
@media (min-width: 1750px) {
  #nav-onglet .container {
    padding: calc(0 * 100vw) calc(0.0911458333 * 100vw);
  }
}
#nav-onglet .container::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #nav-onglet .container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    scrollbar-width: none !important;
    white-space: nowrap;
  }
}
#nav-onglet .container div {
  cursor: pointer;
  margin-right: 40px;
  position: relative;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-top: 15px;
  padding-bottom: 17px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  #nav-onglet .container div {
    padding-top: 18px;
    padding-bottom: 20px;
  }
}
#nav-onglet .container div.active {
  border-bottom: 2px solid #fcdd17;
}
#nav-onglet .container div.active p {
  opacity: 100%;
}

main > #nav-onglet.sticky {
  position: sticky;
  top: 0px;
}

@media screen and (max-width: 768px) {
  #nav-onglet .container {
    padding-right: 20px;
  }
  .nav-onglet-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
  width: -webkit-fill-available !important;
}
@media (min-width: 0px) {
  .contact-form {
    padding: calc(0.0508905852 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(0.0763358779 * 100vw);
    margin-bottom: calc(0.1272264631 * 100vw) !important;
  }
}
@media (min-width: 1024px) {
  .contact-form {
    padding: calc(0.0234375 * 100vw);
    margin-bottom: calc(0.0520833333 * 100vw) !important;
    gap: calc(0.0234375 * 100vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 0px) {
  .contact-form {
    margin: calc(0 * 100vw) calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .contact-form {
    margin: 0 calc(0.03125 * 100vw);
  }
}
@media (min-width: 1750px) {
  .contact-form {
    margin: 0 calc(0.0911458333 * 100vw);
  }
}
.contact-form .left {
  width: 50%;
  height: 100%;
  position: relative;
  height: auto;
}
.contact-form .left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(33, 39, 19)), color-stop(0%, rgb(43, 43, 32)), color-stop(62%, rgba(43, 43, 40, 0.464044993)), color-stop(100%, rgba(43, 43, 43, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgb(33, 39, 19) 0%, rgb(43, 43, 32) 0%, rgba(43, 43, 40, 0.464044993) 62%, rgba(43, 43, 43, 0) 100%, rgba(0, 0, 0, 0) 100%);
}
.contact-form .left .texts {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50px;
}
.contact-form .left .texts p {
  color: white;
  font-family: "Manrope-bold";
  text-transform: uppercase;
  opacity: 100%;
}
@media (min-width: 0px) {
  .contact-form .left .texts p {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 1024px) {
  .contact-form .left .texts p {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.contact-form .left .texts h3 {
  color: white;
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .contact-form .left .texts h3 {
    font-size: calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 1024px) {
  .contact-form .left .texts h3 {
    font-size: calc(0.0208333333 * 100vw);
  }
}
.contact-form .left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.contact-form .right {
  width: 50%;
  height: 100%;
}
.contact-form .right .rgpd-container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 30px 0;
}
.contact-form .right .rgpd-container div input {
  margin: 0 !important;
}
.contact-form .right #gform_fields_1 {
  grid-row-gap: 0px;
}
.contact-form .right .gform_heading {
  display: none;
}
.contact-form .right label {
  font-family: "Manrope-bold";
}
@media (min-width: 0px) {
  .contact-form .right label {
    font-size: calc(0.0356234097 * 100vw) !important;
  }
}
@media (min-width: 1024px) {
  .contact-form .right label {
    font-size: calc(0.0083333333 * 100vw) !important;
  }
}
.contact-form .right input, .contact-form .right select, .contact-form .right textarea {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 25px !important;
}
.contact-form .right input::-webkit-input-placeholder, .contact-form .right select::-webkit-input-placeholder, .contact-form .right textarea::-webkit-input-placeholder {
  font-family: "Manrope-500";
  opacity: 50%;
}
.contact-form .right input::-moz-placeholder, .contact-form .right select::-moz-placeholder, .contact-form .right textarea::-moz-placeholder {
  font-family: "Manrope-500";
  opacity: 50%;
}
.contact-form .right input:-ms-input-placeholder, .contact-form .right select:-ms-input-placeholder, .contact-form .right textarea:-ms-input-placeholder {
  font-family: "Manrope-500";
  opacity: 50%;
}
.contact-form .right input::-ms-input-placeholder, .contact-form .right select::-ms-input-placeholder, .contact-form .right textarea::-ms-input-placeholder {
  font-family: "Manrope-500";
  opacity: 50%;
}
.contact-form .right input::placeholder, .contact-form .right select::placeholder, .contact-form .right textarea::placeholder {
  font-family: "Manrope-500";
  opacity: 50%;
}
@media (min-width: 0px) {
  .contact-form .right input::-webkit-input-placeholder, .contact-form .right select::-webkit-input-placeholder, .contact-form .right textarea::-webkit-input-placeholder {
    font-size: calc(0.0356234097 * 100vw) !important;
  }
  .contact-form .right input::-moz-placeholder, .contact-form .right select::-moz-placeholder, .contact-form .right textarea::-moz-placeholder {
    font-size: calc(0.0356234097 * 100vw) !important;
  }
  .contact-form .right input:-ms-input-placeholder, .contact-form .right select:-ms-input-placeholder, .contact-form .right textarea:-ms-input-placeholder {
    font-size: calc(0.0356234097 * 100vw) !important;
  }
  .contact-form .right input::-ms-input-placeholder, .contact-form .right select::-ms-input-placeholder, .contact-form .right textarea::-ms-input-placeholder {
    font-size: calc(0.0356234097 * 100vw) !important;
  }
  .contact-form .right input::placeholder, .contact-form .right select::placeholder, .contact-form .right textarea::placeholder {
    font-size: calc(0.0356234097 * 100vw) !important;
  }
}
@media (min-width: 1024px) {
  .contact-form .right input::-webkit-input-placeholder, .contact-form .right select::-webkit-input-placeholder, .contact-form .right textarea::-webkit-input-placeholder {
    font-size: calc(0.0083333333 * 100vw) !important;
  }
  .contact-form .right input::-moz-placeholder, .contact-form .right select::-moz-placeholder, .contact-form .right textarea::-moz-placeholder {
    font-size: calc(0.0083333333 * 100vw) !important;
  }
  .contact-form .right input:-ms-input-placeholder, .contact-form .right select:-ms-input-placeholder, .contact-form .right textarea:-ms-input-placeholder {
    font-size: calc(0.0083333333 * 100vw) !important;
  }
  .contact-form .right input::-ms-input-placeholder, .contact-form .right select::-ms-input-placeholder, .contact-form .right textarea::-ms-input-placeholder {
    font-size: calc(0.0083333333 * 100vw) !important;
  }
  .contact-form .right input::placeholder, .contact-form .right select::placeholder, .contact-form .right textarea::placeholder {
    font-size: calc(0.0083333333 * 100vw) !important;
  }
}
.contact-form .right input:focus, .contact-form .right select:focus, .contact-form .right textarea:focus {
  outline: none;
}
.contact-form .right textarea {
  font-family: "Manrope-500";
  height: 160px !important;
  margin-bottom: 0px !important;
}
@media (min-width: 0px) {
  .contact-form .right textarea {
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  .contact-form .right textarea {
    border-radius: 15px !important;
  }
}
.contact-form .right #gform_submit_button_1 {
  background-color: #fcdd17;
  width: 100%;
  border: none;
  margin-bottom: 0px !important;
}
@media (min-width: 0px) {
  .contact-form .right #gform_submit_button_1 {
    font-size: calc(0.0356234097 * 100vw) !important;
    border-radius: 5px;
  }
}
@media (min-width: 1024px) {
  .contact-form .right #gform_submit_button_1 {
    border-radius: 15px;
    font-size: calc(0.0083333333 * 100vw) !important;
  }
}
.contact-form .right > p, .contact-form .right a {
  font-size: 12px;
  font-family: "Manrope-500";
  opacity: 50%;
  text-align: center;
}
.contact-form .right > p > a {
  text-decoration: underline;
  opacity: 100% !important;
}

@media screen and (max-width: 1023.99px) {
  .contact-form {
    margin: 0;
    margin-bottom: 50px;
  }
  .contact-form .left {
    width: 100%;
  }
  .contact-form .left img {
    height: 290px;
  }
  .contact-form .left .texts {
    top: 30px;
    left: 30px;
  }
  .contact-form .right {
    width: 100%;
  }
}
#map a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#map a:hover {
  color: #fcdd17;
}

.modal-c {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  -webkit-animation: fade-in 0.3s ease-out forwards;
          animation: fade-in 0.3s ease-out forwards;
}
@media (min-width: 0px) {
  .modal-c {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .modal-c {
    left: 50%;
  }
}
@media (min-width: 0px) {
  .modal-c {
    border-radius: calc(0.0254452926 * 100vw);
    width: 95vw;
  }
}
@media (min-width: 768px) {
  .modal-c {
    border-radius: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .modal-c {
    border-radius: calc(0.0052083333 * 100vw);
    width: 80vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 1750px) {
  .modal-c {
    border-radius: calc(0.0052083333 * 100vw);
    width: 57vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.modal-c .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) {
  .modal-c .top {
    padding: calc(0.0458015267 * 100vw);
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .modal-c .top {
    padding: calc(0.0182926829 * 100vw);
    padding-bottom: unset;
  }
}
@media (min-width: 1024px) {
  .modal-c .top {
    padding: calc(0.0182291667 * 100vw) calc(0.0260416667 * 100vw);
    padding-bottom: calc(0.0151041667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .modal-c .top {
    padding: calc(0.0182291667 * 100vw) calc(0.0260416667 * 100vw) -large;
    padding-bottom: calc(0.0151041667 * 100vw);
  }
}
.modal-c .top img {
  width: 150px;
}
.modal-c .top h3 {
  font-family: "Manrope-extrabold";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 0px) {
  .modal-c .top h3 {
    font-size: calc(0.0458015267 * 100vw);
    margin-top: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .modal-c .top h3 {
    font-size: calc(0.0182926829 * 100vw);
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .modal-c .top h3 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .modal-c .top h3 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.modal-c .top svg {
  cursor: pointer;
}
.modal-c .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 0px) {
  .modal-c .bottom {
    padding: calc(0.0508905852 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .modal-c .bottom {
    padding: calc(0.0182926829 * 100vw);
  }
}
@media (min-width: 1024px) {
  .modal-c .bottom {
    padding: calc(0.0109375 * 100vw) calc(0.0260416667 * 100vw);
    padding-right: calc(0.0109375 * 100vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1750px) {
  .modal-c .bottom {
    padding: calc(0.0109375 * 100vw) calc(0.0260416667 * 100vw) -large;
    padding-right: calc(0.0109375 * 100vw);
  }
}
@media (min-width: 0px) {
  .modal-c .bottom .left h2 {
    font-size: calc(0.0636132316 * 100vw);
    margin-bottom: calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .modal-c .bottom .left h2 {
    font-size: calc(0.0243902439 * 100vw);
    margin-bottom: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .modal-c .bottom .left h2 {
    font-size: calc(0.015625 * 100vw);
    margin-bottom: calc(0.015625 * 100vw);
  }
}
@media (min-width: 1750px) {
  .modal-c .bottom .left h2 {
    font-size: calc(0.015625 * 100vw);
    margin-bottom: calc(0.015625 * 100vw);
  }
}
.modal-c .bottom .left a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-c .bottom img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

@media screen and (max-width: 1023.99px) {
  .modal-inscription {
    height: 90%;
    overflow: auto;
  }
  .modal-inscription a {
    width: 100% !important;
  }
  .modal-inscription h3 {
    white-space: wrap !important;
  }
}
.modal-inscription .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) {
  .modal-inscription .top {
    padding: calc(0.0458015267 * 100vw);
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .modal-inscription .top {
    padding: calc(0.0182926829 * 100vw);
    padding-bottom: unset;
  }
}
@media (min-width: 1024px) {
  .modal-inscription .top {
    padding: calc(0.0182291667 * 100vw) calc(0.0260416667 * 100vw);
    padding-bottom: calc(0.0151041667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .modal-inscription .top {
    padding: calc(0.0182291667 * 100vw) calc(0.0260416667 * 100vw) -large;
    padding-bottom: calc(0.0151041667 * 100vw);
  }
}
.modal-inscription .top h3 {
  width: 90%;
  text-align: center;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .modal-inscription .top h3 {
    font-size: 24px;
  }
}
.modal-inscription .top .close-modal-btn {
  z-index: 1000;
}
.modal-inscription .bottom .left {
  padding-right: 0px !important;
}
.modal-inscription .bottom .right {
  padding-left: 0px !important;
}
.modal-inscription .bottom .left img.zoomed,
.modal-inscription .bottom .right img.zoomed {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 0px) {
  .modal-inscription .bottom .right, .modal-inscription .bottom .left {
    padding: calc(0.0508905852 * 100vw) 0;
  }
}
@media (min-width: 768px) {
  .modal-inscription .bottom .right, .modal-inscription .bottom .left {
    padding: calc(0.0243902439 * 100vw) 0;
  }
}
@media (min-width: 1024px) {
  .modal-inscription .bottom .right, .modal-inscription .bottom .left {
    padding: calc(0.0260416667 * 100vw) calc(0.0364583333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .modal-inscription .bottom .right, .modal-inscription .bottom .left {
    padding: calc(0.0260416667 * 100vw) calc(0.0364583333 * 100vw) -large;
  }
}
.modal-inscription .bottom .right .img-container, .modal-inscription .bottom .left .img-container {
  border-radius: 5px;
  overflow: hidden;
}
.modal-inscription .bottom .right .img-container img, .modal-inscription .bottom .left .img-container img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.modal-inscription .bottom .right h2, .modal-inscription .bottom .left h2 {
  color: black;
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .modal-inscription .bottom .right h2, .modal-inscription .bottom .left h2 {
    font-size: calc(0.0636132316 * 100vw);
    margin-bottom: calc(0.0508905852 * 100vw);
    margin-top: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .modal-inscription .bottom .right h2, .modal-inscription .bottom .left h2 {
    font-size: calc(0.0243902439 * 100vw);
    margin-bottom: calc(0.0182926829 * 100vw);
    margin-top: calc(0.0182926829 * 100vw);
  }
}
@media (min-width: 1024px) {
  .modal-inscription .bottom .right h2, .modal-inscription .bottom .left h2 {
    font-size: calc(0.015625 * 100vw);
    margin-bottom: calc(0.015625 * 100vw);
    margin-top: calc(0.015625 * 100vw);
  }
}
.modal-inscription .bottom .right a, .modal-inscription .bottom .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-inscription .bottom .right .button-cta-header::before, .modal-inscription .bottom .left .button-cta-header::before {
  content: url("/wp-content/uploads/2023/07/profile-icon.svg");
}
@media (min-width: 0px) {
  .modal-inscription .bottom .right .button-cta-header, .modal-inscription .bottom .right .secondary-cta, .modal-inscription .bottom .left .button-cta-header, .modal-inscription .bottom .left .secondary-cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .modal-inscription .bottom .right .button-cta-header, .modal-inscription .bottom .right .secondary-cta, .modal-inscription .bottom .left .button-cta-header, .modal-inscription .bottom .left .secondary-cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.modal-inscription .bottom .right .secondary-cta, .modal-inscription .bottom .left .secondary-cta {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 100%;
}
.modal-inscription .bottom .right .secondary-cta::before, .modal-inscription .bottom .left .secondary-cta::before {
  content: url(/wp-content/uploads/2023/07/connection-icon.svg);
  position: relative;
  top: 2.5px;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  5 : COMPOSANTS
 * --------------------------------------------------------------------------------------------------------------
//                              * Les composants (alerts, badges, dropdowns, progressbars, modals, well, ...)
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  BOUTONS CTA
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.border-r-10 {
  border-radius: 10px !important;
}

.border-r-30 {
  border-radius: 30px !important;
}

.button-cta-header {
  background-color: #fcdd17;
}

.button {
  min-width: 30px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: #000000;
  background-color: #e6e7e6;
  border: none;
  border-radius: 50vw;
  padding: 15px 25px;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-family: "Manrope";
}
.button:hover {
  opacity: 0.8;
}

.btn-small {
  padding: 7px 17px;
}

.button-primary {
  background-color: #fcdd17;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  LINK
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.link {
  color: rgba(0, 0, 0, 0.5019607843);
  font-family: "Manrope-600";
  font-size: 16px;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  IMPORT DES COMPONENTS
 * --------------------------------------------------------------------------------------------------------------
 */
.cta-primary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
  font-family: "Manrope-bold";
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.cta-primary:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.cta-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .cta-secondary {
    gap: calc(0.0152671756 * 100vw);
    padding-bottom: calc(0.0152671756 * 100vw);
  }
}
@media (min-width: 768px) {
  .cta-secondary {
    gap: calc(0.0073170732 * 100vw);
    padding-bottom: calc(0.0073170732 * 100vw);
  }
}
@media (min-width: 1024px) {
  .cta-secondary {
    gap: calc(0.0041666667 * 100vw);
    padding-bottom: calc(0.003125 * 100vw);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.cta-secondary .arrow {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .cta-secondary .arrow {
    margin-bottom: calc(0.0127226463 * 100vw);
    width: calc(0.0254452926 * 100vw);
    height: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .cta-secondary .arrow {
    margin-bottom: calc(0.006097561 * 100vw);
    width: calc(0.012195122 * 100vw);
    height: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .cta-secondary .arrow {
    margin-bottom: calc(0.0026041667 * 100vw);
    width: calc(0.0052083333 * 100vw);
    height: calc(0.0052083333 * 100vw);
  }
}
@media (min-width: 0px) {
  .cta-secondary:hover .arrow {
    -webkit-transform: translateX(calc(0.0127226463 * 100vw));
            transform: translateX(calc(0.0127226463 * 100vw));
  }
}
@media (min-width: 768px) {
  .cta-secondary:hover .arrow {
    -webkit-transform: translateX(calc(0.006097561 * 100vw));
            transform: translateX(calc(0.006097561 * 100vw));
  }
}
@media (min-width: 1024px) {
  .cta-secondary:hover .arrow {
    -webkit-transform: translateX(calc(0.0026041667 * 100vw));
            transform: translateX(calc(0.0026041667 * 100vw));
  }
}

.black-overlay-x {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(43, 43, 43, 0)));
  background: linear-gradient(to right, black 0%, rgba(43, 43, 43, 0) 100%);
}

.black-overlay-y {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}

.black-overlay-landing-x {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #2b2b2b), color-stop(80%, rgba(43, 43, 43, 0.4)), to(rgba(43, 43, 43, 0)));
  background: linear-gradient(to right, #2b2b2b 40%, rgba(43, 43, 43, 0.4) 80%, rgba(43, 43, 43, 0) 100%);
}

.black-overlay-landing-all {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #2B2B2B;
}

.black-overlay-section-x {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: -webkit-fill-available;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #2b2b2b), color-stop(80%, rgba(43, 43, 43, 0.4)), to(rgba(43, 43, 43, 0)));
  background: linear-gradient(to right, #2b2b2b 40%, rgba(43, 43, 43, 0.4) 80%, rgba(43, 43, 43, 0) 100%);
}

.opacity-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #FAFAFA), color-stop(9%, rgba(250, 250, 250, 0)), color-stop(93%, rgba(250, 250, 250, 0)), color-stop(96%, #FAFAFA));
  background: linear-gradient(to right, #FAFAFA 4%, rgba(250, 250, 250, 0) 9%, rgba(250, 250, 250, 0) 93%, #FAFAFA 96%);
}
@media (min-width: 0px) {
  .opacity-overlay {
    display: none;
  }
}
@media (min-width: 1024px) {
  .opacity-overlay {
    display: block;
  }
}

#loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin: 0 auto;
}
#loader.active {
  opacity: 1;
}
#loader .ball {
  background-color: #e6e7e6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: bounce 1.4s ease-in-out infinite;
          animation: bounce 1.4s ease-in-out infinite;
}
#loader .ball:nth-child(2) {
  -webkit-animation-delay: 0.4666666667s;
          animation-delay: 0.4666666667s;
}
#loader .ball:nth-child(3) {
  -webkit-animation-delay: 0.9333333333s;
          animation-delay: 0.9333333333s;
}

@-webkit-keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.swiper-next-cta, .swiper-prev-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + calc(0.0265625 * 100vw)));
          transform: translateY(calc(-50% + calc(0.0265625 * 100vw)));
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .swiper-next-cta, .swiper-prev-cta {
    display: none;
  }
}
@media (min-width: 1024px) {
  .swiper-next-cta, .swiper-prev-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(0.0265625 * 100vw);
    height: calc(0.0265625 * 100vw);
    -webkit-box-shadow: 0 0 calc(0.0208333333 * 100vw) rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 calc(0.0208333333 * 100vw) rgba(0, 0, 0, 0.3);
  }
}
.swiper-next-cta::before, .swiper-prev-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(0.0052083333 * 100vw);
  height: calc(0.0052083333 * 100vw);
  z-index: 1;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6.684" height="10.845" viewBox="0 0 6.684 10.845"%3E%3Cpath id="Tracé_23035" data-name="Tracé 23035" d="M4.923,102.753a.687.687,0,0,1-.487-.2L.2,98.317a.689.689,0,0,1,.975-.975l3.746,3.746,3.746-3.746a.689.689,0,0,1,.975.975l-4.233,4.233A.687.687,0,0,1,4.923,102.753Z" transform="translate(-96.568 10.346) rotate(-90)" fill="%23000" stroke="%23000" stroke-width="1"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (min-width: 0px) {
  .swiper-next-cta::before, .swiper-prev-cta::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .swiper-next-cta::before, .swiper-prev-cta::before {
    display: block;
  }
}
.swiper-next-cta:hover, .swiper-prev-cta:hover {
  background-color: #fafafa;
}
.swiper-next-cta.cta-disabled, .swiper-prev-cta.cta-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: not-allowed;
}

.swiper-prev-cta {
  left: calc(0.0385416667 * 100vw);
}
.swiper-prev-cta::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.swiper-next-cta {
  right: calc(0.0385416667 * 100vw);
}

.carousel-controller {
  width: 100%;
  height: 30%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(33, 39, 19)), color-stop(0%, rgb(43, 43, 32)), color-stop(100%, rgba(43, 43, 43, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(33, 39, 19) 0%, rgb(43, 43, 32) 0%, rgba(43, 43, 43, 0) 100%, rgba(0, 0, 0, 0) 100%);
}
.carousel-controller .swiper-pagination-bullet {
  background-color: white;
}
.carousel-controller .swiper-posts-nav {
  background-color: white;
  padding: 17.2px 16.2px;
  border-radius: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.3);
  top: -95%;
}
.carousel-controller .swiper-button-prev-img {
  -webkit-transform: rotate(90deg) translateX(50%);
          transform: rotate(90deg) translateX(50%);
  left: 20px;
  opacity: 0;
}
.carousel-controller .swiper-button-next-img {
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
  right: 20px;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  IMPORT DES COMPONENTS
 * --------------------------------------------------------------------------------------------------------------
 */
.nice-select {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 25px !important;
  width: 100%;
  font-size: 15px;
  height: auto;
}
.nice-select ul {
  width: 100%;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  6 : CARDS
 * --------------------------------------------------------------------------------------------------------------
//                              * Les cards (actualité, profil user, ...) 
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  CARDS D'ARCHIVE DE BLOG
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.cards {
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.cards-blog {
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 30px;
}
.cards-blog .title {
  color: #000000;
  font-family: "Manrope-extrabold";
  font-size: 20px;
  line-height: 25px;
}
.cards-blog .resume {
  height: 98px;
  color: #e6e7e6;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 25px;
}
.cards-blog img {
  border-radius: 5px;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  CARDS D'ACTUALITÉ
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.content-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* Cards Actualité */
}
@media (min-width: 0px) {
  .content-c {
    gap: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .content-c {
    gap: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .content-c {
    gap: calc(0.0104166667 * 100vw);
  }
}
.content-c .actualite-c {
  position: relative;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .content-c .actualite-c {
    width: calc(0.8473282443 * 100vw);
    border-radius: calc(0.0254452926 * 100vw);
    padding: calc(0.0687022901 * 100vw);
    gap: calc(0.0508905852 * 100vw);
  }
  .content-c .actualite-c:last-of-type {
    margin-right: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .content-c .actualite-c {
    width: calc(0.3658536585 * 100vw);
    border-radius: calc(0.012195122 * 100vw);
    padding: calc(0.0365853659 * 100vw);
    gap: calc(0.0243902439 * 100vw);
  }
  .content-c .actualite-c:last-of-type {
    margin-right: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .content-c .actualite-c {
    width: calc(0.1963541667 * 100vw);
    border-radius: calc(0.0052083333 * 100vw);
    padding: calc(0.015625 * 100vw);
    gap: calc(0.0078125 * 100vw);
    -webkit-box-shadow: 0 0 calc(0.0416666667 * 100vw) rgba(0, 0, 0, 0);
            box-shadow: 0 0 calc(0.0416666667 * 100vw) rgba(0, 0, 0, 0);
  }
  .content-c .actualite-c:last-of-type {
    margin-right: 0;
  }
}
.content-c .actualite-c .img-c {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 0px) {
  .content-c .actualite-c .img-c {
    border-radius: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .content-c .actualite-c .img-c {
    border-radius: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .content-c .actualite-c .img-c {
    border-radius: calc(0.0026041667 * 100vw);
    margin-bottom: calc(0.0078125 * 100vw);
  }
}
.content-c .actualite-c .img-c .img-item {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 0px) {
  .content-c .actualite-c .img-c .img-item {
    height: calc(0.4071246819 * 100vw);
  }
}
@media (min-width: 768px) {
  .content-c .actualite-c .img-c .img-item {
    height: calc(0.1951219512 * 100vw);
  }
}
@media (min-width: 1024px) {
  .content-c .actualite-c .img-c .img-item {
    height: calc(0.09375 * 100vw);
  }
}
.content-c .actualite-c .category-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 0px) {
  .content-c .actualite-c .category-c {
    gap: calc(0.0254452926 * 100vw);
    padding: calc(0.0178117048 * 100vw) calc(0.0407124682 * 100vw);
    border-radius: calc(0.0432569975 * 100vw);
  }
}
@media (min-width: 768px) {
  .content-c .actualite-c .category-c {
    gap: calc(0.012195122 * 100vw);
    border-radius: calc(0.0207317073 * 100vw);
    padding: calc(0.0085365854 * 100vw) calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .content-c .actualite-c .category-c {
    gap: calc(0.0052083333 * 100vw);
    padding: calc(0.0041666667 * 100vw) calc(0.009375 * 100vw);
    border-radius: calc(0.0088541667 * 100vw);
  }
}
.content-c .actualite-c .category-c .category {
  font-family: "Manrope-extrabold";
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 0px) {
  .content-c .actualite-c .category-c .category {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .content-c .actualite-c .category-c .category {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .content-c .actualite-c .category-c .category {
    font-size: calc(0.0072916667 * 100vw);
  }
}
.content-c .actualite-c .title-c .title {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .content-c .actualite-c .title-c .title {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .content-c .actualite-c .title-c .title {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .content-c .actualite-c .title-c .title {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.content-c .actualite-c .excerpt-c .excerpt {
  font-family: "Manrope";
  opacity: 0.5;
}
@media (min-width: 0px) {
  .content-c .actualite-c .excerpt-c .excerpt {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .content-c .actualite-c .excerpt-c .excerpt {
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .content-c .actualite-c .excerpt-c .excerpt {
    font-size: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 1024px) {
  .content-c .actualite-c:hover {
    -webkit-transform: translateY(calc(-0.0026041667 * 100vw));
            transform: translateY(calc(-0.0026041667 * 100vw));
    -webkit-box-shadow: 0 0 calc(0.0208333333 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 calc(0.0208333333 * 100vw) rgba(0, 0, 0, 0.1);
  }
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  CONSEILLERS
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.conseillers {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}
@media (min-width: 0px) {
  .conseillers {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .conseillers {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1024px) {
  .conseillers {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.conseillers .actualite-c {
  cursor: pointer;
  width: auto;
  display: block;
  text-decoration: none !important;
}
.conseillers .actualite-c h3 {
  font-family: "Manrope-bold";
  margin: 0px !important;
  margin-bottom: 30px;
}
@media (min-width: 0px) {
  .conseillers .actualite-c h3 {
    font-size: calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .conseillers .actualite-c h3 {
    font-size: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .conseillers .actualite-c h3 {
    font-size: calc(0.0130208333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .conseillers .actualite-c h3 {
    font-size: calc(0.0130208333 * 100vw);
  }
}
.conseillers .actualite-c .conseiller {
  padding-top: 10px;
  padding-bottom: 10px;
}
.conseillers .actualite-c .conseiller h4 {
  font-family: "Manrope-bold";
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 0px) {
  .conseillers .actualite-c .conseiller h4 {
    font-size: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .conseillers .actualite-c .conseiller h4 {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .conseillers .actualite-c .conseiller h4 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .conseillers .actualite-c .conseiller h4 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.conseillers .actualite-c .conseiller a {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.conseillers .actualite-c .conseiller a svg {
  margin-right: 10px;
}

.conseillers-cards {
  width: auto;
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .conseillers-cards {
    gap: calc(0.0763358779 * 100vw);
    margin-bottom: calc(0.1272264631 * 100vw) !important;
  }
  .conseillers-cards p, .conseillers-cards a {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .conseillers-cards {
    gap: calc(0.0234375 * 100vw);
    margin-bottom: calc(0.0520833333 * 100vw) !important;
  }
}
@media (min-width: 1750px) {
  .conseillers-cards {
    margin: 0 calc(0.0911458333 * 100vw);
  }
}

.conseillers-cards .actualite-c {
  margin: auto;
}
.conseillers-cards .actualite-c .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.conseillers-cards .actualite-c .top .left .img-c {
  margin-bottom: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0px) {
  .conseillers-cards .actualite-c .top .left .img-c {
    width: calc(0.203562341 * 100vw);
    height: calc(0.203562341 * 100vw);
  }
}
@media (min-width: 0px) {
  .conseillers-cards .actualite-c .top .left .img-c {
    width: calc(0.1526717557 * 100vw);
    height: calc(0.1526717557 * 100vw);
  }
}
@media (min-width: 1024px) {
  .conseillers-cards .actualite-c .top .left .img-c {
    height: calc(0.0442708333 * 100vw);
    width: calc(0.0442708333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .conseillers-cards .actualite-c .top .left .img-c {
    width: calc(0.0442708333 * 100vw);
    height: calc(0.0442708333 * 100vw);
  }
}
.conseillers-cards .actualite-c .top .left .img-c img {
  height: 100%;
  -o-object-fit: initial;
     object-fit: initial;
}
.conseillers-cards .actualite-c .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0px) {
  .conseillers-cards .actualite-c .top .right {
    margin-left: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 1024px) {
  .conseillers-cards .actualite-c .top .right {
    margin-left: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .conseillers-cards .actualite-c .top .right {
    margin-left: calc(0.0130208333 * 100vw);
  }
}
.conseillers-cards .actualite-c .top .right > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 50%;
  gap: 10px;
}
@media (min-width: 0px) {
  .conseillers-cards .actualite-c .top .right > a {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 1024px) {
  .conseillers-cards .actualite-c .top .right > a {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .conseillers-cards .actualite-c .top .right > a {
    font-size: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 0px) {
  .conseillers-cards .actualite-c .top .right > a svg {
    width: calc(0.0229007634 * 100vw);
    height: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 1024px) {
  .conseillers-cards .actualite-c .top .right > a svg {
    height: calc(0.0057291667 * 100vw);
    width: calc(0.0052083333 * 100vw);
  }
}
.conseillers-cards .actualite-c .top .right h3 {
  margin-bottom: 5px;
  margin-top: 0;
}
@media (min-width: 0px) {
  .conseillers-cards .actualite-c .top .right h3 {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 1024px) {
  .conseillers-cards .actualite-c .top .right h3 {
    font-size: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .conseillers-cards .actualite-c .top .right h3 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.conseillers-cards .actualite-c .top .right h4 {
  margin: 0;
  opacity: 50%;
}
@media (min-width: 0px) {
  .conseillers-cards .actualite-c .top .right h4 {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 1024px) {
  .conseillers-cards .actualite-c .top .right h4 {
    font-size: calc(0.00625 * 100vw);
  }
}
@media (min-width: 1750px) {
  .conseillers-cards .actualite-c .top .right h4 {
    font-size: calc(0.009375 * 100vw);
  }
}
@media screen and (max-width: 767.99px) {
  .conseillers-cards .actualite-c {
    width: 100%;
  }
}
.conseillers-cards .actualite-c .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12.5px 0;
  opacity: 50%;
  font-family: "Manrope-bold";
  cursor: pointer;
}
@media (min-width: 0px) {
  .conseillers-cards .actualite-c .cta {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .conseillers-cards .actualite-c .cta {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .conseillers-cards .actualite-c .cta {
    font-size: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .conseillers-cards .actualite-c .cta {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.conseillers-cards .actualite-c .cta:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.conseillers-cards {
  display: -ms-grid !important;
  display: grid !important;
}
@media (min-width: 0px) {
  .conseillers-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .conseillers-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .conseillers-cards .actualite-c {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .conseillers-cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .conseillers-cards .actualite-c {
    width: 100%;
  }
}
.conseillers-cards .img-c img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media (min-width: 0px) {
  .conseillers-cards {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .conseillers-cards {
    margin-bottom: 80px;
  }
}
.conseillers-cards .content-c {
  width: 100%;
}
@media (min-width: 1024px) {
  .conseillers-cards .content-c {
    padding-bottom: 0 !important;
  }
}

.conseillers-cards .actualite-c {
  padding: 0;
  height: 100%;
}
@media (min-width: 0px) {
  .conseillers-cards .actualite-c .top,
  .conseillers-cards .actualite-c .conseiller {
    padding: calc(0.0687022901 * 100vw);
  }
}
@media (min-width: 768px) {
  .conseillers-cards .actualite-c .top,
  .conseillers-cards .actualite-c .conseiller {
    padding: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .conseillers-cards .actualite-c .top,
  .conseillers-cards .actualite-c .conseiller {
    padding: calc(0.015625 * 100vw);
  }
}
.conseillers-cards .actualite-c .top .img-item {
  height: 100px !important;
}
.conseillers-cards .actualite-c .conseiller {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.conseillers-cards .actualite-c .conseiller h4 {
  margin: 0;
}
.conseillers-cards .actualite-c .conseiller p {
  margin-top: 15px;
}
.conseillers-cards .actualite-c .conseiller .data-label {
  opacity: 50%;
}
.conseillers-cards .actualite-c .conseiller .single-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 100% !important;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  7 : MODELS
 * --------------------------------------------------------------------------------------------------------------
//                              * Les modèles de templates spécifiques (Archive, single, ...)
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  TEMPLATE ARCHIVE DE BLOG
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.posts-archive .fil-ariane-wrapper {
  position: absolute;
  z-index: 2;
}
@media (min-width: 0px) {
  .posts-archive .fil-ariane-wrapper {
    padding-left: calc(0.0508905852 * 100vw);
    margin-top: calc(0.203562341 * 100vw);
  }
}
@media (min-width: 768px) {
  .posts-archive .fil-ariane-wrapper {
    padding-left: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .posts-archive .fil-ariane-wrapper {
    padding-left: calc(0.03125 * 100vw);
    margin-top: calc(0.09375 * 100vw);
  }
}
@media (min-width: 1750px) {
  .posts-archive .fil-ariane-wrapper {
    padding-left: calc(0.0911458333 * 100vw);
  }
}
.posts-archive .fil-ariane-wrapper a {
  color: white !important;
}
.posts-archive .landing {
  position: relative;
  width: 100%;
}
@media (min-width: 0px) {
  .posts-archive .landing {
    height: calc(1.272264631 * 100vw);
  }
}
@media (min-width: 1024px) {
  .posts-archive .landing {
    height: calc(0.390625 * 100vw);
  }
}
.posts-archive .landing::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.posts-archive .landing .img-bg {
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-archive .landing .img-bg.active {
  display: block;
}
.posts-archive .landing .post-preview-c.active {
  display: block;
  -webkit-animation: fade-in-bottom 0.5s ease-out forwards;
          animation: fade-in-bottom 0.5s ease-out forwards;
}
.posts-archive .landing .post-preview-c {
  position: absolute;
  display: none;
  z-index: 2;
}
@media (min-width: 0px) {
  .posts-archive .landing .post-preview-c {
    padding-left: calc(0.0508905852 * 100vw);
    margin-top: calc(0.4452926209 * 100vw);
  }
}
@media (min-width: 768px) {
  .posts-archive .landing .post-preview-c {
    padding-left: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .posts-archive .landing .post-preview-c {
    padding-left: calc(0.03125 * 100vw);
    margin-top: calc(0.1692708333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .posts-archive .landing .post-preview-c {
    padding-left: calc(0.0911458333 * 100vw);
  }
}
.posts-archive .landing .post-preview-c a, .posts-archive .landing .post-preview-c p, .posts-archive .landing .post-preview-c h1, .posts-archive .landing .post-preview-c h4 {
  color: white !important;
}
.posts-archive .landing .post-preview-c .centre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) {
  .posts-archive .landing .post-preview-c .centre {
    gap: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .posts-archive .landing .post-preview-c .centre {
    gap: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .posts-archive .landing .post-preview-c .centre {
    gap: calc(0.0067708333 * 100vw);
  }
}
.posts-archive .landing .post-preview-c .centre img {
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0px) {
  .posts-archive .landing .post-preview-c .centre img {
    height: calc(0.0916030534 * 100vw);
    width: calc(0.0916030534 * 100vw);
  }
}
@media (min-width: 1024px) {
  .posts-archive .landing .post-preview-c .centre img {
    height: calc(0.0208333333 * 100vw);
    width: calc(0.0208333333 * 100vw);
  }
}
.posts-archive .landing .post-preview-c .centre h4 {
  font-family: "Manrope-extrabold";
  font-size: 16px;
}
.posts-archive .landing .post-preview-c h1 {
  font-family: "Manrope-extrabold";
  margin-top: 10px;
  margin-bottom: 20px;
  white-space: break-spaces;
  line-height: 110%;
}
@media (min-width: 0px) {
  .posts-archive .landing .post-preview-c h1 {
    font-size: calc(0.0890585242 * 100vw);
  }
}
@media (min-width: 1024px) {
  .posts-archive .landing .post-preview-c h1 {
    max-width: 65%;
    font-size: calc(0.03125 * 100vw);
  }
}
.posts-archive .landing .post-preview-c .cta {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media (min-width: 0px) {
  .posts-archive .landing .post-preview-c .cta {
    display: none;
  }
}
@media (min-width: 1024px) {
  .posts-archive .landing .post-preview-c .cta {
    display: block;
    padding: calc(0.0078125 * 100vw) calc(0.0104166667 * 100vw);
    border-radius: calc(0.0052083333 * 100vw);
    font-size: calc(0.0072916667 * 100vw);
  }
}
.posts-archive .landing .post-preview-c .cta::hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.posts-archive .landing .side-bar-c {
  position: absolute;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) {
  .posts-archive .landing .side-bar-c {
    left: calc(0.0508905852 * 100vw);
    margin-top: calc(1.0814249364 * 100vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .posts-archive .landing .side-bar-c {
    left: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .posts-archive .landing .side-bar-c {
    left: unset;
    right: calc(0.03125 * 100vw);
    gap: calc(0.0364583333 * 100vw);
    margin-top: calc(0.1276041667 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 25%;
  }
}
@media (min-width: 1750px) {
  .posts-archive .landing .side-bar-c {
    right: calc(0.0911458333 * 100vw);
  }
}
.posts-archive .landing .side-bar-c .posts-sidebar {
  opacity: 50%;
  cursor: pointer;
}
.posts-archive .landing .side-bar-c .posts-sidebar p {
  color: white !important;
  font-family: "Manrope-500";
  cursor: pointer;
}
@media (min-width: 0px) {
  .posts-archive .landing .side-bar-c .posts-sidebar p {
    font-size: calc(0.0890585242 * 100vw);
    display: none;
  }
}
@media (min-width: 768px) {
  .posts-archive .landing .side-bar-c .posts-sidebar p {
    font-size: calc(0.0304878049 * 100vw);
  }
}
@media (min-width: 1024px) {
  .posts-archive .landing .side-bar-c .posts-sidebar p {
    font-size: calc(0.0083333333 * 100vw);
    display: block;
  }
}
.posts-archive .landing .side-bar-c .posts-sidebar .progress-bar {
  background-color: white;
  height: 3px;
  margin-top: 20px;
  cursor: pointer;
}
@media (min-width: 0px) {
  .posts-archive .landing .side-bar-c .posts-sidebar .progress-bar {
    width: 80px;
  }
}
@media (min-width: 1024px) {
  .posts-archive .landing .side-bar-c .posts-sidebar .progress-bar {
    width: 100%;
  }
}
.posts-archive .landing .side-bar-c .posts-sidebar.active {
  opacity: 100%;
}
.posts-archive .landing .side-bar-c .posts-sidebar.active .progress-bar {
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.posts-archive .landing .side-bar-c .posts-sidebar.active .progress-bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
  height: 100%;
  display: block;
  width: 0%;
  z-index: 3;
  -webkit-animation: progressbar 5s linear forwards;
          animation: progressbar 5s linear forwards;
}
.posts-archive .filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0px) {
  .posts-archive .filter-section {
    padding: 0 calc(0.0508905852 * 100vw);
    margin-top: calc(0.0636132316 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .posts-archive .filter-section {
    padding: 0 calc(0.0243902439 * 100vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .posts-archive .filter-section {
    padding: 0 calc(0.03125 * 100vw);
    margin-top: calc(0.0338541667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .posts-archive .filter-section {
    padding: 0 calc(0.0911458333 * 100vw);
  }
}
.posts-archive .filter-section .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 0px) {
  .posts-archive .filter-section .left {
    gap: calc(0.0636132316 * 100vw);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: calc(0.5089058524 * 100vw);
  }
}
@media (min-width: 768px) {
  .posts-archive .filter-section .left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0%;
  }
}
@media (min-width: 1024px) {
  .posts-archive .filter-section .left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 0px) {
  .posts-archive .filter-section .left .filter-c:last-child {
    -webkit-transform: translateY(calc(0.2544529262 * 100vw));
            transform: translateY(calc(0.2544529262 * 100vw));
  }
}
@media (min-width: 768px) {
  .posts-archive .filter-section .left .filter-c:last-child {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px));
  }
}
.posts-archive .filter-section .left .filter-c:first-child {
  z-index: 4;
}
.posts-archive .filter-section .left .filter-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  position: absolute;
  z-index: 3;
}
@media (min-width: 0px) {
  .posts-archive .filter-section .left .filter-c {
    top: 20px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .posts-archive .filter-section .left .filter-c {
    width: 45%;
    top: -30px;
  }
}
@media (min-width: 1024px) {
  .posts-archive .filter-section .left .filter-c {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.posts-archive .filter-section .left .filter-c p {
  opacity: 50%;
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .posts-archive .filter-section .left .filter-c p {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .posts-archive .filter-section .left .filter-c p {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .posts-archive .filter-section .left .filter-c p {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .posts-archive .filter-section .left .filter-c p {
    font-size: calc(0.00625 * 100vw);
  }
}
.posts-archive .filter-section .left .filter-c .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: white;
}
.posts-archive .filter-section .left .filter-c .filter-item::after {
  content: url(/wp-content/uploads/2023/07/white-arrow.svg);
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: absolute;
  margin-top: 12px;
  right: 15px;
}
.posts-archive .filter-section .left .filter-c .filter-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) {
  .posts-archive .filter-section .left .filter-c .filter-item > div {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .posts-archive .filter-section .left .filter-c .filter-item > div {
    width: calc(0.15625 * 100vw);
  }
}
.posts-archive .filter-section .left .filter-c .filter-item > div label {
  font-family: "Manrope-semibold";
  display: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
@media (min-width: 0px) {
  .posts-archive .filter-section .left .filter-c .filter-item > div label {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .posts-archive .filter-section .left .filter-c .filter-item > div label {
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .posts-archive .filter-section .left .filter-c .filter-item > div label {
    font-size: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .posts-archive .filter-section .left .filter-c .filter-item > div label {
    font-size: calc(0.0072916667 * 100vw);
  }
}
.posts-archive .filter-section .left .filter-c .filter-item > div label:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.posts-archive .filter-section .left .filter-c .filter-item > div label:first-child {
  display: block;
}
.posts-archive .filter-section .left .filter-c .filter-item.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-top: 15px;
}
.posts-archive .filter-section .left .filter-c .filter-item.active label {
  display: block;
}
.posts-archive .filter-section .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.posts-archive .filter-section .right p {
  font-family: "Manrope-extrabold";
  opacity: 50%;
  text-transform: uppercase;
}
@media (min-width: 0px) {
  .posts-archive .filter-section .right p {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .posts-archive .filter-section .right p {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .posts-archive .filter-section .right p {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .posts-archive .filter-section .right p {
    font-size: calc(0.00625 * 100vw);
  }
}
.posts-archive .filter-section .right .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
.posts-archive .filter-section .right .bottom a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10%;
}
.posts-archive .filter-section .right .bottom a:last-child svg {
  height: 100%;
}
.posts-archive .content-c {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 0px) {
  .posts-archive .content-c {
    padding: 0 calc(0.0508905852 * 100vw);
    margin-top: calc(0.0763358779 * 100vw);
    margin-bottom: calc(0.4580152672 * 100vw);
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .posts-archive .content-c {
    padding: 0 calc(0.0243902439 * 100vw);
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .posts-archive .content-c {
    padding: 0 calc(0.03125 * 100vw);
    margin-top: calc(0.0260416667 * 100vw);
    margin-bottom: calc(0.078125 * 100vw);
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1750px) {
  .posts-archive .content-c {
    padding: 0 calc(0.0911458333 * 100vw);
  }
}
@media (min-width: 0px) {
  .posts-archive .content-c .actualite-c {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .posts-archive .content-c .actualite-c {
    width: 100%;
  }
}
.posts-archive #loading-icon {
  width: 50px;
  height: 50px;
  margin: auto;
  display: none;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
  margin-top: 100px;
  margin-bottom: 100px;
}

@-webkit-keyframes progressbar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes progressbar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  TEMPLATE ARTICLE SINGLE 
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.single .landing {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /*@include respond-to(mobile) {
      height: ptr(500, mobile);
  }
  @include respond-to(desktop) {
      height: ptr(750, desktop);
  }*/
}
.single .landing .content-c {
  position: absolute;
  z-index: 1;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) {
  .single .landing .content-c {
    gap: calc(0.0636132316 * 100vw);
    padding: 0 calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .landing .content-c {
    gap: calc(0.0304878049 * 100vw);
    padding: 0 calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .landing .content-c {
    gap: calc(0.0130208333 * 100vw);
    padding: 0 calc(0.03125 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .landing .content-c {
    padding: calc(0 * 100vw) calc(0.0911458333 * 100vw);
  }
}
.single .landing .content-c .section-title, .single .landing .content-c .section-description {
  color: #FFFFFF;
}
.single .landing .content-c h1 {
  margin-top: 120px;
  max-width: 90%;
  white-space: break-spaces;
}
@media (min-width: 0px) {
  .single .landing .content-c h1 {
    font-size: calc(0.0890585242 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .landing .content-c h1 {
    font-size: calc(0.0304878049 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .landing .content-c h1 {
    font-size: calc(0.03125 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .landing .content-c h1 {
    font-size: calc(0.03125 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .single .landing .content-c h1 {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: break-spaces;
  }
}
.single .landing .content-c h2 {
  position: absolute;
  color: white;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 0px) {
  .single .landing .content-c h2 {
    font-size: calc(0.0305343511 * 100vw);
    padding: calc(0.0190839695 * 100vw) calc(0.0391857506 * 100vw);
    top: 25%;
  }
}
@media (min-width: 768px) {
  .single .landing .content-c h2 {
    font-size: calc(0.0170731707 * 100vw);
    padding: calc(0.0115853659 * 100vw) calc(0.02 * 100vw);
    top: 45%;
  }
}
@media (min-width: 1024px) {
  .single .landing .content-c h2 {
    font-size: calc(0.0083333333 * 100vw);
    padding: calc(0.0072916667 * 100vw) calc(0.009375 * 100vw);
  }
}
.single .landing .content-c .section-description {
  font-family: "Manrope-500";
  opacity: 0.8;
}
@media (min-width: 0px) {
  .single .landing .content-c .section-description {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .landing .content-c .section-description {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .landing .content-c .section-description {
    font-size: calc(0.009375 * 100vw);
  }
}
.single .landing .bg-c {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .single .landing .bg-c .black-overlay-landing-x {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #2b2b2b), to(rgba(43, 43, 43, 0))) !important;
    background: linear-gradient(to right, #2b2b2b 40%, rgba(43, 43, 43, 0) 100%) !important;
  }
}
.single .landing .bg-c .img-bg {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 30%;
     object-position: 0 30%;
  margin-left: auto;
}
@media (min-width: 0px) {
  .single .landing .bg-c .img-bg {
    height: calc(1.3994910941 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .landing .bg-c .img-bg {
    height: calc(0.7317073171 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .landing .bg-c .img-bg {
    height: calc(0.3125 * 100vw);
  }
}
.single .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single .entry-content li {
  font-family: "Manrope-500";
  opacity: 60%;
  margin-top: 15px;
  margin-left: 8%;
  list-style-type: disc;
}
.single .entry-content a {
  color: currentColor;
  text-decoration: underline;
}
.single .entry-content a span {
  color: blue;
}
.single .entry-content iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 1024px) {
  .single .entry-content .left {
    width: 65%;
  }
}
@media (min-width: 0px) {
  .single .entry-content {
    padding: calc(0 * 100vw) calc(0.0508905852 * 100vw);
    margin-top: calc(0.0763358779 * 100vw);
    margin-bottom: calc(0.203562341 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .entry-content {
    padding: calc(0 * 100vw) calc(0.0243902439 * 100vw);
    margin-top: calc(0.0609756098 * 100vw);
    margin-bottom: calc(0.0975609756 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .entry-content {
    padding: calc(0 * 100vw) calc(0.03125 * 100vw);
    margin-top: calc(0.0390625 * 100vw);
    margin-bottom: calc(0.078125 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .entry-content {
    padding: calc(0 * 100vw) calc(0.0911458333 * 100vw);
    margin-top: calc(0.0390625 * 100vw);
    margin-bottom: calc(0.078125 * 100vw);
  }
}
.single .entry-content .small {
  opacity: 50%;
  margin-bottom: 30px;
}
.single .entry-content .wp-block-separator {
  opacity: 10%;
  margin-top: 75px;
  margin-bottom: 70px;
}
.single .entry-content h2 {
  margin-bottom: 30px;
}
.single .entry-content p {
  opacity: 70%;
}
.single .entry-content p a {
  font-size: inherit;
}
.single .entry-content .wp-block-image {
  margin-top: 75px;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media (min-width: 0px) {
  .single .entry-content .wp-block-image {
    height: calc(0.8524173028 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .entry-content .wp-block-image {
    height: calc(0.4085365854 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .entry-content .wp-block-image {
    height: calc(0.1744791667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .entry-content .wp-block-image {
    height: calc(0.1744791667 * 100vw);
  }
}
.single .entry-content .wp-block-image img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.single .entry-content h3 {
  font-family: "Manrope-bold";
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 0px) {
  .single .entry-content h3 {
    font-size: calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .entry-content h3 {
    font-size: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .entry-content h3 {
    font-size: calc(0.0130208333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .entry-content h3 {
    font-size: calc(0.0130208333 * 100vw);
  }
}
.single .entry-content h4 {
  font-family: "Manrope-bold";
  margin-top: 75px;
  margin-bottom: 30px;
}
@media (min-width: 0px) {
  .single .entry-content h4 {
    font-size: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .entry-content h4 {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .entry-content h4 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .entry-content h4 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.single .entry-content .wp-block-pullquote {
  margin-bottom: 0px;
}
.single .entry-content blockquote {
  border-left: 2.5px solid #fcdd17;
}
@media (min-width: 0px) {
  .single .entry-content blockquote {
    padding-left: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .entry-content blockquote {
    padding-left: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .entry-content blockquote {
    padding-left: calc(0.0208333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .entry-content blockquote {
    padding-left: calc(0.0208333333 * 100vw);
  }
}
.single .entry-content blockquote p {
  text-align: initial;
  font-family: "Manrope-bold";
}
@media (min-width: 0px) {
  .single .entry-content blockquote p {
    font-size: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .entry-content blockquote p {
    font-size: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .entry-content blockquote p {
    font-size: calc(0.0104166667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .entry-content blockquote p {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.single .entry-content blockquote cite {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .single .entry-content blockquote cite {
    gap: calc(0.0381679389 * 100vw);
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .entry-content blockquote cite {
    gap: calc(0.0365853659 * 100vw);
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .entry-content blockquote cite {
    gap: calc(0.0260416667 * 100vw);
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .entry-content blockquote cite {
    gap: calc(0.0260416667 * 100vw);
    font-size: calc(0.0072916667 * 100vw);
  }
}
.single .entry-content blockquote cite p {
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .single .entry-content blockquote cite p {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .entry-content blockquote cite p {
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .entry-content blockquote cite p {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .entry-content blockquote cite p {
    font-size: calc(0.0072916667 * 100vw);
  }
}
.single .entry-content blockquote cite p:last-child {
  opacity: 50%;
}
.single .entry-content .section-post .swiper {
  margin: 20px 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media (min-width: 0px) {
  .single .entry-content .section-post .swiper {
    height: calc(0.5470737913 * 100vw) !important;
  }
}
@media (min-width: 768px) {
  .single .entry-content .section-post .swiper {
    height: calc(0.6097560976 * 100vw) !important;
  }
}
@media (min-width: 1024px) {
  .single .entry-content .section-post .swiper {
    height: calc(0.2604166667 * 100vw) !important;
    width: 50%;
    margin: auto;
  }
}
.single .entry-content .section-post .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single .entry-content .section-post .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .nav-links {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(8, 16, 44, 0.1);
}
@media (min-width: 0px) {
  .single .nav-links {
    margin: calc(0 * 100vw) calc(0.0508905852 * 100vw);
    padding-top: calc(0.0763358779 * 100vw);
    padding-bottom: calc(0.0763358779 * 100vw);
    border-bottom: 1px solid rgba(8, 16, 44, 0.1);
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .single .nav-links {
    margin: calc(0 * 100vw) calc(0.0243902439 * 100vw);
    padding-top: calc(0.0365853659 * 100vw);
    padding-bottom: calc(0.0365853659 * 100vw);
    border-bottom: none;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .single .nav-links {
    margin: calc(0 * 100vw) calc(0.03125 * 100vw);
    padding-top: calc(0.0260416667 * 100vw);
    padding-bottom: calc(0 * 100vw);
    width: 65%;
  }
}
@media (min-width: 1750px) {
  .single .nav-links {
    margin: calc(0 * 100vw) calc(0.0911458333 * 100vw);
    padding-top: calc(0.0260416667 * 100vw);
  }
}
.single .nav-links > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) {
  .single .nav-links > div {
    gap: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .nav-links > div {
    gap: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .nav-links > div {
    gap: calc(0.0052083333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .nav-links > div {
    gap: calc(0.0052083333 * 100vw);
  }
}
.single .nav-links > div span {
  font-family: "Manrope-500";
}
.single .nav-links .nav-previous::before {
  content: url(/wp-content/uploads/2023/07/prev-arrow-yellow.svg);
}
.single .nav-links .nav-next::after {
  content: url(/wp-content/uploads/2023/07/next-arrow-yellow.svg);
}
@media (min-width: 0px) {
  .single .actualites-1 {
    display: none;
  }
}
@media (min-width: 1024px) {
  .single .actualites-1 {
    position: sticky;
    top: 50px;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
.single .actualites {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 0px) {
  .single .actualites .cta-secondary {
    margin-bottom: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .actualites .cta-secondary {
    margin-bottom: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .actualites .cta-secondary {
    margin-bottom: calc(0.015625 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .actualites .cta-secondary {
    margin-bottom: calc(0.015625 * 100vw) calc(0.0911458333 * 100vw);
  }
}
.single .actualites .cta-secondary svg {
  display: none;
}
.single .actualites .content-c > a {
  gap: 0px;
}
.single .actualites .content-c .img-c {
  margin-bottom: 0px;
}
.single .actualites .content-c h3.title {
  margin: 0;
}
.single .actualites .content-c .relation-c {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 0px) {
  .single .actualites .content-c .relation-c {
    padding: calc(0.0508905852 * 100vw) 0;
    padding-bottom: 0;
    margin-bottom: calc(0.0330788804 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .actualites .content-c .relation-c {
    padding: calc(0.0243902439 * 100vw) 0;
    margin-bottom: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .actualites .content-c .relation-c {
    padding: calc(0.0104166667 * 100vw) 0;
    margin-bottom: calc(0.0130208333 * 100vw);
  }
}
.single .actualites .content-c .relation-c p:first-child {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .single .actualites .content-c .relation-c p:first-child {
    font-size: calc(0.0305343511 * 100vw);
    margin-bottom: calc(0.0076335878 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .actualites .content-c .relation-c p:first-child {
    font-size: calc(0.0195121951 * 100vw);
    margin-bottom: calc(0.0036585366 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .actualites .content-c .relation-c p:first-child {
    font-size: calc(0.0083333333 * 100vw);
    margin-bottom: calc(0.0015625 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .actualites .content-c .relation-c p:first-child {
    font-size: calc(0.0083333333 * 100vw);
    margin-bottom: calc(0.0015625 * 100vw);
  }
}
.single .actualites .content-c .relation-c p:last-child {
  opacity: 50%;
  text-transform: lowercase;
}
.single .actualites .content-c .relation-c p:last-child:first-letter {
  text-transform: uppercase;
}
@media (min-width: 0px) {
  .single .actualites .content-c .relation-c p:last-child {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .actualites .content-c .relation-c p:last-child {
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .actualites .content-c .relation-c p:last-child {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .actualites .content-c .relation-c p:last-child {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 0px) {
  .single .actualites .content-c .title-c {
    margin-bottom: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .single .actualites .content-c .title-c {
    margin-bottom: calc(0.0182926829 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .actualites .content-c .title-c {
    margin-bottom: calc(0.0078125 * 100vw);
  }
}
@media (min-width: 1750px) {
  .single .actualites .content-c .title-c {
    margin-bottom: calc(0.0078125 * 100vw);
  }
}
.single .actualites-2 {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 0px) {
  .single .actualites-2 {
    padding: 0 calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single .actualites-2 {
    display: none;
  }
}
.single .actualites-2 .content-w {
  overflow: auto;
}

.comments-area {
  display: none;
}

.single-post .landing .content-c .relations {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media (min-width: 0px) {
  .single-post .landing .content-c .relations {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .single-post .landing .content-c .relations {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .single-post .landing .content-c .relations {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.single-post .landing .content-c .relations h2 {
  top: inherit !important;
  /* display: flex; */
  position: relative;
}
@media (min-width: 0px) {
  .single-post .landing .content-c .relations h2 {
    font-size: calc(0.0305343511 * 100vw) !important;
    padding: calc(0.0203562341 * 100vw) calc(0.0381679389 * 100vw);
    border-radius: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .single-post .landing .content-c .relations h2 {
    font-size: calc(0.0170731707 * 100vw) !important;
    padding: calc(0.0073170732 * 100vw) calc(0.0195121951 * 100vw);
    border-radius: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single-post .landing .content-c .relations h2 {
    font-size: calc(0.0072916667 * 100vw) !important;
    padding: calc(0.0029166667 * 100vw) calc(0.0088541667 * 100vw);
    border-radius: calc(0.0052083333 * 100vw);
  }
}
.single-post .archive-centres .posts-w {
  display: -ms-grid !important;
  display: grid !important;
}
@media (min-width: 0px) {
  .single-post .archive-centres .posts-w {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .single-post .archive-centres .posts-w {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .single-post .archive-centres .posts-w {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.section-post .accordion {
  width: 100%;
  height: 67px;
  position: relative;
  cursor: pointer;
  margin-bottom: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section-post .accordion h4 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-post .accordion h4 span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-post .accordion.active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.section-post .accordion.active span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (min-width: 1024px) {
  .section-post .accordion .panel {
    width: 50%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .section-post .accordion .panel img {
    border-radius: 10px;
  }
}

.metier #video iframe {
  width: 100% !important;
  max-width: 100% !important;
}
.metier .post-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 0px) {
  .metier .post-term {
    gap: calc(0.0111959288 * 100vw);
    padding: calc(0.0165394402 * 100vw) calc(0.0529262087 * 100vw) calc(0.0165394402 * 100vw) calc(0.0407124682 * 100vw);
    border-radius: calc(0.0661577608 * 100vw);
    margin-top: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .post-term {
    gap: calc(0.0053658537 * 100vw);
    padding: calc(0.0079268293 * 100vw) calc(0.0253658537 * 100vw) calc(0.0079268293 * 100vw) calc(0.0195121951 * 100vw);
    border-radius: calc(0.0317073171 * 100vw);
    margin-top: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .post-term {
    gap: calc(0.0022916667 * 100vw);
    padding: calc(0.0033854167 * 100vw) calc(0.0108333333 * 100vw) calc(0.0033854167 * 100vw) calc(0.0083333333 * 100vw);
    border-radius: calc(0.0135416667 * 100vw);
    margin-top: calc(0.015625 * 100vw);
  }
}
@media (min-width: 0px) {
  .metier .post-term .post-term-icon {
    width: calc(0.0687022901 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .post-term .post-term-icon {
    width: calc(0.0329268293 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .post-term .post-term-icon {
    width: calc(0.0140625 * 100vw);
  }
}
.metier .post-term .post-term-name {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .metier .post-term .post-term-name {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .post-term .post-term-name {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .post-term .post-term-name {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 0px) {
  .metier .section-3, .metier .section-4, .metier .section-5 {
    margin-top: calc(0.1272264631 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .section-3, .metier .section-4, .metier .section-5 {
    margin-top: calc(0.0792682927 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .section-3, .metier .section-4, .metier .section-5 {
    margin-top: calc(0.0416666667 * 100vw);
  }
}
@media (min-width: 0px) {
  .metier .section-4 ul {
    padding-left: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .section-4 ul {
    padding-left: calc(0.0182926829 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .section-4 ul {
    padding-left: calc(0.0078125 * 100vw);
  }
}
.metier .section-4 ul br {
  display: none;
}
.metier .section-4 li {
  opacity: 50%;
  font-family: "Manrope-500";
  list-style-type: disc;
}
@media (min-width: 0px) {
  .metier .section-4 li {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .section-4 li {
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .section-4 li {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.metier .section-5 .content-c {
  row-gap: 50px !important;
  margin-top: 50px;
  position: relative;
}
@media (min-width: 0px) {
  .metier .section-5 .content-c {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .metier .section-5 .content-c {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr)) !important;
  }
}
.metier .section-5 .content-c .line {
  background-color: #2B2B2B;
  width: 2px;
  position: absolute;
  z-index: -1;
}
@media (min-width: 0px) {
  .metier .section-5 .content-c .line {
    height: calc(0.8396946565 * 100vw);
    left: calc(0.1246819338 * 100vw);
    top: 55px;
  }
}
@media (min-width: 768px) {
  .metier .section-5 .content-c .line {
    height: calc(0.4268292683 * 100vw);
    left: calc(0.0609756098 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .section-5 .content-c .line {
    height: calc(0.1666666667 * 100vw);
    left: calc(0.0260416667 * 100vw);
    top: 50px;
  }
}
.metier .section-5 .content-c .formation-c {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.metier .section-5 .content-c .formation-c li.little-li {
  font-family: "Manrope-500";
  opacity: 50%;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (min-width: 0px) {
  .metier .section-5 .content-c .formation-c li.little-li {
    font-size: calc(0.0458015267 * 100vw);
    margin-top: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .section-5 .content-c .formation-c li.little-li {
    font-size: calc(0.0146341463 * 100vw);
    margin-top: calc(0.006097561 * 100vw);
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .metier .section-5 .content-c .formation-c li.little-li {
    font-size: calc(0.009375 * 100vw);
    margin-top: calc(0.0026041667 * 100vw);
    width: 100%;
  }
}
@media (min-width: 0px) {
  .metier .section-5 .content-c .formation-c svg {
    width: calc(0.2544529262 * 100vw);
    height: calc(0.2544529262 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .section-5 .content-c .formation-c svg {
    width: calc(0.1219512195 * 100vw);
    height: calc(0.1219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .section-5 .content-c .formation-c svg {
    width: calc(0.0520833333 * 100vw);
    height: calc(0.0520833333 * 100vw);
  }
}
.metier .section-5 .content-c .formation-c .type-formation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.metier .section-5 .content-c .formation-c .type-formation svg {
  z-index: 3;
}
.metier .section-5 .content-c .formation-c .type-formation a {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 7%;
  z-index: 2;
  width: 85%;
}
@media (min-width: 0px) {
  .metier .section-5 .content-c .formation-c .type-formation a {
    border-radius: calc(0.0254452926 * 100vw);
    padding: calc(0.0839694656 * 100vw) calc(0.1195928753 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .section-5 .content-c .formation-c .type-formation a {
    border-radius: calc(0.012195122 * 100vw);
    padding: calc(0.0402439024 * 100vw) calc(0.0573170732 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .section-5 .content-c .formation-c .type-formation a {
    border-radius: calc(0.0052083333 * 100vw);
    padding: calc(0.0171875 * 100vw) calc(0.0244791667 * 100vw);
  }
}
.metier .section-5 .content-c .formation-c .type-formation li:first-child {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .metier .section-5 .content-c .formation-c .type-formation li:first-child {
    font-size: calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .section-5 .content-c .formation-c .type-formation li:first-child {
    font-size: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .section-5 .content-c .formation-c .type-formation li:first-child {
    font-size: calc(0.0130208333 * 100vw);
  }
}
.metier .section-5 .content-c .formation-c .niveau-formation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) {
  .metier .section-5 .content-c .formation-c .niveau-formation {
    margin-top: calc(0.203562341 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .section-5 .content-c .formation-c .niveau-formation {
    margin-top: calc(0.0975609756 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .section-5 .content-c .formation-c .niveau-formation {
    margin-top: calc(0.0416666667 * 100vw);
  }
}
.metier .section-5 .content-c .formation-c .centres-formation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) {
  .metier .section-5 .content-c .formation-c .centres-formation {
    margin-top: calc(0.1526717557 * 100vw);
  }
}
@media (min-width: 768px) {
  .metier .section-5 .content-c .formation-c .centres-formation {
    margin-top: calc(0.0731707317 * 100vw);
  }
}
@media (min-width: 1024px) {
  .metier .section-5 .content-c .formation-c .centres-formation {
    margin-top: calc(0.03125 * 100vw);
  }
}
.metier .section-5 .content-c .formation-c .centres-formation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}
.metier .section-5 .content-c .formation-c .centres-formation ul li {
  text-decoration: underline;
}

.sidebar-2 .partenaires-sidebar {
  min-width: 90%;
}
.sidebar-2 .partenaires-sidebar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 13px;
  font-family: "Manrope-bold";
  color: rgba(0, 0, 0, 0.5019607843);
}
@media (min-width: 0px) {
  .sidebar-2 .partenaires-sidebar a {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .sidebar-2 .partenaires-sidebar a {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .sidebar-2 .partenaires-sidebar a {
    font-size: calc(0.0083333333 * 100vw);
  }
}

@media (min-width: 1024px) {
  .centre .sidebar-2,
  .formation .sidebar-2,
  .metier .sidebar-2 {
    display: none;
  }
}
.centre .sidebar-2 #sidebar-primary,
.formation .sidebar-2 #sidebar-primary,
.metier .sidebar-2 #sidebar-primary {
  margin-bottom: 0px !important;
}
.centre .top,
.formation .top,
.metier .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*@include respond-to(mobile) {
    padding-right: ptr(20, mobile);
  }
  @include respond-to(tablet) {
    padding-right: ptr(20, tablet);
  }
  @include respond-to(desktop) {
    padding-right: ptr(60, desktop);
  }
  @include respond-to(desktop-large) {
    padding-right: ptr(175, desktop);
  }*/
}
@media (min-width: 0px) {
  .centre .top #sidebar-primary,
  .formation .top #sidebar-primary,
  .metier .top #sidebar-primary {
    display: none;
  }
}
@media (min-width: 1024px) {
  .centre .top #sidebar-primary,
  .formation .top #sidebar-primary,
  .metier .top #sidebar-primary {
    display: block;
    min-width: 30%;
    top: 9%;
    padding: 20px;
    margin-bottom: 130px;
  }
  .centre .top #sidebar-primary .ctas,
  .formation .top #sidebar-primary .ctas,
  .metier .top #sidebar-primary .ctas {
    margin-top: 30px;
  }
}
.centre .top #sidebar-primary .partenaires-sidebar a,
.formation .top #sidebar-primary .partenaires-sidebar a,
.metier .top #sidebar-primary .partenaires-sidebar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 13px;
  font-family: "Manrope-bold";
  color: rgba(0, 0, 0, 0.5019607843);
}
@media (min-width: 0px) {
  .centre .top #sidebar-primary .partenaires-sidebar a,
  .formation .top #sidebar-primary .partenaires-sidebar a,
  .metier .top #sidebar-primary .partenaires-sidebar a {
    font-size: calc(0.0356234097 * 100vw) !important;
  }
}
@media (min-width: 768px) {
  .centre .top #sidebar-primary .partenaires-sidebar a,
  .formation .top #sidebar-primary .partenaires-sidebar a,
  .metier .top #sidebar-primary .partenaires-sidebar a {
    font-size: calc(0.0146341463 * 100vw) !important;
  }
}
@media (min-width: 1024px) {
  .centre .top #sidebar-primary .partenaires-sidebar a,
  .formation .top #sidebar-primary .partenaires-sidebar a,
  .metier .top #sidebar-primary .partenaires-sidebar a {
    font-size: calc(0.0083333333 * 100vw) !important;
  }
}
@media (min-width: 0px) {
  .centre .top .sidebar-dep,
  .formation .top .sidebar-dep,
  .metier .top .sidebar-dep {
    font-size: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .top .sidebar-dep,
  .formation .top .sidebar-dep,
  .metier .top .sidebar-dep {
    font-size: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .top .sidebar-dep,
  .formation .top .sidebar-dep,
  .metier .top .sidebar-dep {
    font-size: calc(0.009375 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre section.content,
  .formation section.content,
  .metier section.content {
    width: 90% !important;
  }
}
.centre .fil-ariane-wrapper,
.formation .fil-ariane-wrapper,
.metier .fil-ariane-wrapper {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .centre .fil-ariane-wrapper,
  .formation .fil-ariane-wrapper,
  .metier .fil-ariane-wrapper {
    position: relative;
    top: 50px;
  }
}
.centre h2.section-title,
.formation h2.section-title,
.metier h2.section-title {
  font-family: "Manrope-extrabold";
  margin-bottom: 30px;
}
@media (min-width: 0px) {
  .centre h2.section-title,
  .formation h2.section-title,
  .metier h2.section-title {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre h2.section-title,
  .formation h2.section-title,
  .metier h2.section-title {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre h2.section-title,
  .formation h2.section-title,
  .metier h2.section-title {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.centre h2, .centre .session,
.formation h2,
.formation .session,
.metier h2,
.metier .session {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .centre h2, .centre .session,
  .formation h2,
  .formation .session,
  .metier h2,
  .metier .session {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre h2, .centre .session,
  .formation h2,
  .formation .session,
  .metier h2,
  .metier .session {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre h2, .centre .session,
  .formation h2,
  .formation .session,
  .metier h2,
  .metier .session {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.centre h3,
.formation h3,
.metier h3 {
  font-family: "Manrope-500";
}
.centre .content:first-child,
.formation .content:first-child,
.metier .content:first-child {
  margin-top: calc(0.0625 * 100vw);
}
.centre p,
.centre ul,
.formation p,
.formation ul,
.metier p,
.metier ul {
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .centre p,
  .centre ul,
  .formation p,
  .formation ul,
  .metier p,
  .metier ul {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre p,
  .centre ul,
  .formation p,
  .formation ul,
  .metier p,
  .metier ul {
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre p,
  .centre ul,
  .formation p,
  .formation ul,
  .metier p,
  .metier ul {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.centre p,
.formation p,
.metier p {
  opacity: 50%;
}
.centre .landing,
.formation .landing,
.metier .landing {
  position: relative;
  top: 0;
  left: 0;
}
.centre .landing .content-c,
.formation .landing .content-c,
.metier .landing .content-c {
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) {
  .centre .landing .content-c,
  .formation .landing .content-c,
  .metier .landing .content-c {
    gap: calc(0.0636132316 * 100vw);
    padding: 0 calc(0.0508905852 * 100vw);
    top: 45%;
  }
}
@media (min-width: 768px) {
  .centre .landing .content-c,
  .formation .landing .content-c,
  .metier .landing .content-c {
    gap: calc(0.0304878049 * 100vw);
    padding: 0 calc(0.0243902439 * 100vw);
    top: 35%;
  }
}
@media (min-width: 1024px) {
  .centre .landing .content-c,
  .formation .landing .content-c,
  .metier .landing .content-c {
    gap: calc(0.0130208333 * 100vw);
    padding: 0 calc(0.03125 * 100vw);
    top: 50%;
  }
}
@media (min-width: 1750px) {
  .centre .landing .content-c,
  .formation .landing .content-c,
  .metier .landing .content-c {
    padding: calc(0 * 100vw) calc(0.0911458333 * 100vw);
  }
}
.centre .landing .content-c .section-title,
.centre .landing .content-c .section-description,
.formation .landing .content-c .section-title,
.formation .landing .content-c .section-description,
.metier .landing .content-c .section-title,
.metier .landing .content-c .section-description {
  color: #FFFFFF;
}
.centre .landing .content-c .section-title,
.formation .landing .content-c .section-title,
.metier .landing .content-c .section-title {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .centre .landing .content-c h1,
  .formation .landing .content-c h1,
  .metier .landing .content-c h1 {
    margin-top: 90px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: break-spaces;
  }
}
.centre .landing .content-c .section-description,
.formation .landing .content-c .section-description,
.metier .landing .content-c .section-description {
  font-family: "Manrope-500";
  opacity: 0.8;
}
@media (min-width: 0px) {
  .centre .landing .content-c .section-description,
  .formation .landing .content-c .section-description,
  .metier .landing .content-c .section-description {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .landing .content-c .section-description,
  .formation .landing .content-c .section-description,
  .metier .landing .content-c .section-description {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .landing .content-c .section-description,
  .formation .landing .content-c .section-description,
  .metier .landing .content-c .section-description {
    font-size: calc(0.0130208333 * 100vw);
  }
}
.centre .landing .bg-c,
.formation .landing .bg-c,
.metier .landing .bg-c {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .centre .landing .bg-c .black-overlay-landing-x,
  .formation .landing .bg-c .black-overlay-landing-x,
  .metier .landing .bg-c .black-overlay-landing-x {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #2b2b2b), to(rgba(43, 43, 43, 0))) !important;
    background: linear-gradient(to right, #2b2b2b 40%, rgba(43, 43, 43, 0) 100%) !important;
  }
}
.centre .landing .bg-c .img-bg,
.formation .landing .bg-c .img-bg,
.metier .landing .bg-c .img-bg {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 30%;
     object-position: 0 30%;
  margin-left: auto;
}
@media (min-width: 0px) {
  .centre .landing .bg-c .img-bg,
  .formation .landing .bg-c .img-bg,
  .metier .landing .bg-c .img-bg {
    height: calc(1.3994910941 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .landing .bg-c .img-bg,
  .formation .landing .bg-c .img-bg,
  .metier .landing .bg-c .img-bg {
    height: calc(0.7317073171 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .landing .bg-c .img-bg,
  .formation .landing .bg-c .img-bg,
  .metier .landing .bg-c .img-bg {
    height: calc(0.3125 * 100vw);
  }
}
.centre .landing .button-cta-header,
.formation .landing .button-cta-header,
.metier .landing .button-cta-header {
  position: absolute;
  z-index: 999;
}
@media (min-width: 0px) {
  .centre .landing .button-cta-header,
  .formation .landing .button-cta-header,
  .metier .landing .button-cta-header {
    top: 80%;
    right: 15px;
  }
}
@media (min-width: 1024px) {
  .centre .landing .button-cta-header,
  .formation .landing .button-cta-header,
  .metier .landing .button-cta-header {
    top: 50%;
    right: calc(20px + 3.125vw);
  }
}
@media (min-width: 1750px) {
  .centre .landing .button-cta-header,
  .formation .landing .button-cta-header,
  .metier .landing .button-cta-header {
    top: 50%;
    right: calc(20px + 9.11458333vw);
  }
}
.centre .content,
.formation .content,
.metier .content {
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 0px) {
  .centre .content,
  .formation .content,
  .metier .content {
    padding: 0 calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .content,
  .formation .content,
  .metier .content {
    padding: 0 calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .content,
  .formation .content,
  .metier .content {
    padding: 0 calc(0.03125 * 100vw);
  }
}
@media (min-width: 1750px) {
  .centre .content,
  .formation .content,
  .metier .content {
    padding: calc(0 * 100vw) calc(0.0911458333 * 100vw);
  }
}
@media (min-width: 0px) {
  .centre .content .nb-of-items,
  .formation .content .nb-of-items,
  .metier .content .nb-of-items {
    padding: calc(0.1374045802 * 100vw) 0 calc(0.1272264631 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .content .nb-of-items,
  .formation .content .nb-of-items,
  .metier .content .nb-of-items {
    padding: calc(0.0658536585 * 100vw) 0 calc(0.0609756098 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .content .nb-of-items,
  .formation .content .nb-of-items,
  .metier .content .nb-of-items {
    padding: calc(0.028125 * 100vw) 0 calc(0.0260416667 * 100vw);
  }
}
.centre .content .nb-of-items .nb-of-items-text,
.formation .content .nb-of-items .nb-of-items-text,
.metier .content .nb-of-items .nb-of-items-text {
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .centre .content .nb-of-items .nb-of-items-text,
  .formation .content .nb-of-items .nb-of-items-text,
  .metier .content .nb-of-items .nb-of-items-text {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .content .nb-of-items .nb-of-items-text,
  .formation .content .nb-of-items .nb-of-items-text,
  .metier .content .nb-of-items .nb-of-items-text {
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .content .nb-of-items .nb-of-items-text,
  .formation .content .nb-of-items .nb-of-items-text,
  .metier .content .nb-of-items .nb-of-items-text {
    font-size: calc(0.0072916667 * 100vw);
  }
}
.centre .content .nb-of-items .nb-of-items-text .bold,
.formation .content .nb-of-items .nb-of-items-text .bold,
.metier .content .nb-of-items .nb-of-items-text .bold {
  font-family: "Manrope-extrabold";
}
.centre .content .content-c,
.formation .content .content-c,
.metier .content .content-c {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: calc(0.0508905852 * 100vw);
}
@media (min-width: 0px) {
  .centre .content .content-c,
  .formation .content .content-c,
  .metier .content .content-c {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    gap: calc(0.0508905852 * 100vw);
    padding-bottom: calc(0.1272264631 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .content .content-c,
  .formation .content .content-c,
  .metier .content .content-c {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: calc(0.0104166667 * 100vw);
    padding-bottom: calc(0.0520833333 * 100vw);
  }
}
.centre .content .content-c .secteur-metier-c,
.formation .content .content-c .secteur-metier-c,
.metier .content .content-c .secteur-metier-c {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 0px) {
  .centre .content .content-c .secteur-metier-c,
  .formation .content .content-c .secteur-metier-c,
  .metier .content .content-c .secteur-metier-c {
    height: calc(0.8905852417 * 100vw);
    border-radius: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .content .content-c .secteur-metier-c,
  .formation .content .content-c .secteur-metier-c,
  .metier .content .content-c .secteur-metier-c {
    height: calc(0.4268292683 * 100vw);
    border-radius: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .content .content-c .secteur-metier-c,
  .formation .content .content-c .secteur-metier-c,
  .metier .content .content-c .secteur-metier-c {
    height: calc(0.2083333333 * 100vw);
    border-radius: calc(0.0052083333 * 100vw);
  }
}
.centre .content .content-c .secteur-metier-c .secteur-img-c,
.formation .content .content-c .secteur-metier-c .secteur-img-c,
.metier .content .content-c .secteur-metier-c .secteur-img-c {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.centre .content .content-c .secteur-metier-c .secteur-img-c .img-item,
.formation .content .content-c .secteur-metier-c .secteur-img-c .img-item,
.metier .content .content-c .secteur-metier-c .secteur-img-c .img-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.centre .content .content-c .secteur-metier-c .title-c,
.formation .content .content-c .secteur-metier-c .title-c,
.metier .content .content-c .secteur-metier-c .title-c {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 80%;
}
@media (min-width: 0px) {
  .centre .content .content-c .secteur-metier-c .title-c,
  .formation .content .content-c .secteur-metier-c .title-c,
  .metier .content .content-c .secteur-metier-c .title-c {
    bottom: calc(0.0763358779 * 100vw);
    left: calc(0.0763358779 * 100vw);
    padding: calc(0.0127226463 * 100vw) calc(0.0356234097 * 100vw);
    border-radius: calc(0.0763358779 * 100vw);
    gap: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .content .content-c .secteur-metier-c .title-c,
  .formation .content .content-c .secteur-metier-c .title-c,
  .metier .content .content-c .secteur-metier-c .title-c {
    bottom: calc(0.0365853659 * 100vw);
    left: calc(0.0365853659 * 100vw);
    padding: calc(0.006097561 * 100vw) calc(0.0170731707 * 100vw);
    border-radius: calc(0.0365853659 * 100vw);
    gap: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .content .content-c .secteur-metier-c .title-c,
  .formation .content .content-c .secteur-metier-c .title-c,
  .metier .content .content-c .secteur-metier-c .title-c {
    bottom: calc(0.015625 * 100vw);
    left: calc(0.015625 * 100vw);
    padding: calc(0.0026041667 * 100vw) calc(0.0072916667 * 100vw);
    border-radius: calc(0.015625 * 100vw);
    gap: calc(0.0026041667 * 100vw);
  }
}
@media (min-width: 0px) {
  .centre .content .content-c .secteur-metier-c .title-c .img-item,
  .formation .content .content-c .secteur-metier-c .title-c .img-item,
  .metier .content .content-c .secteur-metier-c .title-c .img-item {
    width: calc(0.1017811705 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .content .content-c .secteur-metier-c .title-c .img-item,
  .formation .content .content-c .secteur-metier-c .title-c .img-item,
  .metier .content .content-c .secteur-metier-c .title-c .img-item {
    width: calc(0.0487804878 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .content .content-c .secteur-metier-c .title-c .img-item,
  .formation .content .content-c .secteur-metier-c .title-c .img-item,
  .metier .content .content-c .secteur-metier-c .title-c .img-item {
    width: calc(0.0208333333 * 100vw);
  }
}
.centre .content .content-c .secteur-metier-c .title-c .title,
.formation .content .content-c .secteur-metier-c .title-c .title,
.metier .content .content-c .secteur-metier-c .title-c .title {
  font-family: "Manrope-extrabold";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
}
@media (min-width: 0px) {
  .centre .content .content-c .secteur-metier-c .title-c .title,
  .formation .content .content-c .secteur-metier-c .title-c .title,
  .metier .content .content-c .secteur-metier-c .title-c .title {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .content .content-c .secteur-metier-c .title-c .title,
  .formation .content .content-c .secteur-metier-c .title-c .title,
  .metier .content .content-c .secteur-metier-c .title-c .title {
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .content .content-c .secteur-metier-c .title-c .title,
  .formation .content .content-c .secteur-metier-c .title-c .title,
  .metier .content .content-c .secteur-metier-c .title-c .title {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.centre .content .content-c .secteur-metier-c:hover .secteur-img-c .img-item,
.formation .content .content-c .secteur-metier-c:hover .secteur-img-c .img-item,
.metier .content .content-c .secteur-metier-c:hover .secteur-img-c .img-item {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.centre .video-block p,
.formation .video-block p,
.metier .video-block p {
  opacity: 100% !important;
}
.centre .section-0,
.formation .section-0,
.metier .section-0 {
  margin-bottom: 60px;
}
@media (min-width: 0px) {
  .centre .section-0,
  .formation .section-0,
  .metier .section-0 {
    margin-top: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .section-0,
  .formation .section-0,
  .metier .section-0 {
    margin-top: calc(0.0487804878 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .section-0,
  .formation .section-0,
  .metier .section-0 {
    margin-top: calc(0.0260416667 * 100vw);
  }
}
.centre .section-1,
.formation .section-1,
.metier .section-1 {
  margin-top: 60px;
}
.centre .section-1 h2.section-title,
.formation .section-1 h2.section-title,
.metier .section-1 h2.section-title {
  margin-bottom: 60px;
}
.centre .section-1 .accordion,
.formation .section-1 .accordion,
.metier .section-1 .accordion {
  width: 100%;
  height: 67px;
  position: relative;
  cursor: pointer;
  margin-bottom: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.centre .section-1 .accordion .img-bg,
.formation .section-1 .accordion .img-bg,
.metier .section-1 .accordion .img-bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (min-width: 0px) {
  .centre .section-1 .accordion .img-bg,
  .formation .section-1 .accordion .img-bg,
  .metier .section-1 .accordion .img-bg {
    height: calc(0.8473282443 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .section-1 .accordion .img-bg,
  .formation .section-1 .accordion .img-bg,
  .metier .section-1 .accordion .img-bg {
    height: calc(0.243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .section-1 .accordion .img-bg,
  .formation .section-1 .accordion .img-bg,
  .metier .section-1 .accordion .img-bg {
    height: calc(0.0572916667 * 100vw);
  }
}
.centre .section-1 .accordion .black-overlay-section-x,
.formation .section-1 .accordion .black-overlay-section-x,
.metier .section-1 .accordion .black-overlay-section-x {
  border-radius: 5px;
}
.centre .section-1 .accordion .bg-c h3,
.formation .section-1 .accordion .bg-c h3,
.metier .section-1 .accordion .bg-c h3 {
  position: absolute;
  font-family: "Manrope-extrabold";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 0px) {
  .centre .section-1 .accordion .bg-c h3,
  .formation .section-1 .accordion .bg-c h3,
  .metier .section-1 .accordion .bg-c h3 {
    font-size: calc(0.0508905852 * 100vw);
    left: calc(0.1017811705 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .section-1 .accordion .bg-c h3,
  .formation .section-1 .accordion .bg-c h3,
  .metier .section-1 .accordion .bg-c h3 {
    font-size: calc(0.0243902439 * 100vw);
    left: calc(0.0487804878 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .section-1 .accordion .bg-c h3,
  .formation .section-1 .accordion .bg-c h3,
  .metier .section-1 .accordion .bg-c h3 {
    font-size: calc(0.0104166667 * 100vw);
    left: calc(0.0208333333 * 100vw);
  }
}
.centre .section-1 .accordion h2,
.formation .section-1 .accordion h2,
.metier .section-1 .accordion h2 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.centre .section-1 .accordion h2 span,
.formation .section-1 .accordion h2 span,
.metier .section-1 .accordion h2 span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.centre .section-1 .accordion .panel,
.formation .section-1 .accordion .panel,
.metier .section-1 .accordion .panel {
  -webkit-animation: fade-out-top 0.3s ease-out forwards;
          animation: fade-out-top 0.3s ease-out forwards;
  display: none;
}
.centre .section-1 .accordion .panel .single-chart svg,
.formation .section-1 .accordion .panel .single-chart svg,
.metier .section-1 .accordion .panel .single-chart svg {
  margin-right: 0;
}
@media screen and (max-width: 767.99px) {
  .centre .section-1 .accordion .panel .single-chart,
  .formation .section-1 .accordion .panel .single-chart,
  .metier .section-1 .accordion .panel .single-chart {
    width: 18%;
  }
  .centre .section-1 .accordion .panel .data-label,
  .formation .section-1 .accordion .panel .data-label,
  .metier .section-1 .accordion .panel .data-label {
    max-width: 80%;
  }
}
.centre .section-1 .accordion .repeater-data,
.formation .section-1 .accordion .repeater-data,
.metier .section-1 .accordion .repeater-data {
  opacity: 100% !important;
}
@media screen and (max-width: 767.99px) {
  .centre .section-1 .accordion .repeater-data.scores,
  .formation .section-1 .accordion .repeater-data.scores,
  .metier .section-1 .accordion .repeater-data.scores {
    position: relative;
    bottom: 15px;
    margin-right: 18%;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    font-size: 0.8em;
  }
}
.centre .section-1 .accordion .details-container .repeater-data,
.centre .section-1 .accordion .single-data,
.centre .section-1 .accordion .select-data,
.formation .section-1 .accordion .details-container .repeater-data,
.formation .section-1 .accordion .single-data,
.formation .section-1 .accordion .select-data,
.metier .section-1 .accordion .details-container .repeater-data,
.metier .section-1 .accordion .single-data,
.metier .section-1 .accordion .select-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  opacity: 100% !important;
}
.centre .section-1 .accordion .details-container .repeater-data .data-label,
.centre .section-1 .accordion .single-data .data-label,
.centre .section-1 .accordion .select-data .data-label,
.formation .section-1 .accordion .details-container .repeater-data .data-label,
.formation .section-1 .accordion .single-data .data-label,
.formation .section-1 .accordion .select-data .data-label,
.metier .section-1 .accordion .details-container .repeater-data .data-label,
.metier .section-1 .accordion .single-data .data-label,
.metier .section-1 .accordion .select-data .data-label {
  opacity: 50% !important;
}
@media screen and (min-width: 768px) {
  .centre .section-1 .accordion .details-container .repeater-data .scores,
  .centre .section-1 .accordion .single-data .scores,
  .centre .section-1 .accordion .select-data .scores,
  .formation .section-1 .accordion .details-container .repeater-data .scores,
  .formation .section-1 .accordion .single-data .scores,
  .formation .section-1 .accordion .select-data .scores,
  .metier .section-1 .accordion .details-container .repeater-data .scores,
  .metier .section-1 .accordion .single-data .scores,
  .metier .section-1 .accordion .select-data .scores {
    position: absolute;
    right: 10%;
  }
}
.centre .section-1 .accordion .details-container .repeater-data .data-value,
.centre .section-1 .accordion .single-data .data-value,
.centre .section-1 .accordion .select-data .data-value,
.formation .section-1 .accordion .details-container .repeater-data .data-value,
.formation .section-1 .accordion .single-data .data-value,
.formation .section-1 .accordion .select-data .data-value,
.metier .section-1 .accordion .details-container .repeater-data .data-value,
.metier .section-1 .accordion .single-data .data-value,
.metier .section-1 .accordion .select-data .data-value {
  opacity: 100% !important;
  text-align: end;
}
.centre .section-1 .accordion .details-container .repeater-data:not(.session) .data-value,
.centre .section-1 .accordion .single-data:not(.session) .data-value,
.centre .section-1 .accordion .select-data:not(.session) .data-value,
.formation .section-1 .accordion .details-container .repeater-data:not(.session) .data-value,
.formation .section-1 .accordion .single-data:not(.session) .data-value,
.formation .section-1 .accordion .select-data:not(.session) .data-value,
.metier .section-1 .accordion .details-container .repeater-data:not(.session) .data-value,
.metier .section-1 .accordion .single-data:not(.session) .data-value,
.metier .section-1 .accordion .select-data:not(.session) .data-value {
  width: 80%;
}
.centre .section-1 .accordion .details-container .single-conseiller,
.formation .section-1 .accordion .details-container .single-conseiller,
.metier .section-1 .accordion .details-container .single-conseiller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.centre .section-1 .accordion .details-container .single-conseiller h4,
.formation .section-1 .accordion .details-container .single-conseiller h4,
.metier .section-1 .accordion .details-container .single-conseiller h4 {
  padding-bottom: -5px;
}
.centre .section-1 .accordion .details-container .single-conseiller p,
.formation .section-1 .accordion .details-container .single-conseiller p,
.metier .section-1 .accordion .details-container .single-conseiller p {
  padding-top: 15px;
}
.centre .section-1 .accordion .details-container .single-conseiller a,
.formation .section-1 .accordion .details-container .single-conseiller a,
.metier .section-1 .accordion .details-container .single-conseiller a {
  color: currentColor;
  text-decoration: underline;
}
.centre .section-1 .accordion.active,
.formation .section-1 .accordion.active,
.metier .section-1 .accordion.active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.centre .section-1 .accordion.active *,
.formation .section-1 .accordion.active *,
.metier .section-1 .accordion.active * {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.centre .section-1 .accordion.active span,
.formation .section-1 .accordion.active span,
.metier .section-1 .accordion.active span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.centre .section-1 .accordion.active .panel,
.formation .section-1 .accordion.active .panel,
.metier .section-1 .accordion.active .panel {
  display: block;
  -webkit-animation: fade-in-bottom 0.3s ease-out forwards;
          animation: fade-in-bottom 0.3s ease-out forwards;
}
.centre .section-1 .accordion.active .panel .actualite-c,
.formation .section-1 .accordion.active .panel .actualite-c,
.metier .section-1 .accordion.active .panel .actualite-c {
  margin-bottom: 50px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.centre .section-1 #accordion-5 .black-overlay-section-x,
.formation .section-1 #accordion-5 .black-overlay-section-x,
.metier .section-1 #accordion-5 .black-overlay-section-x {
  border-radius: 5px;
}
.centre .section-1 #accordion-5 h3,
.formation .section-1 #accordion-5 h3,
.metier .section-1 #accordion-5 h3 {
  position: absolute;
  font-size: calc(0.0104166667 * 100vw);
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.centre .section-1 #accordion-5 .img-bg,
.formation .section-1 #accordion-5 .img-bg,
.metier .section-1 #accordion-5 .img-bg {
  width: 100%;
  border-radius: 5px;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
}
.centre .section-3,
.formation .section-3,
.metier .section-3 {
  margin-top: 80px;
}
.centre .section-3 .section-title-c,
.formation .section-3 .section-title-c,
.metier .section-3 .section-title-c {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.centre .section-3 .section-title-c a,
.formation .section-3 .section-title-c a,
.metier .section-3 .section-title-c a {
  padding-bottom: 0px;
}
@media (min-width: 0px) {
  .centre .section-3 .section-title-c a,
  .formation .section-3 .section-title-c a,
  .metier .section-3 .section-title-c a {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .section-3 .section-title-c a,
  .formation .section-3 .section-title-c a,
  .metier .section-3 .section-title-c a {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .section-3 .section-title-c a,
  .formation .section-3 .section-title-c a,
  .metier .section-3 .section-title-c a {
    font-size: calc(0.0072916667 * 100vw);
  }
}
.centre .section-3 .section-title-c a svg,
.formation .section-3 .section-title-c a svg,
.metier .section-3 .section-title-c a svg {
  width: 10px;
  height: 10px;
}
.centre .section-3 .content-c,
.formation .section-3 .content-c,
.metier .section-3 .content-c {
  grid-template-columns: repeat(auto-fill, minmax(35%, 1fr));
}
.centre .section-4,
.formation .section-4,
.metier .section-4 {
  margin-top: 80px;
}
.centre .section-4 .content-c,
.formation .section-4 .content-c,
.metier .section-4 .content-c {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.centre .section-4 .content-c .active .li-c,
.formation .section-4 .content-c .active .li-c,
.metier .section-4 .content-c .active .li-c {
  display: block;
  -webkit-animation: fade-in-bottom 0.3s ease-out forwards;
          animation: fade-in-bottom 0.3s ease-out forwards;
}
.centre .section-4 .content-c .active > div > svg,
.formation .section-4 .content-c .active > div > svg,
.metier .section-4 .content-c .active > div > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.centre .section-4 .content-c ul .li-c,
.formation .section-4 .content-c ul .li-c,
.metier .section-4 .content-c ul .li-c {
  display: none;
}
.centre .section-4 .content-c ul .li-c li,
.formation .section-4 .content-c ul .li-c li,
.metier .section-4 .content-c ul .li-c li {
  margin-top: 25px;
  padding: 10px 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.centre .section-4 .content-c ul .li-c li a,
.formation .section-4 .content-c ul .li-c li a,
.metier .section-4 .content-c ul .li-c li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 50%;
}
.centre .section-4 .content-c ul .li-c li:hover,
.formation .section-4 .content-c ul .li-c li:hover,
.metier .section-4 .content-c ul .li-c li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.centre .section-4 .content-c ul .li-c li:hover a,
.formation .section-4 .content-c ul .li-c li:hover a,
.metier .section-4 .content-c ul .li-c li:hover a {
  opacity: 100%;
  text-decoration: underline;
}
.centre .section-4 .content-c ul .formation-t,
.formation .section-4 .content-c ul .formation-t,
.metier .section-4 .content-c ul .formation-t {
  border-radius: 10px;
  padding: 20px 25px;
  background-color: #666799;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.centre .section-4 .content-c ul .formation-t img,
.formation .section-4 .content-c ul .formation-t img,
.metier .section-4 .content-c ul .formation-t img {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(0%) hue-rotate(335deg) brightness(104%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(0%) hue-rotate(335deg) brightness(104%) contrast(104%);
  margin-right: 12px;
}
@media (min-width: 0px) {
  .centre .section-4 .content-c ul .formation-t img,
  .formation .section-4 .content-c ul .formation-t img,
  .metier .section-4 .content-c ul .formation-t img {
    width: calc(0.1017811705 * 100vw);
    height: calc(0.1017811705 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .section-4 .content-c ul .formation-t img,
  .formation .section-4 .content-c ul .formation-t img,
  .metier .section-4 .content-c ul .formation-t img {
    width: calc(0.0365853659 * 100vw);
    height: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .section-4 .content-c ul .formation-t img,
  .formation .section-4 .content-c ul .formation-t img,
  .metier .section-4 .content-c ul .formation-t img {
    width: calc(0.0208333333 * 100vw);
    height: calc(0.0208333333 * 100vw);
  }
}
.centre .section-4 .content-c ul .formation-t svg,
.formation .section-4 .content-c ul .formation-t svg,
.metier .section-4 .content-c ul .formation-t svg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.centre .section-4 .content-c ul .formation-t li,
.formation .section-4 .content-c ul .formation-t li,
.metier .section-4 .content-c ul .formation-t li {
  width: 100%;
  color: white;
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .centre .section-4 .content-c ul .formation-t li,
  .formation .section-4 .content-c ul .formation-t li,
  .metier .section-4 .content-c ul .formation-t li {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .centre .section-4 .content-c ul .formation-t li,
  .formation .section-4 .content-c ul .formation-t li,
  .metier .section-4 .content-c ul .formation-t li {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .centre .section-4 .content-c ul .formation-t li,
  .formation .section-4 .content-c ul .formation-t li,
  .metier .section-4 .content-c ul .formation-t li {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .centre .section-5,
  .centre .section-7,
  .formation .section-5,
  .formation .section-7,
  .metier .section-5,
  .metier .section-7 {
    margin-top: 50px;
  }
  .centre .section-5 .content-c,
  .centre .section-7 .content-c,
  .formation .section-5 .content-c,
  .formation .section-7 .content-c,
  .metier .section-5 .content-c,
  .metier .section-7 .content-c {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .centre .section-5 .content-c .actualite-c,
  .centre .section-7 .content-c .actualite-c,
  .formation .section-5 .content-c .actualite-c,
  .formation .section-7 .content-c .actualite-c,
  .metier .section-5 .content-c .actualite-c,
  .metier .section-7 .content-c .actualite-c {
    width: 100%;
  }
  .centre .section-5 .content-c .img-c img,
  .centre .section-7 .content-c .img-c img,
  .formation .section-5 .content-c .img-c img,
  .formation .section-7 .content-c .img-c img,
  .metier .section-5 .content-c .img-c img,
  .metier .section-7 .content-c .img-c img {
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
  }
}

@-webkit-keyframes display-none {
  0% {
    display: block;
  }
  100% {
    display: none !important;
  }
}

@keyframes display-none {
  0% {
    display: block;
  }
  100% {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .single-centre #sidebar-primary,
  .single-formation #sidebar-primary,
  .single-metier #sidebar-primary {
    width: 100%;
    position: relative !important;
    margin-top: -10px;
    top: 0%;
    left: 0%;
  }
  .single-centre #nav-onglet,
  .single-formation #nav-onglet,
  .single-metier #nav-onglet {
    margin-bottom: 0px !important;
    position: sticky !important;
  }
  .single-centre section.content,
  .single-formation section.content,
  .single-metier section.content {
    width: 100%;
  }
  .single-centre .section-1,
  .single-formation .section-1,
  .single-metier .section-1 {
    margin-top: 50px !important;
  }
  .single-centre .section-2 .swiper,
  .single-formation .section-2 .swiper,
  .single-metier .section-2 .swiper {
    height: 240px;
  }
  .single-centre .section-3,
  .single-formation .section-3,
  .single-metier .section-3 {
    margin-top: 50px !important;
  }
  .single-centre .section-3 .section-title-c,
  .single-formation .section-3 .section-title-c,
  .single-metier .section-3 .section-title-c {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .single-centre .section-3 .section-title-c a,
  .single-formation .section-3 .section-title-c a,
  .single-metier .section-3 .section-title-c a {
    width: 65%;
  }
  .single-centre .section-3 .content-c,
  .single-formation .section-3 .content-c,
  .single-metier .section-3 .content-c {
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .single-centre .section-4 .content-c,
  .single-formation .section-4 .content-c,
  .single-metier .section-4 .content-c {
    width: 100%;
  }
  .single-centre .section-5 .content-c .img-item,
  .single-formation .section-5 .content-c .img-item,
  .single-metier .section-5 .content-c .img-item {
    height: 100px !important;
  }
}
.metier aside .cta:not(.cta_2) {
  display: none !important;
}

.single-centre:not(.postid-192):not(.postid-193):not(.postid-194) #accordion-4 {
  display: none;
}

.formation .accordion:active *, .formation .accordion.nice-select.open * {
  pointer-events: all;
}
.formation #accordion-1 .panel p:not(.single-data),
.formation #accordion-2 .panel p:not(.single-data) {
  margin-top: 15px;
}
.formation #accordion-4 .panel li,
.formation #accordion-5 .panel li {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  margin-top: 15px;
  list-style: none;
}
.formation #accordion-4 .panel li:hover,
.formation #accordion-5 .panel li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.formation #accordion-4 .panel li:hover a,
.formation #accordion-5 .panel li:hover a {
  opacity: 100%;
  text-decoration: underline;
}
.formation #accordion-4 .panel li a,
.formation #accordion-5 .panel li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 50%;
  color: currentColor;
  font-family: "Manrope-500";
}
.formation #accordion-4 {
  padding-bottom: 0;
}
.formation #accordion-4 .actualite-c {
  border-bottom: none;
  margin-bottom: 0;
}
.formation #accordion-4 .actualite-c ul.panel {
  font-family: "Manrope-500";
  margin-top: 30px;
}
.formation #accordion-4 .actualite-c ul.panel li {
  padding: 10px 30px;
}

.formation .landing .fil-ariane-wrapper, .metier .landing .fil-ariane-wrapper {
  top: 20px;
  position: relative;
}
.formation .landing h2, .metier .landing h2 {
  position: absolute;
  color: white;
  border-radius: 100px;
  background-color: #653910;
}
@media (min-width: 0px) {
  .formation .landing h2, .metier .landing h2 {
    font-size: calc(0.0305343511 * 100vw);
    padding: calc(0.0190839695 * 100vw) calc(0.0391857506 * 100vw);
    top: 40%;
  }
}
@media (min-width: 768px) {
  .formation .landing h2, .metier .landing h2 {
    font-size: calc(0.0170731707 * 100vw);
    padding: calc(0.0115853659 * 100vw) calc(0.02 * 100vw);
    top: 40%;
  }
}
@media (min-width: 1024px) {
  .formation .landing h2, .metier .landing h2 {
    font-size: calc(0.0083333333 * 100vw);
    padding: calc(0.0072916667 * 100vw) calc(0.009375 * 100vw);
  }
}
.formation .post-term, .metier .post-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 0px) {
  .formation .post-term, .metier .post-term {
    gap: calc(0.0111959288 * 100vw);
    padding: calc(0.0165394402 * 100vw) calc(0.0529262087 * 100vw) calc(0.0165394402 * 100vw) calc(0.0407124682 * 100vw);
    border-radius: calc(0.0661577608 * 100vw);
    margin-top: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .formation .post-term, .metier .post-term {
    gap: calc(0.0053658537 * 100vw);
    padding: calc(0.0079268293 * 100vw) calc(0.0253658537 * 100vw) calc(0.0079268293 * 100vw) calc(0.0195121951 * 100vw);
    border-radius: calc(0.0317073171 * 100vw);
    margin-top: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .post-term, .metier .post-term {
    gap: calc(0.0022916667 * 100vw);
    padding: calc(0.0033854167 * 100vw) calc(0.0108333333 * 100vw) calc(0.0033854167 * 100vw) calc(0.0083333333 * 100vw);
    border-radius: calc(0.0135416667 * 100vw);
    margin-top: calc(0.015625 * 100vw);
  }
}
@media (min-width: 0px) {
  .formation .post-term .post-term-icon, .metier .post-term .post-term-icon {
    width: calc(0.0687022901 * 100vw);
  }
}
@media (min-width: 768px) {
  .formation .post-term .post-term-icon, .metier .post-term .post-term-icon {
    width: calc(0.0329268293 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .post-term .post-term-icon, .metier .post-term .post-term-icon {
    width: calc(0.0140625 * 100vw);
  }
}
.formation .post-term .post-term-name, .metier .post-term .post-term-name {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .formation .post-term .post-term-name, .metier .post-term .post-term-name {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .formation .post-term .post-term-name, .metier .post-term .post-term-name {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .post-term .post-term-name, .metier .post-term .post-term-name {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 0px) {
  .formation .section-3, .formation .section-4, .formation .section-9, .metier .section-3, .metier .section-4, .metier .section-9 {
    margin-top: calc(0.1272264631 * 100vw);
  }
}
@media (min-width: 768px) {
  .formation .section-3, .formation .section-4, .formation .section-9, .metier .section-3, .metier .section-4, .metier .section-9 {
    margin-top: calc(0.0792682927 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .section-3, .formation .section-4, .formation .section-9, .metier .section-3, .metier .section-4, .metier .section-9 {
    margin-top: calc(0.0416666667 * 100vw);
  }
}
@media (min-width: 0px) {
  .formation .section-4 ul, .metier .section-4 ul {
    padding-left: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .formation .section-4 ul, .metier .section-4 ul {
    padding-left: calc(0.0182926829 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .section-4 ul, .metier .section-4 ul {
    padding-left: calc(0.0078125 * 100vw);
  }
}
.formation .section-4 ul br, .metier .section-4 ul br {
  display: none;
}
.formation .section-4 li, .metier .section-4 li {
  opacity: 50%;
  font-family: "Manrope-500";
  list-style-type: disc;
}
@media (min-width: 0px) {
  .formation .section-4 li, .metier .section-4 li {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .formation .section-4 li, .metier .section-4 li {
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .section-4 li, .metier .section-4 li {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.formation .section-2 .actualite-c,
.formation .section-7 .actualite-c, .metier .section-2 .actualite-c,
.metier .section-7 .actualite-c {
  margin: auto;
}
.formation .section-2 .actualite-c .top,
.formation .section-7 .actualite-c .top, .metier .section-2 .actualite-c .top,
.metier .section-7 .actualite-c .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formation .section-2 .actualite-c .top .left .img-c,
.formation .section-7 .actualite-c .top .left .img-c, .metier .section-2 .actualite-c .top .left .img-c,
.metier .section-7 .actualite-c .top .left .img-c {
  margin-bottom: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0px) {
  .formation .section-2 .actualite-c .top .left .img-c,
  .formation .section-7 .actualite-c .top .left .img-c, .metier .section-2 .actualite-c .top .left .img-c,
  .metier .section-7 .actualite-c .top .left .img-c {
    width: calc(0.203562341 * 100vw);
    height: calc(0.203562341 * 100vw);
  }
}
@media (min-width: 0px) {
  .formation .section-2 .actualite-c .top .left .img-c,
  .formation .section-7 .actualite-c .top .left .img-c, .metier .section-2 .actualite-c .top .left .img-c,
  .metier .section-7 .actualite-c .top .left .img-c {
    width: calc(0.1526717557 * 100vw);
    height: calc(0.1526717557 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .section-2 .actualite-c .top .left .img-c,
  .formation .section-7 .actualite-c .top .left .img-c, .metier .section-2 .actualite-c .top .left .img-c,
  .metier .section-7 .actualite-c .top .left .img-c {
    height: calc(0.0442708333 * 100vw);
    width: calc(0.0442708333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .formation .section-2 .actualite-c .top .left .img-c,
  .formation .section-7 .actualite-c .top .left .img-c, .metier .section-2 .actualite-c .top .left .img-c,
  .metier .section-7 .actualite-c .top .left .img-c {
    width: calc(0.0442708333 * 100vw);
    height: calc(0.0442708333 * 100vw);
  }
}
.formation .section-2 .actualite-c .top .left .img-c img,
.formation .section-7 .actualite-c .top .left .img-c img, .metier .section-2 .actualite-c .top .left .img-c img,
.metier .section-7 .actualite-c .top .left .img-c img {
  height: 100%;
  -o-object-fit: initial;
     object-fit: initial;
}
.formation .section-2 .actualite-c .top .right,
.formation .section-7 .actualite-c .top .right, .metier .section-2 .actualite-c .top .right,
.metier .section-7 .actualite-c .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0px) {
  .formation .section-2 .actualite-c .top .right,
  .formation .section-7 .actualite-c .top .right, .metier .section-2 .actualite-c .top .right,
  .metier .section-7 .actualite-c .top .right {
    margin-left: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .section-2 .actualite-c .top .right,
  .formation .section-7 .actualite-c .top .right, .metier .section-2 .actualite-c .top .right,
  .metier .section-7 .actualite-c .top .right {
    margin-left: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .formation .section-2 .actualite-c .top .right,
  .formation .section-7 .actualite-c .top .right, .metier .section-2 .actualite-c .top .right,
  .metier .section-7 .actualite-c .top .right {
    margin-left: calc(0.0130208333 * 100vw);
  }
}
.formation .section-2 .actualite-c .top .right > a,
.formation .section-7 .actualite-c .top .right > a, .metier .section-2 .actualite-c .top .right > a,
.metier .section-7 .actualite-c .top .right > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 50%;
  gap: 10px;
}
@media (min-width: 0px) {
  .formation .section-2 .actualite-c .top .right > a,
  .formation .section-7 .actualite-c .top .right > a, .metier .section-2 .actualite-c .top .right > a,
  .metier .section-7 .actualite-c .top .right > a {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .section-2 .actualite-c .top .right > a,
  .formation .section-7 .actualite-c .top .right > a, .metier .section-2 .actualite-c .top .right > a,
  .metier .section-7 .actualite-c .top .right > a {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .formation .section-2 .actualite-c .top .right > a,
  .formation .section-7 .actualite-c .top .right > a, .metier .section-2 .actualite-c .top .right > a,
  .metier .section-7 .actualite-c .top .right > a {
    font-size: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 0px) {
  .formation .section-2 .actualite-c .top .right > a svg,
  .formation .section-7 .actualite-c .top .right > a svg, .metier .section-2 .actualite-c .top .right > a svg,
  .metier .section-7 .actualite-c .top .right > a svg {
    width: calc(0.0229007634 * 100vw);
    height: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .section-2 .actualite-c .top .right > a svg,
  .formation .section-7 .actualite-c .top .right > a svg, .metier .section-2 .actualite-c .top .right > a svg,
  .metier .section-7 .actualite-c .top .right > a svg {
    height: calc(0.0057291667 * 100vw);
    width: calc(0.0052083333 * 100vw);
  }
}
.formation .section-2 .actualite-c .top .right h3,
.formation .section-7 .actualite-c .top .right h3, .metier .section-2 .actualite-c .top .right h3,
.metier .section-7 .actualite-c .top .right h3 {
  margin-bottom: 5px;
}
@media (min-width: 0px) {
  .formation .section-2 .actualite-c .top .right h3,
  .formation .section-7 .actualite-c .top .right h3, .metier .section-2 .actualite-c .top .right h3,
  .metier .section-7 .actualite-c .top .right h3 {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .section-2 .actualite-c .top .right h3,
  .formation .section-7 .actualite-c .top .right h3, .metier .section-2 .actualite-c .top .right h3,
  .metier .section-7 .actualite-c .top .right h3 {
    font-size: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .formation .section-2 .actualite-c .top .right h3,
  .formation .section-7 .actualite-c .top .right h3, .metier .section-2 .actualite-c .top .right h3,
  .metier .section-7 .actualite-c .top .right h3 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.formation .section-2 .actualite-c .top .right h4,
.formation .section-7 .actualite-c .top .right h4, .metier .section-2 .actualite-c .top .right h4,
.metier .section-7 .actualite-c .top .right h4 {
  opacity: 50%;
}
@media (min-width: 0px) {
  .formation .section-2 .actualite-c .top .right h4,
  .formation .section-7 .actualite-c .top .right h4, .metier .section-2 .actualite-c .top .right h4,
  .metier .section-7 .actualite-c .top .right h4 {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .section-2 .actualite-c .top .right h4,
  .formation .section-7 .actualite-c .top .right h4, .metier .section-2 .actualite-c .top .right h4,
  .metier .section-7 .actualite-c .top .right h4 {
    font-size: calc(0.00625 * 100vw);
  }
}
@media (min-width: 1750px) {
  .formation .section-2 .actualite-c .top .right h4,
  .formation .section-7 .actualite-c .top .right h4, .metier .section-2 .actualite-c .top .right h4,
  .metier .section-7 .actualite-c .top .right h4 {
    font-size: calc(0.009375 * 100vw);
  }
}
@media screen and (max-width: 767.99px) {
  .formation .section-2 .actualite-c,
  .formation .section-7 .actualite-c, .metier .section-2 .actualite-c,
  .metier .section-7 .actualite-c {
    width: 100%;
  }
}
.formation .section-2 .actualite-c .cta,
.formation .section-7 .actualite-c .cta, .metier .section-2 .actualite-c .cta,
.metier .section-7 .actualite-c .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12.5px 0;
  opacity: 50%;
  font-family: "Manrope-bold";
  cursor: pointer;
}
@media (min-width: 0px) {
  .formation .section-2 .actualite-c .cta,
  .formation .section-7 .actualite-c .cta, .metier .section-2 .actualite-c .cta,
  .metier .section-7 .actualite-c .cta {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .formation .section-2 .actualite-c .cta,
  .formation .section-7 .actualite-c .cta, .metier .section-2 .actualite-c .cta,
  .metier .section-7 .actualite-c .cta {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .formation .section-2 .actualite-c .cta,
  .formation .section-7 .actualite-c .cta, .metier .section-2 .actualite-c .cta,
  .metier .section-7 .actualite-c .cta {
    font-size: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .formation .section-2 .actualite-c .cta,
  .formation .section-7 .actualite-c .cta, .metier .section-2 .actualite-c .cta,
  .metier .section-7 .actualite-c .cta {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.formation .section-2 .actualite-c .cta:hover,
.formation .section-7 .actualite-c .cta:hover, .metier .section-2 .actualite-c .cta:hover,
.metier .section-7 .actualite-c .cta:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 0px) {
  .formation .landing .bg-c .img-bg {
    height: 80vh;
  }
}
@media (min-width: 768px) {
  .formation .landing .bg-c .img-bg {
    height: 80vh;
  }
}
@media (min-width: 1024px) {
  .formation .landing .bg-c .img-bg {
    height: calc(0.3125 * 100vw);
  }
}

@media screen and (min-width: 1024px) {
  .single-formation .section-2 {
    margin-top: 50px;
  }
  .single-formation .section-2 .content-c {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .single-formation .section-2 .content-c .actualite-c {
    width: 100%;
  }
  .single-formation .section-2 .content-c .img-c img {
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
  }
}
@media (min-width: 0px) {
  .single-formation .section-2 {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .single-formation .section-2 {
    margin-bottom: 80px;
  }
}
.single-formation .section-2 .content-c {
  width: 100%;
}
@media (min-width: 1024px) {
  .single-formation .section-2 .content-c {
    padding-bottom: 0 !important;
  }
}

.single-formation .section-2 .content-c .img-item {
  height: 100px !important;
}

.infos-single .fil-ariane-wrapper a {
  color: white !important;
}
.infos-single .fil-ariane-wrapper svg {
  fill: white;
}
.infos-single .landing {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 40px;
}
.infos-single .landing .option-content-c {
  width: 100%;
}
@media (min-width: 0px) {
  .infos-single .landing .option-content-c {
    top: 150px !important;
  }
}
@media (min-width: 768px) {
  .infos-single .landing .option-content-c {
    top: 150px !important;
  }
}
@media (min-width: 1024px) {
  .infos-single .landing .option-content-c {
    margin-top: 120px !important;
  }
}
.infos-single .landing .content-c {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) {
  .infos-single .landing .content-c {
    gap: calc(0.0636132316 * 100vw);
    padding: 0 calc(0.0508905852 * 100vw);
    top: 50px;
  }
}
@media (min-width: 768px) {
  .infos-single .landing .content-c {
    gap: calc(0.0304878049 * 100vw);
    padding: 0 calc(0.0243902439 * 100vw);
    top: 30px;
  }
}
@media (min-width: 1024px) {
  .infos-single .landing .content-c {
    top: 0px;
    gap: calc(0.0130208333 * 100vw);
    padding: 0 calc(0.0911458333 * 100vw);
    margin-top: 120px;
    width: 100%;
  }
}
@media (min-width: 0px) {
  .infos-single .landing .content-c:not(.option-content-c) {
    gap: calc(0.0636132316 * 100vw);
    padding: 0 calc(0.0508905852 * 100vw);
    top: 50px;
  }
}
@media (min-width: 768px) {
  .infos-single .landing .content-c:not(.option-content-c) {
    gap: calc(0.0304878049 * 100vw);
    padding: 0 calc(0.0243902439 * 100vw);
    top: 55px;
  }
}
@media (min-width: 1024px) {
  .infos-single .landing .content-c:not(.option-content-c) {
    top: 0px;
    gap: calc(0.0130208333 * 100vw);
    padding: 0 calc(0.0911458333 * 100vw);
    margin-top: 170px;
    width: 100%;
  }
}
.infos-single .landing .content-c .section-title,
.infos-single .landing .content-c .section-description {
  color: #FFFFFF;
  white-space: break-spaces;
}
.infos-single .landing .content-c .section-title {
  margin-top: 0;
}
.infos-single .landing .content-c .section-description {
  font-family: "Manrope-500";
  opacity: 0.8;
}
@media (min-width: 0px) {
  .infos-single .landing .content-c .section-description {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .infos-single .landing .content-c .section-description {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .infos-single .landing .content-c .section-description {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.infos-single .landing .content-c .cta-primary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
}
@media (min-width: 0px) {
  .infos-single .landing .content-c .cta-primary {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .infos-single .landing .content-c .cta-primary {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .infos-single .landing .content-c .cta-primary {
    font-size: calc(0.0104166667 * 100vw) !important;
  }
}
.infos-single .landing .content-c .cta-primary::before {
  content: url("/wp-content/uploads/2023/07/connection-icon.svg");
  -webkit-filter: invert(100%);
          filter: invert(100%);
  margin-right: 10px;
  vertical-align: middle;
}
.infos-single .landing .bg-c {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
.infos-single .landing .bg-c .img-bg {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 30%;
     object-position: 0 30%;
  margin-left: auto;
}
@media (min-width: 0px) {
  .infos-single .landing .bg-c .img-bg {
    height: calc(1.1094147583 * 100vw) !important;
  }
}
@media (min-width: 768px) {
  .infos-single .landing .bg-c .img-bg {
    height: calc(0.6536585366 * 100vw) !important;
  }
}
@media (min-width: 1024px) {
  .infos-single .landing .bg-c .img-bg {
    height: calc(0.2791666667 * 100vw) !important;
  }
}
.infos-single .content {
  width: auto;
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .infos-single .content {
    margin: 0 calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 1024px) {
  .infos-single .content {
    margin: 0 calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1750px) {
  .infos-single .content {
    margin: 0 calc(0.0911458333 * 100vw);
  }
}
.infos-single .content .download-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infos-single .content .download-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: black;
  color: white;
  border-radius: 25px;
  padding: 10px;
  margin-top: 15px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) {
  .infos-single .content .download-link {
    font-size: calc(0.0356234097 * 100vw);
    margin-left: calc(0.1017811705 * 100vw);
    font-family: "Manrope-semibold";
    opacity: 80%;
  }
}
@media (min-width: 768px) {
  .infos-single .content .download-link {
    font-size: calc(0.0146341463 * 100vw);
    margin-left: calc(0.0487804878 * 100vw);
  }
}
@media (min-width: 1024px) {
  .infos-single .content .download-link {
    font-size: calc(0.009375 * 100vw);
    margin-left: calc(0.0208333333 * 100vw);
  }
}
.infos-single .content .download-link::before {
  content: url(/wp-content/uploads/2023/07/connection-icon.svg);
  rotate: 90deg;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
  top: 1px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.infos-single .content .download-link:hover::before {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.infos-single .content .medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infos-single .content .swiper {
  margin: 20px 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media (min-width: 0px) {
  .infos-single .content .swiper {
    height: calc(1.1094147583 * 100vw) !important;
  }
}
@media (min-width: 768px) {
  .infos-single .content .swiper {
    height: calc(0.6536585366 * 100vw) !important;
  }
}
@media (min-width: 1024px) {
  .infos-single .content .swiper {
    height: calc(0.6536585366 * 100vw) !important;
    width: 80%;
  }
}
.infos-single .content .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infos-single .content .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.infos-single .content iframe {
  width: 100%;
}
@media (min-width: 0px) {
  .infos-single .content iframe {
    height: calc(1.1094147583 * 100vw) !important;
  }
}
@media (min-width: 768px) {
  .infos-single .content iframe {
    height: calc(0.6536585366 * 100vw) !important;
  }
}
@media (min-width: 1024px) {
  .infos-single .content iframe {
    height: calc(0.3125 * 100vw) !important;
  }
}
.infos-single .content li {
  font-family: "Manrope-500";
  margin-top: 15px;
  margin-left: 8%;
  margin-bottom: 20px;
  list-style-type: disc;
}
.infos-single .content a {
  color: currentColor;
  text-decoration: underline;
}
.infos-single .content a span {
  color: blue;
}
.infos-single .content .wp-block-separator {
  opacity: 10%;
  margin-top: 75px;
  margin-bottom: 70px;
}
.infos-single .content h2 {
  margin-bottom: 30px;
}
.infos-single .content p {
  opacity: 70%;
}
.infos-single .content p a {
  font-size: inherit;
}
.infos-single .content .wp-block-image {
  margin-top: 75px;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media (min-width: 0px) {
  .infos-single .content .wp-block-image {
    height: calc(0.8524173028 * 100vw);
  }
}
@media (min-width: 768px) {
  .infos-single .content .wp-block-image {
    height: calc(0.4085365854 * 100vw);
  }
}
@media (min-width: 1024px) {
  .infos-single .content .wp-block-image {
    height: calc(0.1744791667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .infos-single .content .wp-block-image {
    height: calc(0.1744791667 * 100vw);
  }
}
.infos-single .content .wp-block-image img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.infos-single .content h3 {
  font-family: "Manrope-bold";
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 0px) {
  .infos-single .content h3 {
    font-size: calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .infos-single .content h3 {
    font-size: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .infos-single .content h3 {
    font-size: calc(0.0130208333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .infos-single .content h3 {
    font-size: calc(0.0130208333 * 100vw);
  }
}
.infos-single .content h4 {
  font-family: "Manrope-bold";
  margin-top: 75px;
  margin-bottom: 30px;
}
@media (min-width: 0px) {
  .infos-single .content h4 {
    font-size: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .infos-single .content h4 {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .infos-single .content h4 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .infos-single .content h4 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.infos-single .content .wp-block-pullquote {
  margin-bottom: 0px;
}
.infos-single .content blockquote {
  border-left: 2.5px solid #fcdd17;
}
@media (min-width: 0px) {
  .infos-single .content blockquote {
    padding-left: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .infos-single .content blockquote {
    padding-left: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .infos-single .content blockquote {
    padding-left: calc(0.0208333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .infos-single .content blockquote {
    padding-left: calc(0.0208333333 * 100vw);
  }
}
.infos-single .content blockquote p {
  text-align: initial;
  font-family: "Manrope-bold";
}
@media (min-width: 0px) {
  .infos-single .content blockquote p {
    font-size: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .infos-single .content blockquote p {
    font-size: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .infos-single .content blockquote p {
    font-size: calc(0.0104166667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .infos-single .content blockquote p {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.infos-single .content blockquote cite {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .infos-single .content blockquote cite {
    gap: calc(0.0381679389 * 100vw);
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .infos-single .content blockquote cite {
    gap: calc(0.0365853659 * 100vw);
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .infos-single .content blockquote cite {
    gap: calc(0.0260416667 * 100vw);
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .infos-single .content blockquote cite {
    gap: calc(0.0260416667 * 100vw);
    font-size: calc(0.0072916667 * 100vw);
  }
}
.infos-single .content blockquote cite p {
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .infos-single .content blockquote cite p {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .infos-single .content blockquote cite p {
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .infos-single .content blockquote cite p {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .infos-single .content blockquote cite p {
    font-size: calc(0.0072916667 * 100vw);
  }
}
.infos-single .content blockquote cite p:last-child {
  opacity: 50%;
}

.reseau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) {
  .reseau {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reseau h3 {
    margin-top: 0 !important;
  }
  .reseau span {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .reseau {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-template-se-former .fil-ariane-wrapper a {
  color: white !important;
}
.page-template-se-former .fil-ariane-wrapper svg {
  fill: white;
}
.page-template-se-former .landing {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 40px;
}
.page-template-se-former .landing .option-content-c {
  width: 100%;
}
@media (min-width: 0px) {
  .page-template-se-former .landing .option-content-c {
    top: 150px !important;
  }
}
@media (min-width: 768px) {
  .page-template-se-former .landing .option-content-c {
    top: 150px !important;
  }
}
@media (min-width: 1024px) {
  .page-template-se-former .landing .option-content-c {
    margin-top: 120px !important;
  }
}
.page-template-se-former .landing .content-c {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) {
  .page-template-se-former .landing .content-c {
    gap: calc(0.0636132316 * 100vw);
    padding: 0 calc(0.0508905852 * 100vw);
    top: 50px;
  }
}
@media (min-width: 768px) {
  .page-template-se-former .landing .content-c {
    gap: calc(0.0304878049 * 100vw);
    padding: 0 calc(0.0243902439 * 100vw);
    top: 30px;
  }
}
@media (min-width: 1024px) {
  .page-template-se-former .landing .content-c {
    top: 0px;
    gap: calc(0.0130208333 * 100vw);
    padding: 0 calc(0.0911458333 * 100vw);
    margin-top: 120px;
    width: 100%;
  }
}
@media (min-width: 0px) {
  .page-template-se-former .landing .content-c:not(.option-content-c) {
    gap: calc(0.0636132316 * 100vw);
    padding: 0 calc(0.0508905852 * 100vw);
    top: 50px;
  }
}
@media (min-width: 768px) {
  .page-template-se-former .landing .content-c:not(.option-content-c) {
    gap: calc(0.0304878049 * 100vw);
    padding: 0 calc(0.0243902439 * 100vw);
    top: 55px;
  }
}
@media (min-width: 1024px) {
  .page-template-se-former .landing .content-c:not(.option-content-c) {
    top: 0px;
    gap: calc(0.0130208333 * 100vw);
    padding: 0 calc(0.0911458333 * 100vw);
    margin-top: 170px;
    width: 100%;
  }
}
.page-template-se-former .landing .content-c .section-title,
.page-template-se-former .landing .content-c .section-description {
  color: #FFFFFF;
  white-space: break-spaces;
}
.page-template-se-former .landing .content-c .section-title {
  margin-top: 0;
}
.page-template-se-former .landing .content-c .section-description {
  font-family: "Manrope-500";
  opacity: 0.8;
}
@media (min-width: 0px) {
  .page-template-se-former .landing .content-c .section-description {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-se-former .landing .content-c .section-description {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-se-former .landing .content-c .section-description {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.page-template-se-former .landing .content-c .cta-primary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
}
@media (min-width: 0px) {
  .page-template-se-former .landing .content-c .cta-primary {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-se-former .landing .content-c .cta-primary {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-se-former .landing .content-c .cta-primary {
    font-size: calc(0.0104166667 * 100vw) !important;
  }
}
.page-template-se-former .landing .content-c .cta-primary::before {
  content: url("/wp-content/uploads/2023/07/connection-icon.svg");
  -webkit-filter: invert(100%);
          filter: invert(100%);
  margin-right: 10px;
  vertical-align: middle;
}
.page-template-se-former .landing .bg-c {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
.page-template-se-former .landing .bg-c .img-bg {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 30%;
     object-position: 0 30%;
  margin-left: auto;
}
@media (min-width: 0px) {
  .page-template-se-former .landing .bg-c .img-bg {
    height: calc(1.1094147583 * 100vw) !important;
  }
}
@media (min-width: 768px) {
  .page-template-se-former .landing .bg-c .img-bg {
    height: calc(0.6536585366 * 100vw) !important;
  }
}
@media (min-width: 1024px) {
  .page-template-se-former .landing .bg-c .img-bg {
    height: calc(0.2791666667 * 100vw) !important;
  }
}
.page-template-se-former .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  margin: 20px 10%;
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .page-template-se-former .content {
    padding-right: calc(0.0508905852 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .page-template-se-former .content {
    padding-right: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-se-former .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: calc(0.03125 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-se-former .content {
    padding-right: calc(0.0911458333 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-se-former .content .left {
    padding-right: 5%;
  }
}
@media (min-width: 0px) {
  .page-template-se-former .content .left h3 {
    margin-top: 0;
  }
}
@media (min-width: 0px) {
  .page-template-se-former .content #sidebar-primary {
    margin-top: 50px !important;
  }
}
@media (min-width: 1024px) {
  .page-template-se-former .content #sidebar-primary {
    display: block;
    min-width: 30%;
    top: 9%;
    margin-top: 0px;
    padding: 20px;
  }
  .page-template-se-former .content #sidebar-primary .cta a {
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .page-template-se-former .content #sidebar-primary {
    width: 100%;
    position: relative !important;
    margin-top: 0px;
    top: 0%;
    left: 0%;
  }
}

.page-template-templatesnos-entreprises-partenaires-php {
  /* Styles pour les petits écrans */
}
.page-template-templatesnos-entreprises-partenaires-php .gallery-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr); /* Deux colonnes pour les grands écrans */
  grid-gap: 10px; /* Espacement entre les éléments */
}
@media (min-width: 1024px) {
  .page-template-templatesnos-entreprises-partenaires-php .gallery-container {
    width: 60%;
    margin: auto;
  }
}
.page-template-templatesnos-entreprises-partenaires-php .gallery-container > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.page-template-templatesnos-entreprises-partenaires-php .gallery-container > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-templatesnos-entreprises-partenaires-php .gallery-container > .image-item {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.page-template-templatesnos-entreprises-partenaires-php .gallery-container .image-item.format-six,
.page-template-templatesnos-entreprises-partenaires-php .gallery-container .image-item.format-sept,
.page-template-templatesnos-entreprises-partenaires-php .gallery-container .image-item.format-huit {
  -ms-grid-column-span: 2;
  grid-column: span 2; /* Prend deux colonnes */
}
.page-template-templatesnos-entreprises-partenaires-php .gallery-container .image-item img {
  width: 100%;
  height: auto;
}
.page-template-templatesnos-entreprises-partenaires-php .gallery-container .image-item[href] img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1000px) {
  .page-template-templatesnos-entreprises-partenaires-php .gallery-container .image-item img {
    padding: 30px;
  }
}
@media (max-width: 800px) {
  .page-template-templatesnos-entreprises-partenaires-php .gallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px; /* Espacement entre les éléments */
  }
  .page-template-templatesnos-entreprises-partenaires-php .gallery-container .image-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; /* Chaque image prend toute la largeur disponible */
    max-width: 100%;
  }
  .page-template-templatesnos-entreprises-partenaires-php .gallery-container .image-item img {
    display: block;
    width: 100%; /* Ajuste l'image pour qu'elle prenne toute la largeur de son conteneur */
    height: auto; /* Garde les proportions de l'image */
    padding: 30px;
  }
  .page-template-templatesnos-entreprises-partenaires-php .gallery-container .image-item[href] img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (max-width: 500px) {
  .page-template-templatesnos-entreprises-partenaires-php .gallery-container .image-item {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); /* Réduit la taille des images en dessous de 500px */
  }
  .page-template-templatesnos-entreprises-partenaires-php .gallery-container .image-item img {
    padding: 0;
  }
}

.postid-348 .anchor.section-5.content.section5 .button-cta-header {
  margin: 50px;
  width: 350px;
  margin-left: 200px;
  font-size: 12px !important;
}
.postid-348 .anchor.section-5.content.section5 .button-cta-header::before {
  margin: 20px;
}

.page-template-performances .top {
  margin-bottom: 50px;
}
.page-template-performances .top #nav-onglet {
  margin-bottom: 0px;
}
@media (min-width: 0px) {
  .page-template-performances .top h2.section-title {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .page-template-performances .top h2.section-title {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  .page-template-performances .top h2.section-title {
    margin-top: 80px;
  }
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  8 : PAGES
 * --------------------------------------------------------------------------------------------------------------
//                              * Les pages unqiues 
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  PAGE D'ACCUEIL
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.error404 .landing,
.home .landing {
  position: relative;
  top: 0;
  left: 0;
}
.error404 .landing .main-title,
.home .landing .main-title {
  color: #FFFFFF;
}
@media (min-width: 0px) {
  .error404 .landing,
  .home .landing {
    padding: calc(0.1272264631 * 100vw) calc(0.0508905852 * 100vw);
    height: 500px;
  }
}
@media (min-width: 768px) {
  .error404 .landing,
  .home .landing {
    padding: calc(0.0853658537 * 100vw) calc(0.0243902439 * 100vw);
    height: 550px;
  }
}
@media (min-width: 1024px) {
  .error404 .landing,
  .home .landing {
    padding: calc(0.1354166667 * 100vw) calc(0.03125 * 100vw);
    height: calc(100vh - 104px);
  }
}
@media (min-width: 1750px) {
  .error404 .landing,
  .home .landing {
    padding: calc(0.1354166667 * 100vw) calc(0.0911458333 * 100vw);
  }
}
.error404 .landing .infos-c,
.home .landing .infos-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) {
  .error404 .landing .infos-c,
  .home .landing .infos-c {
    width: 100%;
    gap: calc(0.0508905852 * 100vw);
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  .error404 .landing .infos-c,
  .home .landing .infos-c {
    width: 100%;
    gap: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .landing .infos-c,
  .home .landing .infos-c {
    width: calc(0.3635416667 * 100vw);
    gap: calc(0.0171875 * 100vw);
  }
}
.error404 .landing .infos-c h1, .error404 .landing .infos-c a,
.home .landing .infos-c h1,
.home .landing .infos-c a {
  visibility: hidden;
}
.error404 .landing .infos-c .landing-swiper-navigation-c,
.home .landing .infos-c .landing-swiper-navigation-c {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 0px) {
  .error404 .landing .infos-c .landing-swiper-navigation-c,
  .home .landing .infos-c .landing-swiper-navigation-c {
    gap: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .landing .infos-c .landing-swiper-navigation-c,
  .home .landing .infos-c .landing-swiper-navigation-c {
    gap: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .landing .infos-c .landing-swiper-navigation-c,
  .home .landing .infos-c .landing-swiper-navigation-c {
    gap: calc(0.0052083333 * 100vw);
  }
}
.error404 .landing .infos-c .landing-swiper-navigation-c .landing-swiper-navigation-item,
.home .landing .infos-c .landing-swiper-navigation-c .landing-swiper-navigation-item {
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
@media (min-width: 0px) {
  .error404 .landing .infos-c .landing-swiper-navigation-c .landing-swiper-navigation-item,
  .home .landing .infos-c .landing-swiper-navigation-c .landing-swiper-navigation-item {
    width: calc(0.1323155216 * 100vw);
    height: calc(0.0076335878 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .landing .infos-c .landing-swiper-navigation-c .landing-swiper-navigation-item,
  .home .landing .infos-c .landing-swiper-navigation-c .landing-swiper-navigation-item {
    width: calc(0.0634146341 * 100vw);
    height: calc(0.0036585366 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .landing .infos-c .landing-swiper-navigation-c .landing-swiper-navigation-item,
  .home .landing .infos-c .landing-swiper-navigation-c .landing-swiper-navigation-item {
    width: calc(0.0270833333 * 100vw);
    height: calc(0.0015625 * 100vw);
  }
}
.error404 .landing .bg-c,
.home .landing .bg-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.error404 .landing .bg-c .landing-swiper-item,
.home .landing .bg-c .landing-swiper-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.error404 .landing .bg-c .landing-swiper-item .infos,
.home .landing .bg-c .landing-swiper-item .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) {
  .error404 .landing .bg-c .landing-swiper-item .infos,
  .home .landing .bg-c .landing-swiper-item .infos {
    padding: calc(0.1272264631 * 100vw) calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .landing .bg-c .landing-swiper-item .infos,
  .home .landing .bg-c .landing-swiper-item .infos {
    padding: calc(0.0853658537 * 100vw) calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .landing .bg-c .landing-swiper-item .infos,
  .home .landing .bg-c .landing-swiper-item .infos {
    padding: calc(0.1354166667 * 100vw) calc(0.03125 * 100vw);
    height: auto;
  }
}
@media (min-width: 1750px) {
  .error404 .landing .bg-c .landing-swiper-item .infos,
  .home .landing .bg-c .landing-swiper-item .infos {
    padding: calc(0.1354166667 * 100vw) calc(0.0911458333 * 100vw);
  }
}
@media (min-width: 0px) {
  .error404 .landing .bg-c .landing-swiper-item .infos,
  .home .landing .bg-c .landing-swiper-item .infos {
    width: 100%;
    gap: calc(0.0508905852 * 100vw);
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  .error404 .landing .bg-c .landing-swiper-item .infos,
  .home .landing .bg-c .landing-swiper-item .infos {
    width: 100%;
    gap: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .landing .bg-c .landing-swiper-item .infos,
  .home .landing .bg-c .landing-swiper-item .infos {
    width: calc(0.3635416667 * 100vw);
    gap: calc(0.0171875 * 100vw);
  }
}
.error404 .landing .bg-c .landing-swiper-item .infos .title-h1, .error404 .landing .bg-c .landing-swiper-item .infos a,
.home .landing .bg-c .landing-swiper-item .infos .title-h1,
.home .landing .bg-c .landing-swiper-item .infos a {
  z-index: 2;
}
.error404 .landing .bg-c .landing-swiper-item .img-bg,
.home .landing .bg-c .landing-swiper-item .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0px) {
  .error404 .landing .bg-c .landing-swiper-item .img-bg,
  .home .landing .bg-c .landing-swiper-item .img-bg {
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 768px) {
  .error404 .landing .bg-c .landing-swiper-item .img-bg,
  .home .landing .bg-c .landing-swiper-item .img-bg {
    -o-object-position: 0 calc(-0.0365853659 * 100vw);
       object-position: 0 calc(-0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .landing .bg-c .landing-swiper-item .img-bg,
  .home .landing .bg-c .landing-swiper-item .img-bg {
    -o-object-position: calc(-0.1354166667 * 100vw) calc(-0.0833333333 * 100vw);
       object-position: calc(-0.1354166667 * 100vw) calc(-0.0833333333 * 100vw);
    width: 115%;
  }
}
.error404 .que-recherchez-vous,
.home .que-recherchez-vous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous,
  .home .que-recherchez-vous {
    padding: 110% 0 0;
    gap: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .que-recherchez-vous,
  .home .que-recherchez-vous {
    padding: 50% 0 0;
    gap: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous,
  .home .que-recherchez-vous {
    padding: calc(0.0979166667 * 100vw) calc(0.03125 * 100vw) 0;
    gap: calc(0.0260416667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .error404 .que-recherchez-vous,
  .home .que-recherchez-vous {
    padding: calc(0.0979166667 * 100vw) calc(0.0911458333 * 100vw) 0;
  }
}
.error404 .que-recherchez-vous .section-title,
.home .que-recherchez-vous .section-title {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous .section-title,
  .home .que-recherchez-vous .section-title {
    font-size: calc(0.0636132316 * 100vw);
    padding: 0 calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .que-recherchez-vous .section-title,
  .home .que-recherchez-vous .section-title {
    font-size: calc(0.0304878049 * 100vw);
    padding: 0 calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous .section-title,
  .home .que-recherchez-vous .section-title {
    font-size: calc(0.015625 * 100vw);
    padding: 0;
  }
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous .content-w,
  .home .que-recherchez-vous .content-w {
    padding: 0 0 0 calc(0.0508905852 * 100vw);
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .error404 .que-recherchez-vous .content-w,
  .home .que-recherchez-vous .content-w {
    padding: 0 0 0 calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous .content-w,
  .home .que-recherchez-vous .content-w {
    padding: 0;
    overflow: visible;
  }
}
.error404 .que-recherchez-vous .content-w .content-c,
.home .que-recherchez-vous .content-w .content-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.error404 .que-recherchez-vous .content-w .content-c::-webkit-scrollbar,
.home .que-recherchez-vous .content-w .content-c::-webkit-scrollbar {
  display: none;
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous .content-w .content-c,
  .home .que-recherchez-vous .content-w .content-c {
    gap: calc(0.0508905852 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .error404 .que-recherchez-vous .content-w .content-c,
  .home .que-recherchez-vous .content-w .content-c {
    gap: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous .content-w .content-c,
  .home .que-recherchez-vous .content-w .content-c {
    gap: calc(0.0104166667 * 100vw);
    width: 100%;
  }
}
.error404 .que-recherchez-vous .content-w .content-c .recherche-item-c,
.home .que-recherchez-vous .content-w .content-c .recherche-item-c {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c {
    width: calc(0.6361323155 * 100vw);
  }
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c:last-of-type,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c:last-of-type {
    margin-right: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c {
    width: calc(0.3658536585 * 100vw);
  }
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c:last-of-type,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c:last-of-type {
    margin-right: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c {
    width: 100%;
  }
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c:last-of-type,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c:last-of-type {
    margin-right: 0;
  }
}
.error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c,
.home .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c {
    border-radius: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c {
    border-radius: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c {
    border-radius: calc(0.0026041667 * 100vw);
  }
}
.error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c .img-item,
.home .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c .img-item {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c .img-item,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c .img-item {
    font-size: calc(0.0636132316 * 100vw);
    height: calc(0.7633587786 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c .img-item,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c .img-item {
    font-size: calc(0.0304878049 * 100vw);
    height: calc(0.3658536585 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c .img-item,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .img-c .img-item {
    font-size: calc(0.015625 * 100vw);
    height: calc(0.2083333333 * 100vw);
  }
}
.error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c,
.home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c {
    gap: calc(0.0139949109 * 100vw);
    bottom: calc(0.0508905852 * 100vw);
    left: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c {
    gap: calc(0.0067073171 * 100vw);
    bottom: calc(0.0304878049 * 100vw);
    left: calc(0.0304878049 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c {
    gap: calc(0.0026041667 * 100vw);
    bottom: calc(0.015625 * 100vw);
    left: calc(0.015625 * 100vw);
  }
}
.error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .subtitle,
.home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .subtitle {
  font-family: "Manrope-extrabold";
  text-transform: uppercase;
  opacity: 0.8;
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .subtitle,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .subtitle {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .subtitle,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .subtitle {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .subtitle,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .subtitle {
    font-size: calc(0.00625 * 100vw);
  }
}
.error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .title,
.home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .title {
  font-family: "Manrope-bold";
  background-color: #fcdd17;
  color: #000000;
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .title,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .title {
    font-size: calc(0.0407124682 * 100vw);
    border-radius: calc(0.0763358779 * 100vw);
    bottom: calc(0.0636132316 * 100vw);
    left: calc(0.0636132316 * 100vw);
    padding: calc(0.010178117 * 100vw) calc(0.058524173 * 100vw) calc(0.010178117 * 100vw) calc(0.0254452926 * 100vw);
    gap: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .title,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .title {
    font-size: calc(0.0195121951 * 100vw);
    border-radius: calc(0.0365853659 * 100vw);
    bottom: calc(0.0304878049 * 100vw);
    left: calc(0.0304878049 * 100vw);
    padding: calc(0.0048780488 * 100vw) calc(0.0280487805 * 100vw) calc(0.0048780488 * 100vw) calc(0.012195122 * 100vw);
    gap: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .title,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c .title-c .title {
    font-size: calc(0.0083333333 * 100vw);
    border-radius: calc(0.015625 * 100vw);
    bottom: calc(0.015625 * 100vw);
    left: calc(0.015625 * 100vw);
    padding: calc(0.0026041667 * 100vw) calc(0.0119791667 * 100vw) calc(0.0026041667 * 100vw) calc(0.0072916667 * 100vw);
    gap: calc(0.0026041667 * 100vw);
  }
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c:hover .img-c .img-item,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c:hover .img-c .img-item {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c:hover,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c:hover {
    -webkit-transform: translateY(calc(-0.0026041667 * 100vw));
            transform: translateY(calc(-0.0026041667 * 100vw));
  }
  .error404 .que-recherchez-vous .content-w .content-c .recherche-item-c:hover .img-c .img-item,
  .home .que-recherchez-vous .content-w .content-c .recherche-item-c:hover .img-c .img-item {
    -webkit-transform: none;
            transform: none;
  }
}
.error404 .section-carte,
.error404 .btp-cfa-na-video,
.home .section-carte,
.home .btp-cfa-na-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
@media (min-width: 0px) {
  .error404 .section-carte,
  .error404 .btp-cfa-na-video,
  .home .section-carte,
  .home .btp-cfa-na-video {
    margin: calc(0.0975609756 * 100vw) calc(0.0243902439 * 100vw) calc(0.0243902439 * 100vw) calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .section-carte,
  .error404 .btp-cfa-na-video,
  .home .section-carte,
  .home .btp-cfa-na-video {
    margin: 150px calc(0.03125 * 100vw) 50px calc(0.03125 * 100vw);
  }
}
@media (min-width: 1750px) {
  .error404 .section-carte,
  .error404 .btp-cfa-na-video,
  .home .section-carte,
  .home .btp-cfa-na-video {
    margin: 150px calc(0.0911458333 * 100vw) 50px calc(0.0911458333 * 100vw);
  }
}
@media screen and (max-width: 767.99px) {
  .error404 .section-carte,
  .error404 .btp-cfa-na-video,
  .home .section-carte,
  .home .btp-cfa-na-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.error404 .section-carte .left,
.error404 .btp-cfa-na-video .left,
.home .section-carte .left,
.home .btp-cfa-na-video .left {
  padding: 60px;
  width: 50%;
}
@media screen and (max-width: 767.99px) {
  .error404 .section-carte .left,
  .error404 .btp-cfa-na-video .left,
  .home .section-carte .left,
  .home .btp-cfa-na-video .left {
    width: 100%;
    padding: 0;
  }
}
.error404 .section-carte .left h2,
.error404 .btp-cfa-na-video .left h2,
.home .section-carte .left h2,
.home .btp-cfa-na-video .left h2 {
  font-size: 40px;
  font-family: "Manrope-extrabold";
  margin-bottom: 30px;
}
@media screen and (max-width: 767.99px) {
  .error404 .section-carte .left h2,
  .error404 .btp-cfa-na-video .left h2,
  .home .section-carte .left h2,
  .home .btp-cfa-na-video .left h2 {
    font-size: 25px;
  }
}
.error404 .section-carte .left p,
.error404 .btp-cfa-na-video .left p,
.home .section-carte .left p,
.home .btp-cfa-na-video .left p {
  opacity: 80%;
  font-size: 18px;
  font-family: "Manrope-500";
  margin-bottom: 30px;
}
@media screen and (max-width: 767.99px) {
  .error404 .section-carte .left p,
  .error404 .btp-cfa-na-video .left p,
  .home .section-carte .left p,
  .home .btp-cfa-na-video .left p {
    font-size: 14px;
    opacity: 50%;
  }
}
.error404 .section-carte .left .ctas,
.error404 .btp-cfa-na-video .left .ctas,
.home .section-carte .left .ctas,
.home .btp-cfa-na-video .left .ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0px) {
  .error404 .section-carte .left .ctas,
  .error404 .btp-cfa-na-video .left .ctas,
  .home .section-carte .left .ctas,
  .home .btp-cfa-na-video .left .ctas {
    display: none;
  }
}
@media (min-width: 768px) {
  .error404 .section-carte .left .ctas,
  .error404 .btp-cfa-na-video .left .ctas,
  .home .section-carte .left .ctas,
  .home .btp-cfa-na-video .left .ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.error404 .section-carte .left .ctas a,
.error404 .btp-cfa-na-video .left .ctas a,
.home .section-carte .left .ctas a,
.home .btp-cfa-na-video .left .ctas a {
  margin-left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.error404 .section-carte .left .bullet-points,
.error404 .btp-cfa-na-video .left .bullet-points,
.home .section-carte .left .bullet-points,
.home .btp-cfa-na-video .left .bullet-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}
@media screen and (max-width: 767.99px) {
  .error404 .section-carte .left .bullet-points,
  .error404 .btp-cfa-na-video .left .bullet-points,
  .home .section-carte .left .bullet-points,
  .home .btp-cfa-na-video .left .bullet-points {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin-top: 0px;
  }
}
.error404 .section-carte .left .bullet-points .item,
.error404 .btp-cfa-na-video .left .bullet-points .item,
.home .section-carte .left .bullet-points .item,
.home .btp-cfa-na-video .left .bullet-points .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.error404 .section-carte .left .bullet-points .item h3,
.error404 .btp-cfa-na-video .left .bullet-points .item h3,
.home .section-carte .left .bullet-points .item h3,
.home .btp-cfa-na-video .left .bullet-points .item h3 {
  font-size: 30px;
  font-family: "Manrope-extrabold";
  margin-bottom: 13px;
}
@media screen and (max-width: 767.99px) {
  .error404 .section-carte .left .bullet-points .item h3,
  .error404 .btp-cfa-na-video .left .bullet-points .item h3,
  .home .section-carte .left .bullet-points .item h3,
  .home .btp-cfa-na-video .left .bullet-points .item h3 {
    font-size: 18px;
  }
}
.error404 .section-carte .left .bullet-points .item p,
.error404 .btp-cfa-na-video .left .bullet-points .item p,
.home .section-carte .left .bullet-points .item p,
.home .btp-cfa-na-video .left .bullet-points .item p {
  font-size: 14px;
  opacity: 80%;
  font-family: "Manrope-500";
  margin-bottom: 19px;
}
@media screen and (max-width: 767.99px) {
  .error404 .section-carte .left .bullet-points .item p,
  .error404 .btp-cfa-na-video .left .bullet-points .item p,
  .home .section-carte .left .bullet-points .item p,
  .home .btp-cfa-na-video .left .bullet-points .item p {
    font-size: 12px;
  }
}
.error404 .section-carte .left .bullet-points .item .line,
.error404 .btp-cfa-na-video .left .bullet-points .item .line,
.home .section-carte .left .bullet-points .item .line,
.home .btp-cfa-na-video .left .bullet-points .item .line {
  height: 2px;
  width: 40%;
  background-color: #fcdd17;
}
.error404 .section-carte .right,
.error404 .btp-cfa-na-video .right,
.home .section-carte .right,
.home .btp-cfa-na-video .right {
  width: 50%;
}
.error404 .section-carte .right .ctas-2,
.error404 .btp-cfa-na-video .right .ctas-2,
.home .section-carte .right .ctas-2,
.home .btp-cfa-na-video .right .ctas-2 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .error404 .section-carte .right .ctas-2,
  .error404 .btp-cfa-na-video .right .ctas-2,
  .home .section-carte .right .ctas-2,
  .home .btp-cfa-na-video .right .ctas-2 {
    display: none;
  }
}
.error404 .section-carte .right .ctas-2 .secondary-cta,
.error404 .btp-cfa-na-video .right .ctas-2 .secondary-cta,
.home .section-carte .right .ctas-2 .secondary-cta,
.home .btp-cfa-na-video .right .ctas-2 .secondary-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.99px) {
  .error404 .section-carte .right,
  .error404 .btp-cfa-na-video .right,
  .home .section-carte .right,
  .home .btp-cfa-na-video .right {
    width: 100%;
  }
}
@media screen and (max-width: 767.99px) {
  .error404 .section-carte .right #map,
  .error404 .btp-cfa-na-video .right #map,
  .home .section-carte .right #map,
  .home .btp-cfa-na-video .right #map {
    height: 290px !important;
  }
}
.error404 .secteurs-metiers,
.home .secteurs-metiers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers,
  .home .secteurs-metiers {
    padding: calc(0.203562341 * 100vw) 0 0;
    gap: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .secteurs-metiers,
  .home .secteurs-metiers {
    padding: calc(0.0975609756 * 100vw) 0 0;
    gap: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers,
  .home .secteurs-metiers {
    padding: calc(0.0520833333 * 100vw) calc(0.03125 * 100vw) 0;
    gap: calc(0.0260416667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .error404 .secteurs-metiers,
  .home .secteurs-metiers {
    padding: calc(0.0520833333 * 100vw) calc(0.0911458333 * 100vw) 0;
  }
}
.error404 .secteurs-metiers .section-title-c,
.home .secteurs-metiers .section-title-c {
  z-index: 3;
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .section-title-c,
  .home .secteurs-metiers .section-title-c {
    padding: 0 calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .secteurs-metiers .section-title-c,
  .home .secteurs-metiers .section-title-c {
    padding: 0 calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .section-title-c,
  .home .secteurs-metiers .section-title-c {
    padding: 0;
  }
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .content-w,
  .home .secteurs-metiers .content-w {
    padding: 0 0 0 calc(0.0508905852 * 100vw);
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .error404 .secteurs-metiers .content-w,
  .home .secteurs-metiers .content-w {
    padding: 0 0 0 calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .content-w,
  .home .secteurs-metiers .content-w {
    padding: 0;
    overflow: visible;
  }
}
.error404 .secteurs-metiers .content-w .content-c,
.home .secteurs-metiers .content-w .content-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.error404 .secteurs-metiers .content-w .content-c::-webkit-scrollbar,
.home .secteurs-metiers .content-w .content-c::-webkit-scrollbar {
  display: none;
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .content-w .content-c,
  .home .secteurs-metiers .content-w .content-c {
    gap: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .secteurs-metiers .content-w .content-c,
  .home .secteurs-metiers .content-w .content-c {
    gap: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .content-w .content-c,
  .home .secteurs-metiers .content-w .content-c {
    gap: calc(0.0104166667 * 100vw);
  }
}
.error404 .secteurs-metiers .content-w .content-c .secteur-metier-c,
.home .secteurs-metiers .content-w .content-c .secteur-metier-c {
  position: relative;
  top: 0;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c {
    width: calc(0.8473282443 * 100vw);
  }
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c:last-of-type,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c:last-of-type {
    margin-right: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c {
    width: calc(0.3658536585 * 100vw);
  }
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c:last-of-type,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c:last-of-type {
    margin-right: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c {
    width: calc(0.1963541667 * 100vw);
  }
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c:last-of-type,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c:last-of-type {
    margin-right: 0;
  }
}
.error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c,
.home .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c {
    border-radius: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c {
    border-radius: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c {
    border-radius: calc(0.0052083333 * 100vw);
  }
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .black-overlay-y,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .black-overlay-y {
    border-radius: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .black-overlay-y,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .black-overlay-y {
    border-radius: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .black-overlay-y,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .black-overlay-y {
    border-radius: calc(0.0052083333 * 100vw);
  }
}
.error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .img-item,
.home .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .img-item {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .img-item,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .img-item {
    height: calc(1.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .img-item,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .img-item {
    height: calc(0.4853658537 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .img-item,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .secteur-img-c .img-item {
    height: calc(0.2083333333 * 100vw);
  }
}
.error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c,
.home .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1;
  max-width: 85%;
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c {
    border-radius: calc(0.0763358779 * 100vw);
    bottom: calc(0.0636132316 * 100vw);
    left: calc(0.0636132316 * 100vw);
    padding: calc(0.010178117 * 100vw) calc(0.058524173 * 100vw) calc(0.010178117 * 100vw) calc(0.0254452926 * 100vw);
    gap: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c {
    border-radius: calc(0.0365853659 * 100vw);
    bottom: calc(0.0304878049 * 100vw);
    left: calc(0.0304878049 * 100vw);
    padding: calc(0.0048780488 * 100vw) calc(0.0280487805 * 100vw) calc(0.0048780488 * 100vw) calc(0.012195122 * 100vw);
    gap: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c {
    border-radius: calc(0.015625 * 100vw);
    bottom: calc(0.015625 * 100vw);
    left: calc(0.015625 * 100vw);
    padding: calc(0.0026041667 * 100vw) calc(0.0119791667 * 100vw) calc(0.0026041667 * 100vw) calc(0.0072916667 * 100vw);
    gap: calc(0.0026041667 * 100vw);
  }
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .img-item,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .img-item {
    width: calc(0.0763358779 * 100vw);
    height: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .img-item,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .img-item {
    width: calc(0.0365853659 * 100vw);
    height: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .img-item,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .img-item {
    width: calc(0.0208333333 * 100vw);
    height: calc(0.0208333333 * 100vw);
  }
}
.error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .title,
.home .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .title {
  font-family: "Manrope-extrabold";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .title,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .title {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .title,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .title {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .title,
  .home .secteurs-metiers .content-w .content-c .secteur-metier-c .title-c .title {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.error404 .secteurs-metiers .content-w .content-c .secteur-metier-c:hover .secteur-img-c .img-item,
.home .secteurs-metiers .content-w .content-c .secteur-metier-c:hover .secteur-img-c .img-item {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.error404 .secteurs-metiers .swiper-next-cta, .error404 .secteurs-metiers .swiper-prev-cta,
.home .secteurs-metiers .swiper-next-cta,
.home .secteurs-metiers .swiper-prev-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + calc(0.0625 * 100vw)));
          transform: translateY(calc(-50% + calc(0.0625 * 100vw)));
  z-index: 3;
  cursor: pointer;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .swiper-next-cta, .error404 .secteurs-metiers .swiper-prev-cta,
  .home .secteurs-metiers .swiper-next-cta,
  .home .secteurs-metiers .swiper-prev-cta {
    display: none;
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .swiper-next-cta, .error404 .secteurs-metiers .swiper-prev-cta,
  .home .secteurs-metiers .swiper-next-cta,
  .home .secteurs-metiers .swiper-prev-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(0.0265625 * 100vw);
    height: calc(0.0265625 * 100vw);
    -webkit-box-shadow: 0 0 calc(0.0208333333 * 100vw) rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 calc(0.0208333333 * 100vw) rgba(0, 0, 0, 0.3);
  }
}
.error404 .secteurs-metiers .swiper-next-cta::before, .error404 .secteurs-metiers .swiper-prev-cta::before,
.home .secteurs-metiers .swiper-next-cta::before,
.home .secteurs-metiers .swiper-prev-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(0.0052083333 * 100vw);
  height: calc(0.0052083333 * 100vw);
  z-index: 1;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6.684" height="10.845" viewBox="0 0 6.684 10.845"%3E%3Cpath id="Tracé_23035" data-name="Tracé 23035" d="M4.923,102.753a.687.687,0,0,1-.487-.2L.2,98.317a.689.689,0,0,1,.975-.975l3.746,3.746,3.746-3.746a.689.689,0,0,1,.975.975l-4.233,4.233A.687.687,0,0,1,4.923,102.753Z" transform="translate(-96.568 10.346) rotate(-90)" fill="%23000" stroke="%23000" stroke-width="1"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (min-width: 0px) {
  .error404 .secteurs-metiers .swiper-next-cta::before, .error404 .secteurs-metiers .swiper-prev-cta::before,
  .home .secteurs-metiers .swiper-next-cta::before,
  .home .secteurs-metiers .swiper-prev-cta::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .error404 .secteurs-metiers .swiper-next-cta::before, .error404 .secteurs-metiers .swiper-prev-cta::before,
  .home .secteurs-metiers .swiper-next-cta::before,
  .home .secteurs-metiers .swiper-prev-cta::before {
    display: block;
  }
}
.error404 .secteurs-metiers .swiper-next-cta:hover, .error404 .secteurs-metiers .swiper-prev-cta:hover,
.home .secteurs-metiers .swiper-next-cta:hover,
.home .secteurs-metiers .swiper-prev-cta:hover {
  background-color: #fafafa;
}
.error404 .secteurs-metiers .swiper-next-cta.cta-disabled, .error404 .secteurs-metiers .swiper-prev-cta.cta-disabled,
.home .secteurs-metiers .swiper-next-cta.cta-disabled,
.home .secteurs-metiers .swiper-prev-cta.cta-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: not-allowed;
}
.error404 .secteurs-metiers .swiper-prev-cta,
.home .secteurs-metiers .swiper-prev-cta {
  left: calc(0.0385416667 * 100vw);
}
.error404 .secteurs-metiers .swiper-prev-cta::before,
.home .secteurs-metiers .swiper-prev-cta::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.error404 .secteurs-metiers .swiper-next-cta,
.home .secteurs-metiers .swiper-next-cta {
  right: calc(0.0385416667 * 100vw);
}
.error404 .btp-cfa-na-video .section-title-c,
.home .btp-cfa-na-video .section-title-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.error404 .btp-cfa-na-video .content-c,
.home .btp-cfa-na-video .content-c {
  aspect-ratio: 1.77;
}
@media (min-width: 0px) {
  .error404 .btp-cfa-na-video .content-c,
  .home .btp-cfa-na-video .content-c {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .error404 .btp-cfa-na-video .content-c,
  .home .btp-cfa-na-video .content-c {
    width: 80%;
  }
}
.error404 .btp-cfa-na-video .content-c iframe,
.home .btp-cfa-na-video .content-c iframe {
  border: none;
}
.error404 .actualites,
.home .actualites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 0px) {
  .error404 .actualites,
  .home .actualites {
    padding: calc(0.203562341 * 100vw) 0;
    gap: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .actualites,
  .home .actualites {
    padding: calc(0.0975609756 * 100vw) 0;
    gap: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .actualites,
  .home .actualites {
    padding: calc(0.078125 * 100vw) calc(0.03125 * 100vw);
    gap: calc(0.0260416667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .error404 .actualites,
  .home .actualites {
    padding: calc(0.078125 * 100vw) calc(0.0911458333 * 100vw);
    gap: calc(0.0260416667 * 100vw);
  }
}
.error404 .actualites .section-title-c,
.home .actualites .section-title-c {
  z-index: 2;
}
@media (min-width: 0px) {
  .error404 .actualites .section-title-c,
  .home .actualites .section-title-c {
    padding: 0 calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .actualites .section-title-c,
  .home .actualites .section-title-c {
    padding: 0 calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .actualites .section-title-c,
  .home .actualites .section-title-c {
    padding: 0;
  }
}
.error404 .actualites .content-w,
.home .actualites .content-w {
  /* Cards Actualité */
}
@media (min-width: 0px) {
  .error404 .actualites .content-w,
  .home .actualites .content-w {
    padding: 0 0 0 calc(0.0508905852 * 100vw);
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .error404 .actualites .content-w,
  .home .actualites .content-w {
    padding: 0 0 0 calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .actualites .content-w,
  .home .actualites .content-w {
    padding: 0;
    overflow: visible;
  }
}
.error404 .actualites .swiper-next-cta, .error404 .actualites .swiper-prev-cta,
.home .actualites .swiper-next-cta,
.home .actualites .swiper-prev-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + calc(0.0265625 * 100vw)));
          transform: translateY(calc(-50% + calc(0.0265625 * 100vw)));
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .error404 .actualites .swiper-next-cta, .error404 .actualites .swiper-prev-cta,
  .home .actualites .swiper-next-cta,
  .home .actualites .swiper-prev-cta {
    display: none;
  }
}
@media (min-width: 1024px) {
  .error404 .actualites .swiper-next-cta, .error404 .actualites .swiper-prev-cta,
  .home .actualites .swiper-next-cta,
  .home .actualites .swiper-prev-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(0.0265625 * 100vw);
    height: calc(0.0265625 * 100vw);
    -webkit-box-shadow: 0 0 calc(0.0208333333 * 100vw) rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 calc(0.0208333333 * 100vw) rgba(0, 0, 0, 0.3);
  }
}
.error404 .actualites .swiper-next-cta::before, .error404 .actualites .swiper-prev-cta::before,
.home .actualites .swiper-next-cta::before,
.home .actualites .swiper-prev-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(0.0052083333 * 100vw);
  height: calc(0.0052083333 * 100vw);
  z-index: 1;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6.684" height="10.845" viewBox="0 0 6.684 10.845"%3E%3Cpath id="Tracé_23035" data-name="Tracé 23035" d="M4.923,102.753a.687.687,0,0,1-.487-.2L.2,98.317a.689.689,0,0,1,.975-.975l3.746,3.746,3.746-3.746a.689.689,0,0,1,.975.975l-4.233,4.233A.687.687,0,0,1,4.923,102.753Z" transform="translate(-96.568 10.346) rotate(-90)" fill="%23000" stroke="%23000" stroke-width="1"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (min-width: 0px) {
  .error404 .actualites .swiper-next-cta::before, .error404 .actualites .swiper-prev-cta::before,
  .home .actualites .swiper-next-cta::before,
  .home .actualites .swiper-prev-cta::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .error404 .actualites .swiper-next-cta::before, .error404 .actualites .swiper-prev-cta::before,
  .home .actualites .swiper-next-cta::before,
  .home .actualites .swiper-prev-cta::before {
    display: block;
  }
}
.error404 .actualites .swiper-next-cta:hover, .error404 .actualites .swiper-prev-cta:hover,
.home .actualites .swiper-next-cta:hover,
.home .actualites .swiper-prev-cta:hover {
  background-color: #fafafa;
}
.error404 .actualites .swiper-next-cta.cta-disabled, .error404 .actualites .swiper-prev-cta.cta-disabled,
.home .actualites .swiper-next-cta.cta-disabled,
.home .actualites .swiper-prev-cta.cta-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: not-allowed;
}
.error404 .actualites .swiper-prev-cta,
.home .actualites .swiper-prev-cta {
  left: calc(0.0385416667 * 100vw);
}
.error404 .actualites .swiper-prev-cta::before,
.home .actualites .swiper-prev-cta::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.error404 .actualites .swiper-next-cta,
.home .actualites .swiper-next-cta {
  right: calc(0.0385416667 * 100vw);
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  PAGE CONTACT
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.page-template-contact-page .fil-ariane-wrapper {
  position: absolute;
}
@media (min-width: 0px) {
  .page-template-contact-page .fil-ariane-wrapper {
    left: calc(0.0890585242 * 100vw);
    top: calc(0.203562341 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-contact-page .fil-ariane-wrapper {
    left: calc(0.0426829268 * 100vw);
    top: calc(0.0975609756 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-contact-page .fil-ariane-wrapper {
    left: calc(0.0390625 * 100vw);
    top: calc(0.09375 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-contact-page .fil-ariane-wrapper {
    left: calc(0.0989583333 * 100vw);
    top: calc(0.1041666667 * 100vw);
  }
}
.page-template-contact-page .fil-ariane-wrapper a {
  color: white !important;
}
.page-template-contact-page .fil-ariane-wrapper svg {
  fill: white;
}
.page-template-contact-page .texts-c {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 0px) {
  .page-template-contact-page .texts-c {
    left: 50%;
    top: calc(0.4580152672 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-contact-page .texts-c {
    left: 50%;
    top: calc(0.1829268293 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-contact-page .texts-c {
    left: 50%;
    top: calc(0.1666666667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-contact-page .texts-c {
    left: 50%;
    top: calc(0.1666666667 * 100vw);
  }
}
.page-template-contact-page .texts-c h1, .page-template-contact-page .texts-c p {
  color: white;
  text-align: center;
}
.page-template-contact-page .texts-c p {
  opacity: 80%;
  margin-top: 20px;
}
.page-template-contact-page .contact-dark-bg {
  width: 100vw;
  height: 90vh;
  background-color: #2B2B2B;
  position: relative;
  z-index: -1;
  top: 0;
}
@media (min-width: 0px) {
  .page-template-contact-page .contact-dark-bg {
    height: calc(1.0178117048 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-contact-page .contact-dark-bg {
    height: calc(0.487804878 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-contact-page .contact-dark-bg {
    height: calc(0.5208333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-contact-page .contact-dark-bg {
    height: calc(0.5208333333 * 100vw);
  }
}
.page-template-contact-page .contact-form {
  background-color: white;
  position: relative;
  -webkit-transform: translateY(-23vw);
          transform: translateY(-23vw);
}
@media screen and (max-width: 1023.99px) {
  .page-template-contact-page .contact-form {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.page-template-contact-page .footer-c {
  position: relative;
}
@media (min-width: 0px) {
  .page-template-contact-page .footer-c {
    margin-top: calc(0 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-contact-page .footer-c {
    margin-top: calc(0 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-contact-page .footer-c {
    margin-top: -23vw;
  }
}
@media (min-width: 1750px) {
  .page-template-contact-page .footer-c {
    margin-top: -23vw;
  }
}

.page-template-contact-page .conseillers-cards {
  -webkit-transform: translateY(-23vw);
          transform: translateY(-23vw);
}
@media (min-width: 0px) {
  .page-template-contact-page .conseillers-cards {
    margin: 0 calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-contact-page .conseillers-cards {
    margin: 0 calc(0.03125 * 100vw);
  }
}
@media screen and (max-width: 1023.99px) {
  .page-template-contact-page .conseillers-cards {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.secteurs-metiers-page .fil-ariane-wrapper {
  background: transparent !important;
}
.secteurs-metiers-page .fil-ariane-wrapper a {
  color: white !important;
}
.secteurs-metiers-page .landing {
  position: relative;
  top: 0;
  left: 0;
}
.secteurs-metiers-page .landing .content-c {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) {
  .secteurs-metiers-page .landing .content-c {
    gap: calc(0.0636132316 * 100vw);
    padding: 0 calc(0.0508905852 * 100vw);
    top: 50px;
  }
}
@media (min-width: 768px) {
  .secteurs-metiers-page .landing .content-c {
    gap: calc(0.0304878049 * 100vw);
    padding: 0 calc(0.0243902439 * 100vw);
    top: 30px;
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .landing .content-c {
    top: 0px;
    gap: calc(0.0130208333 * 100vw);
    padding: 0 calc(0.0911458333 * 100vw);
    margin-top: 120px;
    width: 100%;
  }
}
.secteurs-metiers-page .landing .content-c .section-title, .secteurs-metiers-page .landing .content-c .section-description {
  color: #FFFFFF;
}
.secteurs-metiers-page .landing .content-c .section-description {
  font-family: "Manrope-500";
  opacity: 0.8;
}
@media (min-width: 0px) {
  .secteurs-metiers-page .landing .content-c .section-description {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .secteurs-metiers-page .landing .content-c .section-description {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .landing .content-c .section-description {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.secteurs-metiers-page .landing .content-c .cta-primary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
}
@media (min-width: 0px) {
  .secteurs-metiers-page .landing .content-c .cta-primary {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .secteurs-metiers-page .landing .content-c .cta-primary {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .landing .content-c .cta-primary {
    font-size: calc(0.0104166667 * 100vw) !important;
  }
}
.secteurs-metiers-page .landing .content-c .cta-primary::before {
  content: url("/wp-content/uploads/2023/07/connection-icon.svg");
  -webkit-filter: invert(100%);
          filter: invert(100%);
  margin-right: 10px;
  vertical-align: middle;
}
.secteurs-metiers-page .landing .bg-c {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
.secteurs-metiers-page .landing .bg-c .img-bg {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 30%;
     object-position: 0 30%;
  margin-left: auto;
}
@media (min-width: 0px) {
  .secteurs-metiers-page .landing .bg-c .img-bg {
    height: calc(1.1094147583 * 100vw) !important;
  }
}
@media (min-width: 768px) {
  .secteurs-metiers-page .landing .bg-c .img-bg {
    height: calc(0.6536585366 * 100vw) !important;
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .landing .bg-c .img-bg {
    height: calc(0.2791666667 * 100vw) !important;
  }
}
.secteurs-metiers-page .content {
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 0px) {
  .secteurs-metiers-page .content {
    padding: 0 calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .secteurs-metiers-page .content {
    padding: 0 calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .content {
    padding: 0 calc(0.0911458333 * 100vw);
  }
}
@media (min-width: 0px) {
  .secteurs-metiers-page .content .nb-of-items {
    padding: calc(0.1374045802 * 100vw) 0 calc(0.1272264631 * 100vw);
  }
}
@media (min-width: 768px) {
  .secteurs-metiers-page .content .nb-of-items {
    padding: calc(0.0658536585 * 100vw) 0 calc(0.0609756098 * 100vw);
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .content .nb-of-items {
    padding: calc(0.028125 * 100vw) 0 calc(0.0260416667 * 100vw);
  }
}
.secteurs-metiers-page .content .nb-of-items .nb-of-items-text {
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .secteurs-metiers-page .content .nb-of-items .nb-of-items-text {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .secteurs-metiers-page .content .nb-of-items .nb-of-items-text {
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .content .nb-of-items .nb-of-items-text {
    font-size: calc(0.0072916667 * 100vw);
  }
}
.secteurs-metiers-page .content .nb-of-items .nb-of-items-text .bold {
  font-family: "Manrope-extrabold";
}
.secteurs-metiers-page .content .content-c {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: calc(0.0508905852 * 100vw);
  padding-bottom: calc(0.2544529262 * 100vw);
  width: auto;
}
@media (min-width: 768px) {
  .secteurs-metiers-page .content .content-c {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    gap: calc(0.0243902439 * 100vw);
    padding-bottom: calc(0.1219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .content .content-c {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: calc(0.0104166667 * 100vw);
    padding-bottom: calc(0.0520833333 * 100vw);
  }
}
.secteurs-metiers-page .content .content-c .secteur-metier-c {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 0px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c {
    height: calc(0.8905852417 * 100vw);
    border-radius: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c {
    height: calc(0.4268292683 * 100vw);
    border-radius: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c {
    height: calc(0.2083333333 * 100vw);
    border-radius: calc(0.0052083333 * 100vw);
  }
}
.secteurs-metiers-page .content .content-c .secteur-metier-c .secteur-img-c {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.secteurs-metiers-page .content .content-c .secteur-metier-c .secteur-img-c .img-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.secteurs-metiers-page .content .content-c .secteur-metier-c .title-c {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 80%;
}
@media (min-width: 0px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c .title-c {
    bottom: calc(0.0763358779 * 100vw);
    left: calc(0.0763358779 * 100vw);
    padding: calc(0.0127226463 * 100vw) calc(0.0356234097 * 100vw);
    border-radius: calc(0.0763358779 * 100vw);
    gap: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c .title-c {
    bottom: calc(0.0365853659 * 100vw);
    left: calc(0.0365853659 * 100vw);
    padding: calc(0.006097561 * 100vw) calc(0.0170731707 * 100vw);
    border-radius: calc(0.0365853659 * 100vw);
    gap: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c .title-c {
    bottom: calc(0.015625 * 100vw);
    left: calc(0.015625 * 100vw);
    padding: calc(0.0026041667 * 100vw) calc(0.0072916667 * 100vw);
    border-radius: calc(0.015625 * 100vw);
    gap: calc(0.0026041667 * 100vw);
  }
}
@media (min-width: 0px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c .title-c .img-item {
    width: calc(0.1017811705 * 100vw);
  }
}
@media (min-width: 768px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c .title-c .img-item {
    width: calc(0.0487804878 * 100vw);
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c .title-c .img-item {
    width: calc(0.0208333333 * 100vw);
  }
}
.secteurs-metiers-page .content .content-c .secteur-metier-c .title-c .title {
  font-family: "Manrope-extrabold";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
}
@media (min-width: 0px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c .title-c .title {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c .title-c .title {
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .secteurs-metiers-page .content .content-c .secteur-metier-c .title-c .title {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.secteurs-metiers-page .content .content-c .secteur-metier-c:hover .secteur-img-c .img-item {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.archive-metiers .landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 0px) {
  .archive-metiers .landing {
    padding: calc(0.0763358779 * 100vw) calc(0.0508905852 * 100vw);
    gap: calc(0.1272264631 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .landing {
    padding: calc(0.0365853659 * 100vw) calc(0.0243902439 * 100vw);
    gap: calc(0.0609756098 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .landing {
    padding: calc(0.09375 * 100vw) calc(0.0911458333 * 100vw) calc(0.03125 * 100vw);
    gap: calc(0.0505208333 * 100vw);
  }
}
.archive-metiers .landing .fil-ariane-wrapper {
  background: transparent !important;
}
@media (min-width: 0px) {
  .archive-metiers .landing .fil-ariane-wrapper {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .archive-metiers .landing .fil-ariane-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.archive-metiers .landing .fil-ariane-wrapper a {
  color: white !important;
}
.archive-metiers .landing .main-title {
  color: #FFFFFF;
}
.archive-metiers .landing .bg-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.archive-metiers .landing .bg-c .black-overlay-landing-x {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #2b2b2b), color-stop(80%, rgba(43, 43, 43, 0)));
  background: linear-gradient(to right, #2b2b2b 30%, rgba(43, 43, 43, 0) 80%);
}
.archive-metiers .landing .bg-c .img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results {
    padding: 0 calc(0.0508905852 * 100vw) calc(0.2544529262 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results {
    padding: 0 calc(0.0243902439 * 100vw) calc(0.1829268293 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results {
    padding: 0 calc(0.0911458333 * 100vw) calc(0.078125 * 100vw);
  }
}
.archive-metiers .search-and-results .filters-w {
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100vw;
  top: 0;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .filters-w {
    padding: calc(0.0508905852 * 100vw) 0 calc(0.0508905852 * 100vw) calc(0.0508905852 * 100vw);
    left: calc(-0.0508905852 * 100vw);
  }
  .archive-metiers .search-and-results .filters-w::before, .archive-metiers .search-and-results .filters-w::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .filters-w {
    padding: calc(0.0243902439 * 100vw) 0 calc(0.0243902439 * 100vw) calc(0.0243902439 * 100vw);
    left: calc(-0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .filters-w {
    padding: calc(0.0104166667 * 100vw) 0 calc(0.0104166667 * 100vw) calc(0.0911458333 * 100vw);
    left: calc(-0.0911458333 * 100vw);
  }
  .archive-metiers .search-and-results .filters-w::before, .archive-metiers .search-and-results .filters-w::after {
    display: block;
  }
}
.archive-metiers .search-and-results .filters-w::before, .archive-metiers .search-and-results .filters-w::after {
  content: "";
  width: 8%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.archive-metiers .search-and-results .filters-w::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
}
.archive-metiers .search-and-results .filters-w::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
}
.archive-metiers .search-and-results .filters-w .filters-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.archive-metiers .search-and-results .filters-w .filters-c::-webkit-scrollbar {
  display: none;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .filters-w .filters-c {
    gap: calc(0.0508905852 * 100vw);
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .filters-w .filters-c {
    gap: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .filters-w .filters-c {
    gap: calc(0.0104166667 * 100vw);
    overflow-x: visible;
  }
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i {
    gap: calc(0.0254452926 * 100vw);
    border-radius: calc(0.0763358779 * 100vw);
    padding: calc(0.0026041667 * 100vw) calc(0.0478371501 * 100vw) calc(0.0127226463 * 100vw) calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i {
    gap: calc(0.006097561 * 100vw);
    border-radius: calc(0.0365853659 * 100vw);
    padding: calc(0.006097561 * 100vw) calc(0.0229268293 * 100vw) calc(0.006097561 * 100vw) calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i {
    gap: calc(0.0052083333 * 100vw);
    border-radius: calc(0.015625 * 100vw);
    padding: calc(0.0026041667 * 100vw) calc(0.0097916667 * 100vw) calc(0.0026041667 * 100vw) calc(0.0072916667 * 100vw);
  }
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i p {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i:hover .filter-text {
  opacity: 1;
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i:hover .filter-icon {
  opacity: 1;
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i.selected {
  background-color: var(--color-var);
  pointer-events: none;
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i.selected:nth-child(1) .filter-icon {
  fill: #FFFFFF;
  opacity: 1;
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i.selected:nth-child(1) .filter-text {
  opacity: 1;
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i.selected .filter-icon:not(:nth-child(1)) {
  opacity: 1;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i.selected .filter-text {
  opacity: 1;
  color: #FFFFFF;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i:nth-child(1) {
    padding: calc(0.0407124682 * 100vw) calc(0.0478371501 * 100vw) calc(0.0407124682 * 100vw) calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i:nth-child(1) {
    padding: calc(0.0195121951 * 100vw) calc(0.0229268293 * 100vw) calc(0.0195121951 * 100vw) calc(0.0304878049 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i:nth-child(1) {
    padding: calc(0.0083333333 * 100vw) calc(0.0097916667 * 100vw) calc(0.0083333333 * 100vw) calc(0.0130208333 * 100vw);
  }
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i:nth-child(1) .filter-icon {
  fill: #000000;
  opacity: 0.5;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i:nth-child(1) .filter-icon {
    width: calc(0.0508905852 * 100vw);
    height: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i:nth-child(1) .filter-icon {
    width: calc(0.0243902439 * 100vw);
    height: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i:nth-child(1) .filter-icon {
    width: calc(0.0104166667 * 100vw);
    height: calc(0.0104166667 * 100vw);
  }
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i:nth-child(1) .filter-text {
  opacity: 0.5;
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i.selected:not(:nth-child(1)) .filter-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i .filter-icon {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i .filter-icon {
    width: calc(0.1017811705 * 100vw);
    height: calc(0.1017811705 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i .filter-icon {
    width: calc(0.0487804878 * 100vw);
    height: calc(0.0487804878 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i .filter-icon {
    width: calc(0.0208333333 * 100vw);
    height: calc(0.0208333333 * 100vw);
  }
}
.archive-metiers .search-and-results .filters-w .filters-c .filter-i .filter-text {
  color: #000000;
  font-family: "Manrope-extrabold";
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i .filter-text {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i .filter-text {
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .filters-w .filters-c .filter-i .filter-text {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.archive-metiers .search-and-results .filters-w .swiper-prev-cta, .archive-metiers .search-and-results .filters-w .swiper-next-cta {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .filters-w .swiper-prev-cta {
    left: calc(0.0135416667 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .filters-w .swiper-next-cta {
    right: calc(0.0135416667 * 100vw);
  }
}
.archive-metiers .search-and-results .nb-of-results-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .nb-of-results-c {
    gap: calc(0.0127226463 * 100vw);
    font-size: calc(0.0356234097 * 100vw);
    padding: calc(0.1272264631 * 100vw) 0;
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .nb-of-results-c {
    gap: calc(0.006097561 * 100vw);
    font-size: calc(0.0170731707 * 100vw);
    padding: calc(0.0609756098 * 100vw) 0;
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .nb-of-results-c {
    gap: calc(0.0026041667 * 100vw);
    font-size: calc(0.0072916667 * 100vw);
    padding: calc(0.0260416667 * 100vw) 0;
  }
}
.archive-metiers .search-and-results .nb-of-results-c .nb-of-results-p {
  font-family: "Manrope-500";
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .nb-of-results-c .nb-of-results-p {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .nb-of-results-c .nb-of-results-p {
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .nb-of-results-c .nb-of-results-p {
    font-size: calc(0.0072916667 * 100vw);
  }
}
.archive-metiers .search-and-results .nb-of-results-c .nb-of-results-p .bold {
  color: #000000;
}
.archive-metiers .search-and-results .posts-c {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: calc(0.0508905852 * 100vw);
  padding-bottom: calc(0.2544529262 * 100vw);
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .posts-c {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    gap: calc(0.0243902439 * 100vw);
    padding-bottom: calc(0.1219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .posts-c {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: calc(0.0104166667 * 100vw);
    padding-bottom: calc(0.0520833333 * 100vw);
  }
}
.archive-metiers .search-and-results .posts-c .post-item-c {
  -webkit-animation: fade-in 0.5s ease-in-out;
          animation: fade-in 0.5s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .posts-c .post-item-c {
    gap: calc(0.0508905852 * 100vw);
    height: calc(1.0178117048 * 100vw);
    border-radius: calc(0.0254452926 * 100vw);
    padding: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .posts-c .post-item-c {
    gap: calc(0.0243902439 * 100vw);
    height: calc(0.5487804878 * 100vw);
    border-radius: calc(0.012195122 * 100vw);
    padding: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .posts-c .post-item-c {
    gap: calc(0.0104166667 * 100vw);
    height: calc(0.2807291667 * 100vw);
    border-radius: calc(0.0052083333 * 100vw);
    padding: calc(0.015625 * 100vw);
  }
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .posts-c .post-item-c:hover {
    -webkit-transform: translateY(calc(-0.0127226463 * 100vw));
            transform: translateY(calc(-0.0127226463 * 100vw));
    -webkit-box-shadow: 0 0 calc(0.203562341 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 calc(0.203562341 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .posts-c .post-item-c:hover {
    -webkit-transform: translateY(calc(-0.006097561 * 100vw));
            transform: translateY(calc(-0.006097561 * 100vw));
    -webkit-box-shadow: 0 0 calc(0.0975609756 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 calc(0.0975609756 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .posts-c .post-item-c:hover {
    -webkit-transform: translateY(calc(-0.0026041667 * 100vw));
            transform: translateY(calc(-0.0026041667 * 100vw));
    -webkit-box-shadow: 0 0 calc(0.0416666667 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 calc(0.0416666667 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.archive-metiers .search-and-results .posts-c .post-item-c:hover .post-cta .cta-secondary span {
  color: #000000;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .posts-c .post-item-c:hover .post-cta .cta-secondary .arrow {
    -webkit-transform: translateX(calc(0.0127226463 * 100vw));
            transform: translateX(calc(0.0127226463 * 100vw));
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .posts-c .post-item-c:hover .post-cta .cta-secondary .arrow {
    -webkit-transform: translateX(calc(0.006097561 * 100vw));
            transform: translateX(calc(0.006097561 * 100vw));
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .posts-c .post-item-c:hover .post-cta .cta-secondary .arrow {
    -webkit-transform: translateX(calc(0.0026041667 * 100vw));
            transform: translateX(calc(0.0026041667 * 100vw));
  }
}
.archive-metiers .search-and-results .posts-c .post-item-c .post-thumbnail {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-thumbnail {
    height: calc(0.3816793893 * 100vw);
    border-radius: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-thumbnail {
    height: calc(0.243902439 * 100vw);
    border-radius: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-thumbnail {
    height: calc(0.109375 * 100vw);
    border-radius: calc(0.0026041667 * 100vw);
  }
}
.archive-metiers .search-and-results .posts-c .post-item-c .post-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-term {
    gap: calc(0.0111959288 * 100vw);
    padding: calc(0.0165394402 * 100vw) calc(0.0529262087 * 100vw) calc(0.0165394402 * 100vw) calc(0.0407124682 * 100vw);
    border-radius: calc(0.0661577608 * 100vw);
    margin-top: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-term {
    gap: calc(0.0053658537 * 100vw);
    padding: calc(0.0079268293 * 100vw) calc(0.0253658537 * 100vw) calc(0.0079268293 * 100vw) calc(0.0195121951 * 100vw);
    border-radius: calc(0.0317073171 * 100vw);
    margin-top: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-term {
    gap: calc(0.0022916667 * 100vw);
    padding: calc(0.0033854167 * 100vw) calc(0.0108333333 * 100vw) calc(0.0033854167 * 100vw) calc(0.0083333333 * 100vw);
    border-radius: calc(0.0135416667 * 100vw);
    margin-top: calc(0.0052083333 * 100vw);
  }
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-term .post-term-icon {
    width: calc(0.0687022901 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-term .post-term-icon {
    width: calc(0.0329268293 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-term .post-term-icon {
    width: calc(0.0140625 * 100vw);
  }
}
.archive-metiers .search-and-results .posts-c .post-item-c .post-term .post-term-name {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-term .post-term-name {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-term .post-term-name {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-term .post-term-name {
    font-size: calc(0.00625 * 100vw);
  }
}
.archive-metiers .search-and-results .posts-c .post-item-c .post-title {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-title {
    font-size: calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-title {
    font-size: calc(0.0304878049 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-title {
    font-size: calc(0.0130208333 * 100vw);
  }
}
.archive-metiers .search-and-results .posts-c .post-item-c .post-content {
  font-family: "Manrope";
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-content {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-content {
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .posts-c .post-item-c .post-content {
    font-size: calc(0.0083333333 * 100vw);
    max-height: calc(0.0375 * 100vw);
    line-height: calc(0.0130208333 * 100vw);
  }
}
.archive-metiers .search-and-results .posts-c .post-item-c .post-cta .cta-secondary span {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.archive-metiers .search-and-results .posts-c .post-item-c .post-cta .cta-secondary .arrow {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.archive-metiers .search-and-results .end-of-results-c {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.archive-metiers .search-and-results .end-of-results-c.active {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .end-of-results-c {
    gap: calc(0.0809160305 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .end-of-results-c {
    gap: calc(0.0387804878 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .end-of-results-c {
    gap: calc(0.0165625 * 100vw);
  }
}
.archive-metiers .search-and-results .end-of-results-c::before, .archive-metiers .search-and-results .end-of-results-c::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.archive-metiers .search-and-results .end-of-results-c .end-of-results-p {
  font-family: "Manrope-bold";
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 0px) {
  .archive-metiers .search-and-results .end-of-results-c .end-of-results-p {
    font-size: calc(0.0305343511 * 100vw);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media (min-width: 768px) {
  .archive-metiers .search-and-results .end-of-results-c .end-of-results-p {
    font-size: calc(0.0146341463 * 100vw);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
}
@media (min-width: 1024px) {
  .archive-metiers .search-and-results .end-of-results-c .end-of-results-p {
    font-size: calc(0.00625 * 100vw);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 14%;
            flex: 0 1 14%;
  }
}

.post-type-archive-metier .footer-c {
  display: none;
}

/**
Animations
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.archive-formations .landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 0px) {
  .archive-formations .landing {
    padding: calc(0.0763358779 * 100vw) calc(0.0508905852 * 100vw);
    gap: calc(0.1272264631 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .landing {
    padding: calc(0.0426829268 * 100vw) calc(0.0243902439 * 100vw) calc(0.1219512195 * 100vw) calc(0.0243902439 * 100vw);
    gap: calc(0.0609756098 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .landing {
    padding: calc(0.09375 * 100vw) calc(0.0911458333 * 100vw) calc(0.0583333333 * 100vw);
    gap: calc(0.0364583333 * 100vw);
  }
}
@media (min-width: 0px) {
  .archive-formations .landing .fil-ariane-wrapper {
    padding-top: 55px;
  }
}
@media (min-width: 768px) {
  .archive-formations .landing .fil-ariane-wrapper {
    padding-top: 55px;
  }
}
.archive-formations .landing .text-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 0px) {
  .archive-formations .landing .text-c {
    gap: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .landing .text-c {
    gap: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .landing .text-c {
    gap: calc(0.0104166667 * 100vw);
  }
}
.archive-formations .landing .text-c .main-title {
  color: #FFFFFF;
  white-space: break-spaces;
}
.archive-formations .landing .text-c .main-description {
  color: #FFFFFF;
  opacity: 0.8;
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .archive-formations .landing .text-c .main-description {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .landing .text-c .main-description {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .landing .text-c .main-description {
    font-size: calc(0.009375 * 100vw);
  }
}
.archive-formations .landing .bg-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.archive-formations .landing .bg-c .black-overlay-landing-x {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #2b2b2b), color-stop(80%, rgba(43, 43, 43, 0)));
  background: linear-gradient(to right, #2b2b2b 30%, rgba(43, 43, 43, 0) 80%);
}
.archive-formations .landing .bg-c .img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0px) {
  .archive-formations .search-c {
    bottom: -115%;
  }
}
@media (min-width: 768px) {
  .archive-formations .search-c {
    bottom: -102%;
  }
}
@media (min-width: 1024px) {
  .archive-formations .search-c {
    bottom: 0;
  }
}
.archive-formations .posts-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 0px) {
  .archive-formations .posts-w {
    gap: calc(0.0508905852 * 100vw);
    padding: 115% calc(0.0508905852 * 100vw) calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w {
    gap: calc(0.0243902439 * 100vw);
    padding: 55% calc(0.0243902439 * 100vw) calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w {
    gap: calc(0.0260416667 * 100vw);
    padding: calc(0.0677083333 * 100vw) calc(0.03125 * 100vw) calc(0.078125 * 100vw);
  }
}
@media (min-width: 1750px) {
  .archive-formations .posts-w {
    padding: calc(0.0703125 * 100vw) calc(0.0911458333 * 100vw) calc(0.078125 * 100vw);
  }
}
.archive-formations .posts-w .no-results {
  font-family: "Manrope-500";
  font-size: 0;
  opacity: 0;
  display: block;
  text-decoration: underline;
  text-decoration-color: #fcdd17;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.archive-formations .posts-w .no-results.active {
  opacity: 1;
  font-size: large;
}
.archive-formations .posts-w .end-of-results-c {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.archive-formations .posts-w .end-of-results-c.active {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 0px) {
  .archive-formations .posts-w .end-of-results-c {
    gap: calc(0.0809160305 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .end-of-results-c {
    gap: calc(0.0387804878 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .end-of-results-c {
    gap: calc(0.0165625 * 100vw);
  }
}
.archive-formations .posts-w .end-of-results-c::before, .archive-formations .posts-w .end-of-results-c::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.archive-formations .posts-w .end-of-results-c .end-of-results-p {
  font-family: "Manrope-bold";
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 0px) {
  .archive-formations .posts-w .end-of-results-c .end-of-results-p {
    font-size: calc(0.0305343511 * 100vw);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .end-of-results-c .end-of-results-p {
    font-size: calc(0.0146341463 * 100vw);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .end-of-results-c .end-of-results-p {
    font-size: calc(0.00625 * 100vw);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 14%;
            flex: 0 1 14%;
  }
}
.archive-formations .posts-w .nb-of-results-p {
  font-family: "Manrope-500";
  color: #000000;
}
@media (min-width: 0px) {
  .archive-formations .posts-w .nb-of-results-p {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .nb-of-results-p {
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .nb-of-results-p {
    font-size: calc(0.0072916667 * 100vw);
  }
}
.archive-formations .posts-w .nb-of-results-p .bold {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.archive-formations .posts-w .posts-c {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
@media (min-width: 0px) {
  .archive-formations .posts-w .posts-c {
    gap: calc(0.0508905852 * 100vw);
    padding-bottom: calc(0.2544529262 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .posts-c {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    gap: calc(0.0243902439 * 100vw);
    padding-bottom: calc(0.1219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .posts-c {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    gap: calc(0.0104166667 * 100vw);
    padding-bottom: calc(0.0520833333 * 100vw);
  }
}
.archive-formations .posts-w .posts-c .post-item-c {
  -webkit-animation: fade-in 0.5s ease-in-out;
          animation: fade-in 0.5s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
@media (min-width: 0px) {
  .archive-formations .posts-w .posts-c .post-item-c {
    gap: calc(0.0305343511 * 100vw);
    height: auto;
    border-radius: calc(0.0254452926 * 100vw);
    padding: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .posts-c .post-item-c {
    gap: calc(0.0146341463 * 100vw);
    height: calc(0.6707317073 * 100vw);
    border-radius: calc(0.012195122 * 100vw);
    padding: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .posts-c .post-item-c {
    gap: calc(0.00625 * 100vw);
    height: calc(0.3125 * 100vw);
    border-radius: calc(0.0052083333 * 100vw);
    padding: calc(0.015625 * 100vw);
  }
}
@media (min-width: 0px) {
  .archive-formations .posts-w .posts-c .post-item-c:hover {
    -webkit-transform: translateY(calc(-0.0127226463 * 100vw));
            transform: translateY(calc(-0.0127226463 * 100vw));
    -webkit-box-shadow: 0 0 calc(0.203562341 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 calc(0.203562341 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .posts-c .post-item-c:hover {
    -webkit-transform: translateY(calc(-0.006097561 * 100vw));
            transform: translateY(calc(-0.006097561 * 100vw));
    -webkit-box-shadow: 0 0 calc(0.0975609756 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 calc(0.0975609756 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .posts-c .post-item-c:hover {
    -webkit-transform: translateY(calc(-0.0026041667 * 100vw));
            transform: translateY(calc(-0.0026041667 * 100vw));
    -webkit-box-shadow: 0 0 calc(0.0416666667 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 calc(0.0416666667 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.archive-formations .posts-w .posts-c .post-item-c:hover .post-cta .cta-secondary span {
  color: #000000;
}
@media (min-width: 0px) {
  .archive-formations .posts-w .posts-c .post-item-c:hover .post-cta .cta-secondary .arrow {
    -webkit-transform: translateX(calc(0.0127226463 * 100vw));
            transform: translateX(calc(0.0127226463 * 100vw));
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .posts-c .post-item-c:hover .post-cta .cta-secondary .arrow {
    -webkit-transform: translateX(calc(0.006097561 * 100vw));
            transform: translateX(calc(0.006097561 * 100vw));
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .posts-c .post-item-c:hover .post-cta .cta-secondary .arrow {
    -webkit-transform: translateX(calc(0.0026041667 * 100vw));
            transform: translateX(calc(0.0026041667 * 100vw));
  }
}
.archive-formations .posts-w .posts-c .post-item-c .post-thumbnail {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-thumbnail {
    height: 100%;
    max-height: calc(0.3816793893 * 100vw);
    border-radius: calc(0.0127226463 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-thumbnail {
    height: 100%;
    max-height: calc(0.243902439 * 100vw);
    border-radius: calc(0.006097561 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-thumbnail {
    height: 100%;
    max-height: calc(0.109375 * 100vw);
    border-radius: calc(0.0026041667 * 100vw);
  }
}
.archive-formations .posts-w .posts-c .post-item-c .post-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 0px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-term {
    gap: calc(0.0111959288 * 100vw);
    padding: calc(0.0165394402 * 100vw) calc(0.0529262087 * 100vw) calc(0.0165394402 * 100vw) calc(0.0407124682 * 100vw);
    border-radius: calc(0.0661577608 * 100vw);
    margin-top: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-term {
    gap: calc(0.0053658537 * 100vw);
    padding: calc(0.0079268293 * 100vw) calc(0.0253658537 * 100vw) calc(0.0079268293 * 100vw) calc(0.0195121951 * 100vw);
    border-radius: calc(0.0317073171 * 100vw);
    margin-top: calc(0.012195122 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-term {
    gap: calc(0.0022916667 * 100vw);
    padding: calc(0.0033854167 * 100vw) calc(0.0108333333 * 100vw) calc(0.0033854167 * 100vw) calc(0.0083333333 * 100vw);
    border-radius: calc(0.0135416667 * 100vw);
    margin-top: calc(0.0052083333 * 100vw);
  }
}
@media (min-width: 0px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-term .post-term-icon {
    width: calc(0.0687022901 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-term .post-term-icon {
    width: calc(0.0329268293 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-term .post-term-icon {
    width: calc(0.0140625 * 100vw);
  }
}
.archive-formations .posts-w .posts-c .post-item-c .post-term .post-term-name {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-term .post-term-name {
    font-size: calc(0.0305343511 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-term .post-term-name {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-term .post-term-name {
    font-size: calc(0.00625 * 100vw);
  }
}
.archive-formations .posts-w .posts-c .post-item-c .post-title {
  margin-bottom: auto;
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-title {
    font-size: calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-title {
    font-size: calc(0.0304878049 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-title {
    font-size: calc(0.0130208333 * 100vw);
  }
}
.archive-formations .posts-w .posts-c .post-item-c .post-cta {
  top: 100%;
  position: sticky;
}
.archive-formations .posts-w .posts-c .post-item-c .post-content {
  font-family: "Manrope";
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 0px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-content {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-content {
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-formations .posts-w .posts-c .post-item-c .post-content {
    font-size: calc(0.0083333333 * 100vw);
    max-height: calc(0.0375 * 100vw);
    line-height: calc(0.0130208333 * 100vw);
  }
}
.archive-formations .posts-w .posts-c .post-item-c .post-cta .cta-secondary span {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.archive-formations .posts-w .posts-c .post-item-c .post-cta .cta-secondary .arrow {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.single-centre .swiper,
.single-formation .swiper,
.single-metier .swiper {
  width: 100%;
  height: 519px;
  border-radius: 10px;
}
.single-centre .swiper .swiper-slide,
.single-formation .swiper .swiper-slide,
.single-metier .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-centre .swiper .swiper-slide img,
.single-formation .swiper .swiper-slide img,
.single-metier .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-centre .content-c,
.single-formation .content-c,
.single-metier .content-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 0px) {
  .single-centre .content-c,
  .single-formation .content-c,
  .single-metier .content-c {
    gap: calc(0.0508905852 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .single-centre .content-c,
  .single-formation .content-c,
  .single-metier .content-c {
    gap: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single-centre .content-c,
  .single-formation .content-c,
  .single-metier .content-c {
    gap: calc(0.0104166667 * 100vw);
    width: 100%;
  }
}
.single-centre .content-c .sector,
.single-formation .content-c .sector,
.single-metier .content-c .sector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}
@media (min-width: 0px) {
  .single-centre .content-c .sector,
  .single-formation .content-c .sector,
  .single-metier .content-c .sector {
    gap: calc(0.0111959288 * 100vw);
    padding: calc(0.0165394402 * 100vw) calc(0.0529262087 * 100vw) calc(0.0165394402 * 100vw) calc(0.0407124682 * 100vw);
    border-radius: calc(0.0661577608 * 100vw);
    margin-top: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .single-centre .content-c .sector,
  .single-formation .content-c .sector,
  .single-metier .content-c .sector {
    gap: calc(0.0053658537 * 100vw);
    padding: calc(0.0079268293 * 100vw) calc(0.0253658537 * 100vw) calc(0.0079268293 * 100vw) calc(0.0195121951 * 100vw);
    border-radius: calc(0.0317073171 * 100vw);
    margin-top: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single-centre .content-c .sector,
  .single-formation .content-c .sector,
  .single-metier .content-c .sector {
    gap: calc(0.0022916667 * 100vw);
    padding: calc(0.0033854167 * 100vw) calc(0.0108333333 * 100vw) calc(0.0033854167 * 100vw) calc(0.0083333333 * 100vw);
    border-radius: calc(0.0135416667 * 100vw);
    margin-top: calc(0.015625 * 100vw);
  }
}
.single-centre .content-c .sector .sector-icon,
.single-formation .content-c .sector .sector-icon,
.single-metier .content-c .sector .sector-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (min-width: 0px) {
  .single-centre .content-c .sector .sector-icon,
  .single-formation .content-c .sector .sector-icon,
  .single-metier .content-c .sector .sector-icon {
    width: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .single-centre .content-c .sector .sector-icon,
  .single-formation .content-c .sector .sector-icon,
  .single-metier .content-c .sector .sector-icon {
    width: calc(0.0426829268 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single-centre .content-c .sector .sector-icon,
  .single-formation .content-c .sector .sector-icon,
  .single-metier .content-c .sector .sector-icon {
    width: calc(0.0208333333 * 100vw);
  }
}
.single-centre .content-c .sector .sector-name,
.single-formation .content-c .sector .sector-name,
.single-metier .content-c .sector .sector-name {
  font-family: "Manrope-extrabold";
}
@media (min-width: 0px) {
  .single-centre .content-c .sector .sector-name,
  .single-formation .content-c .sector .sector-name,
  .single-metier .content-c .sector .sector-name {
    font-size: calc(0.0407124682 * 100vw);
  }
}
@media (min-width: 768px) {
  .single-centre .content-c .sector .sector-name,
  .single-formation .content-c .sector .sector-name,
  .single-metier .content-c .sector .sector-name {
    font-size: calc(0.0195121951 * 100vw);
  }
}
@media (min-width: 1024px) {
  .single-centre .content-c .sector .sector-name,
  .single-formation .content-c .sector .sector-name,
  .single-metier .content-c .sector .sector-name {
    font-size: calc(0.009375 * 100vw);
  }
}
.single-centre .content-c .cta,
.single-formation .content-c .cta,
.single-metier .content-c .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.single-centre .content-c .cta_2,
.single-formation .content-c .cta_2,
.single-metier .content-c .cta_2 {
  background-color: #fcdd17;
}
.single-centre .content-c .cta_2:hover,
.single-formation .content-c .cta_2:hover,
.single-metier .content-c .cta_2:hover {
  background-color: rgba(252, 221, 23, 0.8) !important;
}
.single-centre .content-c .cta a, .single-centre .content-c .cta p,
.single-formation .content-c .cta a,
.single-formation .content-c .cta p,
.single-metier .content-c .cta a,
.single-metier .content-c .cta p {
  opacity: 50%;
  font-family: "Manrope-bold";
}
@media (min-width: 0px) {
  .single-centre .content-c .cta a, .single-centre .content-c .cta p,
  .single-formation .content-c .cta a,
  .single-formation .content-c .cta p,
  .single-metier .content-c .cta a,
  .single-metier .content-c .cta p {
    font-size: calc(0.0356234097 * 100vw) 0;
  }
}
@media (min-width: 768px) {
  .single-centre .content-c .cta a, .single-centre .content-c .cta p,
  .single-formation .content-c .cta a,
  .single-formation .content-c .cta p,
  .single-metier .content-c .cta a,
  .single-metier .content-c .cta p {
    font-size: calc(0.0146341463 * 100vw) 0;
  }
}
@media (min-width: 1024px) {
  .single-centre .content-c .cta a, .single-centre .content-c .cta p,
  .single-formation .content-c .cta a,
  .single-formation .content-c .cta p,
  .single-metier .content-c .cta a,
  .single-metier .content-c .cta p {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.single-centre .content-c .cta:hover,
.single-formation .content-c .cta:hover,
.single-metier .content-c .cta:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.single-centre .bg-c,
.single-formation .bg-c,
.single-metier .bg-c {
  position: relative;
}

@media (min-width: 0px) {
  .archive-centres .landing {
    paddding: calc(0.243902439 * 100vw) calc(0.0243902439 * 100vw) !important;
  }
}
@media (min-width: 1024px) {
  .archive-centres .landing {
    padding: calc(0.1822916667 * 100vw) calc(0.03125 * 100vw) !important;
    padding-top: 125px !important;
  }
}
@media (min-width: 1750px) {
  .archive-centres .landing {
    padding: calc(0.1822916667 * 100vw) calc(0.0911458333 * 100vw) !important;
    padding-top: 125px !important;
  }
}
.archive-centres .landing h1 {
  white-space: pre-wrap;
}
@media (min-width: 1024px) {
  .archive-centres .big-c {
    margin-top: -15%;
  }
}
.archive-centres .map-c {
  -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
@media (min-width: 0px) {
  .archive-centres .map-c {
    margin: 0;
    paddding: calc(0.0243902439 * 100vw);
    height: calc(0.5243902439 * 100vw);
    border-radius: 30px;
  }
}
@media (min-width: 1024px) {
  .archive-centres .map-c {
    margin: 0 calc(0.03125 * 100vw);
    height: calc(0.3020833333 * 100vw);
    padding: calc(0.015625 * 100vw);
    border-radius: 20px;
  }
}
@media (min-width: 1750px) {
  .archive-centres .map-c {
    margin: 0 calc(0.0911458333 * 100vw);
    padding: calc(0.015625 * 100vw);
    height: calc(0.3020833333 * 100vw);
  }
}
.archive-centres .map-c #map {
  width: auto !important;
  height: 100% !important;
}
@media (min-width: 0px) {
  .archive-centres .posts-w {
    padding: calc(0 * 100vw) calc(0.0508905852 * 100vw);
    margin-top: calc(0.1272264631 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-centres .posts-w {
    padding: 0 calc(0.03125 * 100vw);
    margin-top: calc(0.0520833333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .archive-centres .posts-w {
    padding: 0 calc(0.0911458333 * 100vw);
  }
}
.archive-centres .posts-w .posts-c .content-c {
  display: contents;
}
.archive-centres .posts-w .posts-c .content-c .actualite-c {
  margin: auto;
}
.archive-centres .posts-w .posts-c .content-c .actualite-c .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-centres .posts-w .posts-c .content-c .actualite-c .top .left .img-c {
  margin-bottom: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .left .img-c {
    width: calc(0.203562341 * 100vw);
    height: calc(0.203562341 * 100vw);
  }
}
@media (min-width: 0px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .left .img-c {
    width: calc(0.1526717557 * 100vw);
    height: calc(0.1526717557 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .left .img-c {
    height: calc(0.0442708333 * 100vw);
    width: calc(0.0442708333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .left .img-c {
    width: calc(0.0442708333 * 100vw);
    height: calc(0.0442708333 * 100vw);
  }
}
.archive-centres .posts-w .posts-c .content-c .actualite-c .top .left .img-c img {
  height: 100%;
}
.archive-centres .posts-w .posts-c .content-c .actualite-c .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 0px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right {
    margin-left: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right {
    margin-left: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right {
    margin-left: calc(0.0130208333 * 100vw);
  }
}
.archive-centres .posts-w .posts-c .content-c .actualite-c .top .right > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 50%;
  gap: 10px;
}
@media (min-width: 0px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right > a {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right > a {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right > a {
    font-size: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 0px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right > a svg {
    width: calc(0.0229007634 * 100vw);
    height: calc(0.0254452926 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right > a svg {
    height: calc(0.0057291667 * 100vw);
    width: calc(0.0052083333 * 100vw);
  }
}
.archive-centres .posts-w .posts-c .content-c .actualite-c .top .right h3 {
  margin-bottom: 5px;
}
@media (min-width: 0px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right h3 {
    font-size: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right h3 {
    font-size: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right h3 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.archive-centres .posts-w .posts-c .content-c .actualite-c .top .right h4 {
  opacity: 50%;
}
@media (min-width: 0px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right h4 {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right h4 {
    font-size: calc(0.00625 * 100vw);
  }
}
@media (min-width: 1750px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .top .right h4 {
    font-size: calc(0.009375 * 100vw);
  }
}
@media screen and (max-width: 767.99px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c {
    width: 100%;
  }
}
.archive-centres .posts-w .posts-c .content-c .actualite-c .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12.5px 0;
  background-color: #fcdd17;
  font-family: "Manrope-bold";
  cursor: pointer;
}
@media (min-width: 0px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .cta {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .cta {
    font-size: calc(0.0146341463 * 100vw);
  }
}
@media (min-width: 1024px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .cta {
    font-size: calc(0.0083333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .archive-centres .posts-w .posts-c .content-c .actualite-c .cta {
    font-size: calc(0.0083333333 * 100vw);
  }
}
.archive-centres .posts-w .posts-c .content-c .actualite-c .cta:hover {
  opacity: 0.8;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  PAGES LÉGALES
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.page-template-t-mentions .cookies-dark-bg {
  width: 100vw;
  background-color: #2B2B2B !important;
  position: relative;
  z-index: -1;
  top: 0;
}
@media (min-width: 0px) {
  .page-template-t-mentions .cookies-dark-bg {
    height: calc(0.3816793893 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-t-mentions .cookies-dark-bg {
    height: calc(0.243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-t-mentions .cookies-dark-bg {
    height: calc(0.15625 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-t-mentions .cookies-dark-bg {
    height: calc(0.15625 * 100vw);
  }
}
.page-template-t-mentions .fil-ariane-wrapper {
  position: absolute;
}
@media (min-width: 0px) {
  .page-template-t-mentions .fil-ariane-wrapper {
    left: calc(0.0890585242 * 100vw);
    top: calc(0.203562341 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-t-mentions .fil-ariane-wrapper {
    left: calc(0.0426829268 * 100vw);
    top: calc(0.0975609756 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-t-mentions .fil-ariane-wrapper {
    left: calc(0.0390625 * 100vw);
    top: calc(0.1041666667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-t-mentions .fil-ariane-wrapper {
    left: calc(0.0989583333 * 100vw);
    top: calc(0.1302083333 * 100vw);
  }
}
.page-template-t-mentions .fil-ariane-wrapper a {
  color: white !important;
}
.page-template-t-mentions .fil-ariane-wrapper svg {
  fill: white;
}
.page-template-t-mentions .mentions-legales .entry-content {
  width: auto;
  margin: 20px 10%;
  overflow-wrap: break-word;
  font-family: "Manrope-500";
}
.page-template-t-mentions .mentions-legales .entry-content li {
  font-family: "Manrope-500";
  opacity: 60%;
  margin-top: 15px;
  margin-left: 8%;
  list-style-type: disc;
}
.page-template-t-mentions .mentions-legales .entry-content a {
  color: currentColor;
  text-decoration: underline;
}
.page-template-t-mentions .mentions-legales .entry-content a span {
  color: blue;
}
.page-template-t-mentions .mentions-legales .entry-content .wp-block-separator {
  opacity: 10%;
  margin-top: 75px;
  margin-bottom: 70px;
}
.page-template-t-mentions .mentions-legales .entry-content h2 {
  margin-bottom: 30px;
}
.page-template-t-mentions .mentions-legales .entry-content p {
  opacity: 70%;
}
.page-template-t-mentions .mentions-legales .entry-content p a {
  font-size: inherit;
}
.page-template-t-mentions .mentions-legales .entry-content .wp-block-image {
  margin-top: 75px;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media (min-width: 0px) {
  .page-template-t-mentions .mentions-legales .entry-content .wp-block-image {
    height: calc(0.8524173028 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-t-mentions .mentions-legales .entry-content .wp-block-image {
    height: calc(0.4085365854 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-t-mentions .mentions-legales .entry-content .wp-block-image {
    height: calc(0.1744791667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-t-mentions .mentions-legales .entry-content .wp-block-image {
    height: calc(0.1744791667 * 100vw);
  }
}
.page-template-t-mentions .mentions-legales .entry-content .wp-block-image img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-template-t-mentions .mentions-legales .entry-content h3 {
  font-family: "Manrope-bold";
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 0px) {
  .page-template-t-mentions .mentions-legales .entry-content h3 {
    font-size: calc(0.0636132316 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-t-mentions .mentions-legales .entry-content h3 {
    font-size: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-t-mentions .mentions-legales .entry-content h3 {
    font-size: calc(0.0130208333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-t-mentions .mentions-legales .entry-content h3 {
    font-size: calc(0.0130208333 * 100vw);
  }
}
.page-template-t-mentions .mentions-legales .entry-content h4 {
  font-family: "Manrope-bold";
  margin-top: 75px;
  margin-bottom: 30px;
}
@media (min-width: 0px) {
  .page-template-t-mentions .mentions-legales .entry-content h4 {
    font-size: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-t-mentions .mentions-legales .entry-content h4 {
    font-size: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-t-mentions .mentions-legales .entry-content h4 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-t-mentions .mentions-legales .entry-content h4 {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.page-template-t-mentions .mentions-legales .entry-content .wp-block-pullquote {
  margin-bottom: 0px;
}
.page-template-t-mentions .mentions-legales .entry-content blockquote {
  border-left: 2.5px solid #fcdd17;
}
@media (min-width: 0px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote {
    padding-left: calc(0.0458015267 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote {
    padding-left: calc(0.0219512195 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote {
    padding-left: calc(0.0208333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote {
    padding-left: calc(0.0208333333 * 100vw);
  }
}
.page-template-t-mentions .mentions-legales .entry-content blockquote p {
  text-align: initial;
  font-family: "Manrope-bold";
}
@media (min-width: 0px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote p {
    font-size: calc(0.0508905852 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote p {
    font-size: calc(0.0243902439 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote p {
    font-size: calc(0.0104166667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote p {
    font-size: calc(0.0104166667 * 100vw);
  }
}
.page-template-t-mentions .mentions-legales .entry-content blockquote cite {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote cite {
    gap: calc(0.0381679389 * 100vw);
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote cite {
    gap: calc(0.0365853659 * 100vw);
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote cite {
    gap: calc(0.0260416667 * 100vw);
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote cite {
    gap: calc(0.0260416667 * 100vw);
    font-size: calc(0.0072916667 * 100vw);
  }
}
.page-template-t-mentions .mentions-legales .entry-content blockquote cite p {
  font-family: "Manrope-500";
}
@media (min-width: 0px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote cite p {
    font-size: calc(0.0356234097 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote cite p {
    font-size: calc(0.0170731707 * 100vw);
  }
}
@media (min-width: 1024px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote cite p {
    font-size: calc(0.0072916667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .page-template-t-mentions .mentions-legales .entry-content blockquote cite p {
    font-size: calc(0.0072916667 * 100vw);
  }
}
.page-template-t-mentions .mentions-legales .entry-content blockquote cite p:last-child {
  opacity: 50%;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  PAGE CONTACT
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.error404 .fil-ariane-wrapper {
  position: absolute;
}
@media (min-width: 0px) {
  .error404 .fil-ariane-wrapper {
    left: calc(0.0890585242 * 100vw);
    top: calc(0.203562341 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .fil-ariane-wrapper {
    left: calc(0.0426829268 * 100vw);
    top: calc(0.0975609756 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .fil-ariane-wrapper {
    left: calc(0.0390625 * 100vw);
    top: calc(0.09375 * 100vw);
  }
}
@media (min-width: 1750px) {
  .error404 .fil-ariane-wrapper {
    left: calc(0.0989583333 * 100vw);
    top: calc(0.1041666667 * 100vw);
  }
}
.error404 .fil-ariane-wrapper a {
  color: white !important;
}
.error404 .fil-ariane-wrapper svg {
  fill: white;
}
.error404 .texts-c {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 0px) {
  .error404 .texts-c {
    left: 50%;
    top: calc(0.4580152672 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .texts-c {
    left: 50%;
    top: calc(0.1829268293 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .texts-c {
    left: 50%;
    top: calc(0.1666666667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .error404 .texts-c {
    left: 50%;
    top: calc(0.1666666667 * 100vw);
  }
}
.error404 .texts-c h1, .error404 .texts-c p {
  color: white;
  text-align: center;
}
.error404 .texts-c p {
  opacity: 80%;
  margin-top: 20px;
}
.error404 .contact-dark-bg {
  width: 100vw;
  height: 50vh;
  background-color: #2B2B2B;
  position: relative;
  z-index: -1;
  top: 0;
}
@media (min-width: 0px) {
  .error404 .contact-dark-bg {
    height: calc(1.0178117048 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .contact-dark-bg {
    height: calc(0.487804878 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .contact-dark-bg {
    height: calc(0.5208333333 * 100vw);
  }
}
@media (min-width: 1750px) {
  .error404 .contact-dark-bg {
    height: calc(0.5208333333 * 100vw);
  }
}
.error404 .que-recherchez-vous {
  background-color: white;
  position: relative;
  -webkit-transform: translateY(-23vw);
          transform: translateY(-23vw);
}
@media screen and (max-width: 1023.99px) {
  .error404 .que-recherchez-vous {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@media (min-width: 0px) {
  .error404 .que-recherchez-vous {
    padding: 10% 0;
    gap: calc(0.0763358779 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .que-recherchez-vous {
    padding: 10% 0;
    gap: calc(0.0365853659 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .que-recherchez-vous {
    padding: 10% calc(0.03125 * 100vw);
    gap: calc(0.0260416667 * 100vw);
  }
}
@media (min-width: 1750px) {
  .error404 .que-recherchez-vous {
    padding: 10% calc(0.0911458333 * 100vw);
  }
}
.error404 .footer-c {
  position: relative;
}
@media (min-width: 0px) {
  .error404 .footer-c {
    margin-top: calc(0 * 100vw);
  }
}
@media (min-width: 768px) {
  .error404 .footer-c {
    margin-top: calc(0 * 100vw);
  }
}
@media (min-width: 1024px) {
  .error404 .footer-c {
    margin-top: -23vw;
  }
}
@media (min-width: 1750px) {
  .error404 .footer-c {
    margin-top: -23vw;
  }
}
/*# sourceMappingURL=main.css.map */