@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600&display=swap);
@charset "UTF-8";
/* Ne pas bouger les '' @byKong-22042024 */
@keyframes inputHighlighter {
  from {
    background: #31007f;
  }
  to {
    width: 0;
    background: transparent;
  }
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

html,
body {
  overflow-x: clip;
  /* clip ne crée pas de scroll container, contrairement à hidden qui casse position:sticky */
  width: 100%;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*@font-face {
font-family: 'Argent CF';
src: local('Argent CF Regular'), local('Argent-CF-Regular'),
    url('https://dev.ladyacebranding.com/wp-content/themes/_lady_blog/fonts/ArgentCF-Regular.woff2') format('woff2'),
    url('https://dev.ladyacebranding.com/wp-content/themes/_lady_blog/fonts/ArgentCF-Regular.woff') format('woff'),
    url('https://dev.ladyacebranding.com/wp-content/themes/_lady_blog/fonts/ArgentCF-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}*/
/* Ne pas retirer le commentaire @byKong-17112023 */
@keyframes drawMePink {
  from {
    stroke-dashoffset: 50;
    stroke: #A96674;
  }
  to {
    stroke-dashoffset: 0;
    stroke: #A96674;
  }
}
.vh-75 {
  height: 75vh;
}

.vh-90 {
  height: 90vh;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 50px;
}
@media (min-width: 1920px) {
  .pt-100 {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .pt-100 {
    padding-top: 75px;
  }
}
@media (min-width: 1440px) {
  .pt-100 {
    padding-top: 100px;
  }
}
@media (min-width: 1920px) {
  .pt-100 {
    padding-top: 100px;
  }
}

.pb-100 {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .pb-100 {
    padding-bottom: 75px;
  }
}
@media (min-width: 1440px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 50px;
}
@media (min-width: 1920px) {
  .pt-75 {
    padding-top: 75px;
  }
}

.pb-75 {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .pb-75 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .pb-75 {
    padding-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  .pb-75 {
    padding-bottom: 75px;
  }
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 25px;
}
@media (min-width: 1200px) {
  .pt-50 {
    padding-top: 50px;
  }
}
@media (min-width: 1440px) {
  .pt-50 {
    padding-top: 50px;
  }
}
@media (min-width: 1920px) {
  .pt-50 {
    padding-top: 50px;
  }
}

.pb-50 {
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.py-default {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-default {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .pt-default {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .pt-default {
    padding-top: 75px;
  }
}
@media (min-width: 1920px) {
  .pt-default {
    padding-top: 75px;
  }
}

.pb-default {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .pb-default {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .pb-default {
    padding-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  .pb-default {
    padding-bottom: 75px;
  }
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 50px;
}
@media (min-width: 1920px) {
  .mt-100 {
    margin-top: 100px;
  }
}
@media (min-width: 1920px) {
  .mt-100 {
    margin-top: 100px;
  }
}

.mb-100 {
  margin-bottom: 50px;
}
@media (min-width: 1920px) {
  .mb-100 {
    margin-bottom: 100px;
  }
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.my-default {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mt-default {
  margin-top: 75px;
}

.mb-default {
  margin-bottom: 75px;
}

@media (min-width: 1200px) {
  .mt-xl {
    margin-top: 100px;
  }
}
@media (min-width: 1920px) {
  .mt-xl {
    margin-top: 150px;
  }
}
@media (min-width: 2560px) {
  .mt-xl {
    margin-top: 200px;
  }
}

@media (min-width: 1200px) {
  .mb-xl {
    margin-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .mb-xl {
    margin-bottom: 150px;
  }
}
@media (min-width: 2560px) {
  .mb-xl {
    margin-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .my-xl {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .my-xl {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media (min-width: 2560px) {
  .my-xl {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .pt-xl {
    padding-top: 100px;
  }
}
@media (min-width: 1920px) {
  .pt-xl {
    padding-top: 150px;
  }
}
@media (min-width: 2560px) {
  .pt-xl {
    padding-top: 200px;
  }
}

@media (min-width: 1200px) {
  .pb-xl {
    padding-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .pb-xl {
    padding-bottom: 150px;
  }
}
@media (min-width: 2560px) {
  .pb-xl {
    padding-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .py-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .py-xl {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 2560px) {
  .py-xl {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.header__theme {
  padding-top: 2rem !important;
  text-align: center;
}
@media (min-width: 992px) {
  .header__theme {
    padding-top: 3rem !important;
  }
}
@media (min-width: 1920px) {
  .header__theme {
    padding-top: 5.25rem !important;
  }
}
.header__theme h1 {
  font-size: 3rem;
  padding-bottom: 2.1875rem;
}

h1 {
  color: #31007F;
  /*$pink*/
  font-family: "argent-cf", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

h2 {
  color: #31007F;
  /*$pink*/
  font-family: "argent-cf", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-transform: normal;
  font-style: italic;
}

h3 {
  color: #31007F;
  /*$pink*/
  font-family: "argent-cf", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}

h4 {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #A96674;
  /* $white CGV FIX */
}

h5 {
  font-size: 18px;
  color: #FC4C49;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #31007F;
  /*$violet*/
}

@media (min-width: 600px) {
  p {
    line-height: 2rem;
  }
}
.menuClip {
  /*	background:url('../img/_LAF_background_texture_menu.jpg');
         background-size: cover;
         background-repeat: no-repeat;
         background-position: 0 0;
         color: transparent;
         -webkit-font-smoothing: antialiased;
         -webkit-background-clip: text;
         -moz-background-clip: text;
         background-clip: text;
         -webkit-text-fill-color: transparent;
         margin: 0;*/
}

.bgClip {
  /*	background:url('../img/_LAF_background_texture.jpg');
         background-size: cover;
         background-repeat: no-repeat;
         background-position: 0 0;
         color: transparent;
         -webkit-font-smoothing: antialiased;
         -webkit-background-clip: text;
         -moz-background-clip: text;
         background-clip: text;
         -webkit-text-fill-color: transparent;
         margin: 0;
         transition: all 0.8s;*/
  /*&:hover {

         background-position: center center;
         background-image: url("../img/_LAF_background_texture_gold.jpg");
     }*/
}

.bgClip_white {
  /*	background:url('../img/_LAF_background_texture.jpg');
         background-size: cover;
         background-repeat: no-repeat;
         background-position: 0 0;
         color: transparent;
         -webkit-font-smoothing: antialiased;
         -webkit-background-clip: text;
         -moz-background-clip: text;
         background-clip: text;
         -webkit-text-fill-color: transparent;
         margin: 0;
         transition: all 0.8s;*/
  /*&:hover {

         background-position: center center;
         background-image: url("../img/_LAF_background_texture_purple.jpg");
    }*/
}

.related-title {
  font-family: "argent-cf", serif;
  color: #31007F;
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  text-align: center;
}

.text-poppy {
  color: #FC4C49 !important;
}

.text-goldy {
  color: #A87400 !important;
}

.text-pink {
  color: #FD9795 !important;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-thumb {
  background: #31007f;
}

body::-webkit-scrollbar-track {
  background: rgba(65, 1, 153, 0.5);
  scrollbar-color: #31007f;
}

.scroll__box {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
  cursor: pointer;
}
.scroll__box .scrollMoreHome {
  width: -moz-max-content;
  width: max-content;
  height: 100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 40;
}
.scroll__box .scrollMoreHome .label {
  font-family: "argent-cf", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  text-align: center;
}
.scroll__box .scrollMoreHome svg {
  width: 100%;
  position: absolute;
  top: 65px;
  margin: 0 auto;
}
.scroll__box .drawLine {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.scroll__box .inPink {
  animation: drawMePink 1s linear infinite;
}

@media (min-width: 768px) {
  .scroll__box {
    display: block;
    bottom: 0px;
  }
}
.buttonEnvoyer {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.625rem 0.925rem 0.625rem 0.925rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: inherit;
  background-color: #FC4C49;
  color: #fff;
  /*$pink*/
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase !important;
  text-decoration: none;
  border: 2px solid #FC4C49;
  border-radius: 35px;
}
.buttonEnvoyer span {
  display: inline-block;
  position: relative;
  left: 0;
  transition: left 0.5s ease, right 0.5s ease, transform 0.5s ease;
}
.buttonEnvoyer .button__arrow {
  display: inline-block;
  margin-left: 1rem;
  transition: transform 0.5s ease;
}
.buttonEnvoyer .button__arrow svg g {
  stroke: white;
}
.buttonEnvoyer .button__background {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: none;
}

.buttonEnvoyer:hover {
  text-decoration: none;
  color: #FC4C49;
  background-color: transparent;
}

.buttonEnvoyer:hover span {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.buttonEnvoyer:hover .button__arrow {
  transform: translate3d(2rem, 0, 0);
}
.buttonEnvoyer:hover .button__arrow svg g {
  stroke: #FC4C49;
}

.buttonEnvoyerDisable {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.625rem 0.925rem 0.625rem 0.925rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: inherit;
  background-color: #5C5C5C;
  color: #fff;
  /*$pink*/
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  border: 2px solid #5C5C5C;
  border-radius: 35px;
}
.buttonEnvoyerDisable span {
  display: inline-block;
  position: relative;
  left: 0;
  transition: left 0.5s ease, right 0.5s ease, transform 0.5s ease;
}
.buttonEnvoyerDisable .button__arrow {
  display: inline-block;
  margin-left: 1rem;
  transition: transform 0.5s ease;
}
.buttonEnvoyerDisable .button__arrow svg g {
  stroke: white;
}
.buttonEnvoyerDisable .button__background {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: none;
}

.buttonEnvoyerDisable:hover {
  text-decoration: none;
  color: #5C5C5C;
  background-color: transparent;
}

.buttonEnvoyerDisable:hover span {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.buttonEnvoyerDisable:hover .button__arrow {
  transform: translate3d(2rem, 0, 0);
}
.buttonEnvoyerDisable:hover .button__arrow svg g {
  stroke: #5C5C5C;
}

.buttonEnvoyerFooter {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.625rem 0.925rem 0.625rem 0.925rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: inherit;
  background-color: transparent;
  color: #A96674;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  text-transform: none;
  border: none;
  border-radius: 35px;
}
.buttonEnvoyerFooter span {
  display: inline-block;
  position: relative;
  left: 0;
  transition: left 0.5s ease, right 0.5s ease, transform 0.5s ease;
}
.buttonEnvoyerFooter .button__arrow {
  display: inline-block;
  margin-left: 1rem;
  transition: transform 0.5s ease;
}
.buttonEnvoyerFooter .button__arrow svg g {
  stroke: white;
}
.buttonEnvoyerFooter .button__background {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: none;
}

.buttonEnvoyerFooter:hover {
  text-decoration: none;
  color: #FD9795;
  background-color: #31007f;
}

.buttonEnvoyerFooter:hover span {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.buttonEnvoyerFooter:hover .button__arrow {
  transform: translate3d(2rem, 0, 0);
}
.buttonEnvoyerFooter:hover .button__arrow svg g {
  stroke: #FC4C49;
}

.classicButton {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0rem 0rem 0.625rem 0rem;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 17px;
  color: #FC4C49;
  /*$pink*/
  text-transform: uppercase !important;
  text-decoration: none;
  border-bottom: 2px solid #FC4C49;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}
.classicButton:hover {
  color: #31007f;
  border-color: #31007f;
  text-decoration: none;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}

.readMore {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 17px;
  color: #FC4C49;
  /*$pink*/
  text-transform: uppercase;
  text-decoration: none;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}
.readMore:hover {
  color: #31007f;
  border-color: #31007f;
  text-decoration: none;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}

div.category a,
.author {
  margin: 0 auto;
  padding: 0rem 0rem 0.3rem 0rem;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  color: #FC4C49;
  /*$violet*/
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #FC4C49;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}
div.category a:hover,
.author:hover {
  color: #31007F;
  border-color: #31007F;
  text-decoration: none;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}

p > a {
  margin: 0 auto;
  padding: 0rem 0rem 0.3rem 0rem;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 17px;
  color: #31007f;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}
p > a:hover {
  color: #FC4C49 !important;
  text-decoration: none;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}

.sib-default-btn {
  /*	width: fit-content;
         margin: 0 auto;
         padding: 0rem 0rem 0.3rem 0rem;
         cursor: pointer;
         font-family: $raleway;
         font-size: 1rem;
         font-weight: 600;
         line-height: 17px;
         color: $MediumPoppy;
         background-color: transparent;
         text-transform: uppercase;
         text-decoration: none;
         border: none;
         border-bottom: 2px solid $MediumPoppy;
         transform: unset;
         transition: all .5s ease;
         transition-delay: .0s;*/
  font-family: "Raleway", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  height: 50px;
  padding: 12px 20px 12px 20px;
  padding-left: 0;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
  transition: all 0.2s linear;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
}
.sib-default-btn:hover {
  color: #FC4C49;
  border-color: #FC4C49;
  text-decoration: none;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}

.white {
  color: #fff;
  border-color: #fff;
}
.white:hover {
  color: #FC4C49;
  border-color: #FC4C49;
}

.cc-window.cc-banner {
  flex-direction: column !important;
}
@media (min-width: 1024px) {
  .cc-window.cc-banner {
    height: 200px !important;
  }
}

.cc-compliance.cc-highlight {
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {
  .cc-message {
    width: 700px !important;
  }
}

.cc-link {
  font-family: "Raleway", sans-serif;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.cc-link:hover {
  color: #A96674 !important;
  text-decoration: none !important;
  border-width: none;
}

.cc-dismiss:hover {
  text-decoration: none !important;
  border-width: none;
}

.cc-save:hover {
  text-decoration: none !important;
  border-width: none;
}

.contact__form .contact__about h2,
.contact__form .contact__need h2,
.contact__form .contact__budget h2,
.contact__form .contact__inbrief h2 {
  padding-bottom: 2.8125rem;
}
.contact__form .contact__about div,
.contact__form .contact__need div,
.contact__form .contact__budget div,
.contact__form .contact__inbrief div {
  margin: 0rem 1.875rem 0rem 1.875rem;
}
.contact__form .contact__about div fieldset,
.contact__form .contact__need div fieldset,
.contact__form .contact__budget div fieldset,
.contact__form .contact__inbrief div fieldset {
  border: none;
}
.contact__form .contact__about {
  padding-bottom: 2.8125rem;
}
.contact__form .contact__about fieldset {
  position: relative;
  margin-bottom: 2.1875rem;
}
.contact__form .contact__about fieldset input {
  width: 100%;
  display: block;
  padding: 10px 10px 10px 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FC4C49;
  font-size: 1rem;
  color: #31007F;
  font-weight: 600;
}
.contact__form .contact__about fieldset input:focus {
  outline: none;
  color: #31007F;
  font-weight: 600;
}
.contact__form .contact__about fieldset label {
  position: absolute;
  left: 5px;
  top: 25px;
  pointer-events: none;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 0px;
  color: #FC4C49;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.contact__form .contact__about fieldset input:required:focus ~ label,
.contact__form .contact__about fieldset input:required:valid ~ label {
  top: -5px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #FC4C49;
}
.contact__form .contact__about fieldset .not-required:focus ~ label {
  top: -5px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #FC4C49;
}
.contact__form .contact__about fieldset .bar {
  position: relative;
  display: block;
  width: 100%;
}
.contact__form .contact__about fieldset .bar:before, .contact__form .contact__about fieldset .bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #FC4C49;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.contact__form .contact__about fieldset .bar:before {
  left: 50%;
}
.contact__form .contact__about fieldset .bar:after {
  right: 50%;
}
.contact__form .contact__about fieldset input:focus ~ .bar:before,
.contact__form .contact__about fieldset input:focus ~ .bar:after {
  width: 50%;
}
.contact__form .contact__about fieldset .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.contact__form .contact__about fieldset input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}
.contact__form .contact__need,
.contact__form .contact__budget {
  padding-bottom: 4.0625rem;
}
.contact__form .contact__need fieldset,
.contact__form .contact__budget fieldset {
  position: relative;
  padding-bottom: 0.625rem;
}
.contact__form .contact__need fieldset input[type=radio],
.contact__form .contact__budget fieldset input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.contact__form .contact__need fieldset label,
.contact__form .contact__budget fieldset label {
  height: 30px;
  display: block;
  position: relative;
  padding-left: 1.875rem;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.contact__form .contact__need fieldset label:hover,
.contact__form .contact__budget fieldset label:hover {
  color: #31007F;
}
.contact__form .contact__need fieldset .check,
.contact__form .contact__budget fieldset .check {
  display: block;
  position: absolute;
  border: 2px solid #FC4C49;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 5px;
  margin: 0rem;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.contact__form .contact__need fieldset .check:before,
.contact__form .contact__budget fieldset .check:before {
  width: 6px;
  height: 6px;
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  margin: auto;
  border-radius: 100%;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.contact__form .contact__need fieldset input[type=radio]:checked ~ .check,
.contact__form .contact__budget fieldset input[type=radio]:checked ~ .check {
  border: 2px solid #FC4C49;
}
.contact__form .contact__need fieldset input[type=radio]:checked ~ .check::before,
.contact__form .contact__budget fieldset input[type=radio]:checked ~ .check::before {
  background: #FFF;
}
.contact__form .contact__need fieldset input[type=radio]:checked ~ label,
.contact__form .contact__budget fieldset input[type=radio]:checked ~ label {
  color: #31007F;
}
.contact__form .contact__need fieldset label,
.contact__form .contact__budget fieldset label {
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: unset;
  color: #FC4C49;
}
.contact__form .contact__need fieldset:hover .check,
.contact__form .contact__budget fieldset:hover .check {
  border: 2px solid #FC4C49;
}
.contact__form .contact__inbrief textarea {
  width: 100%;
  padding: 1.25rem;
  border: none;
  background-color: #FFF;
  color: #31007F;
  font-weight: 600;
}
.contact__form .contact__inbrief textarea:focus {
  outline: none;
  color: #31007F;
  font-weight: 600;
}
.contact__form .agreement {
  display: flex;
  align-items: baseline;
  padding-top: 1.25rem;
  padding-left: 1.875rem;
}
.contact__form .agreement input {
  margin-right: 0.625rem;
  cursor: pointer;
}
.contact__form .agreement input:before {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  margin-left: 1.875rem;
  z-index: 1;
  border: 2px solid #FC4C49;
  transition: all 0.3s ease-in-out;
}
.contact__form .agreement input:after {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  margin-left: 1.875rem;
  cursor: pointer;
  background: #FAF7F8;
}
.contact__form .agreement input:checked:before {
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #FC4C49;
  border-top-style: none;
  border-right-style: none;
}
.contact__form .agreement p {
  font-size: 0.8rem;
  color: #FC4C49;
}
.contact__form .agreement p a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #FC4C49;
  text-decoration: none;
  text-transform: none;
}
.contact__form .agreement p a:hover {
  color: #31007f;
}
.contact__form .buttonEnvoyer {
  margin: unset;
  margin-top: 3.125rem;
  margin-left: 1.875rem;
}
@media (min-width: 768px) {
  .contact__form form .contact__about div,
.contact__form form .contact__need div,
.contact__form form .contact__budget div,
.contact__form form .contact__inbrief div {
    margin: 0rem 0rem 0rem 0rem;
  }
  .contact__form form .contact__about div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact__form form .contact__about div h2 {
    width: 100%;
  }
  .contact__form form .contact__about div fieldset {
    width: 48%;
  }
  .contact__form form .contact__need, .contact__form form .contact__budget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact__form form .contact__need h2, .contact__form form .contact__budget h2 {
    width: 100%;
  }
  .contact__form form .contact__need div, .contact__form form .contact__budget div {
    width: 50%;
  }
  .contact__form form .contact__need div fieldset, .contact__form form .contact__budget div fieldset {
    padding-right: 3.125rem;
  }
  .contact__form form .agreement {
    padding-left: 0rem;
  }
  .contact__form form .agreement input:before {
    margin-left: 0rem;
  }
  .contact__form form .agreement input:after {
    margin-left: 0rem;
  }
  .contact__form form .buttonEnvoyer {
    margin-left: 0rem;
  }
}
@media (min-width: 1440px) {
  .contact__form form .contact__need,
.contact__form form .contact__budget {
    width: 700px;
  }
}

.contact__form .thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__form .thanks h2 {
  text-align: center;
  text-transform: unset;
}
.contact__form .thanks p {
  padding-top: 2.1875rem;
  padding-bottom: 2.5rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: center;
}

#form__wrapper #title_inbrief, #form__wrapper #title_about {
  text-align: left;
  text-transform: unset;
  color: #31007f;
  font-size: 1.125rem;
  font-weight: 900;
  padding-bottom: 45px;
  text-transform: uppercase;
}
#form__wrapper #title_agree p a {
  font-size: 1.2rem;
  line-height: 1.75rem;
}

.newsletter {
  /*background-color: $LightPink;
  padding: rem-calc(70) rem-calc(0);*/
}
.newsletter .row {
  margin: 0;
}
.newsletter .newsletter__details div {
  padding: 0;
}
.newsletter .newsletter__details div h2 {
  padding-bottom: 2.1875rem;
  color: #FFF;
  font-family: "argent-cf", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: left;
  text-transform: uppercase;
}
.newsletter .newsletter__details div p {
  color: #31007F;
  padding-bottom: 1.875rem;
  text-align: center;
}
.newsletter .newsletter__details .newsletter__button {
  display: flex;
  justify-content: center;
  outline: 0;
  width: 100%;
  font-weight: 600;
}
.newsletter .newsletter__details .sib-NOM-area,
.newsletter .newsletter__details .sib-PRENOM-area,
.newsletter .newsletter__details .sib-email-area {
  width: 100%;
  position: relative;
  margin-bottom: 0.25rem;
  border: none;
  font-weight: 500;
}
.newsletter .newsletter__details .sib-NOM-area input,
.newsletter .newsletter__details .sib-PRENOM-area input,
.newsletter .newsletter__details .sib-email-area input {
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px 0px 5px 0px;
  /*0 0px 10px 5px;*/
  background-color: transparent;
  border: none;
  /*border-bottom: 1px solid #FFF;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  color: #FD9795;
  margin-bottom: 10px;
}
.newsletter .newsletter__details .sib-NOM-area input:focus,
.newsletter .newsletter__details .sib-PRENOM-area input:focus,
.newsletter .newsletter__details .sib-email-area input:focus {
  outline: none;
  color: #FD9795;
}
.newsletter .newsletter__details .sib-NOM-area input:placeholder,
.newsletter .newsletter__details .sib-PRENOM-area input:placeholder,
.newsletter .newsletter__details .sib-email-area input:placeholder {
  color: red;
}
.newsletter .newsletter__details .sib-NOM-area label,
.newsletter .newsletter__details .sib-PRENOM-area label,
.newsletter .newsletter__details .sib-email-area label {
  display: none;
}
.newsletter .newsletter__details .sib-NOM-area input:required:focus ~ label,
.newsletter .newsletter__details .sib-NOM-area input:required:valid ~ label,
.newsletter .newsletter__details .sib-PRENOM-area input:required:focus ~ label,
.newsletter .newsletter__details .sib-PRENOM-area input:required:valid ~ label,
.newsletter .newsletter__details .sib-email-area input:required:focus ~ label,
.newsletter .newsletter__details .sib-email-area input:required:valid ~ label {
  top: -5px;
  font-size: 0.8rem;
  color: #31007F;
}
.newsletter .newsletter__details .sib-NOM-area .not-required:focus ~ label,
.newsletter .newsletter__details .sib-PRENOM-area .not-required:focus ~ label,
.newsletter .newsletter__details .sib-email-area .not-required:focus ~ label {
  top: -5px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #31007F;
}
.newsletter .newsletter__details .sib-NOM-area .bar,
.newsletter .newsletter__details .sib-PRENOM-area .bar,
.newsletter .newsletter__details .sib-email-area .bar {
  position: relative;
  display: block;
  width: 100%;
}
.newsletter .newsletter__details .sib-NOM-area .bar:before, .newsletter .newsletter__details .sib-NOM-area .bar:after,
.newsletter .newsletter__details .sib-PRENOM-area .bar:before,
.newsletter .newsletter__details .sib-PRENOM-area .bar:after,
.newsletter .newsletter__details .sib-email-area .bar:before,
.newsletter .newsletter__details .sib-email-area .bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #31007F;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.newsletter .newsletter__details .sib-NOM-area .bar:before,
.newsletter .newsletter__details .sib-PRENOM-area .bar:before,
.newsletter .newsletter__details .sib-email-area .bar:before {
  left: 50%;
}
.newsletter .newsletter__details .sib-NOM-area .bar:after,
.newsletter .newsletter__details .sib-PRENOM-area .bar:after,
.newsletter .newsletter__details .sib-email-area .bar:after {
  right: 50%;
}
.newsletter .newsletter__details .sib-NOM-area input:focus ~ .bar:before,
.newsletter .newsletter__details .sib-NOM-area input:focus ~ .bar:after,
.newsletter .newsletter__details .sib-PRENOM-area input:focus ~ .bar:before,
.newsletter .newsletter__details .sib-PRENOM-area input:focus ~ .bar:after,
.newsletter .newsletter__details .sib-email-area input:focus ~ .bar:before,
.newsletter .newsletter__details .sib-email-area input:focus ~ .bar:after {
  width: 50%;
}
.newsletter .newsletter__details .sib-NOM-area .highlight,
.newsletter .newsletter__details .sib-PRENOM-area .highlight,
.newsletter .newsletter__details .sib-email-area .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.newsletter .newsletter__details .sib-NOM-area input:focus ~ .highlight,
.newsletter .newsletter__details .sib-PRENOM-area input:focus ~ .highlight,
.newsletter .newsletter__details .sib-email-area input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}
@media (min-width: 768px) {
  .newsletter .newsletter__details .sib_signup_box_inside_2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*margin: 0 auto;*/
  }
  .newsletter .newsletter__details .sib_signup_box_inside_2 .sib-NOM-area,
.newsletter .newsletter__details .sib_signup_box_inside_2 .sib-PRENOM-area {
    width: 100%;
  }
  .newsletter .newsletter__details .sib_signup_box_inside_2 .sib-email-area {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .newsletter .newsletter__details .sib_signup_box_inside_2 {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .newsletter .newsletter__details .sib_signup_box_inside_2 {
    width: 100%;
  }
}

/* Newsletter inscription new bis */
.text-poppy {
  color: #FC4C49;
}

@media (min-width: 1200px) {
  #header__newsletter #hero #hero__one {
    display: flex;
    height: 50%;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  #header__newsletter #hero #hero__one {
    display: flex;
    height: 50%;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1920px) {
  #header__newsletter #hero #hero__one {
    display: flex;
    height: 50%;
    flex-direction: column;
    justify-content: center;
  }
}
#header__newsletter #hero #hero__one h1 {
  color: #31007F;
  font-family: "argent-cf", serif;
  font-size: 3rem;
  line-height: 2.8rem;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
  margin: 30px 0 0 0;
}
#header__newsletter #hero #hero__one h5 {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
}
#header__newsletter #allContent {
  height: unset !important;
}
#header__newsletter #allContent #leftContent img {
  position: unset;
}
@media (min-width: 768px) {
  #header__newsletter #allContent #leftContent img {
    position: unset;
  }
}
@media (min-width: 992px) {
  #header__newsletter #allContent #leftContent img {
    position: unset;
  }
}
@media (min-width: 1200px) {
  #header__newsletter #allContent #leftContent img {
    position: absolute;
    left: -30px;
  }
}
@media (min-width: 1440px) {
  #header__newsletter #allContent #leftContent img {
    position: absolute;
    left: 90px;
  }
}
@media (min-width: 1600px) {
  #header__newsletter #allContent #leftContent img {
    position: absolute;
    left: 145px;
  }
}
@media (min-width: 1920px) {
  #header__newsletter #allContent #leftContent img {
    position: absolute;
    left: 255px;
  }
}
@media (min-width: 2160px) {
  #header__newsletter #allContent #leftContent img {
    position: absolute;
    left: 310px;
  }
}
@media (min-width: 2560px) {
  #header__newsletter #allContent #leftContent img {
    position: absolute;
    left: 470px;
  }
}
#header__newsletter #allContent #leftContent .img-fluid {
  max-width: 100%;
}
@media (min-width: 768px) {
  #header__newsletter #allContent #leftContent .img-fluid {
    max-width: 65% !important;
  }
}
@media (min-width: 992px) {
  #header__newsletter #allContent #leftContent .img-fluid {
    max-width: 70% !important;
  }
}
@media (min-width: 1200px) {
  #header__newsletter #allContent #leftContent .img-fluid {
    max-width: 60% !important;
  }
}
@media (min-width: 1440px) {
  #header__newsletter #allContent #leftContent .img-fluid {
    max-width: 50% !important;
  }
}
@media (min-width: 1600px) {
  #header__newsletter #allContent #leftContent .img-fluid {
    width: 48% !important;
  }
}
@media (min-width: 1920px) {
  #header__newsletter #allContent #leftContent .img-fluid {
    width: 42% !important;
  }
}
@media (min-width: 2160px) {
  #header__newsletter #allContent #leftContent .img-fluid {
    width: 42% !important;
  }
}
@media (min-width: 2560px) {
  #header__newsletter #allContent #leftContent .img-fluid {
    width: 30% !important;
  }
}
#header__newsletter #allContent #rightContent .contentBoxNewsletter .subtitle {
  padding-top: 50px;
  font-size: 1.4rem;
  font-weight: 900;
}
#header__newsletter #allContent #rightContent .contentBoxNewsletter p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#header__newsletter #allContent #rightContent .contentBoxNewsletter ul {
  padding-bottom: 25px;
}
#header__newsletter #allContent #rightContent .contentBoxNewsletter ul li {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: normal;
  color: #410099;
  line-height: 1.75rem;
}
#header__newsletter #allContent #rightContent .contentBoxNewsletter ul li span i.fa-check {
  font-weight: 600;
  color: #FC4C49;
}
#header__newsletter #allContent #rightContent .contentBoxNewsletter a.buttonEnvoyer {
  margin-top: 50px;
  margin-bottom: 50px;
}
#header__newsletter #allContent #rightContent .contentBoxNewsletter .fs-7 {
  font-size: 1rem;
}
#header__newsletter #allContent #rightContent .contentBoxNewsletter .lh-custom {
  line-height: 1.6rem;
}
#header__newsletter #allContent #rightContent .contentBoxNewsletter .lh-custom-sm {
  line-height: 1.2rem;
}

#reviews__newsletter h2 {
  font-size: 3rem !important;
  line-height: 2.6rem !important;
  font-style: italic !important;
  text-transform: none !important;
  color: white;
  text-align: left;
  margin: 0;
}
#reviews__newsletter ul li {
  color: #410099;
  margin-right: 0;
  padding: 5px 0;
}
@media (min-width: 768px) {
  #reviews__newsletter ul li {
    padding: 10px;
  }
}
#reviews__newsletter ul li .review__body {
  background-color: white;
  border: 0;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 20px;
  border-radius: 0.5rem;
}
#reviews__newsletter a.buttonEnvoyer {
  margin-top: 50px;
  margin-bottom: 50px;
}

#expert__newsletter .contentBox {
  background-color: white;
  border: 0;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 30px;
  border-radius: 0.5rem;
}
@media (min-width: 576px) {
  #expert__newsletter .contentBox {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  #expert__newsletter .contentBox {
    padding: 75px;
  }
}
#expert__newsletter .img-fluid {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  #expert__newsletter .img-fluid {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  #expert__newsletter .img-fluid {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #expert__newsletter .img-fluid {
    max-width: 100%;
  }
}
#expert__newsletter h2 {
  font-size: 3rem !important;
  line-height: 2.6rem !important;
  font-style: italic !important;
  text-transform: none !important;
}
#expert__newsletter h3 {
  font-size: 2.3rem !important;
  margin: 0px 0 25px 0;
  line-height: 2.6rem;
  font-style: italic;
  font-weight: 400;
}
#expert__newsletter ul {
  padding-bottom: 0;
}
#expert__newsletter ul li {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: normal;
  color: #410099;
  line-height: 1.75rem;
}
#expert__newsletter ul li span i.fa-check {
  font-weight: 600;
  color: #FC4C49;
}
#expert__newsletter .footnote_right {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  #expert__newsletter .footnote_right {
    padding-bottom: 0;
  }
}
#expert__newsletter ul#logos__newsletter {
  list-style-type: none;
  display: inline-flex;
  margin: 50px 0px 0px 0px;
  padding: 0 !important;
}
#expert__newsletter ul#logos__newsletter li img {
  width: 100%;
}
#expert__newsletter a.buttonEnvoyer {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.sib_signup_box_inside_8 fieldset.sib-PRENOM-area,
.sib_signup_box_inside_8 fieldset.sib-EMAIL-area {
  margin-bottom: 0 !important;
}

.sib_signup_box_inside_3 .sib-PRENOM-area,
.sib_signup_box_inside_3 .sib-email-area,
.sib_signup_box_inside_4 .sib-PRENOM-area,
.sib_signup_box_inside_4 .sib-email-area,
.sib_signup_box_inside_8 .sib-PRENOM-area,
.sib_signup_box_inside_8 .sib-email-area {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 2.1875rem;
  border: none;
}
.sib_signup_box_inside_3 .sib-PRENOM-area input,
.sib_signup_box_inside_3 .sib-email-area input,
.sib_signup_box_inside_4 .sib-PRENOM-area input,
.sib_signup_box_inside_4 .sib-email-area input,
.sib_signup_box_inside_8 .sib-PRENOM-area input,
.sib_signup_box_inside_8 .sib-email-area input {
  width: 100%;
  display: block;
  margin: 0;
  padding: 10px 10px 10px 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FC4C49;
  font-size: 1rem;
  color: #FC4C49;
}
.sib_signup_box_inside_3 .sib-PRENOM-area input:focus,
.sib_signup_box_inside_3 .sib-email-area input:focus,
.sib_signup_box_inside_4 .sib-PRENOM-area input:focus,
.sib_signup_box_inside_4 .sib-email-area input:focus,
.sib_signup_box_inside_8 .sib-PRENOM-area input:focus,
.sib_signup_box_inside_8 .sib-email-area input:focus {
  outline: none;
  color: #31007F;
}
.sib_signup_box_inside_3 .btnSentWorkbook,
.sib_signup_box_inside_4 .btnSentWorkbook,
.sib_signup_box_inside_8 .btnSentWorkbook {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: inherit;
  background-color: transparent;
  color: #FC4C49;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  border: 2px solid #FC4C49;
}
.sib_signup_box_inside_3 .btnSentWorkbook .button__background,
.sib_signup_box_inside_4 .btnSentWorkbook .button__background,
.sib_signup_box_inside_8 .btnSentWorkbook .button__background {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: none;
}
.sib_signup_box_inside_3 .btnSentWorkbook:hover,
.sib_signup_box_inside_4 .btnSentWorkbook:hover,
.sib_signup_box_inside_8 .btnSentWorkbook:hover {
  text-decoration: none;
  color: #fff;
  background-color: #FC4C49;
}

#modalNewsletter #sib_signup_form_7 {
  /* FORM GLOBAL */
  /* BREVO FORM */
}
#modalNewsletter #sib_signup_form_7 input:focus {
  outline: none;
}
#modalNewsletter #sib_signup_form_7 fieldset {
  border: none;
  padding-bottom: 10px !important;
}
#modalNewsletter #sib_signup_form_7 label {
  display: none;
}
#modalNewsletter #sib_signup_form_7 .sib_signup_box_inside_7 .sib-PRENOM-area input,
#modalNewsletter #sib_signup_form_7 .sib_signup_box_inside_7 .sib-email-area input {
  width: 100%;
  display: block;
  margin: 0;
  padding: 10px 10px 10px 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FC4C49;
  font-size: 1rem;
  color: #FC4C49;
}
#modalNewsletter #sib_signup_form_7 .sib-default-btn {
  width: 100%;
  height: auto !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  width: -moz-fit-content;
  width: 100%;
  display: block;
  position: relative;
  padding: 0.625rem 0.925rem 0.625rem 0.925rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: inherit;
  background-color: #FC4C49;
  color: #fff;
  /*$pink*/
  font-family: "Raleway", sans-serif;
  line-height: 17px;
  text-transform: uppercase;
  border: 2px solid #FC4C49;
  border-radius: 25px;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}
#modalNewsletter #sib_signup_form_7 .sib-default-btn:hover {
  color: #FC4C49;
  border-color: #FC4C49;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}
#modalNewsletter #sib_signup_form_7 .buttonEnvoyer {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.625rem 0.925rem 0.625rem 0.925rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: inherit;
  background-color: #FC4C49;
  color: #fff;
  /*$pink*/
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  border: 2px solid #FC4C49;
  border-radius: 25px;
}
#modalNewsletter #sib_signup_form_7 .buttonEnvoyer span {
  display: inline-block;
  position: relative;
  left: 0;
  transition: left 0.5s ease, right 0.5s ease, transform 0.5s ease;
}
#modalNewsletter #sib_signup_form_7 .buttonEnvoyer .button__arrow {
  display: inline-block;
  margin-left: 2rem;
  transition: transform 0.5s ease;
}
#modalNewsletter #sib_signup_form_7 .buttonEnvoyer .button__arrow svg g {
  stroke: white;
}
#modalNewsletter #sib_signup_form_7 .buttonEnvoyer .button__background {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: none;
}
#modalNewsletter #sib_signup_form_7 .buttonEnvoyer:hover {
  text-decoration: none;
  color: #FC4C49;
  background-color: transparent;
}
#modalNewsletter #sib_signup_form_7 .buttonEnvoyer:hover span {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
#modalNewsletter #sib_signup_form_7 .buttonEnvoyer:hover .button__arrow {
  transform: translate3d(2rem, 0, 0);
}
#modalNewsletter #sib_signup_form_7 .buttonEnvoyer:hover .button__arrow svg g {
  stroke: #FC4C49;
}

/* Style de base du bouton */
.convertkit-custom-button {
  /* Apparence générale */
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  background-color: #0066cc;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  /* Ombre légère */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Animation au survol */
.convertkit-custom-button:hover {
  background-color: #0052a3;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

/* Style au clic */
.convertkit-custom-button:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Version mobile */
@media (max-width: 768px) {
  .convertkit-custom-button {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    /* Bouton pleine largeur sur mobile */
  }
}
/* État désactivé */
.convertkit-custom-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.7;
}

/* Animation de chargement */
.convertkit-custom-button.loading {
  background-color: #999999;
  pointer-events: none;
}

#sidebar__articles {
  position: sticky;
  top: 20px;
}
#sidebar__articles #next__step h2 {
  font-family: "argent-cf", serif;
  color: #31007F;
  font-size: 1.8rem;
  text-transform: none;
  font-weight: 400;
  line-height: 2.5rem;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#sidebar__articles #next__step a.buttonEnvoyer {
  display: block;
  position: relative;
  padding: 0.625rem 0.925rem 0.625rem 0.925rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: inherit;
  background-color: #FC4C49;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-style: normal !important;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  border: 2px solid #FC4C49;
  border-radius: 35px;
  text-decoration: none !important;
  text-align: center;
}
#sidebar__articles #next__step a.buttonEnvoyer:hover {
  background-color: transparent;
  color: #FC4C49;
}
#sidebar__articles #selection__articles {
  box-shadow: none !important;
}
#sidebar__articles #selection__articles h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  padding-top: 0 !important;
}
#sidebar__articles #selection__articles a {
  text-decoration: none !important;
}
#sidebar__articles #selection__articles .card-body {
  padding: 0 !important;
}
#sidebar__articles #selection__articles .sidebar-article-item {
  transition: transform 0.2s ease;
}
#sidebar__articles #selection__articles .sidebar-article-item:hover {
  transform: translateX(5px);
}
#sidebar__articles #selection__articles .sidebar-article-item:hover .sidebar-article-title {
  color: #31007F !important;
}
#sidebar__articles #selection__articles .sidebar-article-item:last-child {
  margin-bottom: 0 !important;
}
#sidebar__articles #selection__articles .sidebar-article-image img, #sidebar__articles #selection__articles .sidebar-article-image .placeholder-image {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
#sidebar__articles #selection__articles .sidebar-article-category {
  margin: 0;
  padding: 0rem 0rem 0.3rem 0rem;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  color: #FC4C49;
  background-color: transparent;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid #FC4C49;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
#sidebar__articles #selection__articles .sidebar-article-title {
  font-weight: 600;
  line-height: 1.4;
  color: #31007F;
  transition: color 0.2s ease;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
@media (min-width: 1200px) {
  body.menu-open {
    overflow: auto;
    position: static;
  }
}
body.modal-open {
  padding-right: 0 !important;
}
body.modal-open .header,
body.modal-open #wrapper,
body.modal-open .menu__bar,
body.modal-open .fixed-top,
body.modal-open .fixed-bottom,
body.modal-open .sticky-top {
  padding-right: 0 !important;
  margin-right: 0 !important;
  right: 0 !important;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__bar {
  background-color: #faefef;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
@media (min-width: 425px) {
  .menu__bar {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .menu__bar {
    display: grid;
    grid-template-columns: 120px 1fr 120px;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .menu__bar {
    grid-template-columns: 250px 1fr 250px;
  }
}
.menu__bar .header__logo {
  flex: 0 0 120px;
  position: relative;
  top: 15px;
}
@media (min-width: 768px) {
  .menu__bar .header__logo {
    left: -2px;
  }
}
@media (min-width: 992px) {
  .menu__bar .header__logo {
    left: 95px;
  }
}
@media (min-width: 1024px) {
  .menu__bar .header__logo {
    left: 2px;
  }
}
@media (min-width: 1200px) {
  .menu__bar .header__logo {
    left: 20px;
  }
}
@media (min-width: 1440px) {
  .menu__bar .header__logo {
    left: 65px;
  }
}
@media (min-width: 1920px) {
  .menu__bar .header__logo {
    left: 305px;
  }
}
.menu__bar .header__logo .logo-home {
  width: 120px;
  height: 71px;
  display: block;
  z-index: 170;
  background-image: url("../img/_lady_ace_factory.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.menu__bar .header__logo .logo-purple {
  width: 120px;
  height: 71px;
  display: block;
  z-index: 170;
  background-image: url("../img/_LAF_Branding_final_violet.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.menu__bar .header__logo .logo-white {
  width: 120px;
  height: 71px;
  display: block;
  background-image: url("../img/_LAF_Branding_final_white.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
body.menu-open .menu__bar .header__logo {
  position: relative;
  z-index: 1000;
}
.menu__bar .header__burger {
  cursor: pointer;
  margin-left: auto;
  position: relative;
  top: 10px;
  right: 0;
}
@media (min-width: 992px) {
  .menu__bar .header__burger {
    right: 95px;
  }
}
.menu__bar .header__burger .burger-click {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1000;
}
.menu__bar .header__burger .burger,
.menu__bar .header__burger .burger-purple {
  width: 30px;
  height: 3px;
  position: absolute;
  background: #31007f;
  right: 0;
  transform: translateY(-50%);
  z-index: 170;
  opacity: 1;
}
@media (min-width: 1024px) {
  .menu__bar .header__burger .burger,
.menu__bar .header__burger .burger-purple {
    right: -105px;
  }
}
@media (min-width: 1920px) {
  .menu__bar .header__burger .burger,
.menu__bar .header__burger .burger-purple {
    right: 0px;
  }
}
.menu__bar .header__burger .burger:before,
.menu__bar .header__burger .burger-purple:before {
  width: 30px;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  background: #31007f;
  transform: scaleX(1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.4s;
}
.menu__bar .header__burger .burger:after,
.menu__bar .header__burger .burger-purple:after {
  width: 60%;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  background: #31007f;
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.4s;
}
.menu__bar .header__burger .burger .other-bar,
.menu__bar .header__burger .burger-purple .other-bar {
  width: 3px;
  height: 0px;
  background-color: #31007f;
  position: absolute;
  top: -14px;
  left: 46%;
  z-index: 10;
}
.menu__bar .header__burger.menu-on .burger {
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
  background-color: #fff;
}
.menu__bar .header__burger.menu-on .burger::after {
  width: 0;
  transition: width 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.menu__bar .header__burger.menu-on .burger::before {
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.menu__bar .header__burger.menu-on .burger .other-bar {
  height: 30px;
  transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.3s;
  background-color: #fff;
}
.menu__bar .header__nav .menu__container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  padding-top: 10rem;
}
@media (min-width: 1200px) {
  .menu__bar .header__nav .menu__container {
    padding-top: 0;
  }
}
.menu__bar .header__nav .menu__container.show {
  display: block;
  background-color: #31007f;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
  padding-top: 10rem;
}
@media (min-width: 1200px) {
  .menu__bar .header__nav .menu__container.show {
    position: static;
    background-color: transparent;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 425px) {
  .menu__bar .header__nav .menu__container .menu__main {
    display: block;
  }
}
@media (min-width: 1200px) {
  .menu__bar .header__nav .menu__container .menu__main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.menu__bar .header__nav .menu__container .menu__main > li.current-menu-item > a,
.menu__bar .header__nav .menu__container .menu__main > li.current_page_item > a,
.menu__bar .header__nav .menu__container .menu__main > li.current-menu-parent > a,
.menu__bar .header__nav .menu__container .menu__main > li.current-menu-ancestor > a,
.menu__bar .header__nav .menu__container .menu__main > li.current_page_parent > a,
.menu__bar .header__nav .menu__container .menu__main > li.current_page_ancestor > a {
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #FC4C49;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
  padding: 0 0 0.3rem 0;
}
.menu__bar .header__nav .menu__container .menu__main > li.current-menu-item > a.bgClip,
.menu__bar .header__nav .menu__container .menu__main > li.current_page_item > a.bgClip,
.menu__bar .header__nav .menu__container .menu__main > li.current-menu-parent > a.bgClip,
.menu__bar .header__nav .menu__container .menu__main > li.current-menu-ancestor > a.bgClip,
.menu__bar .header__nav .menu__container .menu__main > li.current_page_parent > a.bgClip,
.menu__bar .header__nav .menu__container .menu__main > li.current_page_ancestor > a.bgClip {
  color: #FC4C49 !important;
  -webkit-text-fill-color: #FC4C49 !important;
  background: transparent !important;
}
.menu__bar .header__nav .menu__container .menu__main .sub-menu li.current-menu-item > a,
.menu__bar .header__nav .menu__container .menu__main .sub-menu li.current_page_item > a,
.menu__bar .header__nav .menu__container .menu__main .sub-menu li.current-menu-parent > a,
.menu__bar .header__nav .menu__container .menu__main .sub-menu li.current-menu-ancestor > a,
.menu__bar .header__nav .menu__container .menu__main .sub-menu li.current_page_parent > a,
.menu__bar .header__nav .menu__container .menu__main .sub-menu li.current_page_ancestor > a {
  color: #FC4C49 !important;
  font-weight: 800;
  background-color: rgba(252, 76, 73, 0.04);
}
.menu__bar .header__nav .menu__container .menu__main li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 14px;
  margin-bottom: 8px;
  border: solid #FAEFEF;
  border-width: 0 2px 2px 0;
  padding: 7px;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
@media (min-width: 1200px) {
  .menu__bar .header__nav .menu__container .menu__main li.menu-item-has-children > a::after {
    margin-left: 10px;
    margin-bottom: 2px;
    border-color: #FC4C49;
    padding: 4px;
    transform-origin: center;
    transform: rotate(45deg) translateY(0) translateX(0);
    transition: transform 0.3s ease-out;
  }
}
@media (min-width: 1200px) {
  .menu__bar .header__nav .menu__container .menu__main li.menu-item-has-children:hover > a::after {
    transform: rotate(-135deg) translateY(-5px) translateX(-3px);
  }
}
.menu__bar .header__nav .menu__container .menu__main .sub-menu {
  display: none;
}
.menu__bar .header__nav .menu__container .menu__main .sub-menu li {
  color: #FC4C49;
  padding-bottom: 2rem;
}
.menu__bar .header__nav .menu__container .menu__main .sub-menu li a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Raleway", sans-serif !important;
}
@media (min-width: 375px) {
  .menu__bar .header__nav .menu__container .menu__main .sub-menu li a {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 425px) {
  .menu__bar .header__nav .menu__container .menu__main .sub-menu li a {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 768px) {
  .menu__bar .header__nav .menu__container .menu__main .sub-menu li a {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 1200px) {
  .menu__bar .header__nav .menu__container .menu__main .sub-menu li a {
    font-size: 1rem !important;
  }
}
.menu__bar .header__nav .menu__container .menu__main li {
  margin: 0rem 1rem;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) {
  .menu__bar .header__nav .menu__container .menu__main li {
    margin: 0rem;
    padding: 0px 15px;
  }
}
@media (min-width: 1200px) {
  .menu__bar .header__nav .menu__container .menu__main li {
    margin: 0rem 0.1875rem !important;
    padding: 0px 20px !important;
    position: relative;
  }
}
@media (min-width: 1400px) {
  .menu__bar .header__nav .menu__container .menu__main li {
    margin: 0rem 0.1rem;
  }
}
.menu__bar .header__nav .menu__container .menu__main li a {
  font-family: "argent-cf", serif;
  font-size: 1.65rem;
  line-height: 4rem;
  color: #FFF;
}
@media (min-width: 375px) {
  .menu__bar .header__nav .menu__container .menu__main li a {
    font-size: 2rem;
  }
}
@media (min-width: 425px) {
  .menu__bar .header__nav .menu__container .menu__main li a {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .menu__bar .header__nav .menu__container .menu__main li a {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .menu__bar .header__nav .menu__container .menu__main li a {
    padding: 0.625rem 0.225rem 0.625rem 0rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 1rem !important;
    line-height: 1rem;
    color: #FC4C49;
    text-decoration: none;
    font-style: normal;
  }
}
.menu__bar .header__nav .menu__container .menu__main li a.bgClip:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .menu__bar .header__nav .menu__container .menu__main li a.bgClip {
    color: #FC4C49;
    -webkit-text-fill-color: #FC4C49;
    background: transparent !important;
  }
  .menu__bar .header__nav .menu__container .menu__main li a.bgClip:hover {
    color: #FC4C49;
    -webkit-text-fill-color: #FC4C49;
  }
}
@media (min-width: 1200px) {
  .menu__bar .header__nav .menu__container .menu__main li ul.sub-menu {
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
    overflow: visible !important;
    background-color: #FAEFEF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: inline-block;
    width: auto;
    min-width: -moz-max-content;
    min-width: max-content;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }
  .menu__bar .header__nav .menu__container .menu__main li ul.sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    background: transparent !important;
  }
  .menu__bar .header__nav .menu__container .menu__main li ul.sub-menu li a {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    color: #FC4C49;
    font-family: "Raleway", sans-serif !important;
    font-weight: 600;
    font-size: 1rem !important;
    line-height: 1.3rem;
    text-align: left;
    text-decoration: none;
    border: 0;
  }
  .menu__bar .header__nav .menu__container .menu__main li ul.sub-menu li:not(:last-child) > a {
    border-bottom: 1px solid #a87400;
  }
  .menu__bar .header__nav .menu__container .menu__main li ul.sub-menu li:hover > a {
    background-color: rgba(252, 76, 73, 0.04);
  }
}
@media (min-width: 1200px) {
  .menu__bar .header__nav .menu__container .menu__main li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (max-width: 1199px) {
  .header__nav.nav-open {
    display: block !important;
  }
}
.wrapper main {
  overflow: visible;
}

/* Global */
.container__LAB {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container__LAB {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container__LAB {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container__LAB {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container__LAB {
    max-width: 1260px;
  }
}
@media (min-width: 1920px) {
  .container__LAB {
    max-width: 1260px;
  }
}

div.text-quote {
  font-family: "argent-cf", serif;
  font-size: 2rem !important;
  line-height: 2.2rem;
  font-style: normal;
  color: #31007F;
}

div.quote {
  font-family: "argent-cf", serif;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  color: #31007F;
}

#challenge.challenge h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0 !important;
}
#challenge.challenge h2 {
  font-size: 3rem !important;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
}
#challenge.challenge p {
  line-height: 1.75rem;
  margin-bottom: 30px;
  font-size: 1.2rem;
}
#challenge.challenge img.pictoJelly {
  display: none;
  width: 200px !important;
  right: 150px !important;
  bottom: 80px;
}
@media (min-width: 1920px) {
  #challenge.challenge img.pictoJelly {
    display: flex;
    width: 200px !important;
    right: 150px !important;
    bottom: 80px;
  }
}

.home__head {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(65, 1, 153, 0.7);
  box-shadow: 4px 4px 20px #000;
}
.home__head .home__info h4 {
  padding-bottom: 1.5625rem;
}

.home__hero {
  /*padding-top:50px;*/
}
.home__hero h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
}
.home__hero h2 {
  font-size: 3rem;
  line-height: 2.8rem;
}
.home__hero h5 {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.home__hero p {
  font-size: 1.2rem;
  line-height: 1.75rem;
}
.home__hero img.pictoCrown {
  display: none;
  width: 90px !important;
  top: 95px !important;
  right: 35px !important;
  transform: rotate(30deg);
}
@media (min-width: 576px) {
  .home__hero img.pictoCrown {
    display: flex !important;
    width: 90px !important;
    top: 95px !important;
    right: 35px !important;
  }
}
@media (min-width: 768px) {
  .home__hero img.pictoCrown {
    display: flex !important;
    width: 90px !important;
    top: 95px !important;
    right: 135px !important;
  }
}
@media (min-width: 992px) {
  .home__hero img.pictoCrown {
    display: flex !important;
    width: 95px !important;
    top: 90px !important;
    right: 245px !important;
    transform: rotate(30deg);
  }
}
@media (min-width: 1100px) {
  .home__hero img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 90px !important;
    right: 290px !important;
  }
}
@media (min-width: 1200px) {
  .home__hero img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 195px !important;
    right: 60px !important;
  }
}
@media (min-width: 1300px) {
  .home__hero img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 220px !important;
    right: 105px !important;
  }
}
@media (min-width: 1440px) {
  .home__hero img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 235px !important;
    right: 150px !important;
  }
}
@media (min-width: 1600px) {
  .home__hero img.pictoCrown {
    display: flex !important;
    width: 130px !important;
    top: 210px !important;
    right: 205px !important;
  }
}
@media (min-width: 1700px) {
  .home__hero img.pictoCrown {
    display: flex !important;
    width: 130px !important;
    top: 165px !important;
    right: 285px !important;
  }
}
@media (min-width: 1800px) {
  .home__hero img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 230px !important;
    right: 330px !important;
  }
}
@media (min-width: 1920px) {
  .home__hero img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 230px !important;
    right: 385px !important;
  }
}
@media (min-width: 2560px) {
  .home__hero img.pictoCrown {
    width: 100px !important;
    top: 230px !important;
    right: 385px !important;
  }
}
.home__hero img.img-fluid {
  max-width: 70%;
}
@media (min-width: 425px) {
  .home__hero img.img-fluid {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .home__hero img.img-fluid {
    max-width: 45%;
  }
}
@media (min-width: 992px) {
  .home__hero img.img-fluid {
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  .home__hero img.img-fluid {
    max-width: 100%;
  }
}

.home__Youtube h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  color: #faefef;
}
.home__Youtube h3 {
  font-family: "argent-cf", serif;
  color: #FC4C49;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
}
.home__Youtube p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.home__Youtube .youtube-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home__Youtube .youtube-thumbnail {
    aspect-ratio: unset;
    height: 100%;
    border-radius: 8px 0 0 8px;
  }
}
@media (min-width: 1200px) {
  .home__Youtube .youtube-thumbnail {
    border-radius: 8px 8px 0 0;
  }
}
.home__Youtube .thumb-link {
  display: block;
  line-height: 0;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home__Youtube .card__img {
    height: 100%;
    overflow: hidden;
  }
  .home__Youtube .card__img .thumb-link {
    height: 100%;
    display: block;
  }
  .home__Youtube .card__img .thumb-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: unset;
    border-radius: 8px 0 0 8px;
  }
}
.home__Youtube a.seeMore {
  padding: 0rem 0rem 0.3rem 0rem;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  color: #FC4C49;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #FC4C49;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
  align-self: flex-start;
}
.home__Youtube a.seeMore:hover {
  color: #31007F;
  border-color: #31007F;
  text-decoration: none;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}
.home__Youtube .card {
  padding: 25px;
  height: 100%;
  border-radius: 12px;
}
.home__Youtube .card .card-body {
  padding: 1.5rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  justify-content: space-between;
  height: 100%;
}
.home__Youtube .card .card-body .card-title {
  margin: 0;
  margin-bottom: 1rem !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home__Youtube .card .card-body .card-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1em * 1.4 * 3);
  margin-bottom: 1rem !important;
}
.home__Youtube .card .card-body .card-text {
  margin-bottom: 1rem !important;
}

.home__manifest h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
  text-align: left;
}
.home__manifest h3 {
  font-family: "argent-cf", serif;
  font-style: italic;
  color: #31007F;
  font-size: 2.6rem !important;
  margin: 30px 0;
  line-height: 2.8rem;
}
.home__manifest h5 {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.home__manifest p {
  line-height: 1.75rem;
  margin-bottom: 30px;
  font-size: 1.2rem;
}
.home__manifest .text-quote {
  font-size: 2rem !important;
  font-style: italic;
}
.home__manifest .longArrow {
  opacity: 0.5;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 425px) {
  .home__manifest .longArrow {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .home__manifest .longArrow {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .home__manifest .longArrow {
    margin-top: 45px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  .home__manifest .longArrow {
    margin-top: 70px;
    margin-bottom: 100px;
  }
}
@media (min-width: 2160px) {
  .home__manifest .longArrow {
    margin-top: 70px;
    margin-bottom: 100px;
  }
}
.home__manifest .parcourStepOneText {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .home__manifest .parcourStepOneText {
    padding-top: 218px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .home__manifest .parcourStepOneText {
    padding-top: 218px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .home__manifest .parcourStepOneText {
    padding-top: 218px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1600px) {
  .home__manifest .parcourStepOneText {
    padding-top: 220px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1920px) {
  .home__manifest .parcourStepOneText {
    padding-top: 245px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 2160px) {
  .home__manifest .parcourStepOneText {
    padding-top: 222px !important;
    padding-bottom: 0 !important;
  }
}
.home__manifest .parcourStepTwoText {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .home__manifest .parcourStepTwoText {
    padding-top: 148px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .home__manifest .parcourStepTwoText {
    padding-top: 148px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .home__manifest .parcourStepTwoText {
    padding-top: 148px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1600px) {
  .home__manifest .parcourStepTwoText {
    padding-top: 148px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1920px) {
  .home__manifest .parcourStepTwoText {
    padding-top: 158px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 2160px) {
  .home__manifest .parcourStepTwoText {
    padding-top: 148px !important;
    padding-bottom: 0 !important;
  }
}
.home__manifest .parcourStepThreeText {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .home__manifest .parcourStepThreeText {
    padding-top: 200px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .home__manifest .parcourStepThreeText {
    padding-top: 200px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .home__manifest .parcourStepThreeText {
    padding-top: 198px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1600px) {
  .home__manifest .parcourStepThreeText {
    padding-top: 200px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1920px) {
  .home__manifest .parcourStepThreeText {
    padding-top: 65px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 2160px) {
  .home__manifest .parcourStepThreeText {
    padding-top: 200px !important;
    padding-bottom: 0 !important;
  }
}
.home__manifest .img-fluid {
  display: none;
}
@media (min-width: 1200px) {
  .home__manifest .img-fluid {
    display: block;
    bottom: 0;
    right: -25px;
    width: 27%;
  }
}
@media (min-width: 1440px) {
  .home__manifest .img-fluid {
    display: block;
    bottom: 0;
    right: -40px;
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .home__manifest .img-fluid {
    display: block;
    bottom: 0;
    right: -40px;
    width: 23%;
  }
}
@media (min-width: 1920px) {
  .home__manifest .img-fluid {
    display: block;
    bottom: 0;
    right: -40px;
    width: 22%;
  }
}

.home__magnet {
  /*#promoBoxOne,
  #promoBoxTwo,
  #promoBoxThree{
  	background-color: #fff;
  	background-clip: border-box;
  	border: 0;
  	box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  	border-radius: 0.5rem;
  	padding: 20px;
  }
  @media (min-width: 576px) {
  	.home__magnet {

  	}
  	#promoBoxOne,
  	#promoBoxTwo,
  	#promoBoxThree {
  			padding: 50px;
  		}
  	}*/
}
.home__magnet p {
  font-size: 1.2rem;
  line-height: 1.75rem;
}
.home__magnet .promoBox {
  background: transparent !important;
  /* enlever fond blanc ici */
}
.home__magnet .contentBox {
  background-color: #ffffff;
  padding: 1.5rem;
  /* même principe que .card-body de Bootstrap */
  border-radius: 0.5rem;
  /* arrondi similaire aux cards */
  height: 100%;
  /* permet de gérer les hauteurs égales */
  background-clip: border-box;
  border: 0;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .home__magnet .contentBox {
    /*height:710px!important;*/
  }
}
@media (min-width: 1200px) {
  .home__magnet .contentBox {
    /*height:850px!important;*/
  }
}
@media (min-width: 1400px) {
  .home__magnet .contentBox {
    /*height:750px!important;*/
  }
}
@media (min-width: 1600px) {
  .home__magnet .contentBox {
    /*height:720px!important;*/
  }
}
@media (min-width: 1920px) {
  .home__magnet .contentBox {
    /*height:740px!important;*/
  }
}
@media (min-width: 768px) {
  .home__magnet .img-fluid {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .home__magnet .img-fluid {
    max-width: 90%;
  }
}

#unlock.unlock h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  #unlock.unlock h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#unlock.unlock #unlockWrapper img.pictoPointingHand {
  display: none;
  height: 250px !important;
  left: 95px !important;
  bottom: -110px;
  transform: rotate(5deg);
  overflow: hidden;
}
@media (min-width: 1200px) {
  #unlock.unlock #unlockWrapper img.pictoPointingHand {
    display: none;
    height: 225px;
    left: 95px !important;
    bottom: -110px;
  }
}
@media (min-width: 1400px) {
  #unlock.unlock #unlockWrapper img.pictoPointingHand {
    display: flex;
    left: -45px !important;
    bottom: -150px;
    width: 90px;
  }
}
@media (min-width: 1600px) {
  #unlock.unlock #unlockWrapper img.pictoPointingHand {
    display: flex;
    left: 175px !important;
    bottom: -110px;
  }
}
@media (min-width: 1920px) {
  #unlock.unlock #unlockWrapper img.pictoPointingHand {
    display: flex;
    left: -140px !important;
    bottom: -165px;
    width: 115px;
  }
}
#unlock.unlock #unlockWrapper #unlockWrapperList.cardbox {
  background-color: white;
  border: 0;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 35px 20px;
  border-radius: 0.5rem;
}
@media (min-width: 375px) {
  #unlock.unlock #unlockWrapper #unlockWrapperList.cardbox {
    padding: 50px 35px;
  }
}
@media (min-width: 425px) {
  #unlock.unlock #unlockWrapper #unlockWrapperList.cardbox {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  #unlock.unlock #unlockWrapper #unlockWrapperList.cardbox {
    padding: 75px;
  }
}
@media (min-width: 992px) {
  #unlock.unlock #unlockWrapper #unlockWrapperList.cardbox {
    padding: 50px 100px;
  }
}
@media (min-width: 1200px) {
  #unlock.unlock #unlockWrapper #unlockWrapperList.cardbox {
    padding: 50px 100px;
  }
}
@media (min-width: 1400px) {
  #unlock.unlock #unlockWrapper #unlockWrapperList.cardbox {
    padding: 75px 100px;
  }
}
@media (min-width: 1920px) {
  #unlock.unlock #unlockWrapper #unlockWrapperList.cardbox {
    padding: 100px 150px;
  }
}
@media (min-width: 2160px) {
  #unlock.unlock #unlockWrapper #unlockWrapperList.cardbox {
    padding: 100px 150px;
  }
}
#unlock.unlock #unlockWrapper #unlockWrapperList.cardbox ul {
  list-style: none;
  padding-left: 0;
}
#unlock.unlock #unlockWrapper #unlockWrapperList.cardbox ul li {
  padding: 0 0 15px 0;
}
#unlock.unlock #unlockWrapper #unlockWrapperList.cardbox ul li:last-child {
  padding-bottom: 0;
}
#unlock.unlock #unlockWrapper #unlockWrapperList.cardbox ul li span {
  color: #FC4C49;
}
#unlock.unlock #unlockWrapper #unlockWrapperList.cardbox ul li span i {
  font-size: 1.3rem;
  color: #FC4C49;
  padding-top: 6px;
  margin-right: 10px;
}
#unlock.unlock #unlockWrapper #unlockWrapperList.cardbox ul li div {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-style: normal !important;
  font-weight: bold;
  color: #31007f;
}
@media (min-width: 1920px) {
  #unlock.unlock #unlockWrapper #unlockWrapperList.cardbox ul li div {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#unlock.unlock #unlockWrapper #unlockWrapperList.cardbox ul li div span {
  color: #FC4C49;
}

.home__reviews h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .home__reviews h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
.home__reviews img.pictoPotion {
  display: flex;
  width: 300px !important;
  right: -120px !important;
  bottom: -120px;
  transform: rotate(20deg);
  overflow: hidden !important;
}
@media (min-width: 1920px) {
  .home__reviews img.pictoPotion {
    display: flex;
    width: 400px !important;
    right: 60px !important;
    bottom: -140px;
    transform: rotate(20deg);
    overflow: hidden;
  }
}

.about {
  padding-top: 7.5rem;
}

.home__ressources h2,
.home__design h2,
.home__culture h2 {
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #A96674;
}
@media (min-width: 600px) {
  .home__ressources h2,
.home__design h2,
.home__culture h2 {
    margin-top: 6.25rem;
    margin-bottom: 4.0625rem;
    font-size: 2.3rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 1000px) {
  .home__ressources h2,
.home__design h2,
.home__culture h2 {
    font-size: 3rem;
    line-height: 3.7rem;
  }
}
.home__ressources .homeCategory,
.home__design .homeCategory,
.home__culture .homeCategory {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 0.9375rem;
}
.home__ressources .homeCategory div,
.home__design .homeCategory div,
.home__culture .homeCategory div {
  width: 50%;
}
.home__ressources .the__articles .article .articles__image,
.home__design .the__articles .article .articles__image,
.home__culture .the__articles .article .articles__image {
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
.home__ressources .the__articles .article .articles__image img,
.home__design .the__articles .article .articles__image img,
.home__culture .the__articles .article .articles__image img {
  width: 100%;
  height: 100%;
}
.home__ressources .the__articles .article .category,
.home__design .the__articles .article .category,
.home__culture .the__articles .article .category {
  margin: 1rem 0rem;
  color: #31007F;
}
.home__ressources .the__articles .article h3,
.home__design .the__articles .article h3,
.home__culture .the__articles .article h3 {
  padding-bottom: 0.625rem;
}
.home__ressources .the__articles .article h3 a,
.home__design .the__articles .article h3 a,
.home__culture .the__articles .article h3 a {
  color: #31007F;
  /*$pink;*/
  text-decoration: none;
}
.home__ressources .the__articles .article .date,
.home__design .the__articles .article .date,
.home__culture .the__articles .article .date {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #FC4C49;
  /*$violet*/
}
@media (min-width: 600px) {
  .home__ressources .the__articles,
.home__design .the__articles,
.home__culture .the__articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home__ressources .the__articles .article,
.home__design .the__articles .article,
.home__culture .the__articles .article {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .home__ressources .the__articles .article,
.home__design .the__articles .article,
.home__culture .the__articles .article {
    width: 100%;
  }
}

.home__ressources {
  margin: 4.0625rem 0rem;
}
@media (min-width: 600px) {
  .home__ressources {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1440px) {
  .home__ressources {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.home__design {
  margin: 0rem 4.0625rem;
}
@media (min-width: 600px) {
  .home__design {
    margin-top: 4.6875rem;
  }
}
@media (min-width: 1440px) {
  .home__design {
    margin-top: 6.25rem;
  }
}

.home__culture {
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
}
@media (min-width: 600px) {
  .home__culture {
    margin-top: 4.6875rem;
  }
}
@media (min-width: 1440px) {
  .home__culture {
    margin-top: 6.25rem;
    margin-bottom: 9.375rem;
  }
}

.home__podcast h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  color: #faefef;
}
.home__podcast h5 {
  font-family: "argent-cf", serif;
  color: #FC4C49;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
}
.home__podcast p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.home__customers h2 {
  font-size: 3rem;
  line-height: 2.8rem;
}
.home__customers #custom-cursor {
  display: block;
  position: fixed;
  width: 12px;
  height: 12px;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid rgba(180, 140, 220, 0.8);
  background: rgba(180, 140, 220, 0.3);
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 0.25s ease, height 0.25s ease, opacity 0.2s ease;
  z-index: 9999;
  /*&.is-visible {
  	opacity: 0;
  }*/
}
.home__customers #custom-cursor.is-hovering {
  width: 70px;
  height: 70px;
  background: rgba(180, 140, 220, 0.1);
  cursor: pointer;
}
.home__customers #customers__logo:hover li {
  opacity: 0.35;
  filter: saturate(0.5);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.home__customers #customers__logo ul {
  list-style-type: none !important;
  justify-content: space-between;
}
.home__customers #customers__logo ul li {
  width: 45%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
@media (min-width: 768px) {
  .home__customers #customers__logo ul li {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .home__customers #customers__logo ul li {
    width: 25%;
  }
}
.home__customers #customers__logo ul li:hover {
  opacity: 1;
  filter: saturate(1);
}
.home__customers #customers__logo ul li img {
  width: 175px;
  max-height: 150px;
  height: auto;
}
@media (min-width: 768px) {
  .home__customers #customers__logo ul li img {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .home__customers #customers__logo ul li img {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .home__customers #customers__logo ul li img {
    width: 200px;
  }
}
@media (min-width: 1440px) {
  .home__customers #customers__logo ul li img {
    width: 200px;
  }
}
@media (min-width: 1920px) {
  .home__customers #customers__logo ul li img {
    width: 200px;
  }
}
.home__customers p {
  font-size: 1.2rem;
  line-height: 1.75rem;
}

#whyTrust.whyTrust #whyTrustWrapper p {
  font-size: 1.2rem;
  line-height: 1.75rem;
}

#trendsBox img.img-press {
  width: 200px;
}
#trendsBox a.footerLinks {
  font-weight: 500;
  position: relative;
  text-decoration: none;
  line-height: 30px;
  color: #FD9795;
  font-size: 1.2rem;
}
#trendsBox a.footerLinks::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FD9795;
  bottom: -4px;
  right: 0;
  transition: width 0.2s ease-in-out;
}
#trendsBox a.footerLinks:hover::before {
  width: 0;
}

/* Fix pour convertkit overide et supprimer le margin-bottom */
#challenge .convertkit-form.wp-block-convertkit-form form.formkit-form {
  margin-bottom: 0 !important;
}

.formkit-form[data-uid="644dfd0ef6"] [data-style=clean] {
  padding-top: 25px !important;
}

#about h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
}
#about h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
  text-align: left;
}
#about h5 {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
}
#about p {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#about img.img-fluid {
  max-width: 90%;
}
@media (min-width: 576px) {
  #about img.img-fluid {
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  #about img.img-fluid {
    max-width: 65%;
  }
}
@media (min-width: 992px) {
  #about img.img-fluid {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #about img.img-fluid {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  #about img.img-fluid {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  #about img.img-fluid {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  #about img.img-fluid {
    max-width: 100%;
  }
}
@media (min-width: 2560px) {
  #about img.img-fluid {
    max-width: 100%;
  }
}
#about img.pictoCrown {
  display: none;
  width: 90px !important;
  top: 95px !important;
  right: 35px !important;
  transform: rotate(30deg);
}
@media (min-width: 576px) {
  #about img.pictoCrown {
    display: none !important;
    width: 90px !important;
    top: 95px !important;
    right: 35px !important;
  }
}
@media (min-width: 768px) {
  #about img.pictoCrown {
    display: flex !important;
    display: flex;
    width: 95px !important;
    top: -70px !important;
    right: 135px !important;
  }
}
@media (min-width: 992px) {
  #about img.pictoCrown {
    display: flex;
    width: 95px !important;
    top: -70px !important;
    right: 245px !important;
  }
}
@media (min-width: 1024px) {
  #about img.pictoCrown {
    display: flex;
    width: 95px !important;
    top: -70px !important;
    right: 260px !important;
  }
}
@media (min-width: 1100px) {
  #about img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 90px !important;
    right: 290px !important;
  }
}
@media (min-width: 1200px) {
  #about img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 105px !important;
    right: 55px !important;
  }
}
@media (min-width: 1300px) {
  #about img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 75px !important;
    right: 145px !important;
  }
}
@media (min-width: 1440px) {
  #about img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 75px !important;
    right: 145px !important;
  }
}
@media (min-width: 1600px) {
  #about img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 75px !important;
    right: 225px !important;
  }
}
@media (min-width: 1700px) {
  #about img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 75px !important;
    right: 275px !important;
  }
}
@media (min-width: 1800px) {
  #about img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 75px !important;
    right: 320px !important;
  }
}
@media (min-width: 1920px) {
  #about img.pictoCrown {
    display: flex !important;
    width: 100px !important;
    top: 75px !important;
    right: 380px !important;
  }
}
@media (min-width: 2560px) {
  #about img.pictoCrown {
    width: 100px !important;
    top: 75px !important;
    right: 385px !important;
  }
}

#about__intro h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 0;
  text-align: left;
}
#about__intro p {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#about__intro div.quote {
  font-family: "argent-cf", serif;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  color: #31007F;
}
#about__intro div.text-quote {
  font-family: "argent-cf", serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  color: #31007F;
}
#about__intro #about__intro__boxes #about__intro__box__one p {
  font-size: 1.4rem;
  line-height: 2rem;
}
#about__intro #about__intro__boxes #about__intro__box__one p span {
  display: flex-inline;
  color: #FD9795 !important;
}

#about__why h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 0;
  text-align: left;
}
#about__why p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #about__why p {
    margin-bottom: 25px;
  }
}
#about__why div.quote {
  font-family: "argent-cf", serif;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  color: #31007F;
}
#about__why #about__why__boxes #about__why__box__one p {
  font-size: 1.4rem;
  line-height: 2rem;
}
#about__why #about__why__boxes #about__why__box__one p span {
  color: #FD9795 !important;
}
#about__why #about__why__boxes #about__why__box__two p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#about__why #about__why__boxes #about__why__box__two img.aboutNetwork {
  width: 100%;
}
@media (min-width: 1920px) {
  #about__why #about__why__boxes #about__why__box__two img.aboutNetwork {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#about__why #polaroid img.pictoGeek {
  display: none;
  width: 130px !important;
}
@media (min-width: 576px) {
  #about__why #polaroid img.pictoGeek {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  #about__why #polaroid img.pictoGeek {
    display: block !important;
    width: 190px !important;
    right: 75px !important;
    bottom: -60px !important;
  }
}
#about__why #polaroid #promoBoxOne {
  overflow: hidden;
}
#about__why #polaroid #promoBoxOne div.poppyTextSubTitle {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 35px !important;
  text-transform: uppercase;
}
#about__why #polaroid #promoBoxOne p.priceContent {
  line-height: 1.75rem;
  font-size: 1.6rem;
  margin-bottom: 25px;
}
#about__why #polaroid #promoBoxOne p.priceContent span {
  color: #FD9795 !important;
}
#about__why #polaroid #promoBoxOne .aboutContent {
  padding: 80px;
}
#about__why #polaroid #promoBoxOne .contentBox {
  border-radius: 0.5rem;
  padding: 10px;
}
@media (min-width: 576px) {
  #about__why #polaroid #promoBoxOne .contentBox {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  #about__why #polaroid #promoBoxOne .contentBox {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  #about__why #polaroid #promoBoxOne .contentBox {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  #about__why #polaroid #promoBoxOne .contentBox {
    padding: 80px;
  }
}
@media (min-width: 1440px) {
  #about__why #polaroid #promoBoxOne .contentBox {
    padding: 100px;
  }
}
@media (min-width: 1600px) {
  #about__why #polaroid #promoBoxOne .contentBox {
    padding: 100px;
  }
}
@media (min-width: 1920px) {
  #about__why #polaroid #promoBoxOne .contentBox {
    padding: 100px;
  }
}
#about__why #polaroid #promoBoxOne .contentBox ul li span i {
  color: #A87400;
  margin-right: 0.65rem;
}
#about__why #polaroid #promoBoxOne .contentBox ul li p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin: 0 0 20px 0 !important;
}
@media (min-width: 1440px) {
  #about__why #polaroid #promoBoxOne .contentBox ul li p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1920px) {
  #about__why #polaroid #promoBoxOne .contentBox ul li p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#about__why #polaroid #promoBoxOne .contentBox ul li p span {
  color: #FD9795;
}

#about__manifest h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 0;
  text-align: left;
}
#about__manifest p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#about__manifest ul li span i {
  color: #A87400 !important;
  font-size: 20px;
  margin-right: 0.65rem;
}
#about__manifest ul li p {
  font-size: 1.2rem;
  line-height: 1.75rem;
}
#about__manifest ul li p span {
  color: #FD9795 !important;
}
#about__manifest ul li p a {
  color: #FC4C49;
  font-size: 1rem;
  line-height: 2rem;
}
#about__manifest .pictoStrategy {
  width: 85%;
}
@media (min-width: 768px) {
  #about__manifest .pictoStrategy {
    width: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 992px) {
  #about__manifest .pictoStrategy {
    width: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1400px) {
  #about__manifest .pictoStrategy {
    width: 110%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1440px) {
  #about__manifest .pictoStrategy {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1920px) {
  #about__manifest .pictoStrategy {
    width: 100%;
    margin-top: 50px;
  }
}
@media (min-width: 2160px) {
  #about__manifest .pictoStrategy {
    width: 100%;
    margin: 0 !important;
  }
}

#about__values {
  /* voir si semantique ou pas */
}
#about__values h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 0;
  text-align: left;
}
#about__values h3 {
  color: #fff !important;
  font-family: "argent-cf", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin-bottom: 25px;
}
#about__values p {
  line-height: 1.75rem;
  font-size: 1.2rem;
}

#about__credo h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 0;
  text-align: left;
}
#about__credo p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#about__credo .parcourStepOneText {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #about__credo .parcourStepOneText {
    padding-top: 218px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  #about__credo .parcourStepOneText {
    padding-top: 218px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  #about__credo .parcourStepOneText {
    padding-top: 218px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1600px) {
  #about__credo .parcourStepOneText {
    padding-top: 218px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1920px) {
  #about__credo .parcourStepOneText {
    padding-top: 218px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 2160px) {
  #about__credo .parcourStepOneText {
    padding-top: 222px !important;
    padding-bottom: 0 !important;
  }
}

#about__funfacts h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
  text-align: left;
}
#about__funfacts p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#about__funfacts #parcourStepTwo {
  padding-right: 0;
}
@media (min-width: 1920px) {
  #about__funfacts #parcourStepTwo {
    padding-right: 45px;
  }
}
#about__funfacts .parcourStepTwoText {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #about__funfacts .parcourStepTwoText {
    padding-top: 148px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  #about__funfacts .parcourStepTwoText {
    padding-top: 148px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  #about__funfacts .parcourStepTwoText {
    padding-top: 148px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1600px) {
  #about__funfacts .parcourStepTwoText {
    padding-top: 148px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1920px) {
  #about__funfacts .parcourStepTwoText {
    padding-top: 170px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 2160px) {
  #about__funfacts .parcourStepTwoText {
    padding-top: 148px !important;
    padding-bottom: 0 !important;
  }
}

#about__articlesPilier h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
  text-align: left;
}
#about__articlesPilier p {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#about__articlesPilier .blog-item {
  margin-bottom: 50px !important;
}
@media (min-width: 1920px) {
  #about__articlesPilier .blog-item {
    padding-bottom: 100px !important;
  }
}
#about__articlesPilier .blog-item .category a:hover {
  color: #ffffff !important;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #FFF;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}
#about__articlesPilier a.classicButton {
  text-transform: uppercase !important;
}
#about__articlesPilier a.classicButton:hover {
  color: #ffffff !important;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #FFF;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}

#about__offre h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
  text-align: left;
}
#about__offre p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}

a {
  text-transform: none !important;
}

div.category a, .author {
  text-transform: uppercase !important;
}

#author__wrapper p.author__intro {
  font-size: 1.2rem;
  line-height: 1.75rem;
  text-transform: none !important;
}
#author__wrapper .the__articles .blog-item h3 a {
  text-transform: none !important;
}

.sub-menu {
  max-width: 100%;
  /*padding: 24px 0px;
     background-color: $LightPink;*/
  overflow: hidden;
}
.sub-menu nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.sub-menu nav ul:-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
  width: 0;
  height: 0;
}
.sub-menu nav ul li {
  margin: 0rem 1rem;
  list-style: none;
}
.sub-menu nav ul li a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  color: #31007f;
}
.sub-menu nav ul li a.activeSubMenu {
  line-height: 2rem;
  list-style: none;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #410199;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
  padding: 0rem 0rem 0.3rem 0rem;
}

.searchBlock {
  /*padding: 0px 0px 24px 0px;*/
  background-color: #faefef;
}
.searchBlock .searchBar {
  position: relative;
}
.searchBlock .searchBar .searchform {
  width: 100%;
}
.searchBlock .searchBar .searchform .form-control {
  height: calc(3rem + 2px);
  padding: 1rem 1rem;
  border: transparent;
  border-radius: 3rem;
}
.searchBlock .searchBar .searchform .form-control:focus {
  color: #FC4C49 !important;
}
.searchBlock .searchBar .searchform .form-control:focus {
  color: #FC4C49 !important;
}
.searchBlock .searchBar .searchform .searchsubmit {
  visibility: hidden;
}
.searchBlock .searchBar .searchform .searchIcon {
  position: absolute;
  top: 30%;
  /* 50% */
  right: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
.searchBlock .searchBar .searchform .st0:hover {
  opacity: 1;
}

.lastOut {
  padding-top: 1.5rem;
  background-color: #faefef;
}

#article-container {
  position: relative;
  min-height: 1px;
}

#article-container::after {
  content: "";
  display: block;
  clear: both;
}

#article-container .blog-item {
  will-change: transform, opacity;
}

.blogLayout h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
}
.blogLayout h2 {
  margin-bottom: 1.875rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  text-align: center;
  text-transform: normal;
  color: #FC4C49;
  /*$pink;*/
}
.blogLayout h5 {
  font-weight: 900;
}
.blogLayout p {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #31008A;
}
.blogLayout .subtitle {
  padding-top: 50px;
  font-size: 1.4rem;
  font-weight: 900;
}
.blogLayout .the__articles .blog-item {
  margin-bottom: 5rem;
}
.blogLayout .the__articles .blog-item .articles__image {
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
.blogLayout .the__articles .blog-item .category {
  margin: 1rem 0rem;
}
.blogLayout .the__articles .blog-item h3 {
  padding-bottom: 0.625rem;
}
.blogLayout .the__articles .blog-item h3 a {
  color: #31007F;
  /*$pink;*/
  text-decoration: none;
}
.blogLayout .the__articles .blog-item .date {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem !important;
  font-weight: 500;
  color: #FC4C49;
  /*$violet*/
}

#filters {
  height: auto;
  z-index: 15;
  position: relative;
  width: auto;
  padding: 0;
  pointer-events: initial;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
#filters li {
  display: flex;
  opacity: 1;
  position: relative;
  padding: 5px 0;
  margin: 0;
  text-align: center;
}
#filters li .filter-separator {
  display: block;
}
#filters li a {
  display: flex;
  color: #31007F;
  font-weight: 900;
  font-size: 1rem;
  line-height: 52px;
  z-index: 15;
  position: relative;
  overflow: hidden;
  transition: opacity 0.15s ease-in-out;
}
#filters li .list-group-item {
  border: 0;
  padding: 0 20px;
  background-color: #FAEFEF;
  border-radius: 25px;
  cursor: pointer;
}
#filters li .mixitup-control-active {
  color: #FC4C49;
  border-bottom: 0px solid #FC4C49;
  cursor: pointer;
}

.filter-separator:last-child {
  display: none !important;
}

/* Page catégorie et search result navigation des pages */
.navigationPagedBlog {
  display: flex;
  justify-content: space-between;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.navigationPagedBlog .nav__status {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 17px;
  color: #FC4C49;
  /*$violet*/
}
.navigationPagedBlog a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0rem 0rem 0.3rem 0rem;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  color: #FC4C49 !important;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #FC4C49;
}
.navigationPagedBlog a:hover {
  color: #31007F !important;
  font-weight: bold;
  border-bottom: 2px solid #31007F;
  text-decoration: none;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}
.wp-block-pullquote {
  background: #FAEFEF !important;
  border: none;
  padding: 52px 60px;
  border-radius: 16px;
  text-align: center;
  margin: 0 auto;
}
.wp-block-pullquote::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: #FC4C49;
  margin: 28px auto 0;
}
.wp-block-pullquote blockquote {
  margin: 0;
}
.wp-block-pullquote p {
  font-size: 20px;
  line-height: 1.8;
  color: #1A1A2E;
  max-width: 620px;
  margin: 0 auto;
}
.wp-block-pullquote p strong {
  font-weight: 500;
  color: #3C2C7A;
}

/*
.light-content #filters li a {
	color: #fff;
}

#filters:hover li a {
	opacity: 0.4;
}

#filters li a:hover, #filters li a.active {
	opacity: 1;
}

#filters li a span {
	position: relative;
	display: block;
	transition: transform 0.2s;
	transform-origin: 100% 0%;
}

#filters li a span::before {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	content: attr(data-hover);
	font-family: "IM Fell English";
	font-size: 26px;
	font-weight: 500;
}

#filters li a:hover span {
	transform: translateY(-100%);
	transform-origin: 0% 0%;
}

#filters li a.active,
#filters li a.active span {
	border-bottom: 2px solid var(--Poppy);
	color: var(--Poppy);
}
 */
/* Override accordion wp-block */
div.article__content h2:has(+ [data-wp-interactive="core/accordion"]) {
  padding-top: 100px;
}

.first-accordion-block .wp-block-accordion-item:first-child .wp-block-accordion-panel {
  display: block !important;
  height: auto !important;
}

h3.wp-block-accordion-heading {
  padding: 1.15rem 0.8rem !important;
  border-top: 1px solid #FC4C49 !important;
}
h3.wp-block-accordion-heading .wp-block-accordion-heading__toggle {
  padding: 0 !important;
}
h3.wp-block-accordion-heading .wp-block-accordion-heading__toggle h3.wp-block-accordion-heading__toggle-title {
  text-decoration: none !important;
}
h3.wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-icon {
  font-size: 2rem !important;
  color: #FC4C49;
}
h3.wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover {
  text-decoration: none !important;
}
h3.wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none !important;
}

#accordionFAQ h2.faqTitle {
  font-size: 2.3rem !important;
  line-height: 2.6rem !important;
  padding-bottom: 30px !important;
}
#accordionFAQ .accordion .accordion-item {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid #FC4C49 !important;
}
#accordionFAQ .accordion .accordion-item h2.accordion-header {
  color: #31007F !important;
  font-family: "argent-cf", serif;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 1.6rem !important;
  text-transform: none !important;
  font-style: italic !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#accordionFAQ .accordion .accordion-item h2.accordion-header .accordion-button {
  background-color: transparent !important;
  color: #31007F !important;
  font-family: "argent-cf", serif !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 1.6rem !important;
  text-transform: none !important;
  font-style: italic !important;
  box-shadow: none !important;
  padding: 0 !important;
}
#accordionFAQ .accordion .accordion-item h2.accordion-header .accordion-button:not(.collapsed) {
  padding: 0 !important;
}
#accordionFAQ .accordion .accordion-item .accordion-body {
  font-family: "Raleway", sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1.8rem !important;
  color: #31007F !important;
  padding: 1.15rem 0.8rem !important;
}
#accordionFAQ .accordion .accordion-item .accordion-body p {
  font-size: 1.2rem !important;
}

.wp-block-button__link {
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: block !important;
  position: relative !important;
  padding: 0.625rem 0.925rem 0.625rem 0.925rem !important;
  cursor: pointer !important;
  overflow: hidden !important;
  -webkit-appearance: inherit !important;
  background-color: #FC4C49 !important;
  color: #fff !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  border: 2px solid #FC4C49 !important;
  border-radius: 35px !important;
  font-style: normal !important;
  text-decoration: none !important;
}
.wp-block-button__link a {
  font-style: normal !important;
  text-decoration: none !important;
}
.wp-block-button__link a:hover {
  font-style: normal !important;
  text-decoration: none !important;
}
.wp-block-button__link:hover {
  background-color: #FFF !important;
  color: #FC4C49 !important;
  text-decoration: none !important;
}

figure.wp-block-pullquote {
  background: #FAEFEF;
  border: none;
  padding: 50px !important;
  border-radius: 16px;
  text-align: center;
  margin: 0 auto !important;
}
figure.wp-block-pullquote::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: #FC4C49;
  margin: 28px auto 0;
}
figure.wp-block-pullquote blockquote {
  margin: 0;
}
figure.wp-block-pullquote p {
  font-size: 20px;
  line-height: 1.8;
  color: #31007F;
  max-width: 620px;
  margin: 0 auto;
}
figure.wp-block-pullquote p strong {
  font-weight: 500;
  color: #3C2C7A;
}

ul.wp-block-list li {
  font-size: 1.2rem !important;
  line-height: 1.75rem;
}

/*.header__theme__single_download{

	padding-top:3rem;
	padding-bottom: 3rem;
}
*/
.header__theme__single_download {
  padding-top: 4.6875rem;
  padding-bottom: 3.125rem;
}
.header__theme__single_download h1 {
  margin-bottom: 4.6875rem;
}

#downloads .downloads__image, #downloads .downloads__image__upsell, #single__download .downloads__image, #single__download .downloads__image__upsell, #more__downloads .downloads__image, #more__downloads .downloads__image__upsell, single .downloads__image, single .downloads__image__upsell {
  display: flex;
}
#downloads .downloads__image img, #downloads .downloads__image__upsell img, #single__download .downloads__image img, #single__download .downloads__image__upsell img, #more__downloads .downloads__image img, #more__downloads .downloads__image__upsell img, single .downloads__image img, single .downloads__image__upsell img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#downloads .download__category, #single__download .download__category, #more__downloads .download__category, single .download__category {
  margin: 1rem 0rem;
}
#downloads .download__category a, #single__download .download__category a, #more__downloads .download__category a, single .download__category a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0rem 0rem 0.3rem 0rem;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  color: #FC4C49;
  /*$pink*/
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #31007f;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}
#downloads .download__category a:hover, #single__download .download__category a:hover, #more__downloads .download__category a:hover, single .download__category a:hover {
  color: #A96674;
  border-color: #A96674;
  text-decoration: none;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}
#downloads h3, #single__download h3, #more__downloads h3, single h3 {
  padding-bottom: 0.625rem;
}
#downloads h3 a, #single__download h3 a, #more__downloads h3 a, single h3 a {
  color: #A96674;
  text-decoration: none;
}
#downloads .download__price, #single__download .download__price, #more__downloads .download__price, single .download__price {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #FC4C49;
  /*$violet*/
}

.bg-pink {
  background-color: #faefef;
}

.bg-white {
  background-color: #ffffff;
}

#wrapper__factory #header h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
}

.search__results h2 {
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #A96674;
}
@media (min-width: 600px) {
  .search__results h2 {
    margin-top: 6.25rem;
    margin-bottom: 4.0625rem;
    font-size: 2.3rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 1000px) {
  .search__results h2 {
    font-size: 3rem;
    line-height: 3.7rem;
  }
}
.search__results .homeCategory {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 0.9375rem;
}
.search__results .homeCategory div {
  width: 50%;
}
.search__results .the__articles .blog-item .articles__image {
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
.search__results .the__articles .blog-item .category {
  margin: 1rem 0rem;
}
.search__results .the__articles .blog-item h3 {
  padding-bottom: 0.625rem;
}
.search__results .the__articles .blog-item h3 a {
  color: #31007F;
  text-decoration: none;
}
.search__results .the__articles .blog-item .date {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #FC4C49;
  /*$violet*/
}
@media (min-width: 600px) {
  .search__results .the__articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.search__results {
  margin: 4.0625rem 0rem;
}
@media (min-width: 600px) {
  .search__results {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1440px) {
  .search__results {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

#searchform {
  /* Styles spécifiques pour le placeholder */
}
#searchform textarea:focus,
#searchform textarea.form-control:focus,
#searchform input.form-control:focus,
#searchform input[type=text]:focus,
#searchform input[type=password]:focus,
#searchform input[type=email]:focus,
#searchform input[type=number]:focus,
#searchform [type=text].form-control:focus,
#searchform [type=password].form-control:focus,
#searchform [type=email].form-control:focus,
#searchform [type=tel].form-control:focus,
#searchform [contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  color: #31007F !important;
  font-weight: 900;
}
#searchform input {
  color: #31007F !important;
  font-weight: 900;
  border-radius: 0;
  border-bottom: 1px solid #FC4C49;
}
#searchform ::-webkit-input-placeholder {
  /* Pour Chrome/Opera/Safari */
  color: #FC4C49;
  /* Couleur du texte du placeholder */
  font-weight: 900;
}
#searchform ::-moz-placeholder {
  /* Pour Firefox 19+ */
  color: #FC4C49;
  /* Couleur du texte du placeholder */
  font-weight: 900;
}
#searchform :-ms-input-placeholder {
  /* Pour Internet Explorer */
  color: #FC4C49;
  /* Couleur du texte du placeholder */
  font-weight: 900;
}

.header__theme {
  padding-top: 6.25rem;
  text-align: center;
}
.header__theme h1 {
  font-size: 3rem;
  padding-bottom: 2.1875rem;
}

.header__theme__shop {
  padding-top: 6.25rem;
}
.header__theme__shop h1 {
  font-size: 3rem;
  padding-bottom: 5.3125rem;
  text-align: center;
}

.row_padding_top {
  padding-top: 8vw !important;
}

.navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.navigation .nav__status {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 17px;
  color: #FC4C49;
}
.navigation .nav__prev a, .navigation .nav__next a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0rem 0rem 0.3rem 0rem;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  color: #FC4C49;
  /*$violet*/
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #FC4C49;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}
.navigation .nav__prev a:hover, .navigation .nav__next a:hover {
  color: #31007F;
  border-color: #31007F;
  text-decoration: none;
  transition: all 0.5s ease;
  transition-delay: 0.15s;
}

.theme__articles {
  padding-top: 4.375rem;
  padding-bottom: 7.5rem;
}
.theme__articles .the__articles .article {
  margin-bottom: 5rem;
}
.theme__articles .the__articles .article .articles__image {
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
.theme__articles .the__articles .article .articles__image img {
  width: 100%;
  height: 100%;
}
.theme__articles .the__articles .article .category {
  margin: 1rem 0rem;
}
.theme__articles .the__articles .article h3 {
  padding-bottom: 0.625rem;
}
.theme__articles .the__articles .article h3 a {
  color: #31007F;
  text-decoration: none;
}
.theme__articles .the__articles .article .date {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #FC4C49;
  /*$violet*/
}
@media (min-width: 600px) {
  .theme__articles .the__articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .theme__articles .the__articles .article {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .theme__articles .the__articles .article {
    width: 31%;
  }
}

.article__header {
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
}
.article__header .category {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.75rem;
}
.article__header h1 {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  line-height: 2.3rem;
  text-align: center;
  text-transform: none;
}
@media (min-width: 600px) {
  .article__header h1 {
    font-size: 2.3rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 1000px) {
  .article__header h1 {
    font-size: 3rem;
    line-height: 3.7rem;
  }
}
.article__header .the__date {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.875rem auto 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}

.article__content {
  margin-top: 0;
  margin-bottom: 0;
}
.article__content h1 {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  text-align: left;
  text-transform: none;
}
.article__content h2 {
  padding-bottom: 1.875rem;
  font-size: 1.8rem;
  text-transform: none;
}
.article__content h3 {
  padding-top: 2.5rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
}
.article__content p {
  padding: 0.9375rem 0;
  font-size: 1.2rem;
  line-height: 1.75rem;
}
.article__content a {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: #FC4C49;
  text-decoration: underline !important;
}
.article__content a:hover {
  color: #FC4C49;
}
.article__content figure {
  padding: 1.25rem 0;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
}
.article__content figure img {
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .article__content figure {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1000px) {
  .article__content figure {
    margin-top: 2.8125rem;
  }
}
.article__content .wp-block-image figcaption,
.article__content .wp-block-embed-youtube figcaption {
  margin-top: 1.25rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6rem;
  text-align: right;
  color: rgba(65, 1, 153, 0.7);
}
.article__content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 350px;
}
@media (min-width: 1440px) {
  .article__content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    height: 500px;
  }
}
.article__content ul,
.article__content ol {
  padding-left: 1.25rem;
}
.article__content ul li,
.article__content ol li {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #FC4C49;
}
.article__content ol li {
  margin-left: 1.2rem;
}

.article__footer {
  margin-top: 0;
  margin-bottom: 4.0625rem;
}
.article__footer .writtent__by {
  display: flex;
  justify-content: center;
}
.article__footer .writtent__by p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  color: #31007f;
}
.article__footer .writtent__by p.author-bio {
  font-weight: 500;
  text-transform: none;
}

#socials__share {
  margin-bottom: 7.5rem;
}
#socials__share nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
}
#socials__share nav ul li {
  width: 40px;
  height: 40px;
  margin: 0 0.625rem;
  border: 1px solid #31007f;
  border-radius: 50px;
  transition: opacity 0.2s ease-in-out;
}
#socials__share nav ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #31007f !important;
  text-decoration: none;
}
#socials__share nav ul li a i {
  font-size: 1.2rem;
}
#socials__share nav ul li:hover {
  border-color: #31007f;
}
#socials__share nav ul li:hover a {
  color: #31007f;
}

.privacy__head {
  height: 50vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(65, 1, 153, 0.8);
  box-shadow: 4px 4px 20px #000;
}
.privacy__head .privacy__info h4 {
  padding-bottom: 1.5625rem;
}
.privacy__head .privacy__imageBack {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: -10;
  background-image: url("../img/_LAF_video_jelly.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .privacy__head {
    height: 300px;
  }
}
@media (min-width: 1440px) {
  .privacy__head {
    height: 400px;
  }
}

.privacy__content {
  padding-top: 4.6875rem;
  padding-bottom: 7.1875rem;
}
.privacy__content .privacy__details h2 {
  padding-top: 2.1875rem;
  padding-bottom: 1.25rem;
}
.privacy__content .privacy__details h3 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .privacy__content {
    padding-top: 9.375rem;
    padding-bottom: 11.25rem;
  }
}

.notice__content {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.menu__cgv {
  display: block;
  padding-bottom: 50px;
}
.menu__cgv ul {
  list-style: none;
}
.menu__cgv ul li {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #FC4C49;
  /*$violet*/
  padding-bottom: 10px;
  cursor: pointer;
}
.menu__cgv ul li span {
  padding-left: 10px;
}
@media (max-width: 575px) {
  .menu__cgv {
    display: none;
  }
}
@media (min-width: 576px) {
  .menu__cgv {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu__cgv {
    display: none;
  }
}
@media (min-width: 1024px) {
  .menu__cgv {
    display: block;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .menu__cgv {
    padding-bottom: 0;
  }
}

.cgv-list {
  margin-bottom: 15px;
  padding-left: 15px;
  list-style: none;
}
.cgv-list li {
  font-family: "Raleway", sans-serif;
  color: #31007f;
  padding-bottom: 10px;
  font-weight: 500;
  cursor: pointer;
  list-style: disc;
}
.cgv-list li span {
  padding-left: 10px;
}

.cgv__title {
  padding-bottom: 1.875rem;
}
.cgv__title h3 {
  font-size: 1.5rem;
}

.cgv__content h4 {
  color: #FC4C49;
  font-weight: bold;
}
.cgv__content p {
  margin-bottom: 0.9375rem;
}
.cgv__content p strong a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #FC4C49;
  /*$violet*/
}
.cgv__content p strong a:hover {
  color: #FC4C49;
  /*$violet*/
}
.cgv__content ul {
  margin-bottom: 0.9375rem;
}
.cgv__content ul strong a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #FC4C49;
  /*$violet*/
}
.cgv__content ul strong a:hover {
  color: #FC4C49;
  /*$violet*/
}

.notice__button {
  margin-bottom: 2.8125rem;
}

.notice {
  display: block;
  padding-bottom: 45px;
}
.notice:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .notice {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .notice {
    display: none;
  }
}
@media (min-width: 1440px) {
  .notice {
    display: none;
  }
}

.active {
  display: block;
}

.fourOFour__head {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #faefef;
}
.fourOFour__head .forOFour__info {
  text-align: center;
}
.fourOFour__head .forOFour__info h1 {
  font-size: 6rem;
  line-height: 6.5rem;
}
.fourOFour__head .forOFour__info h2, .fourOFour__head .forOFour__info h3, .fourOFour__head .forOFour__info h4 {
  color: #31007F;
  font-family: "argent-cf", serif;
}
.fourOFour__head .forOFour__info p {
  padding-top: 2.1875rem;
  padding-bottom: 2.8125rem;
  color: #31007F;
}
.fourOFour__head .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.fourOFour__head .video .video__imageforOFour {
  width: 100vw;
  height: 100vh;
  background-image: url("../img/_LAF_video_sea.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .fourOFour__head .forOFour__info h1 {
    font-size: 9rem;
    line-height: 9.5rem;
  }
}
@media (min-width: 1440px) {
  .fourOFour__head .forOFour__info h1 {
    font-size: 12rem;
    line-height: 12.5rem;
  }
}

.navbar {
  background-color: #fff;
}

.navbar-scroll .navbar-brand,
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
  color: #112f6b;
}

.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
  color: #112f6b;
}

.navbar-scrolled {
  background-color: #dddde4;
}

@media (max-width: 450px) {
  #intro {
    height: 950px !important;
  }
}
@media (min-width: 550px) and (max-width: 750px) {
  #intro {
    height: 1100px !important;
  }
}
@media (min-width: 800px) and (max-width: 990px) {
  #intro {
    height: 600px !important;
  }
}
.legal__info {
  padding-top: 30px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

#wrapper__bilan .vh-75 {
  height: 75vh;
}
#wrapper__bilan .vh-90 {
  height: 90vh;
}
#wrapper__bilan .py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
#wrapper__bilan .py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
#wrapper__bilan .pt-100 {
  padding-top: 100px;
}
#wrapper__bilan .pb-100 {
  padding-bottom: 100px;
}
#wrapper__bilan .py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
#wrapper__bilan .pt-75 {
  padding-top: 75px;
}
#wrapper__bilan .pb-75 {
  padding-bottom: 75px;
}
#wrapper__bilan .py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#wrapper__bilan .pt-50 {
  padding-top: 50px;
}
#wrapper__bilan .pb-50 {
  padding-bottom: 50px;
}
#wrapper__bilan .my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
#wrapper__bilan .mt-100 {
  margin-top: 100px;
}
#wrapper__bilan .mb-100 {
  margin-bottom: 100px;
}
#wrapper__bilan .my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
#wrapper__bilan .mt-50 {
  margin-top: 50px;
}
#wrapper__bilan .mb-50 {
  margin-bottom: 50px;
}
#wrapper__bilan .pt-default {
  padding-top: 75px;
}
#wrapper__bilan .pb-default {
  padding-bottom: 75px;
}
#wrapper__bilan .py-default {
  padding-top: 75px;
  padding-bottom: 75px;
}
#wrapper__bilan .mt-default {
  margin-top: 75px;
}
#wrapper__bilan .mb-default {
  margin-bottom: 75px;
}
#wrapper__bilan .my-default {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (min-width: 1200px) {
  #wrapper__bilan .mt-xl {
    margin-top: 100px;
  }
  #wrapper__bilan .mb-xl {
    margin-bottom: 100px;
  }
  #wrapper__bilan .my-xl {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #wrapper__bilan .pt-xl {
    padding-top: 100px;
  }
  #wrapper__bilan .pb-xl {
    padding-bottom: 100px;
  }
  #wrapper__bilan .py-xl {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  #wrapper__bilan .mt-xl {
    margin-top: 150px;
  }
  #wrapper__bilan .mb-xl {
    margin-bottom: 150px;
  }
  #wrapper__bilan .my-xl {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  #wrapper__bilan .pt-xl {
    padding-top: 150px;
  }
  #wrapper__bilan .pb-xl {
    padding-bottom: 150px;
  }
  #wrapper__bilan .py-xl {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 2560px) {
  #wrapper__bilan .mt-xl {
    margin-top: 200px;
  }
  #wrapper__bilan .mb-xl {
    margin-bottom: 200px;
  }
  #wrapper__bilan .my-xl {
    margin-top: 200px;
    margin-bottom: 210px;
  }
  #wrapper__bilan .pt-xl {
    padding-top: 200px;
  }
  #wrapper__bilan .pb-xl {
    padding-bottom: 200px;
  }
  #wrapper__bilan .py-xl {
    padding-top: 20px;
    padding-bottom: 200px;
  }
}
#wrapper__bilan .text-poppy {
  color: #FC4C49;
}
#wrapper__bilan .text-pink {
  color: #FD9795 !important;
}
#wrapper__bilan #header h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
}
#wrapper__bilan #header h5 {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 0;
}
#wrapper__bilan #header p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#wrapper__bilan #header p .callToAction {
  margin-top: 55px;
  margin-bottom: 75px;
}
#wrapper__bilan #header #buttonHeaderWrapper.buttonWrapper {
  padding-top: 50px;
  padding-bottom: 75px;
}
#wrapper__bilan #introBilan h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0;
}
#wrapper__bilan #introBilan h5 {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 0;
}
#wrapper__bilan #introBilan p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#wrapper__bilan #introBilan .buttonEnvoyer {
  border-radius: 35px !important;
}
#wrapper__bilan #bravo h2 {
  font-size: 3rem !important;
  text-align: left;
  margin: 20px 0;
  line-height: 2.6rem;
}
#wrapper__bilan #bravo p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  #wrapper__bilan #bravo p {
    padding-bottom: 0;
  }
}
#wrapper__bilan #bravo p.endText {
  padding-bottom: 0;
}
#wrapper__bilan #bravo .longArrow {
  margin-top: 50px;
  margin-bottom: 75px;
  opacity: 1;
}
@media (min-width: 425px) {
  #wrapper__bilan #bravo .longArrow {
    margin-top: 50px;
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) {
  #wrapper__bilan #bravo .longArrow {
    margin-top: 50px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1400px) {
  #wrapper__bilan #bravo .longArrow {
    margin-top: 75px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  #wrapper__bilan #bravo .longArrow {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 2160px) {
  #wrapper__bilan #bravo .longArrow {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}
@media (min-width: 1440px) {
  #wrapper__bilan #spacer__bilan .extra-spacer-v {
    height: 25px;
  }
}
#wrapper__bilan #voici h2 {
  font-size: 3rem !important;
  text-align: left;
  margin: 0px 0 75px 0px;
  line-height: 2.6rem;
}
#wrapper__bilan #voici #whiteContentBox {
  background-color: white;
  border: 0;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 25px;
  border-radius: 0.5rem;
}
@media (min-width: 576px) {
  #wrapper__bilan #voici #whiteContentBox {
    padding: 55px;
  }
}
@media (min-width: 992px) {
  #wrapper__bilan #voici #whiteContentBox {
    padding: 75px;
  }
}
#wrapper__bilan #voici #whiteContentBox h3 {
  font-size: 2.3rem !important;
  text-align: left;
  line-height: 2.3rem;
}
#wrapper__bilan #voici #whiteContentBox p {
  font-size: 1.2rem;
  padding-bottom: 15px;
}
#wrapper__bilan #voici #whiteContentBox ul {
  list-style: none;
  padding: 0;
}
#wrapper__bilan #voici #whiteContentBox ul li {
  padding: 5px 0;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  color: #410099;
}
#wrapper__bilan #voici h3.quote {
  font-size: 2rem !important;
  margin: 100px 0 0 0;
  line-height: 2.6rem;
}
#wrapper__bilan #reviews__bilan h2 {
  font-size: 3rem !important;
  text-align: left;
  margin-bottom: 75px;
  line-height: 2.6rem;
}
#wrapper__bilan #reviews__bilan h3.quote {
  font-size: 2rem !important;
  padding-top: 100px;
  line-height: 2.6rem;
}
#wrapper__bilan #reviews__bilan ul {
  list-style: none;
  padding: 0;
}
#wrapper__bilan #reviews__bilan ul li.review {
  padding: 5px 0;
  color: #31007F;
  font-weight: normal;
  margin-right: 0px;
}
@media (min-width: 576px) {
  #wrapper__bilan #reviews__bilan ul li.review {
    padding: 10px;
  }
}
#wrapper__bilan #reviews__bilan ul li.review div.review__body {
  background-color: white;
  border: 0;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 20px;
  border-radius: 0.5rem;
}
#wrapper__bilan #reviews__bilan ul li.review div.review__body span.reviewName {
  padding-top: 5px;
}
#wrapper__bilan #reviews__bilan ul li.review:last-child {
  margin-right: 0px;
}

/* END wrapper__bilan*/
span {
  display: inline-block;
  position: relative;
}

.header__theme {
  padding-top: 5.25rem;
  text-align: center;
}

.footer {
  height: auto;
}

/* Small devices (landscape phones, 576px and up)  */
@media (min-width: 425px) {
  #wrapper__bilan .text-poppy {
    color: #FC4C49;
  }
  #wrapper__bilan .text-pink {
    color: #FD9795 !important;
  }
  #wrapper__bilan ul {
    list-style: none;
    padding: 0;
  }
  #wrapper__bilan li {
    padding: 5px 0;
  }
  #wrapper__bilan span {
    display: inline-block;
    position: relative;
  }
  #wrapper__bilan .header__theme {
    padding-top: 6.25rem;
    text-align: center;
  }
  #wrapper__bilan #header h1 {
    font-size: 3rem;
    line-height: 2.6rem;
    text-transform: none !important;
  }
  #wrapper__bilan #header .subtitle {
    padding-top: 50px;
    font-size: 1.4rem;
    font-weight: 900;
  }
  #wrapper__bilan #header p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #header #opportunityTwo {
    padding-bottom: 0;
  }
  #wrapper__bilan #problems.problems #convaincre #wrapperGirl {
    padding-left: 15px;
  }
  #wrapper__bilan #problems.problems #convaincre #wrapperGirl #wrapperGirlPicto {
    padding-right: 50px;
  }
  #wrapper__bilan #problems.problems #convaincre h2 {
    font-size: 2.3rem !important;
    text-align: center;
    margin: 30px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #problems.problems #convaincre p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #problems.problems #pourtant {
    margin-top: 0;
    margin-bottom: 0;
  }
  #wrapper__bilan #problems.problems #pourtant h2 {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    text-align: center;
    margin: 30px 0;
  }
  #wrapper__bilan #problems.problems #pourtant p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #opportunity.opportunity h2 {
    font-size: 2.8rem !important;
    text-align: left;
    margin: 30px 0;
    line-height: 3rem;
  }
  #wrapper__bilan #opportunity.opportunity .text-quote {
    font-size: 2rem !important;
    font-style: italic;
  }
  #wrapper__bilan #opportunity.opportunity h5 {
    font-family: "argent-cf", serif;
    font-size: 1.625rem;
  }
  #wrapper__bilan #opportunity.opportunity p {
    line-height: 1.75rem;
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoMarketing {
    height: 230px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoPlanning {
    height: 150px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoStrategy {
    height: 200px;
  }
  #wrapper__bilan #opportunity.opportunity .card i.fa-solid.fa-check {
    color: #FAEFEF;
  }
  #wrapper__bilan #solution.solution {
    /*min-height: 60vh;*/
  }
  #wrapper__bilan #solution.solution #moduleWrapper .arrow-container {
    margin-top: 5rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper h2 {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    margin: 30px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper i.fa-solid.fa-arrow-down-long {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleSkin {
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleBoxFull {
    width: 100%;
    margin-bottom: 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h2 {
    font-size: 2.3rem !important;
    margin: 20px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h3 {
    font-size: 1.7rem;
    margin: 20px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul {
    list-style-type: none;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li i.fa-solid.fa-circle-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .buttonWrapper .buttonEnvoyer {
    padding: 0.625rem 0.925rem 0.625rem 0.925rem;
    font-size: 1rem !important;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper {
    overflow: hidden;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .text-quote {
    font-size: 2rem !important;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 2.6rem;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .workout {
    position: absolute;
    right: -25px;
    top: -130px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    position: absolute;
    right: -30px;
    top: -60px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul {
    list-style-type: none;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
    padding: 20px 0;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-check {
    color: #FFF;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-xmark {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul hr {
    background-color: currentColor;
  }
  #wrapper__bilan #feedbacks.feedbacks h2 {
    font-size: 2.6rem !important;
    margin: 30px 0px;
    line-height: 2.6rem;
  }
  #wrapper__bilan #feedbacks.feedbacks .card-title {
    font-family: "argent-cf", serif;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox {
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    position: absolute;
    bottom: 0px;
    right: 15px;
    width: unset;
    height: 90px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h2 {
    font-size: 2.3rem !important;
    margin: 20px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: Opx !important;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.strikePrice {
    line-height: 1.3rem;
    margin: 20px 0;
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.offerPrice {
    line-height: 1.3rem;
    margin: 20px 0;
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.bigPrice {
    font-family: "argent-cf", serif;
    font-size: 60pt;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.warning {
    margin: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #410099;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li i.fa-solid.fa-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper span {
    font-size: 1rem;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper h2.faqTitle {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item {
    background-color: transparent !important;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #FC4C49 !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 {
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 .accordion-button {
    background-color: transparent;
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
    box-shadow: none;
    padding: 1.15rem 0.8rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body {
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #31007F;
    padding: 1.15rem 0.8rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body p {
    font-size: 1.2rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .buttonWrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #wrapper__bilan .footer {
    height: auto;
  }
}
/* Small devices (landscape phones, 576px and up)  */
@media (min-width: 576px) {
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox {
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    position: absolute;
    bottom: 0px;
    right: 45px;
    width: unset;
    height: 200px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    position: absolute;
    bottom: 0px;
    right: 25px;
    width: unset;
    height: 150px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .buttonWrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .buttonWrapper span {
    font-size: 1rem;
  }
}
/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) {
  #wrapper__bilan .text-poppy {
    color: #FC4C49;
  }
  #wrapper__bilan .text-pink {
    color: #FD9795 !important;
  }
  #wrapper__bilan #navbar {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 15px;
    z-index: 1000;
  }
  #wrapper__bilan ul {
    list-style: none;
    padding: 0;
  }
  #wrapper__bilan li {
    padding: 5px 0;
  }
  #wrapper__bilan span {
    display: inline-block;
    position: relative;
  }
  #wrapper__bilan nav a {
    display: inline-block;
    color: #31007f;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    font-style: "Raleway", sans-serif;
  }
  #wrapper__bilan .circle {
    height: 10px;
    width: 10px;
    left: -10px;
    border-radius: 50%;
    background-color: #31007f;
  }
  #wrapper__bilan .rect {
    height: 3px;
    width: 0;
    left: 0;
    bottom: 4px;
    background-color: #31007f;
    transition: transform 0.6s, width 1s;
  }
  #wrapper__bilan nav a:hover, #wrapper__bilan nav .active-section {
    color: #FC4C49;
  }
  #wrapper__bilan nav a:hover span, #wrapper__bilan nav .active-section span {
    background-color: #FC4C49;
  }
  #wrapper__bilan nav .active-section .rect {
    width: 40px;
  }
  #wrapper__bilan .header__theme {
    padding-top: 6.25rem;
    text-align: center;
  }
  #wrapper__bilan #header h1 {
    font-size: 2.3rem;
    line-height: 2.5rem;
    text-transform: none !important;
  }
  #wrapper__bilan #header .subtitle {
    padding-top: 50px;
    font-size: 1.4rem;
    font-weight: 900;
  }
  #wrapper__bilan #header p {
    line-height: 1.75rem;
    font-size: 1.2rem;
  }
  #wrapper__bilan #header #opportunityTwo {
    padding-bottom: 0;
  }
  #wrapper__bilan #problems.problems #convaincre #wrapperGirl {
    padding-left: 15px;
  }
  #wrapper__bilan #problems.problems #convaincre #wrapperGirl #wrapperGirlPicto {
    padding-right: 50px;
  }
  #wrapper__bilan #problems.problems #convaincre h2 {
    font-size: 2.3rem !important;
    text-align: center;
    margin: 30px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #problems.problems #convaincre p {
    line-height: 1.75rem;
    font-size: 1.2rem;
  }
  #wrapper__bilan #problems.problems #pourtant {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
  #wrapper__bilan #problems.problems #pourtant #wrapperHearth {
    padding-right: 30px;
  }
  #wrapper__bilan #problems.problems #pourtant h2 {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    text-align: center;
    margin: 30px 0;
  }
  #wrapper__bilan #problems.problems #pourtant p {
    line-height: 1.75rem;
    font-size: 1.2rem;
  }
  #wrapper__bilan #opportunity.opportunity h2 {
    font-size: 2.8rem !important;
    text-align: left;
    margin: 30px 0;
    line-height: 3rem;
  }
  #wrapper__bilan #opportunity.opportunity .text-quote {
    font-size: 2rem !important;
    font-style: italic;
  }
  #wrapper__bilan #opportunity.opportunity h5 {
    font-family: "argent-cf", serif;
    font-size: 1.625rem;
  }
  #wrapper__bilan #opportunity.opportunity p {
    line-height: 1.75rem;
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoMarketing {
    height: 230px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoPlanning {
    height: 150px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoStrategy {
    height: 200px;
  }
  #wrapper__bilan #opportunity.opportunity .card i.fa-solid.fa-check {
    color: #FAEFEF;
  }
  #wrapper__bilan #solution.solution #moduleWrapper h2 {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    margin: 30px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleBox {
    width: 100%;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h2 {
    font-size: 2.3rem !important;
    margin: 20px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h3 {
    font-size: 1.7rem;
    margin: 20px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul {
    list-style-type: none;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li i.fa-solid.fa-circle-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .buttonWrapper .buttonEnvoyer {
    padding: 0.625rem 0.925rem 0.625rem 0.925rem;
    font-size: 1rem !important;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .text-quote {
    font-size: 2rem !important;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 2.6rem;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .workout {
    position: absolute;
    right: 0px;
    top: -90px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    position: absolute;
    right: 0;
    top: 0;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul {
    list-style-type: none;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
    padding: 20px 0;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-check {
    color: #FFF;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-xmark {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul hr {
    background-color: currentColor;
  }
  #wrapper__bilan #feedbacks.feedbacks h2 {
    font-size: 2.6rem !important;
    margin: 30px 0px;
    line-height: 2.6rem;
  }
  #wrapper__bilan #feedbacks.feedbacks .card-title {
    font-family: "argent-cf", serif;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox #priceLeftBox {
    padding-top: 25px;
    padding-bottom: 75px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    position: absolute;
    bottom: 0px;
    right: 45px;
    width: unset;
    height: 185px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h2 {
    font-size: 2.3rem !important;
    margin: 20px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.strikePrice {
    line-height: 1.3rem;
    margin: 20px 0;
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.bigPrice {
    font-family: "argent-cf", serif;
    font-size: 60pt;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.warning {
    margin: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #410099;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li i.fa-solid.fa-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper span {
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper #warrantyWrapper br {
    display: block;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper h2.faqTitle {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item {
    background-color: transparent !important;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #FC4C49 !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 {
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 .accordion-button {
    background-color: transparent;
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
    box-shadow: none;
    padding: 1.15rem 0.8rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body {
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #31007F;
    padding: 1.15rem 0.8rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body p {
    font-size: 1.2rem !important;
  }
  #wrapper__bilan .footer {
    height: auto;
  }
}
/* Large devices (desktops, 992px and up)  */
@media (min-width: 992px) {
  #wrapper__bilan .text-poppy {
    color: #FC4C49;
  }
  #wrapper__bilan .text-pink {
    color: #FD9795 !important;
  }
  #wrapper__bilan #navbar {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 15px;
    z-index: 1000;
  }
  #wrapper__bilan ul {
    list-style: none;
    padding: 0;
  }
  #wrapper__bilan li {
    padding: 5px 0;
  }
  #wrapper__bilan span {
    display: inline-block;
    position: relative;
  }
  #wrapper__bilan nav a {
    display: inline-block;
    color: #31007f;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    font-style: "Raleway", sans-serif;
  }
  #wrapper__bilan .circle {
    height: 10px;
    width: 10px;
    left: -10px;
    border-radius: 50%;
    background-color: #31007f;
  }
  #wrapper__bilan .rect {
    height: 3px;
    width: 0;
    left: 0;
    bottom: 4px;
    background-color: #31007f;
    transition: transform 0.6s, width 1s;
  }
  #wrapper__bilan nav a:hover, #wrapper__bilan nav .active-section {
    color: #FC4C49;
  }
  #wrapper__bilan nav a:hover span, #wrapper__bilan nav .active-section span {
    background-color: #FC4C49;
  }
  #wrapper__bilan nav .active-section .rect {
    width: 40px;
  }
  #wrapper__bilan .header__theme {
    padding-top: 6.25rem;
    text-align: center;
  }
  #wrapper__bilan #header h1 {
    font-size: 2.3rem;
    line-height: 2.5rem;
    text-transform: none !important;
  }
  #wrapper__bilan #header .subtitle {
    padding-top: 50px;
    font-size: 1.4rem;
    font-weight: 900;
  }
  #wrapper__bilan #header p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #problems.problems #convaincre paddin50px #wrapperGirl {
    padding-left: 15px;
  }
  #wrapper__bilan #problems.problems #convaincre paddin50px #wrapperGirl #wrapperGirlPicto {
    padding-right: 50px;
  }
  #wrapper__bilan #problems.problems #convaincre h2 {
    font-size: 2.3rem !important;
    text-align: center;
    margin: 30px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #problems.problems #convaincre p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #problems.problems #pourtant h2 {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    text-align: center;
    margin: 30px 0;
  }
  #wrapper__bilan #problems.problems #pourtant p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #opportunity.opportunity h2 {
    font-size: 2.8rem !important;
    text-align: left;
    margin: 30px 0;
    line-height: 3rem;
  }
  #wrapper__bilan #opportunity.opportunity .text-quote {
    font-size: 2rem !important;
    font-style: italic;
  }
  #wrapper__bilan #opportunity.opportunity h5 {
    font-family: "argent-cf", serif;
    font-size: 1.625rem;
  }
  #wrapper__bilan #opportunity.opportunity p {
    line-height: 1.75rem;
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoMarketing {
    height: 230px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoPlanning {
    height: 150px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoStrategy {
    height: 200px;
  }
  #wrapper__bilan #opportunity.opportunity .card .card-body {
    padding: 2.5rem;
  }
  #wrapper__bilan #opportunity.opportunity .card i.fa-solid.fa-check {
    color: #FAEFEF;
  }
  #wrapper__bilan #solution.solution #moduleWrapper h2 {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    margin: 30px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleSkin {
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleBox {
    width: 48%;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleBoxFull {
    width: 100%;
    margin-bottom: 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h2 {
    font-size: 2.3rem !important;
    margin: 20px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h3 {
    font-size: 1.7rem;
    margin: 20px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul {
    list-style-type: none;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li i.fa-solid.fa-circle-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .buttonWrapper .buttonEnvoyer {
    padding: 0.625rem 0.925rem 0.625rem 0.925rem;
    font-size: 1rem !important;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 115px;
    padding-bottom: 75px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .text-quote {
    font-size: 2rem !important;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 2.6rem;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .workout {
    position: absolute;
    right: 0px;
    top: -90px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul {
    list-style-type: none;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
    padding: 20px 0;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-check {
    color: #FFF;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-xmark {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul hr {
    background-color: currentColor;
  }
  #wrapper__bilan #feedbacks.feedbacks h2 {
    font-size: 2.6rem !important;
    margin: 30px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #feedbacks.feedbacks .card-title {
    font-family: "argent-cf", serif;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox {
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    position: absolute;
    bottom: 0px;
    right: 45px;
    width: unset;
    height: 200px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    position: absolute;
    bottom: 0px;
    right: 55px;
    width: unset;
    height: 170px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox h2 {
    font-size: 2.3rem !important;
    margin: 20px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox p.strikePrice {
    line-height: 1.3rem;
    margin: 20px 0;
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox p.offerPrice {
    line-height: 1.3rem;
    margin: 20px 0;
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox p.bigPrice {
    font-family: "argent-cf", serif;
    font-size: 70pt;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox p.warning {
    margin: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #410099;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox ul li i.fa-solid.fa-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .buttonWrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .buttonWrapper span {
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox #warrantyWrapper br {
    display: block;
  }
  #wrapper__bilan #price.price #FAQ.FAQ #FAQWrapper h2.faqTitle {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
  }
  #wrapper__bilan #price.price #FAQ.FAQ #FAQWrapper .accordion .accordion-item {
    background-color: transparent !important;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #FC4C49 !important;
  }
  #wrapper__bilan #price.price #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 {
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
  }
  #wrapper__bilan #price.price #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 .accordion-button {
    background-color: transparent;
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
    box-shadow: none;
    padding: 1.15rem 0.8rem !important;
  }
  #wrapper__bilan #price.price #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body {
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #31007F;
    padding: 1.15rem 0.8rem !important;
  }
  #wrapper__bilan #price.price #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body p {
    font-size: 1.2rem !important;
  }
  #wrapper__bilan #price.price #FAQ.FAQ #FAQWrapper .buttonWrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #wrapper__bilan .text-poppy {
    color: #FC4C49;
  }
  #wrapper__bilan .text-pink {
    color: #FD9795 !important;
  }
  #wrapper__bilan #navbar {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 15px;
    z-index: 1000;
  }
  #wrapper__bilan ul {
    list-style: none;
    padding: 0;
  }
  #wrapper__bilan li {
    padding: 5px 0;
  }
  #wrapper__bilan span {
    display: inline-block;
    position: relative;
  }
  #wrapper__bilan nav a {
    display: inline-block;
    color: #31007f;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    font-style: "Raleway", sans-serif;
  }
  #wrapper__bilan .circle {
    height: 10px;
    width: 10px;
    left: -10px;
    border-radius: 50%;
    background-color: #31007f;
  }
  #wrapper__bilan .rect {
    height: 3px;
    width: 0;
    left: 0;
    bottom: 4px;
    background-color: #31007f;
    transition: transform 0.6s, width 1s;
  }
  #wrapper__bilan nav a:hover, #wrapper__bilan nav .active-section {
    color: #FC4C49;
  }
  #wrapper__bilan nav a:hover span, #wrapper__bilan nav .active-section span {
    background-color: #FC4C49;
  }
  #wrapper__bilan nav .active-section .rect {
    width: 40px;
  }
  #wrapper__bilan .header__theme {
    padding-top: 6.25rem;
    text-align: center;
  }
  #wrapper__bilan #header h1 {
    font-size: 2.3rem;
    line-height: 2.5rem;
    text-transform: none !important;
  }
  #wrapper__bilan #header .subtitle {
    padding-top: 50px;
    font-size: 1.4rem;
    font-weight: 900;
  }
  #wrapper__bilan #header p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #header #opportunityTwo {
    padding-bottom: 0;
  }
  #wrapper__bilan #problems.problems #convaincre #wrapperGirl {
    padding-left: 15px;
  }
  #wrapper__bilan #problems.problems #convaincre #wrapperGirl #wrapperGirlPicto {
    padding-right: 50px;
  }
  #wrapper__bilan #problems.problems #convaincre h2 {
    font-size: 2.3rem !important;
    text-align: center;
    margin: 30px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #problems.problems #convaincre p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #problems.problems #pourtant h2 {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    text-align: center;
    margin: 30px 0;
  }
  #wrapper__bilan #problems.problems #pourtant p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #opportunity.opportunity h2 {
    font-size: 2.8rem !important;
    text-align: left;
    margin: 30px 0;
    line-height: 3rem;
  }
  #wrapper__bilan #opportunity.opportunity .text-quote {
    font-size: 2rem !important;
    font-style: italic;
  }
  #wrapper__bilan #opportunity.opportunity h5 {
    font-family: "argent-cf", serif;
    font-size: 1.625rem;
  }
  #wrapper__bilan #opportunity.opportunity p {
    line-height: 1.75rem;
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoMarketing {
    height: 230px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoPlanning {
    height: 150px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoStrategy {
    height: 200px;
  }
  #wrapper__bilan #opportunity.opportunity .card i.fa-solid.fa-check {
    color: #FAEFEF;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .arrow-container {
    margin-top: 5rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper h2 {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    margin: 30px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module #moduleFive__rightBox {
    padding-top: 35px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleSkin {
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleBox {
    width: 48%;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleBoxFull {
    width: 100%;
    margin-bottom: 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h2 {
    font-size: 2.3rem !important;
    margin: 20px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h3 {
    font-size: 1.7rem;
    margin: 20px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul {
    list-style-type: none;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li i.fa-solid.fa-circle-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .buttonWrapper .buttonEnvoyer {
    padding: 0.625rem 0.925rem 0.625rem 0.925rem;
    font-size: 1rem !important;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 145px;
    padding-bottom: 85px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .text-quote {
    font-size: 2rem !important;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 2.6rem;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .workout {
    position: absolute;
    right: -70px;
    top: -130px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    position: absolute;
    right: -90px;
    top: -130px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul {
    list-style-type: none;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
    padding: 20px 0;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-check {
    color: #FFF;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-xmark {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul hr {
    background-color: currentColor;
  }
  #wrapper__bilan #feedbacks.feedbacks h2 {
    font-size: 2.6rem !important;
    margin: 30px 0px;
    line-height: 2.6rem;
  }
  #wrapper__bilan #feedbacks.feedbacks .card-title {
    font-family: "argent-cf", serif;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox {
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox #priceLeftBox {
    padding-top: 25px;
    padding-bottom: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox #priceRightBox {
    padding-top: 25px;
    padding-bottom: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    position: absolute;
    bottom: 0px;
    right: 35px;
    width: unset;
    height: 200px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h2 {
    font-size: 2.3rem !important;
    margin: 20px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.strikePrice {
    line-height: 1.3rem;
    margin: 20px 0;
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.offerPrice {
    line-height: 1.3rem;
    margin: 20px 0;
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.bigPrice {
    font-family: "argent-cf", serif;
    font-size: 70pt;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.warning {
    margin: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #410099;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li i.fa-solid.fa-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper span {
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper #warrantyWrapper br {
    display: none;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper h2.faqTitle {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    padding-bottom: 50px;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item {
    background-color: transparent !important;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #FC4C49 !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 {
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 .accordion-button {
    background-color: transparent;
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
    box-shadow: none;
    padding: 1.15rem 0.8rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body {
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #31007F;
    padding: 1.15rem 0.8rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body p {
    font-size: 1.2rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .buttonWrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1400px) {
  #wrapper__bilan .text-poppy {
    color: #FC4C49;
  }
  #wrapper__bilan .text-pink {
    color: #FD9795 !important;
  }
  #wrapper__bilan #navbar {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 15px;
    z-index: 1000;
  }
  #wrapper__bilan ul {
    list-style: none;
    padding: 0;
  }
  #wrapper__bilan li {
    padding: 5px 0;
  }
  #wrapper__bilan span {
    display: inline-block;
    position: relative;
  }
  #wrapper__bilan nav a {
    display: inline-block;
    color: #31007f;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    font-style: "Raleway", sans-serif;
  }
  #wrapper__bilan .circle {
    height: 10px;
    width: 10px;
    left: -10px;
    border-radius: 50%;
    background-color: #31007f;
  }
  #wrapper__bilan .rect {
    height: 3px;
    width: 0;
    left: 0;
    bottom: 4px;
    background-color: #31007f;
    transition: transform 0.6s, width 1s;
  }
  #wrapper__bilan nav a:hover, #wrapper__bilan nav .active-section {
    color: #FC4C49;
  }
  #wrapper__bilan nav a:hover span, #wrapper__bilan nav .active-section span {
    background-color: #FC4C49;
  }
  #wrapper__bilan nav .active-section .rect {
    width: 40px;
  }
  #wrapper__bilan .header__theme {
    padding-top: 6.25rem;
    text-align: center;
  }
  #wrapper__bilan #header h1 {
    font-size: 2.3rem;
    line-height: 2.5rem;
    text-transform: none !important;
  }
  #wrapper__bilan #header .subtitle {
    padding-top: 50px;
    font-size: 1.4rem;
    font-weight: 900;
  }
  #wrapper__bilan #header p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #header #buttonHeaderWrapper.buttonWrapper {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  #wrapper__bilan #header #opportunityTwo {
    padding-bottom: 0;
  }
  #wrapper__bilan #problems.problems #convaincre {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #wrapper__bilan #problems.problems #convaincre #wrapperGirl {
    padding-left: 15px;
  }
  #wrapper__bilan #problems.problems #convaincre #wrapperGirl #wrapperGirlPicto {
    padding-right: 50px;
  }
  #wrapper__bilan #problems.problems #convaincre h2 {
    font-size: 2.3rem !important;
    text-align: center;
    margin: 30px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #problems.problems #convaincre p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #problems.problems #pourtant {
    margin-top: 0;
    margin-bottom: 0;
  }
  #wrapper__bilan #problems.problems #pourtant h2 {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    text-align: center;
    margin: 30px 0;
  }
  #wrapper__bilan #problems.problems #pourtant p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #problems.problems .buttonWrapper {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  #wrapper__bilan #opportunity.opportunity #opportunityWrapper {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  #wrapper__bilan #opportunity.opportunity h2 {
    font-size: 2.8rem !important;
    text-align: left;
    margin: 30px 0;
    line-height: 3rem;
  }
  #wrapper__bilan #opportunity.opportunity .text-quote {
    font-size: 2rem !important;
    font-style: italic;
  }
  #wrapper__bilan #opportunity.opportunity h5 {
    font-family: "argent-cf", serif;
    font-size: 1.625rem;
  }
  #wrapper__bilan #opportunity.opportunity p {
    line-height: 1.75rem;
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section {
    margin-bottom: 100px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoMarketing {
    height: 300px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoPlanning {
    height: 260px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoStrategy {
    height: 350px;
  }
  #wrapper__bilan #opportunity.opportunity .card .card-body {
    padding: 2.5rem;
  }
  #wrapper__bilan #opportunity.opportunity .card i.fa-solid.fa-check {
    color: #FAEFEF;
  }
  #wrapper__bilan #opportunity.opportunity i.fa-solid.fa-arrow-down-long {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .arrow-container {
    margin-top: 5rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper h2 {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
    margin: 30px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper i.fa-solid.fa-arrow-down-long {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module #moduleFive__rightBox {
    padding-top: 55px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleSkin {
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleBox {
    width: 48%;
    margin-bottom: 50px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleBoxFull {
    width: 100%;
    margin-bottom: 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h2 {
    font-size: 2.3rem !important;
    margin: 20px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h3 {
    font-size: 1.7rem;
    margin: 20px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul {
    list-style-type: none;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li i.fa-solid.fa-circle-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .buttonWrapper {
    padding-top: 100px;
    padding-bottom: 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .buttonWrapper .buttonEnvoyer {
    padding: 0.625rem 0.925rem 0.625rem 0.925rem;
    font-size: 1rem !important;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 185px;
    padding-bottom: 130px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .text-quote {
    font-size: 2rem !important;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 2.6rem;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .workout {
    position: absolute;
    right: -25px;
    top: -130px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    position: absolute;
    right: -30px;
    top: -130px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul {
    list-style-type: none;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
    padding: 20px 0;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-check {
    color: #FFF;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-xmark {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul hr {
    background-color: currentColor;
  }
  #wrapper__bilan #feedbacks.feedbacks h2 {
    font-size: 2.6rem !important;
    margin: 30px 0px;
    line-height: 2.6rem;
  }
  #wrapper__bilan #feedbacks.feedbacks .card-title {
    font-family: "argent-cf", serif;
  }
  #wrapper__bilan #price.price #priceBoxWrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox {
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    padding: 50px;
    border-radius: 0.5rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox #priceLeftBox {
    padding-bottom: 25px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox #priceRightBox {
    padding-top: 25px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    position: absolute;
    bottom: 0px;
    right: 35px;
    width: unset;
    height: 200px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h2 {
    font-size: 2.3rem !important;
    margin: 20px 0;
    line-height: 2.6rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.strikePrice {
    line-height: 1.3rem;
    margin: 35px 0 45px 0;
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.offerPrice {
    line-height: 1.3rem;
    margin: 35px 0 45px 0;
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.bigPrice {
    font-family: "argent-cf", serif;
    font-size: 90pt;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.warning {
    margin: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #410099;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li i.fa-solid.fa-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper span {
    font-size: 0.8rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper #warrantyWrapper {
    padding-top: 100px;
    padding-bottom: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper #warrantyWrapper br {
    display: block;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper {
    padding-top: 0;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper h2.faqTitle {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    padding-bottom: 75px;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item {
    background-color: transparent !important;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #FC4C49 !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 {
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 .accordion-button {
    background-color: transparent;
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
    box-shadow: none;
    padding: 1.15rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body {
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #31007F;
    padding: 1.15rem 1.15rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body p {
    font-size: 1.2rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .buttonWrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #wrapper__bilan .footer {
    height: auto;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1920px) {
  #wrapper__bilan .text-poppy {
    color: #FC4C49;
  }
  #wrapper__bilan .text-pink {
    color: #FD9795 !important;
  }
  #wrapper__bilan #navbar {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 15px;
    z-index: 1000;
  }
  #wrapper__bilan ul {
    list-style: none;
    padding: 0;
  }
  #wrapper__bilan li {
    padding: 5px 0;
  }
  #wrapper__bilan span {
    display: inline-block;
    position: relative;
  }
  #wrapper__bilan nav a {
    display: inline-block;
    color: #31007f;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    font-style: "Raleway", sans-serif;
  }
  #wrapper__bilan .circle {
    height: 10px;
    width: 10px;
    left: -10px;
    border-radius: 50%;
    background-color: #31007f;
  }
  #wrapper__bilan .rect {
    height: 3px;
    width: 0;
    left: 0;
    bottom: 4px;
    background-color: #31007f;
    transition: transform 0.6s, width 1s;
  }
  #wrapper__bilan nav a:hover, #wrapper__bilan nav .active-section {
    color: #FC4C49;
  }
  #wrapper__bilan nav a:hover span, #wrapper__bilan nav .active-section span {
    background-color: #FC4C49;
  }
  #wrapper__bilan nav .active-section .rect {
    width: 40px;
  }
  #wrapper__bilan .header__theme {
    padding-top: 6.25rem;
    text-align: center;
  }
  #wrapper__bilan #header h1 {
    font-size: 3rem;
    line-height: 2.5rem;
    text-transform: none !important;
  }
  #wrapper__bilan #header .subtitle {
    padding-top: 50px;
    font-size: 1.4rem;
    font-weight: 900;
  }
  #wrapper__bilan #header p {
    line-height: 1.75rem;
    font-size: 1.2rem !important;
    padding-bottom: 25px;
  }
  #wrapper__bilan #header #buttonHeaderWrapper.buttonWrapper {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  #wrapper__bilan #header #opportunityTwo {
    padding-bottom: 0;
  }
  #wrapper__bilan #problems.problems #convaincre {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  #wrapper__bilan #problems.problems #convaincre #wrapperGirl {
    padding-left: 15px;
  }
  #wrapper__bilan #problems.problems #convaincre #wrapperGirl #wrapperGirlPicto {
    padding-right: 50px;
  }
  #wrapper__bilan #problems.problems #convaincre h2 {
    font-size: 2.6rem !important;
    text-align: center;
    margin: 30px 0;
    line-height: 2.8rem;
  }
  #wrapper__bilan #problems.problems #convaincre p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #problems.problems #pourtant {
    margin-top: 0;
    margin-bottom: 0;
  }
  #wrapper__bilan #problems.problems #pourtant h2 {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
    text-align: center;
    margin: 30px 0;
  }
  #wrapper__bilan #problems.problems #pourtant p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #problems.problems .buttonWrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #wrapper__bilan #opportunity.opportunity {
    /*min-height: 55vh;*/
  }
  #wrapper__bilan #opportunity.opportunity #opportunityWrapper {
    padding-top: 130px;
    padding-bottom: 150px;
  }
  #wrapper__bilan #opportunity.opportunity h2 {
    font-size: 2.8rem !important;
    text-align: left;
    margin: 30px 0;
    line-height: 3rem;
  }
  #wrapper__bilan #opportunity.opportunity .text-quote {
    font-size: 2rem !important;
    line-height: 2.2rem;
    font-style: italic;
  }
  #wrapper__bilan #opportunity.opportunity h5 {
    font-family: "argent-cf", serif;
    font-size: 1.625rem;
  }
  #wrapper__bilan #opportunity.opportunity p {
    line-height: 1.75rem;
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section {
    margin-bottom: 100px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoMarketing {
    height: 300px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoPlanning {
    height: 260px;
  }
  #wrapper__bilan #opportunity.opportunity .sub-section .pictoStrategy {
    height: 350px;
  }
  #wrapper__bilan #opportunity.opportunity .card .card-body {
    padding: 2.5rem;
  }
  #wrapper__bilan #opportunity.opportunity .card i.fa-solid.fa-check {
    color: #FAEFEF;
  }
  #wrapper__bilan #opportunity.opportunity i.fa-solid.fa-arrow-down-long {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  #wrapper__bilan #solution.solution {
    /*min-height: 60vh;*/
  }
  #wrapper__bilan #solution.solution #moduleWrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .arrow-container {
    margin-top: 5rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper h2 {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
    margin: 30px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper i.fa-solid.fa-arrow-down-long {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleSkin {
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    /*padding: 0 25px 25px 25px;*/
    padding: 40px 60px 60px 60px;
    border-radius: 0.5rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleBox {
    width: 48%;
    margin-bottom: 50px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleBoxFull {
    width: 100%;
    padding: 60px;
    margin-bottom: 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .moduleBoxFull #moduleFive__rightBox {
    padding-top: 60px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h2 {
    font-size: 2.6rem !important;
    margin: 20px 0;
    line-height: 2.8rem;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module h3 {
    font-size: 1.7rem;
    margin: 20px 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module p {
    line-height: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul {
    list-style-type: none;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module ul li i.fa-solid.fa-circle-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .buttonWrapper {
    padding-top: 150px;
    padding-bottom: 0;
  }
  #wrapper__bilan #solution.solution #moduleWrapper .module .buttonWrapper .buttonEnvoyer {
    padding: 0.625rem 0.925rem 0.625rem 0.925rem;
    font-size: 1rem !important;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 225px;
    padding-bottom: 150px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .text-quote {
    font-size: 2rem !important;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 2.6rem;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .workout {
    position: absolute;
    right: -25px;
    top: -130px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    position: absolute;
    right: -30px;
    top: -130px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul {
    list-style-type: none;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #31007f;
    padding: 20px 0;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-check {
    color: #FFF;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-xmark {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #thisisforme.thisisforme #thisisformeWrapper ul hr {
    background-color: currentColor;
  }
  #wrapper__bilan #feedbacks.feedbacks {
    /*min-height: 100vh;*/
  }
  #wrapper__bilan #feedbacks.feedbacks h2 {
    font-size: 2.6rem !important;
    margin: 30px 0px;
    line-height: 2.8rem;
  }
  #wrapper__bilan #feedbacks.feedbacks .card-title {
    font-family: "argent-cf", serif;
  }
  #wrapper__bilan #price.price #priceBoxWrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox {
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    padding: 50px;
    border-radius: 0.5rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    position: absolute;
    bottom: 0px;
    right: 15px;
    width: unset;
    height: 200px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h2 {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
    margin: 20px 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.strikePrice {
    line-height: 1.3rem;
    margin: 35px 0;
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.bigPrice {
    font-family: "argent-cf", serif;
    font-size: 90pt;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.warning {
    margin: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #410099;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li i.fa-solid.fa-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper span {
    font-size: 0.8rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper #warrantyWrapper {
    padding-top: 150px;
    padding-bottom: 0px;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper {
    padding-top: 0px;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper h2.faqTitle {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
    padding-bottom: 100px;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item {
    background-color: transparent !important;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #FC4C49 !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 {
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 .accordion-button {
    background-color: transparent;
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
    box-shadow: none;
    padding: 1.15rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body {
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #31007F;
    padding: 1.15rem 1.15rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body p {
    font-size: 1.2rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .buttonWrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #wrapper__bilan .footer {
    height: 100vh;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 2560px) {
  #wrapper__bilan #price.price #priceBoxWrapper {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox {
    position: relative;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
    padding: 50px;
    border-radius: 0.5rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    position: absolute;
    bottom: 0px;
    right: 85px;
    width: unset;
    height: 250px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h2 {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
    margin: 20px 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper h5 {
    color: #FC4C49;
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.strikePrice {
    line-height: 1.3rem;
    margin: 35px 0;
    font-size: 1rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.bigPrice {
    font-family: "argent-cf", serif;
    font-size: 90pt;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper p.warning {
    margin: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    color: #410099;
  }
  #wrapper__bilan #price.price #priceBoxWrapper ul li i.fa-solid.fa-check {
    color: #FC4C49;
    margin-right: 10px;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper {
    padding-top: 75px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }
  #wrapper__bilan #price.price #priceBoxWrapper .buttonWrapper span {
    font-size: 0.8rem;
  }
  #wrapper__bilan #price.price #priceBoxWrapper #warrantyWrapper {
    padding-top: 200px;
    padding-bottom: 0;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper {
    padding-top: 0px;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper h2.faqTitle {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
    padding-bottom: 100px;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item {
    background-color: transparent !important;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #FC4C49 !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 {
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 .accordion-button {
    background-color: transparent;
    color: #31007F;
    font-family: "argent-cf", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: none;
    font-style: italic;
    box-shadow: none;
    padding: 1.15rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body {
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #31007F;
    padding: 1.15rem 1.15rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body p {
    font-size: 1.2rem !important;
  }
  #wrapper__bilan #FAQ.FAQ #FAQWrapper .buttonWrapper {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.mt-main-subtitle {
  margin-top: 6rem;
}

.mt-subtitle {
  margin-top: 2.5rem;
}

.mb-subtitle {
  margin-bottom: 2.5rem;
}

ul.mstc-list {
  list-style-type: none;
  padding: 15px 0;
}
ul.mstc-list li {
  padding: 5px 0;
}

.buttonEnvoyerReverse {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.625rem 0.925rem 0.625rem 0.925rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: inherit;
  background-color: transparent;
  color: #FC4C49;
  /*$pink*/
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  border: 2px solid #FC4C49;
  border-radius: 25px;
}
.buttonEnvoyerReverse span {
  display: inline-block;
  position: relative;
  left: 0;
  transition: left 0.5s ease, right 0.5s ease, transform 0.5s ease;
}
.buttonEnvoyerReverse .button__arrow_reverse {
  display: inline-block;
  margin-left: 1rem;
  transition: transform 0.5s ease;
}
.buttonEnvoyerReverse .button__background_reverse {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: none;
}

.buttonEnvoyerReverse:hover {
  text-decoration: none;
  color: #FC4C49;
  background-color: transparent;
}

.buttonEnvoyerReverse:hover span {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.buttonEnvoyerReverse:hover .button__arrow {
  transform: translate3d(1rem, 0, 0);
}

#wrapper__formations {
  /*li {
    padding: 5px 0;
  }*/
}
#wrapper__formations .text-poppy {
  color: #FC4C49;
}
#wrapper__formations .text-pink {
  color: #FD9795 !important;
}
#wrapper__formations #navbar {
  position: fixed;
  top: 50%;
  bottom: auto;
  left: 15px;
  z-index: 1000;
}
#wrapper__formations ul {
  list-style: none;
  padding: 0;
}
#wrapper__formations span {
  display: inline-block;
  position: relative;
}
#wrapper__formations nav a {
  display: inline-block;
  color: #31007f;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  font-style: "Raleway", sans-serif;
}
#wrapper__formations nav a:hover, #wrapper__formations nav a.active-section {
  color: #FC4C49;
}
#wrapper__formations nav a:hover span, #wrapper__formations nav a.active-section span {
  background-color: #FC4C49;
}
#wrapper__formations nav .active-section .rect {
  width: 40px;
}
#wrapper__formations .circle {
  height: 10px;
  width: 10px;
  left: -10px;
  border-radius: 50%;
  background-color: #31007f;
}
#wrapper__formations .rect {
  height: 3px;
  width: 0;
  left: 0;
  bottom: 4px;
  background-color: #31007f;
  transition: transform 0.6s, width 1s;
}
#wrapper__formations .header__theme {
  padding-top: 5.25rem;
  text-align: center;
}
@media (min-width: 425px) {
  #wrapper__formations .header__theme {
    padding-top: 6.25rem;
  }
}
#wrapper__formations #header h1 {
  font-size: 2.3rem;
  line-height: 2.5rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0;
}
@media (min-width: 992px) {
  #wrapper__formations #header h1 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 1200px) {
  #wrapper__formations #header h1 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #header h1 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #header h1 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__formations #header h5 {
  font-weight: bold;
}
#wrapper__formations #header .subtitle {
  padding-top: 50px;
  font-size: 1.4rem;
  font-weight: 900;
}
#wrapper__formations #header p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#wrapper__formations #header #buttonHeaderWrapper.buttonWrapper {
  padding-top: 50px;
  padding-bottom: 0;
}
@media (min-width: 1400px) {
  #wrapper__formations #header #buttonHeaderWrapper.buttonWrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #header #buttonHeaderWrapper.buttonWrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
#wrapper__formations #header #opportunityTwo {
  padding-bottom: 0;
}
#wrapper__formations #summary.summary #goals h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  margin-bottom: 0 !important;
}
@media (min-width: 1400px) {
  #wrapper__formations #summary.summary #goals .card .card-body {
    height: 445px;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #summary.summary #goals .card .card-body {
    height: 400px;
  }
}
@media (min-width: 1600px) {
  #wrapper__formations #summary.summary #goals .card .card-body {
    height: 365px;
  }
}
#wrapper__formations #summary.summary #goals .card .card-body p.card-text {
  font-size: 1.2rem;
  line-height: 1.75rem;
}
#wrapper__formations #problems.problems {
  /*.buttonWrapper {
    padding-top: 50px;
    padding-bottom: 75px;

    @media (min-width: 1400px) {
      padding-top: 75px;
      padding-bottom: 100px;
    }

    @media (min-width: 1920px) {
      padding-top: 150px;
      padding-bottom: 150px;
    }
  }*/
}
#wrapper__formations #problems.problems h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  margin-bottom: 0 !important;
}
#wrapper__formations #problems.problems #convaincre {
  /*margin-top: 75px;
  margin-bottom: 75px;*/
  /*@media (min-width: 1400px) {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  @media (min-width: 1920px) {
    margin-top: 150px;
    margin-bottom: 150px;
  }*/
}
@media (min-width: 992px) {
  #wrapper__formations #problems.problems #convaincre {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#wrapper__formations #problems.problems #convaincre #wrapperGirl {
  padding-left: 15px;
}
#wrapper__formations #problems.problems #convaincre #wrapperGirl #wrapperGirlPicto {
  padding-right: 50px;
}
#wrapper__formations #problems.problems #convaincre h2 {
  font-size: 2.3rem !important;
  line-height: 2.6rem;
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 1920px) {
  #wrapper__formations #problems.problems #convaincre h2 {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
  }
}
#wrapper__formations #problems.problems #convaincre div.caption {
  font-family: "argent-cf", serif;
  font-style: italic;
  color: #31007F;
  font-size: 2.3rem !important;
  line-height: 2.6rem;
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 1920px) {
  #wrapper__formations #problems.problems #convaincre div.caption {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
  }
}
#wrapper__formations #problems.problems #convaincre p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#wrapper__formations #problems.problems #pourtant {
  margin-top: 0;
  margin-bottom: 0;
  /*h2 {
    font-size: 2.3rem !important;
    line-height: 2.6rem;
    text-align: center;
    margin: 30px 0;

    @media (min-width: 1920px) {
      font-size: 2.6rem !important;
      line-height: 2.8rem;
    }
  }*/
}
@media (min-width: 768px) {
  #wrapper__formations #problems.problems #pourtant {
    padding-right: 0;
  }
}
#wrapper__formations #problems.problems #pourtant #wrapperHearth {
  padding: 0;
}
@media (min-width: 768px) {
  #wrapper__formations #problems.problems #pourtant #wrapperHearth {
    padding-right: 30px;
  }
}
#wrapper__formations #problems.problems #pourtant div.caption {
  font-family: "argent-cf", serif;
  font-style: italic;
  color: #31007F;
  font-size: 2.3rem !important;
  line-height: 2.6rem;
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 1920px) {
  #wrapper__formations #problems.problems #pourtant div.caption {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
  }
}
#wrapper__formations #problems.problems #pourtant p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#wrapper__formations #social__trust h2 {
  color: #31007F;
  font-family: "argent-cf", serif;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
  margin: 0;
}
@media (min-width: 992px) {
  #wrapper__formations #social__trust h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__formations #social__trust h3.quote {
  font-size: 1.7rem;
  margin: 20px 0;
}
#wrapper__formations #videoWrapper h2 {
  color: #31007F;
  font-family: "argent-cf", serif;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
  margin: 0;
}
@media (min-width: 992px) {
  #wrapper__formations #videoWrapper h2 {
    font-size: 3rem !important;
    line-height: 2.8rem !important;
  }
}
#wrapper__formations #videoWrapper p {
  font-size: 1.2rem;
  line-height: 1.75rem;
}
@media (max-width: 1200px) {
  #wrapper__formations #videoWrapper .videoReview {
    padding-bottom: 50px;
  }
}
#wrapper__formations #videoWrapper div.viewerQuote {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  margin: 20px 0 0 0;
  color: #31007f;
}
#wrapper__formations #videoWrapper div.viewerQuote .viewerName {
  font-weight: 600;
}
#wrapper__formations #opportunity.opportunity #opportunityWrapper {
  /*padding-top: 50px;
  padding-bottom: 75px;

  @media (min-width: 1400px) {
    padding-top: 75px;
    padding-bottom: 100px;
  }

  @media (min-width: 1920px) {
    padding-top: 130px;
    padding-bottom: 150px;
  }*/
}
#wrapper__formations #opportunity.opportunity h2 {
  font-size: 3rem !important;
  line-height: 2.8rem;
  text-align: left;
  margin: 30px 0;
}
#wrapper__formations #opportunity.opportunity div.text-quote {
  font-family: "argent-cf", serif;
  font-size: 2rem !important;
  font-style: italic;
  color: #31007f;
}
@media (min-width: 1920px) {
  #wrapper__formations #opportunity.opportunity div.text-quote {
    line-height: 2.2rem;
  }
}
#wrapper__formations #opportunity.opportunity h5 {
  font-family: "argent-cf", serif;
  font-size: 1.625rem;
}
#wrapper__formations #opportunity.opportunity p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#wrapper__formations #opportunity.opportunity .sub-section {
  /*margin-bottom: 75px;

  @media (min-width: 1400px) {
    margin-bottom: 100px;
  }

  @media (min-width: 1920px) {
    margin-bottom: 100px;
  }*/
}
#wrapper__formations #opportunity.opportunity .sub-section .pictoMarketing {
  height: 230px;
}
@media (min-width: 1400px) {
  #wrapper__formations #opportunity.opportunity .sub-section .pictoMarketing {
    height: 300px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #opportunity.opportunity .sub-section .pictoMarketing {
    height: 300px;
  }
}
#wrapper__formations #opportunity.opportunity .sub-section .pictoPlanning {
  height: 150px;
}
@media (min-width: 1400px) {
  #wrapper__formations #opportunity.opportunity .sub-section .pictoPlanning {
    height: 260px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #opportunity.opportunity .sub-section .pictoPlanning {
    height: 260px;
  }
}
#wrapper__formations #opportunity.opportunity .sub-section .pictoStrategy {
  height: 200px;
}
@media (min-width: 1400px) {
  #wrapper__formations #opportunity.opportunity .sub-section .pictoStrategy {
    height: 350px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #opportunity.opportunity .sub-section .pictoStrategy {
    height: 350px;
  }
}
#wrapper__formations #opportunity.opportunity .sub-section .longArrow {
  opacity: 0.5;
  margin-top: 50px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  #wrapper__formations #opportunity.opportunity .sub-section .longArrow {
    margin-top: 75px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #opportunity.opportunity .sub-section .longArrow {
    margin-top: 100px;
  }
}
#wrapper__formations #opportunity.opportunity .card .card-body {
  padding: 2.5rem;
}
#wrapper__formations #opportunity.opportunity .card i.fa-solid.fa-check {
  color: #FAEFEF;
}
#wrapper__formations #opportunity.opportunity i.fa-solid.fa-arrow-down-long {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1920px) {
  #wrapper__formations #opportunity.opportunity i.fa-solid.fa-arrow-down-long {
    padding-top: 100px;
  }
}
#wrapper__formations #solution.solution #moduleWrapper h2 {
  font-size: 3rem !important;
  line-height: 2.8rem;
  text-align: left;
  margin-top: 0 !important;
}
#wrapper__formations #solution.solution #moduleWrapper p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#wrapper__formations #solution.solution #moduleWrapper .card .card-title {
  font-family: "argent-cf", serif;
  color: #31007F;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  font-style: normal;
}
#wrapper__formations #solution.solution #moduleWrapper .card .card-text {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#wrapper__formations #solution.solution #benefits .longArrow {
  opacity: 0.5;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1400px) {
  #wrapper__formations #solution.solution #benefits .longArrow {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #solution.solution #benefits .longArrow {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#wrapper__formations #solution.solution #benefits div.fake-heading-two {
  font-size: 3rem;
  line-height: 2.8rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
}
#wrapper__formations #solution.solution #benefits div.fake-heading-three {
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
}
#wrapper__formations #solution.solution #benefits p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#wrapper__formations #programme.programme #moduleWrapper h2 {
  font-size: 3rem !important;
  line-height: 2.8rem;
  margin-top: 0 !important;
}
#wrapper__formations #programme.programme #moduleWrapper p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#wrapper__formations #programme.programme #moduleWrapper i.fa-solid.fa-arrow-down-long {
  padding-top: 30px;
  padding-bottom: 60px;
}
#wrapper__formations #programme.programme #moduleWrapper .module .moduleSkin {
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  border-radius: 0.5rem;
}
@media (min-width: 1920px) {
  #wrapper__formations #programme.programme #moduleWrapper .module .moduleSkin {
    padding: 40px 60px 60px 60px;
  }
}
#wrapper__formations #programme.programme #moduleWrapper .module .moduleBox {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #wrapper__formations #programme.programme #moduleWrapper .module .moduleBox {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  #wrapper__formations #programme.programme #moduleWrapper .module .moduleBox {
    width: 48%;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #programme.programme #moduleWrapper .module .moduleBox {
    margin-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #programme.programme #moduleWrapper .module .moduleBox {
    width: 48%;
    margin-bottom: 50px;
  }
}
#wrapper__formations #programme.programme #moduleWrapper .module .moduleBoxFull {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  #wrapper__formations #programme.programme #moduleWrapper .module .moduleBoxFull {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  #wrapper__formations #programme.programme #moduleWrapper .module #moduleFive__rightBox {
    padding-top: 35px;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #programme.programme #moduleWrapper .module #moduleFive__rightBox {
    padding-top: 55px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #programme.programme #moduleWrapper .module #moduleFive__rightBox {
    padding-top: 60px;
  }
}
#wrapper__formations #programme.programme #moduleWrapper .module h2 {
  font-size: 2.3rem !important;
  line-height: 2.6rem;
  margin: 20px 0;
}
@media (min-width: 1920px) {
  #wrapper__formations #programme.programme #moduleWrapper .module h2 {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
  }
}
#wrapper__formations #programme.programme #moduleWrapper .module h5 {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
}
#wrapper__formations #programme.programme #moduleWrapper .module h3 {
  font-size: 1.7rem;
  margin: 20px 0;
}
#wrapper__formations #programme.programme #moduleWrapper .module .label_skills {
  color: #31007F;
  font-family: "argent-cf", serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin: 20px 0;
}
#wrapper__formations #programme.programme #moduleWrapper .module p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#wrapper__formations #programme.programme #moduleWrapper .module ul {
  list-style-type: none;
}
#wrapper__formations #programme.programme #moduleWrapper .module ul li {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  color: #31007f;
}
#wrapper__formations #programme.programme #moduleWrapper .module ul li i.fa-solid.fa-circle-check {
  color: #FC4C49;
  margin-right: 10px;
}
#wrapper__formations #programme.programme #moduleWrapper .module .buttonWrapper {
  /* padding-top: 75px;
   padding-bottom: 0;

   @media (min-width: 1400px) {
     padding-top: 100px;
   }

   @media (min-width: 1920px) {
     padding-top: 150px;
   }

   .buttonEnvoyer {
     padding: 0.625rem 0.925rem;
     font-size: 1rem;
   }*/
}
#wrapper__formations #thisisforme.thisisforme #thisisformeWrapper {
  padding-top: 145px;
  padding-bottom: 55px;
}
@media (min-width: 425px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 115px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 145px;
    padding-bottom: 85px;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 185px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 225px;
    padding-bottom: 150px;
  }
}
#wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .text-quote {
  font-size: 2rem !important;
  line-height: 2.6rem;
  font-style: italic;
  margin-bottom: 20px;
}
#wrapper__formations #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
  padding-top: 90px;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .workout {
  position: absolute;
  right: -5px;
  top: -135px;
}
@media (min-width: 425px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -25px;
    top: -130px;
  }
}
@media (min-width: 768px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: 0;
    top: -90px;
  }
}
@media (min-width: 992px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: 0;
    top: -90px;
  }
}
@media (min-width: 1200px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -70px;
    top: -130px;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -25px;
    top: -130px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -25px;
    top: -130px;
  }
}
#wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .iceCream {
  position: absolute;
  right: -5px;
  top: -65px;
}
@media (min-width: 425px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -30px;
    top: -60px;
  }
}
@media (min-width: 768px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: 0;
    top: 0;
  }
}
@media (min-width: 1200px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -90px;
    top: -130px;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -30px;
    top: -130px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -30px;
    top: -130px;
  }
}
#wrapper__formations #thisisforme.thisisforme #thisisformeWrapper ul {
  list-style-type: none;
}
#wrapper__formations #thisisforme.thisisforme #thisisformeWrapper ul li {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  color: #31007f;
  padding: 20px 0;
}
#wrapper__formations #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-check {
  color: #FFF;
  margin-right: 10px;
}
#wrapper__formations #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-xmark {
  color: #FC4C49;
  margin-right: 10px;
}
#wrapper__formations #thisisforme.thisisforme #thisisformeWrapper ul hr {
  background-color: currentColor;
}
#wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  #wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section p {
  font-size: 1.2rem;
  line-height: 1.75rem;
  margin-bottom: 30px;
}
#wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section .pictoStrategy {
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: 350px;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  #wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section .pictoStrategy {
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: 450px;
  }
}
@media (min-width: 1200px) {
  #wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section .pictoStrategy {
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: 500px;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section .pictoStrategy {
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: 600px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section .pictoStrategy {
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: 675px;
  }
}
#wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section ul {
  margin-bottom: 30px;
}
#wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section ul li span i {
  color: #A87400 !important;
  font-size: 20px;
  margin-right: 0.65rem;
}
#wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section ul li p {
  font-size: 1.2rem;
  line-height: 1.75rem;
  margin-bottom: 0 !important;
}
#wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section ul li p span {
  color: #FD9795 !important;
}
#wrapper__formations #whyTrust.whyTrust #whyTrustWrapper .sub-section ul li p a {
  color: #FC4C49;
  font-size: 1rem;
  line-height: 2rem;
}
#wrapper__formations #whyTrust.whyTrust #whyTrustWrapper a {
  color: #FC4C49 !important;
}
#wrapper__formations #feedbacks.feedbacks h2 {
  font-size: 2.6rem !important;
  line-height: 2.6rem;
  margin: 30px 0;
}
@media (min-width: 1920px) {
  #wrapper__formations #feedbacks.feedbacks h2 {
    line-height: 2.8rem;
  }
}
#wrapper__formations #price.price #priceBoxWrapper {
  /*padding-top: 75px;
  padding-bottom: 75px;

  @media (min-width: 1400px) {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  @media (min-width: 1920px) {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  @media (min-width: 2560px) {
    padding-top: 200px;
    padding-bottom: 200px;
  }*/
}
#wrapper__formations #price.price #priceBoxWrapper p {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#wrapper__formations #price.price #priceBoxWrapper .priceBox {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  border-radius: 0.5rem;
}
@media (min-width: 1400px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox {
    padding: 50px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox {
    padding: 50px;
  }
}
@media (min-width: 2560px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox {
    padding: 50px;
  }
}
#wrapper__formations #price.price #priceBoxWrapper .priceBox #priceLeftBox {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox #priceLeftBox {
    padding-top: 25px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox #priceLeftBox {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox #priceLeftBox {
    padding-bottom: 25px;
  }
}
#wrapper__formations #price.price #priceBoxWrapper .priceBox #priceLeftBox p.priceContent {
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox #priceRightBox {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox #priceRightBox {
    padding-top: 25px;
  }
}
#wrapper__formations #price.price #priceBoxWrapper .priceBox #priceRightBox #butonPrice {
  /*padding-top:0;*/
}
#wrapper__formations #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
  position: absolute;
  bottom: 0;
  right: -5px;
  width: unset;
  height: 75px;
  z-index: 5;
}
@media (min-width: 576px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 20px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 50px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 135px;
    height: 115px;
  }
}
@media (min-width: 1200px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 35px;
    height: 200px;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 35px;
    height: 200px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 15px;
    height: 200px;
  }
}
@media (min-width: 2560px) {
  #wrapper__formations #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 85px;
    height: 250px;
  }
}
#wrapper__formations #price.price #priceBoxWrapper h2 {
  font-size: 3rem !important;
  line-height: 2.8rem;
  margin-top: 0;
}
@media (min-width: 2560px) {
  #wrapper__formations #price.price #priceBoxWrapper h2 {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
  }
}
#wrapper__formations #price.price #priceBoxWrapper h5 {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  #wrapper__formations #price.price #priceBoxWrapper h5 {
    color: #FC4C49;
  }
}
@media (min-width: 2560px) {
  #wrapper__formations #price.price #priceBoxWrapper h5 {
    color: #FC4C49;
  }
}
#wrapper__formations #price.price #priceBoxWrapper p.strikePrice {
  line-height: 1.3rem;
  font-size: 1rem;
  margin: 20px 0;
}
@media (min-width: 1400px) {
  #wrapper__formations #price.price #priceBoxWrapper p.strikePrice {
    margin: 35px 0 45px 0;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #price.price #priceBoxWrapper p.strikePrice {
    margin: 35px 0;
  }
}
@media (min-width: 2560px) {
  #wrapper__formations #price.price #priceBoxWrapper p.strikePrice {
    margin: 35px 0;
  }
}
#wrapper__formations #price.price #priceBoxWrapper p.offerPrice {
  line-height: 1.3rem;
  font-size: 1rem;
  margin: 20px 0;
}
@media (min-width: 1400px) {
  #wrapper__formations #price.price #priceBoxWrapper p.offerPrice {
    margin: 35px 0 45px 0;
  }
}
#wrapper__formations #price.price #priceBoxWrapper p.bigPrice {
  font-family: "argent-cf", serif;
  font-size: 60pt;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #wrapper__formations #price.price #priceBoxWrapper p.bigPrice {
    font-size: 70pt;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #price.price #priceBoxWrapper p.bigPrice {
    font-size: 90pt;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #price.price #priceBoxWrapper p.bigPrice {
    font-size: 90pt;
  }
}
@media (min-width: 2560px) {
  #wrapper__formations #price.price #priceBoxWrapper p.bigPrice {
    font-size: 90pt;
  }
}
#wrapper__formations #price.price #priceBoxWrapper p.warning {
  margin: 0;
}
#wrapper__formations #price.price #priceBoxWrapper ul li {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  color: #410099;
  padding-bottom: 5px;
}
#wrapper__formations #price.price #priceBoxWrapper ul li i.fa-solid.fa-check {
  color: #FC4C49;
  margin-right: 10px;
}
#wrapper__formations #price.price #priceBoxWrapper ul li i.fa-solid.fa-plus {
  color: #A87400;
  margin-right: 10px;
}
#wrapper__formations #price.price #priceBoxWrapper div.fake-heading-three {
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
  color: #31007f;
}
#wrapper__formations #price.price #priceBoxWrapper .buttonWrapper {
  /*padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  z-index: 10;

  @media (min-width: 1200px) {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  @media (min-width: 1400px) {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  @media (min-width: 1920px) {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  @media (min-width: 2560px) {
    padding-top: 75px;
    padding-bottom: 100px;
  }

  span {
    font-size: 1rem;

    @media (min-width: 1400px) {
      font-size: 0.8rem;
    }

    @media (min-width: 1920px) {
      font-size: 0.8rem;
    }

    @media (min-width: 2560px) {
      font-size: 0.8rem;
    }
  }*/
}
#wrapper__formations #price.price #priceBoxWrapper #warrantyWrapper {
  /*padding-top: 75px;
  padding-bottom: 0;

  @media (min-width: 1400px) {
    padding-top: 100px;
  }

  @media (min-width: 1920px) {
    padding-top: 150px;
    padding-bottom: 0;
  }

  @media (min-width: 2560px) {
    padding-top: 200px;
    padding-bottom: 0;
  }*/
}
#wrapper__formations #price.price #priceBoxWrapper #warrantyWrapper br {
  display: none;
}
@media (min-width: 768px) {
  #wrapper__formations #price.price #priceBoxWrapper #warrantyWrapper br {
    display: block;
  }
}
@media (min-width: 1200px) {
  #wrapper__formations #price.price #priceBoxWrapper #warrantyWrapper br {
    display: none;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #price.price #priceBoxWrapper #warrantyWrapper br {
    display: block;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper {
    padding-top: 0;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper {
    padding-top: 0;
  }
}
@media (min-width: 2560px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper {
    padding-top: 0;
  }
}
#wrapper__formations #FAQ.FAQ #FAQWrapper h2 {
  font-size: 3rem !important;
  line-height: 2.8rem;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper h2 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper h2 {
    padding-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper h2 {
    font-size: 3rem !important;
    line-height: 2.8rem;
    padding-bottom: 100px;
  }
}
@media (min-width: 2560px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper h2 {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
    padding-bottom: 100px;
  }
}
#wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item {
  background-color: transparent !important;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #FC4C49 !important;
}
#wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 {
  color: #31007F;
  font-family: "argent-cf", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-transform: none;
  font-style: italic;
}
@media (min-width: 1400px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 2560px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 {
    font-size: 1.8rem;
  }
}
#wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 .accordion-button {
  background-color: transparent;
  color: #31007F;
  font-family: "argent-cf", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-transform: none;
  font-style: italic;
  box-shadow: none;
  padding: 1.15rem 0.8rem !important;
}
@media (min-width: 1400px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 .accordion-button {
    font-size: 1.8rem;
    padding: 1.15rem !important;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 .accordion-button {
    font-size: 1.8rem;
    padding: 1.15rem !important;
  }
}
@media (min-width: 2560px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item h2 .accordion-button {
    font-size: 1.8rem;
    padding: 1.15rem !important;
  }
}
#wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #31007F;
  padding: 1.15rem 0.8rem !important;
}
@media (min-width: 1400px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body {
    padding: 1.15rem 1.15rem !important;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body {
    padding: 1.15rem 1.15rem !important;
  }
}
@media (min-width: 2560px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body {
    padding: 1.15rem 1.15rem !important;
  }
}
#wrapper__formations #FAQ.FAQ #FAQWrapper .accordion .accordion-item .accordion-body p {
  font-size: 1.2rem !important;
}
#wrapper__formations #FAQ.FAQ #FAQWrapper .buttonWrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .buttonWrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1400px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .buttonWrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .buttonWrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 2560px) {
  #wrapper__formations #FAQ.FAQ #FAQWrapper .buttonWrapper {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

#moduleFive .moduleSkin {
  background-color: #31007f;
}

div.poppyTextSubTitle {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#wrapper__debride .debride__theme {
  padding-top: 5.25rem;
  text-align: center;
  /*margin: rem-calc(65) rem-calc(0);
  @media (min-width: 600px) {
    margin-top: rem-calc(0);
  }
  @media (min-width: 1440px) {
    margin-top: rem-calc(0);
    margin-bottom: rem-calc(80);
  }*/
}
#wrapper__debride h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
}
#wrapper__debride h5 {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
}
#wrapper__debride div.poppyTextSubTitle {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#wrapper__debride p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#wrapper__debride ul.poppyStyle {
  padding-bottom: 25px;
}
#wrapper__debride ul.poppyStyle li {
  font-size: 1.2rem;
  line-height: 1.75rem;
  font-style: italic;
  font-weight: bold;
  color: #410099;
  padding-bottom: 10px;
}
#wrapper__debride ul.poppyStyle li:last-child {
  padding-bottom: 0;
}
#wrapper__debride ul.poppyStyle li i.fa-solid.fa-check {
  color: #FC4C49;
  margin-right: 10px;
}
#wrapper__debride .cardbox {
  background-color: white;
  border: 0;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 1rem;
  border-radius: 0.5rem;
}
@media (min-width: 375px) {
  #wrapper__debride .cardbox {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  #wrapper__debride .cardbox {
    padding: 35px;
  }
}
@media (min-width: 992px) {
  #wrapper__debride .cardbox {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  #wrapper__debride .cardbox {
    padding: 50px;
  }
}
@media (min-width: 1400px) {
  #wrapper__debride .cardbox {
    padding: 50px;
  }
}
@media (min-width: 1920px) {
  #wrapper__debride .cardbox {
    padding: 50px;
  }
}
@media (min-width: 2160px) {
  #wrapper__debride .cardbox {
    padding: 50px;
  }
}
#wrapper__debride .cardbox .img-fluid {
  max-width: 90%;
}
@media (min-width: 768px) {
  #wrapper__debride .cardbox .img-fluid {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  #wrapper__debride .cardbox .img-fluid {
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  #wrapper__debride .cardbox .img-fluid {
    max-width: 50%;
  }
}
@media (min-width: 1400px) {
  #wrapper__debride .cardbox .img-fluid {
    max-width: 90%;
  }
}
@media (min-width: 1920px) {
  #wrapper__debride .cardbox:first-child {
    max-width: 100%;
  }
}
#wrapper__debride h2 {
  font-size: 2.6rem;
  line-height: 2.3rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0px;
  text-align: left;
}
#wrapper__hesite__encore #hesite__encore h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  text-align: center;
}
#wrapper__hesite__encore #hesite__encore p {
  font-size: 1.2rem;
  line-height: 1.75rem;
}

#wrapper__snapshot .text-poppy {
  color: #FC4C49;
}
#wrapper__snapshot .text-pink {
  color: #FD9795 !important;
}
#wrapper__snapshot .header__theme {
  padding-top: 5.25rem;
  text-align: center;
}
@media (min-width: 425px) {
  #wrapper__snapshot .header__theme {
    padding-top: 6.25rem;
  }
}
#wrapper__snapshot #header h1 {
  font-size: 2.3rem;
  line-height: 2.5rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0;
}
@media (min-width: 425px) {
  #wrapper__snapshot #header h1 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__snapshot #header .subtitle {
  padding-top: 50px;
  font-size: 1.4rem;
  font-weight: 900;
}
#wrapper__snapshot #header p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#wrapper__snapshot #header #buttonHeaderWrapper {
  padding-top: 50px;
  padding-bottom: 75px;
}
#wrapper__snapshot #header div.text-quote {
  font-family: "argent-cf", serif;
  font-size: 2rem !important;
  line-height: 2.2rem;
  font-style: normal;
  color: #31007F;
}
#wrapper__snapshot #header div.quote {
  font-family: "argent-cf", serif;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  color: #31007F;
}
#wrapper__snapshot #header .longArrow {
  opacity: 0.5;
  margin-top: 50px;
  margin-bottom: 0;
}
#wrapper__snapshot #solution.solution #moduleWrapper h2 {
  font-size: 2.3rem !important;
  line-height: 2.6rem;
}
@media (min-width: 1400px) {
  #wrapper__snapshot #solution.solution #moduleWrapper h2 {
    font-size: 3rem !important;
    line-height: 2.8rem;
  }
}
#wrapper__snapshot #solution.solution #moduleWrapper p {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#wrapper__snapshot #solution.solution #moduleWrapper .module .moduleSkin {
  background-color: #fff;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  #wrapper__snapshot #solution.solution #moduleWrapper .module .moduleSkin {
    padding: 2rem;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #solution.solution #moduleWrapper .module .moduleSkin {
    padding: 3rem;
  }
}
@media (min-width: 1920px) {
  #wrapper__snapshot #solution.solution #moduleWrapper .module .moduleSkin {
    padding: 60px;
  }
}
#wrapper__snapshot #solution.solution #moduleWrapper .module .moduleBoxFull {
  width: 100%;
  margin-bottom: 0;
  padding: 30px;
}
@media (min-width: 768px) {
  #wrapper__snapshot #solution.solution #moduleWrapper .module .moduleBoxFull {
    padding: 45px !important;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #solution.solution #moduleWrapper .module .moduleBoxFull {
    padding: 60px !important;
  }
}
#wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot h2 {
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  #wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot #moduleSnapshot__leftBox {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  #wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox {
    padding-top: 35px;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox {
    padding-top: 90px;
  }
}
#wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox div.label_rewards {
  color: #31007F;
  font-family: "argent-cf", serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8rem;
  padding-bottom: 15px;
}
@media (min-width: 1400px) {
  #wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox div.label_rewards {
    padding-bottom: 25px;
  }
}
#wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul {
  list-style: none;
  padding-left: 0;
}
#wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul li {
  padding-bottom: 12px;
}
#wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul li:last-child {
  padding-bottom: 0;
}
#wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul li span {
  padding-right: 15px;
  padding-top: 3px;
}
#wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul li span i {
  font-size: 1.3rem;
  color: #FC4C49;
}
#wrapper__snapshot #solution.solution #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul li div {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-style: italic;
  font-weight: bold;
  color: #31007f;
}
#wrapper__snapshot #solution.solution #moduleWrapper .quote {
  font-size: 1.7rem;
  line-height: 2rem;
  font-style: italic;
}
#wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper {
  padding-top: 145px;
  padding-bottom: 55px;
}
@media (min-width: 425px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 115px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 145px;
    padding-bottom: 85px;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 185px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1920px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 225px;
    padding-bottom: 150px;
  }
}
#wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .text-quote {
  font-size: 2rem !important;
  line-height: 2.6rem;
  font-style: italic;
  margin-bottom: 20px;
}
#wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
  padding-top: 90px;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .workout {
  position: absolute;
  right: -5px;
  top: -135px;
}
@media (min-width: 425px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -25px;
    top: -130px;
  }
}
@media (min-width: 768px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: 0;
    top: -90px;
  }
}
@media (min-width: 992px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: 0;
    top: -90px;
  }
}
@media (min-width: 1200px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -70px;
    top: -130px;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -25px;
    top: -130px;
  }
}
@media (min-width: 1920px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -25px;
    top: -130px;
  }
}
#wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .iceCream {
  position: absolute;
  right: -5px;
  top: -65px;
}
@media (min-width: 425px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -30px;
    top: -60px;
  }
}
@media (min-width: 768px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: 0;
    top: 0;
  }
}
@media (min-width: 1200px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -90px;
    top: -130px;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -30px;
    top: -130px;
  }
}
@media (min-width: 1920px) {
  #wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -30px;
    top: -130px;
  }
}
#wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper ul {
  list-style-type: none;
}
#wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper ul li {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  color: #31007f;
  padding: 20px 0;
}
#wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-check {
  color: #FFF;
  margin-right: 10px;
}
#wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-xmark {
  color: #FC4C49;
  margin-right: 10px;
}
#wrapper__snapshot #thisisforme.thisisforme #thisisformeWrapper ul hr {
  background-color: currentColor;
}
#wrapper__snapshot #process.process #processWrapper h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  #wrapper__snapshot #process.process #processWrapper h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__snapshot #process.process #processWrapper .card {
  border-radius: 0.5rem;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  border: 0;
}
#wrapper__snapshot #process.process #processWrapper .card .card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  #wrapper__snapshot #process.process #processWrapper .card .card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
  }
}
#wrapper__snapshot #process.process #processWrapper .card .card-body h3 {
  font-size: 1.5rem;
  padding-bottom: 15px;
}
#wrapper__snapshot #process.process #processWrapper .card .card-body img {
  margin-bottom: 20px;
}
#wrapper__snapshot #process.process #processWrapper .card .card-body .card-text {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#wrapper__snapshot #unlock.unlock #unlockWrapper h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  #wrapper__snapshot #unlock.unlock #unlockWrapper h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__snapshot #unlock.unlock #unlockWrapperList {
  /*background-color: #FFF !important;
  box-shadow: none !important;
  padding: 60px !important;
  background-color: #fff;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
  border-radius: 0.5rem;

  @media (min-width: 768px) {
    padding: 2rem;
  }

  @media (min-width: 1400px) {
    padding: 3rem;
  }

  @media (min-width: 1920px) {
    padding: 60px;
  }*/
}
#wrapper__snapshot #unlock.unlock #unlockWrapperList ul {
  list-style: none;
  padding-left: 0;
}
#wrapper__snapshot #unlock.unlock #unlockWrapperList ul li {
  padding: 5px 0;
}
#wrapper__snapshot #unlock.unlock #unlockWrapperList ul li:last-child {
  padding-bottom: 0;
}
#wrapper__snapshot #unlock.unlock #unlockWrapperList ul li span {
  padding-top: 3px;
  color: #FD9795;
}
#wrapper__snapshot #unlock.unlock #unlockWrapperList ul li span i {
  font-size: 1.3rem;
  color: #FD9795;
  margin-right: 10px;
}
#wrapper__snapshot #unlock.unlock #unlockWrapperList ul li div {
  font-size: 1.4rem;
  line-height: 2rem;
  font-style: normal !important;
  font-weight: bold;
  color: #fff;
}
#wrapper__snapshot #socialProof.socialProof #socialProofWrapper h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  #wrapper__snapshot #socialProof.socialProof #socialProofWrapper h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__snapshot #socialProof.socialProof #socialProofWrapper p {
  font-size: 1.2rem;
  line-height: 1.75rem;
}
#wrapper__snapshot #price.price #priceBoxWrapper {
  /*padding-top: 75px;
  padding-bottom: 75px;

  @media (min-width: 1400px) {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  @media (min-width: 1920px) {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  @media (min-width: 2560px) {
    padding-top: 200px;
    padding-bottom: 200px;
  }*/
}
#wrapper__snapshot #price.price #priceBoxWrapper p {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#wrapper__snapshot #price.price #priceBoxWrapper .priceBox {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  border-radius: 0.5rem;
}
@media (min-width: 1400px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox {
    padding: 50px;
  }
}
@media (min-width: 1920px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox {
    padding: 50px;
  }
}
@media (min-width: 2560px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox {
    padding: 50px;
  }
}
#wrapper__snapshot #price.price #priceBoxWrapper .priceBox #priceLeftBox {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox #priceLeftBox {
    padding-top: 25px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox #priceLeftBox {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox #priceLeftBox {
    padding-bottom: 25px;
  }
}
#wrapper__snapshot #price.price #priceBoxWrapper .priceBox #priceLeftBox p.priceContent {
  padding-bottom: 10px;
}
#wrapper__snapshot #price.price #priceBoxWrapper .priceBox #priceLeftBox #features {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox #priceRightBox {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox #priceRightBox {
    padding-top: 25px;
  }
}
@media (max-width: 992px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox #priceRightBox .pt-75 {
    padding-top: 0 !important;
  }
}
@media (max-width: 1200px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox #priceRightBox .pt-75 {
    padding-top: 25px !important;
  }
}
#wrapper__snapshot #price.price #priceBoxWrapper .priceBox #priceRightBox #butonPrice {
  /*padding-top:0;*/
}
#wrapper__snapshot #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: unset;
  height: 90px;
  z-index: 5;
}
@media (min-width: 576px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 50px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 70px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    height: 125px;
  }
}
@media (min-width: 1200px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 5px;
    height: 200px;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 10px;
    height: 190px;
  }
}
@media (min-width: 1920px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 15px;
    height: 165px;
  }
}
@media (min-width: 2560px) {
  #wrapper__snapshot #price.price #priceBoxWrapper .priceBox .pictoPointingHand {
    right: 85px;
    height: 250px;
  }
}
#wrapper__snapshot #price.price #priceBoxWrapper h2 {
  font-size: 3rem !important;
  line-height: 2.8rem;
  margin-top: 0;
}
@media (min-width: 2560px) {
  #wrapper__snapshot #price.price #priceBoxWrapper h2 {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
  }
}
#wrapper__snapshot #price.price #priceBoxWrapper h5 {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  #wrapper__snapshot #price.price #priceBoxWrapper h5 {
    color: #FC4C49;
  }
}
@media (min-width: 2560px) {
  #wrapper__snapshot #price.price #priceBoxWrapper h5 {
    color: #FC4C49;
  }
}
#wrapper__snapshot #price.price #priceBoxWrapper p.strikePrice {
  line-height: 1.3rem;
  font-size: 1rem;
  margin: 20px 0;
}
@media (min-width: 1400px) {
  #wrapper__snapshot #price.price #priceBoxWrapper p.strikePrice {
    margin: 35px 0 45px 0;
  }
}
@media (min-width: 1920px) {
  #wrapper__snapshot #price.price #priceBoxWrapper p.strikePrice {
    margin: 35px 0;
  }
}
@media (min-width: 2560px) {
  #wrapper__snapshot #price.price #priceBoxWrapper p.strikePrice {
    margin: 35px 0;
  }
}
#wrapper__snapshot #price.price #priceBoxWrapper p.offerPrice {
  line-height: 1.3rem;
  font-size: 1rem;
  margin: 20px 0;
}
@media (min-width: 1400px) {
  #wrapper__snapshot #price.price #priceBoxWrapper p.offerPrice {
    margin: 35px 0 45px 0;
  }
}
#wrapper__snapshot #price.price #priceBoxWrapper p.bigPrice {
  font-family: "argent-cf", serif;
  font-size: 60pt;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #wrapper__snapshot #price.price #priceBoxWrapper p.bigPrice {
    font-size: 70pt;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #price.price #priceBoxWrapper p.bigPrice {
    font-size: 90pt;
  }
}
@media (min-width: 1920px) {
  #wrapper__snapshot #price.price #priceBoxWrapper p.bigPrice {
    font-size: 90pt;
  }
}
@media (min-width: 2560px) {
  #wrapper__snapshot #price.price #priceBoxWrapper p.bigPrice {
    font-size: 90pt;
  }
}
#wrapper__snapshot #price.price #priceBoxWrapper p.warning {
  margin: 0;
}
#wrapper__snapshot #price.price #priceBoxWrapper ul li {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  color: #410099;
  padding-bottom: 5px !important;
}
#wrapper__snapshot #price.price #priceBoxWrapper ul li i.fa-solid.fa-check {
  color: #FC4C49;
  margin-right: 10px;
}
#wrapper__snapshot #price.price #priceBoxWrapper ul li i.fa-solid.fa-plus {
  color: #A87400;
  margin-right: 10px;
}
#wrapper__snapshot #price.price #priceBoxWrapper div.fake-heading-three {
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
  color: #31007f;
}
#wrapper__snapshot #price.price #priceBoxWrapper .buttonWrapper {
  /*padding-top: 40px; ...*/
}
#wrapper__snapshot #price.price #priceBoxWrapper #warrantyWrapper {
  /*padding-top: 75px; ...*/
}
#wrapper__snapshot #price.price #priceBoxWrapper #warrantyWrapper br {
  display: none;
}
@media (min-width: 768px) {
  #wrapper__snapshot #price.price #priceBoxWrapper #warrantyWrapper br {
    display: block;
  }
}
@media (min-width: 1200px) {
  #wrapper__snapshot #price.price #priceBoxWrapper #warrantyWrapper br {
    display: none;
  }
}
@media (min-width: 1400px) {
  #wrapper__snapshot #price.price #priceBoxWrapper #warrantyWrapper br {
    display: block;
  }
}
#wrapper__snapshot #reward.reward #rewardWrapper h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  #wrapper__snapshot #reward.reward #rewardWrapper h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__snapshot #reward.reward #rewardWrapper .card {
  border-radius: 0.5rem;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  border: 0;
}
#wrapper__snapshot #reward.reward #rewardWrapper .card .card-body {
  padding: 2rem;
}
@media (min-width: 768px) {
  #wrapper__snapshot #reward.reward #rewardWrapper .card .card-body {
    padding: 2.5rem;
  }
}
#wrapper__snapshot #reward.reward #rewardWrapper .card .card-body img {
  margin-bottom: 20px;
}
#wrapper__snapshot #reward.reward #rewardWrapper .card .card-body .card-text {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#wrapper__snapshot #whyTrustWrapper .sub-section h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  #wrapper__snapshot #whyTrustWrapper .sub-section h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__snapshot #whyTrustWrapper .sub-section p {
  font-size: 1.2rem;
  line-height: 1.75rem;
  margin-bottom: 25px;
}
#wrapper__snapshot #whyTrustWrapper .sub-section .pictoStrategy {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  #wrapper__snapshot #whyTrustWrapper .sub-section .pictoStrategy {
    max-width: 615px;
    height: 520px;
  }
}
#wrapper__snapshot #whyTrustWrapper a {
  color: #FC4C49 !important;
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #warrantyWrapper h2 {
  font-size: 2rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  #wrapper__snapshot #FAQ.FAQ #FAQWrapper #warrantyWrapper h2 {
    font-size: 2.3rem;
    line-height: 2.6rem;
  }
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #warrantyWrapper div.fake-heading-three {
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
  color: #31007f;
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #warrantyWrapper img {
  max-width: 150px;
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper h2 {
  font-size: 2.3rem;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper h2 {
    font-size: 3rem;
    line-height: 2.8rem;
    padding-bottom: 100px;
  }
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-item {
  border: 0;
  margin-bottom: 15px;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-header h3 {
  margin: 0;
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  color: #31007f;
  border: 0;
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #FC4C49;
  box-shadow: none !important;
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent;
  outline: none;
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button:not(.collapsed):focus {
  box-shadow: none !important;
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button::after {
  background-image: none;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2331007F'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
  font-size: 1.5rem;
  font-weight: 700;
  color: #FC4C49;
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-body {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #333;
}
#wrapper__snapshot #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-body p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#wrapper__snapshot .buttonWrapper .buttonEnvoyer {
  background-color: #FC4C49;
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  border: 2px solid #FC4C49;
}
#wrapper__snapshot .buttonWrapper .buttonEnvoyer:hover {
  background-color: #fb1b17;
  border-color: #fb1b17;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(252, 76, 73, 0.3);
}
#wrapper__snapshot .buttonWrapper .buttonEnvoyer span {
  margin-right: 10px;
}
#wrapper__snapshot .buttonWrapper .buttonEnvoyer .button__arrow svg {
  transition: transform 0.3s ease;
}
#wrapper__snapshot .buttonWrapper .buttonEnvoyer:hover .button__arrow svg {
  transform: translateX(5px);
}

#accordionFAQ .accordion-body {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #333;
}
#accordionFAQ .accordion-body p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

#wrapper__accompagnement .text-poppy {
  color: #FC4C49;
}
#wrapper__accompagnement .text-pink {
  color: #FD9795 !important;
}
#wrapper__accompagnement .header__theme {
  padding-top: 5.25rem;
  text-align: center;
}
@media (min-width: 425px) {
  #wrapper__accompagnement .header__theme {
    padding-top: 6.25rem;
  }
}
#wrapper__accompagnement #header h1 {
  font-size: 2.3rem;
  line-height: 2.5rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0;
}
@media (min-width: 425px) {
  #wrapper__accompagnement #header h1 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__accompagnement #header .subtitle {
  padding-top: 50px;
  font-size: 1.4rem;
  font-weight: 900;
}
#wrapper__accompagnement #header p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#wrapper__accompagnement #header #buttonHeaderWrapper {
  padding-top: 50px;
  padding-bottom: 75px;
}
#wrapper__accompagnement #header div.text-quote {
  font-family: "argent-cf", serif;
  font-size: 2rem !important;
  line-height: 2.2rem;
  font-style: normal;
  color: #31007F;
}
#wrapper__accompagnement #header .longArrow {
  opacity: 0.5;
  margin-top: 50px;
  margin-bottom: 0;
}
#wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper {
  padding-top: 145px;
  padding-bottom: 55px;
}
@media (min-width: 425px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 115px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 145px;
    padding-bottom: 85px;
  }
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 185px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1920px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper {
    padding-top: 225px;
    padding-bottom: 150px;
  }
}
#wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .text-quote {
  font-size: 2rem !important;
  line-height: 2.2rem;
  font-style: italic;
  margin-bottom: 20px;
}
#wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
  padding-top: 90px;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper #iceCreamWrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .workout {
  position: absolute;
  right: -5px;
  top: -135px;
}
@media (min-width: 425px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -25px;
    top: -130px;
  }
}
@media (min-width: 768px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: 0;
    top: -90px;
  }
}
@media (min-width: 992px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: 0;
    top: -90px;
  }
}
@media (min-width: 1200px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -70px;
    top: -130px;
  }
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -25px;
    top: -130px;
  }
}
@media (min-width: 1920px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .workout {
    right: -25px;
    top: -130px;
  }
}
#wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .iceCream {
  position: absolute;
  right: -5px;
  top: -65px;
}
@media (min-width: 425px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -30px;
    top: -60px;
  }
}
@media (min-width: 768px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: 0;
    top: 0;
  }
}
@media (min-width: 1200px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -90px;
    top: -130px;
  }
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -30px;
    top: -130px;
  }
}
@media (min-width: 1920px) {
  #wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper .iceCream {
    right: -30px;
    top: -130px;
  }
}
#wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper ul {
  list-style-type: none;
}
#wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper ul li {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  color: #31007f;
  padding: 20px 0;
}
#wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-check {
  color: #FFF;
  margin-right: 10px;
}
#wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper ul li i.fa-solid.fa-circle-xmark {
  color: #FC4C49;
  margin-right: 10px;
}
#wrapper__accompagnement #thisisforme.thisisforme #thisisformeWrapper ul hr {
  background-color: currentColor;
}
#wrapper__accompagnement #reward.reward #rewardWrapper h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  #wrapper__accompagnement #reward.reward #rewardWrapper h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__accompagnement #reward.reward #rewardWrapper p {
  font-size: 1.2rem !important;
  line-height: 1.75rem;
}
#wrapper__accompagnement #reward.reward #rewardWrapper #rewardWrapperList ul {
  list-style: none;
  padding-left: 0;
}
#wrapper__accompagnement #reward.reward #rewardWrapper #rewardWrapperList ul li {
  padding: 5px 0;
}
#wrapper__accompagnement #reward.reward #rewardWrapper #rewardWrapperList ul li:last-child {
  padding-bottom: 0;
}
#wrapper__accompagnement #reward.reward #rewardWrapper #rewardWrapperList ul li span {
  padding-top: 3px;
  color: #FD9795;
}
#wrapper__accompagnement #reward.reward #rewardWrapper #rewardWrapperList ul li span i {
  font-size: 1.3rem;
  color: #FD9795;
  margin-right: 10px;
}
#wrapper__accompagnement #reward.reward #rewardWrapper #rewardWrapperList ul li div {
  font-size: 1.4rem;
  line-height: 2rem;
  font-style: normal !important;
  font-weight: bold;
  color: #fff;
}
#wrapper__accompagnement #risk.risk #moduleWrapper h2 {
  font-size: 2.3rem !important;
  line-height: 2.6rem;
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #risk.risk #moduleWrapper h2 {
    font-size: 3rem !important;
    line-height: 2.8rem;
  }
}
#wrapper__accompagnement #risk.risk #moduleWrapper p {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#wrapper__accompagnement #risk.risk #moduleWrapper .module .moduleSkin {
  background-color: #fff;
  box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  #wrapper__accompagnement #risk.risk #moduleWrapper .module .moduleSkin {
    padding: 2rem;
  }
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #risk.risk #moduleWrapper .module .moduleSkin {
    padding: 3rem;
  }
}
@media (min-width: 1920px) {
  #wrapper__accompagnement #risk.risk #moduleWrapper .module .moduleSkin {
    padding: 60px;
  }
}
#wrapper__accompagnement #risk.risk #moduleWrapper .module .moduleBoxFull {
  width: 100%;
  margin-bottom: 0;
  padding: 30px;
}
@media (min-width: 768px) {
  #wrapper__accompagnement #risk.risk #moduleWrapper .module .moduleBoxFull {
    padding: 45px !important;
  }
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #risk.risk #moduleWrapper .module .moduleBoxFull {
    padding: 60px !important;
  }
}
#wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot h2 {
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  #wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot #moduleSnapshot__leftBox {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  #wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox {
    padding-top: 35px;
  }
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox {
    padding-top: 90px;
  }
}
#wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox div.label_rewards {
  color: #31007F;
  font-family: "argent-cf", serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8rem;
  padding-bottom: 15px;
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox div.label_rewards {
    padding-bottom: 25px;
  }
}
#wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul {
  list-style: none;
  padding-left: 0;
}
#wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul li {
  padding-bottom: 12px;
}
#wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul li:last-child {
  padding-bottom: 0;
}
#wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul li span {
  padding-right: 15px;
  padding-top: 3px;
}
#wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul li span i {
  font-size: 1.3rem;
  color: #FC4C49;
}
#wrapper__accompagnement #risk.risk #moduleWrapper .module #moduleSnapshot #moduleSnapshot__rightBox ul li div {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-style: italic;
  font-weight: bold;
  color: #31007f;
}
#wrapper__accompagnement #risk.risk #moduleWrapper .quote {
  font-size: 1.7rem;
  line-height: 2rem;
  font-style: italic;
}
#wrapper__accompagnement #howto.howto #moduleWrapper h2 {
  font-size: 3rem !important;
  line-height: 2.8rem;
  text-align: left;
  margin-top: 0 !important;
}
#wrapper__accompagnement #howto.howto #moduleWrapper .card .card-body {
  /*@media (min-width: 575px) {
    height: 560px;
  }
  @media (min-width: 768px) {

    height: 540px;

  }
  @media (min-width: 992px) {
    height: 460px;

  }

  @media (min-width: 1200px) {
    height: 730px;
  }

  @media (min-width: 1400px) {
    height: 640px;
  }

  @media (min-width: 1600px) {
    height: 545px;
  }

  @media (min-width: 1920px) {
    height: 460px;
  }

  @media (min-width: 2560px) {
    height: 460px;
  }*/
}
#wrapper__accompagnement #howto.howto #moduleWrapper .card .card-body div.card-title {
  font-family: "argent-cf", serif;
  color: #31007F;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  font-style: normal;
}
#wrapper__accompagnement #howto.howto #moduleWrapper .card .card-body .card-text {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#wrapper__accompagnement #howto.howto #benefits .longArrow {
  opacity: 0.5;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #howto.howto #benefits .longArrow {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  #wrapper__accompagnement #howto.howto #benefits .longArrow {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#wrapper__accompagnement #howto.howto #benefits div.text-quote {
  font-family: "argent-cf", serif;
  font-size: 2rem !important;
  line-height: 2.2rem;
  font-style: normal;
  color: #31007F;
}
#wrapper__accompagnement #howto.howto #benefits div.fake-heading-two {
  font-size: 3rem;
  line-height: 2.8rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
}
#wrapper__accompagnement #howto.howto #benefits div.fake-heading-three {
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
}
#wrapper__accompagnement #howto.howto #benefits p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#wrapper__accompagnement #whyPremium.whyPremium #whyPremiumWrapper h2 {
  font-size: 3rem !important;
  line-height: 2.8rem;
  text-align: left;
  margin-top: 0 !important;
}
#wrapper__accompagnement #whyPremium.whyPremium #whyPremiumWrapper #cardWrapper .col {
  display: flex;
}
#wrapper__accompagnement #whyPremium.whyPremium #whyPremiumWrapper #cardWrapper .card {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}
#wrapper__accompagnement #whyPremium.whyPremium #whyPremiumWrapper #cardWrapper .card-body {
  padding: 4rem 2.5rem 3rem;
}
#wrapper__accompagnement #whyPremium.whyPremium #whyPremiumWrapper #cardWrapper .card-title {
  margin-bottom: 1.5rem;
}
#wrapper__accompagnement #whyPremium.whyPremium #whyPremiumWrapper #cardWrapper .card-text {
  margin-bottom: 0;
}
#wrapper__accompagnement #whyPremium.whyPremium #whyPremiumWrapper .card .card-body {
  /*@media (min-width: 575px) {
    height: 560px;
  }
  @media (min-width: 768px) {

    height: 540px;

  }
  @media (min-width: 992px) {
    height: 460px;

  }

  @media (min-width: 1200px) {
    height: 730px;
  }

  @media (min-width: 1400px) {
    height: 640px;
  }

  @media (min-width: 1600px) {
    height: 545px;
  }

  @media (min-width: 1920px) {
    height: 460px;
  }

  @media (min-width: 2560px) {
    height: 460px;
  }*/
}
#wrapper__accompagnement #whyPremium.whyPremium #whyPremiumWrapper .card .card-body div.card-title {
  font-family: "argent-cf", serif;
  color: #31007F;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  font-style: normal;
}
#wrapper__accompagnement #whyPremium.whyPremium #whyPremiumWrapper .card .card-body .card-text {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#wrapper__accompagnement #whyPremium.whyPremium #benefits .longArrow {
  opacity: 0.5;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #whyPremium.whyPremium #benefits .longArrow {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1920px) {
  #wrapper__accompagnement #whyPremium.whyPremium #benefits .longArrow {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#wrapper__accompagnement #whyPremium.whyPremium #benefits div.text-quote {
  font-family: "argent-cf", serif;
  font-size: 2rem !important;
  line-height: 2.2rem;
  font-style: normal;
  color: #31007F;
}
#wrapper__accompagnement #whyPremium.whyPremium #benefits div.fake-heading-two {
  font-size: 3rem;
  line-height: 2.8rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
}
#wrapper__accompagnement #whyPremium.whyPremium #benefits div.fake-heading-three {
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
}
#wrapper__accompagnement #whyPremium.whyPremium #benefits p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#wrapper__accompagnement #discovercall.discovercall #discovercallWrapper h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  #wrapper__accompagnement #discovercall.discovercall #discovercallWrapper h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__accompagnement #discovercall.discovercall #discovercallWrapper p {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#wrapper__accompagnement #discovercall.discovercall #discovercallWrapper #discovercallWrapperList ul {
  list-style: none;
  padding-left: 0;
}
#wrapper__accompagnement #discovercall.discovercall #discovercallWrapper #discovercallWrapperList ul li {
  padding: 5px 0;
}
#wrapper__accompagnement #discovercall.discovercall #discovercallWrapper #discovercallWrapperList ul li:last-child {
  padding-bottom: 0;
}
#wrapper__accompagnement #discovercall.discovercall #discovercallWrapper #discovercallWrapperList ul li span {
  padding-top: 3px;
  color: #FD9795;
}
#wrapper__accompagnement #discovercall.discovercall #discovercallWrapper #discovercallWrapperList ul li span i {
  font-size: 1.3rem;
  color: #FD9795;
  margin-right: 10px;
}
#wrapper__accompagnement #discovercall.discovercall #discovercallWrapper #discovercallWrapperList ul li div {
  font-size: 1.4rem;
  line-height: 2rem;
  font-style: normal !important;
  font-weight: bold;
  color: #fff;
}
#wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section h2 {
  font-size: 2.3rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  #wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section h2 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section p {
  font-size: 1.2rem;
  line-height: 1.75rem;
  margin-bottom: 25px;
}
#wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section .pictoStrategy {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  max-width: 100%;
  height: 320px;
}
@media (min-width: 768px) {
  #wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section .pictoStrategy {
    max-width: 100%;
    height: 500px;
  }
}
@media (min-width: 992px) {
  #wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section .pictoStrategy {
    max-width: 100%;
    height: 500px;
  }
}
@media (min-width: 1400px) {
  #wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section .pictoStrategy {
    max-width: 500px;
    height: 535px;
  }
}
@media (min-width: 1200px) {
  #wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section .pictoStrategy {
    max-width: 500px;
    height: 500px;
  }
}
@media (min-width: 1920px) {
  #wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section .pictoStrategy {
    max-width: 100%;
  }
}
#wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section ul {
  margin-bottom: 30px;
}
#wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section ul li span i {
  color: #A87400 !important;
  font-size: 20px;
  margin-right: 0.65rem;
}
#wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section ul li p {
  font-size: 1.2rem;
  line-height: 1.75rem;
  margin-bottom: 15px !important;
}
#wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section ul li p span {
  color: #fff !important;
}
#wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper .sub-section ul li p a {
  color: #FC4C49;
  font-size: 1.2rem;
  line-height: 1.75rem;
  /*font-size: 1rem;
  line-height: 2rem;*/
}
#wrapper__accompagnement #whyTrust.whyTrust #whyTrustWrapper a {
  color: #FC4C49 !important;
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #warrantyWrapper h2 {
  font-size: 2rem;
  line-height: 2.3rem;
}
@media (min-width: 768px) {
  #wrapper__accompagnement #FAQ.FAQ #FAQWrapper #warrantyWrapper h2 {
    font-size: 2.3rem;
    line-height: 2.6rem;
  }
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #warrantyWrapper div.fake-heading-three {
  font-size: 2.3rem;
  line-height: 2.6rem;
  font-family: "argent-cf", serif;
  font-weight: 400;
  font-style: italic !important;
  text-transform: none !important;
  color: #31007f;
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #warrantyWrapper img {
  max-width: 150px;
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper h2 {
  font-size: 2.3rem;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper h2 {
    font-size: 3rem;
    line-height: 2.8rem;
    padding-bottom: 100px;
  }
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-item {
  border: 0;
  margin-bottom: 15px;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-header h3 {
  margin: 0;
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  color: #31007f;
  border: 0;
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #FC4C49;
  box-shadow: none !important;
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent;
  outline: none;
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button:not(.collapsed):focus {
  box-shadow: none !important;
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button::after {
  background-image: none;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2331007F'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
  font-size: 1.5rem;
  font-weight: 700;
  color: #FC4C49;
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-body {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #333;
}
#wrapper__accompagnement #FAQ.FAQ #FAQWrapper #accordionWrapper .accordion .accordion-body p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#wrapper__accompagnement .buttonWrapper .buttonEnvoyer {
  background-color: #FC4C49;
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  border: 2px solid #FC4C49;
}
#wrapper__accompagnement .buttonWrapper .buttonEnvoyer:hover {
  background-color: #fb1b17;
  border-color: #fb1b17;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(252, 76, 73, 0.3);
}
#wrapper__accompagnement .buttonWrapper .buttonEnvoyer span {
  margin-right: 10px;
}
#wrapper__accompagnement .buttonWrapper .buttonEnvoyer .button__arrow svg {
  transition: transform 0.3s ease;
}
#wrapper__accompagnement .buttonWrapper .buttonEnvoyer:hover .button__arrow svg {
  transform: translateX(5px);
}

#wrapper__chaine {
  /* Image responsive + cover */
  /* Carte pleine hauteur dans sa colonne */
  /* Corps de carte extensible, bouton collé en bas */
  /* Description : coupe proprement à 3 lignes */
  /* (Optionnel) rendre toute la zone thumbnail cliquable sans soulignement */
}
#wrapper__chaine #chaine h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0;
}
#wrapper__chaine #chaine p {
  line-height: 1.75rem;
  margin-bottom: 30px;
  font-size: 1.2rem;
}
#wrapper__chaine #chaine div.quote {
  font-size: 1.7rem;
  line-height: 2rem;
  font-style: italic;
}
#wrapper__chaine .youtube-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
}
#wrapper__chaine .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
}
#wrapper__chaine .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  /* prend la hauteur dispo */
}
#wrapper__chaine .card-title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* max 2 lignes pour le titre */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "argent-cf", serif;
  color: #FC4C49;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: none;
}
#wrapper__chaine .card-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* ajuste 2/3/4 selon ton design */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1em * 1.4 * 3);
  /* réserve l'espace de 3 lignes (line-height~1.4) */
}
#wrapper__chaine .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#wrapper__chaine .seeMore {
  padding: 0rem 0rem 0.3rem 0rem;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  color: #FC4C49;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #FC4C49;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}
#wrapper__chaine .seeMore:hover {
  background-color: #e60000;
  /* Changer la couleur au survol */
}
#wrapper__chaine .thumb-link {
  display: block;
  line-height: 0;
}

#wrapper__brandmakers h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0;
}
#wrapper__brandmakers p {
  line-height: 1.75rem;
  font-size: 1.2rem;
}
#wrapper__brandmakers div.text-quote {
  font-size: 1.7rem;
  line-height: 2rem;
  font-style: italic;
}

#wrapper__press #header .header__theme {
  padding-top: 5.25rem;
  text-align: center;
}
@media (min-width: 425px) {
  #wrapper__press #header .header__theme {
    padding-top: 6.25rem;
  }
}
#wrapper__press #header h1 {
  font-size: 3rem;
  line-height: 2.5rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0;
}
@media (min-width: 425px) {
  #wrapper__press #header h1 {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
#wrapper__press #header p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
#wrapper__press h3 a {
  color: #31007F;
  text-decoration: none;
}
#wrapper__press p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}

#wrapper__pressbook h2 {
  font-size: 3rem;
  line-height: 2.8rem;
}
#wrapper__pressbook p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}

#wrapper__portfolio {
  background: #FAEFEF;
}

#portfolio__filters {
  background: #FAEFEF;
  padding-bottom: clamp(3rem, 5vw, 6rem);
  display: none;
}
@media (min-width: 1200px) {
  #portfolio__filters {
    display: block !important;
  }
}

.portfolio-filter-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio-filter-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0 clamp(1.15rem, 2vw, 2.25rem);
  color: #31007f;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.portfolio-filter-btn:first-child {
  padding-left: 0;
}

.portfolio-filter-btn:last-child {
  padding-right: 0;
}

.portfolio-filter-btn:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #31007f;
  font-weight: 400;
  opacity: 0.9;
}

.portfolio-filter-btn::before {
  content: "";
  position: absolute;
  left: clamp(1.15rem, 2vw, 2.25rem);
  right: clamp(1.15rem, 2vw, 2.25rem);
  bottom: -0.45rem;
  height: 4px;
  background: #FC4C49;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.portfolio-filter-btn:first-child::before {
  left: 0;
}

.portfolio-filter-btn:last-child::before {
  right: 0;
}

.portfolio-filter-btn:hover,
.portfolio-filter-btn.active,
.portfolio-filter-btn.is-active,
.portfolio-filter-btn.mixitup-control-active {
  color: #FC4C49;
}

.portfolio-filter-btn.active::before,
.portfolio-filter-btn.is-active::before,
.portfolio-filter-btn.mixitup-control-active::before {
  transform: scaleX(1);
}

@media (max-width: 991.98px) {
  .portfolio-filter-menu {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
  }

  .portfolio-filter-btn {
    flex: 0 0 auto;
    font-size: clamp(1.4rem);
    white-space: nowrap;
  }
}
.portfolio-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.portfolio-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.portfolio-link:hover, .portfolio-link:focus {
  color: inherit;
  text-decoration: none;
}

.portfolio-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #FAEFEF;
}

.portfolio-item--normal .portfolio-image-wrapper {
  aspect-ratio: 1/1.15;
}

.portfolio-item--wide .portfolio-image-wrapper {
  aspect-ratio: 16/8;
}

.portfolio-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.06);
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.portfolio-item:hover .portfolio-image,
.portfolio-item:focus-within .portfolio-image {
  transform: scale(1);
}

.portfolio-categories {
  position: absolute;
  z-index: 3;
  top: clamp(1.5rem, 1.8vw, 2rem);
  left: clamp(1.5rem, 2vw, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}

.portfolio-categories span {
  display: block;
  color: #FC4C49;
  font-size: clamp(0.85rem, 1.05vw, 1.2rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.portfolio-item--wide .portfolio-categories span {
  font-size: clamp(0.85rem, 1.05vw, 1.2rem);
}

.portfolio-custom-cursor {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: clamp(42px, 4vw, 60px);
  height: clamp(42px, 4vw, 60px);
  border-radius: 50%;
  background-color: #E262A0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition: opacity 0.35s ease, transform 0.55s ease, background-color 0.9s ease;
}

.portfolio-custom-cursor svg {
  width: 70%;
  height: 70%;
  display: block;
  overflow: visible;
  transform: translate(1px, -1px);
  display: block;
  overflow: visible;
  transform: translate(0, -1px);
}

.portfolio-custom-cursor .cursor-arrow-line,
.portfolio-custom-cursor .cursor-arrow-head {
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: square;
  stroke-linejoin: miter;
  fill: none;
  vector-effect: non-scaling-stroke;
}

.portfolio-custom-cursor.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* IMPORTANT : supprimer toute ancienne flèche injectée via pseudo-element */
.portfolio-custom-cursor::before,
.portfolio-custom-cursor::after {
  content: none !important;
  display: none !important;
}

@media (min-width: 992px) {
  .portfolio-item:hover {
    cursor: none;
  }
}
@media (max-width: 991.98px) {
  .portfolio-custom-cursor {
    display: none;
  }

  .portfolio-item:hover .portfolio-image {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .portfolio-item--normal .portfolio-image-wrapper,
.portfolio-item--wide .portfolio-image-wrapper {
    aspect-ratio: 1/1.2;
  }

  .portfolio-categories {
    top: 1.5rem;
    left: 1.5rem;
  }

  .portfolio-categories span,
.portfolio-item--wide .portfolio-categories span {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (prefers-reduced-motion: reduce) {
  .portfolio-image,
.portfolio-custom-cursor {
    transition: none;
  }
}
.single-cas-client {
  background: #FAEFEF;
  color: #1E1E1E;
  min-height: 100vh;
  overflow: hidden;
}

header__theme h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  margin: 30px 0;
}
header__theme p {
  font-size: 1.2rem;
  line-height: 1.75rem;
  padding-bottom: 25px;
}
header__theme p .subtitle {
  padding-top: 50px;
}

.single-cas-client__not-found {
  padding: clamp(8rem, 12vw, 14rem) 0;
}
.single-cas-client__not-found h1 {
  max-width: 850px;
  margin-bottom: 2rem;
  font-size: clamp(2.8rem, 7vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.single-cas-client__eyebrow {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.6;
}

.single-cas-client__hero {
  padding: clamp(8rem, 13vw, 15rem) 0 clamp(4rem, 7vw, 8rem);
}

.single-cas-client__back-link {
  display: inline-flex;
  margin-bottom: clamp(3rem, 5vw, 5.5rem);
  color: inherit;
  text-decoration: none;
  font-size: 0.95rem;
  opacity: 0.65;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.single-cas-client__back-link:hover {
  color: inherit;
  opacity: 1;
  transform: translateX(-4px);
}

.single-cas-client__categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
}
.single-cas-client__categories span {
  display: block;
  color: #ff3b3b;
  font-size: clamp(0.85rem, 1vw, 1.15rem);
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.single-cas-client__title {
  max-width: 950px;
  margin: 0 0 clamp(2rem, 4vw, 4rem);
  font-size: clamp(3.2rem, 8.5vw, 8.8rem);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.single-cas-client__intro {
  max-width: 820px;
  font-size: clamp(1.05rem, 1.3vw, 1.45rem);
  line-height: 1.55;
}
.single-cas-client__intro p {
  margin-bottom: 1.4rem;
}
.single-cas-client__intro p:last-child {
  margin-bottom: 0;
}
.single-cas-client__intro strong,
.single-cas-client__intro b {
  font-weight: 700;
}

.single-cas-client__main-image-section {
  padding-bottom: clamp(2rem, 5vw, 5rem);
}

.single-cas-client__gallery {
  padding: clamp(1rem, 3vw, 3rem) 0 clamp(6rem, 10vw, 12rem);
}
.single-cas-client__gallery .container-fluid {
  width: min(94%, 1680px);
}

.single-cas-client__figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #e8dada;
}

.single-cas-client__figure--main {
  aspect-ratio: 16/8.5;
}

.single-cas-client__figure--wide {
  aspect-ratio: 16/8;
}

.single-cas-client__figure--normal {
  aspect-ratio: 1/1.15;
}

.single-cas-client__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-cas-client__figure figcaption {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  max-width: 420px;
  padding: 0.45rem 0.7rem;
  /*background: rgba(250, 239, 239, 0.82);*/
  backdrop-filter: blur(8px);
  font-size: 0.85rem;
  line-height: 1.35;
  /*color: #1E1E1E;*/
}

.single-cas-client__next {
  padding: clamp(5rem, 9vw, 10rem) 0;
  border-top: 1px solid rgba(30, 30, 30, 0.12);
}
.single-cas-client__next span {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.55;
}
.single-cas-client__next a {
  display: inline-block;
  max-width: 1000px;
  color: inherit;
  text-decoration: none;
  font-size: clamp(2.8rem, 7vw, 7.5rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.07em;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.single-cas-client__next a:hover {
  color: inherit;
  opacity: 0.55;
  transform: translateX(8px);
}

@media (max-width: 991.98px) {
  .single-cas-client__hero {
    padding-top: 7rem;
  }

  .single-cas-client__title {
    max-width: 100%;
  }

  .single-cas-client__figure--main,
.single-cas-client__figure--wide {
    aspect-ratio: 1/1.05;
  }
}
@media (max-width: 767.98px) {
  .single-cas-client__hero {
    padding-top: 6rem;
  }

  .single-cas-client__back-link {
    margin-bottom: 2.5rem;
    font-size: 0.9rem;
  }

  .single-cas-client__title {
    font-size: clamp(3rem, 17vw, 5rem);
    letter-spacing: -0.065em;
  }

  .single-cas-client__intro {
    font-size: 1rem;
  }

  .single-cas-client__figure--main,
.single-cas-client__figure--wide,
.single-cas-client__figure--normal {
    aspect-ratio: 1/1.18;
  }

  .single-cas-client__figure figcaption {
    position: static;
    padding: 0.75rem 0;
    background: transparent;
    backdrop-filter: none;
  }

  .single-cas-client__next a {
    font-size: clamp(2.6rem, 15vw, 4.5rem);
  }
}
#wrapper__contact {
  /* Z-CAL OVERIDE */
}
#wrapper__contact #header h1 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 30px 0;
}
#wrapper__contact #header p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
@media (min-width: 1920px) {
  #wrapper__contact #header p {
    line-height: 1.75rem;
    font-size: 1.2rem;
  }
}
#wrapper__contact #header .subtitle {
  padding-top: 50px;
  font-size: 1.4rem;
  font-weight: 900;
}
#wrapper__contact h2 {
  font-size: 3rem;
  line-height: 2.8rem;
  font-style: italic;
  text-transform: none;
  margin: 0 0 30px 0;
  text-align: center;
}
#wrapper__contact h5 {
  color: #FC4C49;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
}
#wrapper__contact p {
  line-height: 1.75rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#wrapper__contact #schedule-invite-wizard-container {
  padding: 0 !important;
}

footer {
  font-family: "Raleway", sans-serif !important;
}

#footer {
  font-family: "Raleway", sans-serif !important;
}
#footer h5 {
  font-size: 18px;
  line-height: 34px;
  margin-left: -1px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FD9795;
  font-family: "Raleway", sans-serif;
}
#footer .logoLadyAce {
  margin-top: 75px;
}
@media (min-width: 768px) {
  #footer .logoLadyAce {
    margin-top: 0;
  }
}
#footer #socialIcons {
  list-style-type: none;
  padding-top: 45px;
  width: 75%;
}
@media (min-width: 375px) {
  #footer #socialIcons {
    width: 62%;
  }
}
@media (min-width: 425px) {
  #footer #socialIcons {
    width: 55%;
  }
}
@media (min-width: 768px) {
  #footer #socialIcons {
    width: 60%;
  }
}
@media (min-width: 992px) {
  #footer #socialIcons {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #footer #socialIcons {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  #footer #socialIcons {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  #footer #socialIcons {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  #footer #socialIcons {
    width: 100%;
  }
}
@media (min-width: 2560px) {
  #footer #socialIcons {
    width: 100%;
  }
}
#footer #socialIcons a i {
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
#footer #socialIcons a i:hover {
  color: #A87400;
}
#footer #socialIcons a svg.ausha {
  fill: white;
  transition: fill 0.3s ease;
}
#footer #socialIcons a svg.ausha:hover {
  fill: #FD9795;
}
#footer a.footerLinks {
  font-weight: 500;
  position: relative;
  text-decoration: none;
  line-height: 30px;
  cursor: pointer !important;
}
#footer a.footerLinks::before, #footer a.footerLinks::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #A87400;
  bottom: -4px;
  transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}
#footer a.footerLinks::before {
  left: 0;
}
#footer a.footerLinks::after {
  right: 0;
}
#footer a.footerLinks:hover::after {
  width: 100%;
  left: 0;
}
#footer a.footerLinks:not(:hover)::before {
  left: 0%;
}
#footer a.footerLinks:not(:hover)::after {
  right: 0%;
}
#footer .text-poppy {
  color: #FD9795;
}
#footer .border-poppy {
  border: 2px solid #FD9795 !important;
}
#footer .text-white {
  color: #FFF;
  font-family: "Raleway", sans-serif !important;
}
#footer .copyright {
  font-family: "Raleway", sans-serif;
}
#footer nav.legals__menu ul {
  list-style-type: none !important;
}
#footer nav.legals__menu ul li.menu-item a {
  color: #FFF !important;
  font-weight: 500 !important;
}

#footer__bottom {
  height: 80px;
  font-size: 1rem;
  line-height: 30px;
  color: #FFF;
}
@media (min-width: 375px) {
  #footer__bottom {
    font-size: 12px;
  }
}
#footer__bottom #button__backtotop span strong {
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}
#footer__bottom #button__backtotop span strong:hover {
  transform: translateY(0px) rotateX(180deg) scale(1.4);
  -webkit-transform: translateY(0px) rotateX(180deg) scale(1.4);
}
#footer__bottom .button-icon i {
  height: auto;
  line-height: 45px;
  color: #FD9795;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}
#footer__bottom .button-icon i:hover {
  transform: translateY(0px) rotateX(180deg) scale(1.4);
  -webkit-transform: translateY(0px) rotateX(180deg) scale(1.4);
}
@media (min-width: 425px) {
  #footer__bottom .button-icon i {
    line-height: 45px;
  }
}
@media (min-width: 768px) {
  #footer__bottom .button-icon i {
    line-height: normal;
  }
}
#footer__bottom .button-icon:hover i {
  transform: translateY(0px) rotateX(180deg) scale(1.4);
  -webkit-transform: translateY(0px) rotateX(180deg) scale(1.4);
}
#footer__bottom #socials__items .list-inline-item a {
  color: #FD9795;
  text-transform: none;
}

.socials {
  /*		height: auto;
  		line-height: 30px;
  		position: relative;
  		width: auto;
  		margin-bottom: 0!important;
  		margin:0 auto;
  		margin-top: 10px;
  		text-align: center;
  		bottom: 0;
  		display: table;
  		transform: translateX(15px);
  		-webkit-transform: translateX(15px);*/
}

.socials-wrap .socials {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.socials li {
  margin-right: 0px;
  margin-left: 0px;
  list-style: none;
  color: #FD9795;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 20px;
  float: right;
  z-index: 2;
  transition: background 0.4s ease-in-out 0s;
}

.socials-wrap .socials li {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials li:nth-child(5) {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(4) {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.socials li:last-child {
  margin-left: 0px;
}

.socials li a {
  color: #FD9795 !important;
  font-size: 12px;
  font-weight: 600;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: relative;
  top: -20px;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
}

.socials:hover li a {
  opacity: 0.3;
}

.socials li a:hover {
  color: #A87400;
  opacity: 1;
}

.footer {
  position: relative;
  overflow: hidden;
  background-color: #4800BA;
  box-shadow: 4px 4px 20px #000;
}
.footer .footer__jelly {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
}
.footer .footer__jelly img {
  height: 400px;
}
@media (min-width: 375px) {
  .footer .footer__jelly {
    left: 50px;
  }
}
@media (min-width: 425px) {
  .footer .footer__jelly {
    left: 85px;
  }
}
@media (min-width: 768px) {
  .footer .footer__jelly {
    left: unset;
    right: -5px;
  }
}
@media (min-width: 992px) {
  .footer .footer__jelly {
    right: -5px;
  }
  .footer .footer__jelly img {
    height: 500px;
  }
}
@media (min-width: 1440px) {
  .footer .footer__jelly {
    right: 25px;
  }
  .footer .footer__jelly img {
    height: 600px;
  }
}
@media (min-width: 1600px) {
  .footer .footer__jelly {
    right: 25px;
  }
  .footer .footer__jelly img {
    height: 600px;
  }
}
@media (min-width: 1920px) {
  .footer .footer__jelly {
    top: -135px;
    right: 150px;
  }
  .footer .footer__jelly img {
    height: 700px;
  }
}
@media (min-width: 2560px) {
  .footer .footer__jelly {
    top: -135px;
    right: 150px;
  }
  .footer .footer__jelly img {
    height: 700px;
  }
}
.footer .footer__infos {
  position: relative;
  z-index: 10;
  padding-top: 11.5625rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer .footer__infos {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
}
.footer .footer__infos .mail {
  padding-bottom: 0.9375rem;
}
.footer .footer__infos .mail a {
  font-family: "argent-cf", serif;
  font-size: 1.4rem;
  color: #A96674;
}
.footer .footer__infos .mail a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer .footer__infos .mail a {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .footer .footer__infos .mail {
    padding-right: 3.75rem;
    padding-bottom: 0rem;
  }
}
.footer .footer__infos .social__link ul {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 375px) {
  .footer .footer__infos .social__link ul {
    width: 100%;
  }
}
.footer .footer__infos .social__link ul li {
  list-style: none;
}
.footer .footer__infos .social__link ul li a {
  padding-right: 0.625rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.footer .footer__infos .social__link ul li:last-of-type a {
  padding-right: 0rem;
}
.footer .footer__credits {
  position: relative;
  z-index: 10;
  padding-top: 45px;
  padding-bottom: 30px;
}
.footer .footer__credits .footer__copyright {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .footer .footer__credits .footer__copyright {
    justify-content: flex-end;
  }
}
.footer .footer__credits .footer__copyright p {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 425px) {
  .footer .footer__credits .footer__copyright p {
    display: flex;
    align-items: center;
    line-height: unset;
  }
}
.footer .footer__credits .footer__copyright p span {
  padding-right: 0.3125rem;
  font-weight: 500;
}
.footer .footer__credits .footer__menu {
  display: inline-flex;
  justify-content: flex-start;
}
@media (min-width: 375px) {
  .footer .footer__credits .footer__menu {
    display: flex;
  }
}
@media (min-width: 425px) {
  .footer .footer__credits .footer__menu {
    display: flex;
  }
}
@media (min-width: 768px) {
  .footer .footer__credits .footer__menu {
    display: flex;
  }
}
@media (min-width: 992px) {
  .footer .footer__credits .footer__menu {
    display: flex;
  }
}
.footer .footer__credits .footer__menu .legals__menu ul {
  display: inline-flex;
}
.footer .footer__credits .footer__menu .legals__menu ul li {
  list-style: none;
  margin-right: 10px;
}
@media (min-width: 425px) {
  .footer .footer__credits .footer__menu .legals__menu ul li {
    display: flex;
    align-items: center;
  }
}
.footer .footer__credits .footer__menu .legals__menu ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 425px) {
  .footer .footer__credits .footer__menu .legals__menu ul li a {
    padding-bottom: 0rem;
  }
}
@media (min-width: 425px) {
  .footer .footer__credits .footer__menu .legals__menu {
    padding-bottom: 0rem;
  }
}

#floating-newsletter.floating-newsletter {
  position: fixed;
  right: -90px;
  top: 5%;
  z-index: 2000;
  transition: right 0.3s ease;
}
@media (max-width: 1199px) {
  #floating-newsletter.floating-newsletter {
    display: none;
  }
}
#floating-newsletter.floating-newsletter .buttonEnvoyer {
  display: block;
  white-space: nowrap;
  width: 250px !important;
}
#floating-newsletter.floating-newsletter .buttonEnvoyer i {
  font-size: 16px;
  display: inline-block;
  animation: envelope-pulse 5s ease-in-out infinite;
  animation-delay: 3s;
}
@keyframes envelope-pulse {
  0% {
    transform: scale(1);
  }
  8% {
    transform: scale(1.2);
  }
  16% {
    transform: scale(1);
  }
  24% {
    transform: scale(1.2);
  }
  32% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes envelope-wobble {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(8deg);
  }
}
@keyframes envelope-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

#floating-newsletter-mobile.floating-newsletter-mobile {
  display: none;
}
@media (max-width: 1199px) {
  #floating-newsletter-mobile.floating-newsletter-mobile {
    display: flex;
    justify-content: center;
    position: static;
    right: auto;
    z-index: auto;
    margin-top: 2rem;
  }
}
#floating-newsletter-mobile.floating-newsletter-mobile .buttonEnvoyer {
  display: block;
  white-space: nowrap;
}
#floating-newsletter-mobile.floating-newsletter-mobile .buttonEnvoyer i {
  font-size: 16px;
  display: inline-block;
  animation: envelope-pulse 5s ease-in-out infinite;
  animation-delay: 3s;
}

.woocommerce a.removeCustom {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #FC4C49 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.removeCustom:hover {
  color: #fff !important;
  background: #FC4C49;
}
.woocommerce .quantity .qty {
  height: 41px !important;
  border: 1px solid #FC4C49 !important;
  color: #FC4C49;
}
.woocommerce .price,
.woocommerce .woocommerce-Price-currencySymbol {
  font-size: 1.2rem !important;
  color: #410099 !important;
}
.woocommerce form label {
  display: none !important;
}
.woocommerce form .input-text,
.woocommerce form fieldset,
.woocommerce form input[type=text] {
  width: 100%;
  display: block;
  padding: 10px 10px 10px 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FC4C49;
  font-size: 1rem;
  color: #FC4C49;
}
.woocommerce form.checkout h3 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.woocommerce form.checkout label {
  display: none !important;
}
.woocommerce form.checkout .input-text, .woocommerce form.checkout fieldset, .woocommerce form.checkout input[type=text] {
  width: 100%;
  display: block;
  padding: 10px 10px 10px 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FC4C49;
  font-size: 1rem;
  color: #31007F;
}

.product_meta .posted_in {
  color: #FC4C49;
}
.product_meta .posted_in a {
  margin: 0 auto;
  padding: 0rem 0rem 0.3rem 0rem;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
  color: #31007F;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-bottom: 0px solid #FC4C49;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #FAEEEF !important;
  color: #410099 !important;
  border-top-color: #FC4C49 !important;
  border-top: 3px solid #FC4C49 !important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-radius: 5px;
}

.woocommerce-message::before {
  content: "";
  color: #410099;
}

.woocommerce-tabs {
  margin: 0 0 80px;
}

.woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 30px 0;
  text-align: center;
}

.woocommerce-tabs ul.tabs:before {
  display: none !important;
}

.woocommerce-tabs ul.tabs li {
  margin: 0;
  margin-right: 10px;
  border: 0;
  padding-bottom: 15px;
  background: none;
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  color: red;
}

.woocommerce-tabs ul.tabs li:before {
  display: none;
}

.woocommerce-tabs ul.tabs li a {
  font-size: 18px;
  padding: 0 20px;
  font-weight: 500;
}

.woocommerce-tabs ul.tabs li:hover a,
.woocommerce-tabs ul.tabs li.active a {
  color: #6699cc;
}

.woocommerce-tabs ul.tabs li:hover:after,
.woocommerce-tabs ul.tabs li.active:after {
  border-top-color: #6699cc;
  font-weight: 600;
}

.woocommerce-tabs .panel {
  box-shadow: none;
}

.woocommerce-tabs .panel > h2 {
  font-weight: normal;
  margin: 0 0 20px;
  display: none;
}

.woocommerce-tabs .panel p {
  line-height: 24px;
}

.woocommerce-tabs .panel table.shop_attributes th {
  border-left: 0px solid #e1e1e1;
}

.woocommerce-tabs .panel table.shop_attributes td p {
  padding-left: 15px;
}

.woocommerce-tabs .panel #reviews #comments {
  float: left;
  width: 30%;
  padding-right: 20px;
}

.woocommerce-tabs .panel #reviews #comments h2 {
  font-size: 14px;
  color: #383838;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 400;
}

.woocommerce-tabs .panel #reviews #review_form_wrapper {
  float: left;
  width: 70%;
  padding: 0 0 0 30px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #e1e1e1;
}

.woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #reply-title {
  font-size: 14px;
  color: #383838;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 400;
}

.woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform p label {
  display: block;
  font-weight: normal;
}

.woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform input {
  max-width: 500px;
  background: linear-gradient(to bottom, #6699cc 50%, #323232 50%) no-repeat scroll right bottom/100% 210% #6699cc;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 18.5px 40px;
  text-align: center;
  line-height: 1.1;
  text-shadow: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.5s ease;
  border-radius: 0;
  text-transform: capitalize;
}

.woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform input:hover {
  background-position: right top;
  color: #fff;
  text-shadow: none;
}

.woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform p.form-submit input {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0px solid #d3ced2 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #FC4C49 !important;
  font-family: "Raleway", sans-serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: none !important;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul {
  padding: 20px 0px 20px 20px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li {
  color: #FC4C49 !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel a {
  font-style: italic;
  font-weight: normal;
  color: #FC4C49;
  /*$violet*/
  text-decoration: underline !important;
}

.woocommerce-product-details__short-description {
  margin-bottom: 2em;
}

#wooswipe {
  margin-bottom: 0;
}

.cart-subtotal,
.order-total,
.product-price,
.woocommerce-Price-amount .product-subtotal {
  color: #410099 !important;
}

table.shop_table th {
  color: #FC4C49 !important;
}
table.shop_table tr td {
  color: DarkPurple !important;
}
table.shop_table tr td a {
  color: #31007F !important;
}
table.shop_table tr td a:hover {
  color: #FC4C49 !important;
}

input[type=number]:focus {
  border-color: #31007F !important;
}

.woocommerce-LoopProduct-link {
  color: #FC4C49 !important;
  font-family: "argent-cf", serif;
  font-size: 1.45rem;
}

.woocommerce-LoopProduct-link:hover {
  color: #31007F !important;
}

.woocommerce-message::before {
  content: "";
  color: #FC4C49 !important;
}

.woocommerce-info::before {
  color: #FC4C49 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #FC4C49 !important;
  background-color: transparent !important;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: #31007F !important;
}

.short_desc p {
  font-size: 1rem;
  padding-bottom: 1rem !important;
}

.woocommerce form.checkout #sumup-card label,
.woocommerce form.checkout #payment label {
  display: inline !important;
}
.woocommerce form.checkout #sumup-card .input-text,
.woocommerce form.checkout #sumup-card fieldset,
.woocommerce form.checkout #sumup-card input[type=text],
.woocommerce form.checkout #payment .input-text,
.woocommerce form.checkout #payment fieldset,
.woocommerce form.checkout #payment input[type=text] {
  width: 100%;
  display: block !important;
  padding: 10px 10px 10px 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FC4C49 !important;
  font-size: 1rem;
  color: #410099;
}
.woocommerce form.checkout input[type=radio] {
  margin: 0 !important;
}

/* FIX CHECKBOX AND SUMUP FORM */
#payment_method_sumup {
  display: inline-block !important;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: inline !important;
}

.form-check-input[type=checkbox] {
  margin-top: 0.35rem !important;
}

span a {
  margin: 0 auto;
  padding: 0rem 0rem 0.3rem 0rem;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 17px;
  color: #410099;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}

/* # WooCommerce Cart Icon CSS with FontAwesome 5

---------------------------------------------------------------------------------------------------- */
/*.woocommerce{


	a.remove{


		color:#A96674!important;
	}

}*/
#shop-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2.8125rem;
}

.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
  bottom: 3px;
}

.fa.fa-user-circle-o,
.fa.fa-heart-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 22px;
  color: #FC4C49;
  padding-right: 10px;
}

.cart-contents:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "" !important;
  font-size: 22px;
  color: #FC4C49;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: 15px;
  right: 1px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #31007f;
  border-radius: 50%;
  padding: 1px;
}

.myaccount-content h2, .myaccount-content h3 {
  margin-bottom: 1.5em !important;
}
.myaccount-content h3.noMargin {
  margin-bottom: 0;
}
.myaccount-content label {
  display: none !important;
}
.myaccount-content label.showIt {
  display: block !important;
}
.myaccount-content form .input-text, .myaccount-content form fieldset, .myaccount-content form input {
  width: 100%;
  display: block;
  padding: 10px 10px 10px 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FC4C49;
  font-size: 1rem;
  color: #FC4C49;
}
.myaccount-content header {
  display: block !important;
}
.myaccount-content address {
  color: #410199;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.myaccount-content legend {
  color: #FC4C49;
  font-family: "argent-cf", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.myaccount-content fieldset {
  border: 0px solid #FFF;
}

.myaccount-navigation {
  margin-bottom: 4em;
}

.myaccount-navigation .nav {
  display: block;
  border-left: 1px solid #FC4C49;
  border-right: 1px solid #FC4C49;
  border-bottom: 1px solid #FC4C49;
}

.myaccount-navigation .nav > li:first-child > a {
  border-radius: 0;
}

.myaccount-navigation .nav > li > a {
  display: block;
  padding: 14px 30px;
  /*    font-size: 16px;
      font-weight: 500;*/
  border-top: 1px solid #FC4C49;
  color: #FC4C49;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 17px;
}

.myaccount-navigation .nav > li > a:hover {
  color: #31007F;
  background: #faefef;
}

.myaccount-navigation li.is-active {
  color: #410199 !important;
  background: #faefef;
}

.myaccount-content a {
  color: #FC4C49;
}

.myaccount-content a:hover {
  color: #31007F;
}

.woocommerce form.login,
.woocommerce-ResetPassword {
  border-radius: 0px !important;
  margin-bottom: 100px !important;
}

.woocommerce form.register {
  border-radius: 0px !important;
  margin-bottom: 100px !important;
}

.woocommerce-LostPassword {
  padding-top: 10px;
}

.wc-proceed-to-checkout {
  float: right;
}

/* encart-autorite.php */
@media (min-width: 1920px) {
  #authority img.pictoCoupe {
    max-width: 150px;
    top: 80px;
    left: 425px;
    transform: rotate(348deg);
  }
}
#authority ul li span i {
  color: #A87400 !important;
  font-size: 20px;
  margin-right: 0.65rem;
}
#authority ul li p {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
@media (min-width: 1920px) {
  #authority ul li p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#authority ul li p span {
  color: #FD9795 !important;
}
#authority ul li p a {
  color: #FC4C49;
  font-size: 1rem;
  line-height: 2rem;
}

#articlesPilier.articlesPilier h2 {
  font-size: 3rem !important;
  line-height: 2.8rem !important;
  color: #ffffff !important;
  cursor: pointer !important;
  margin-bottom: 0 !important;
}
#articlesPilier.articlesPilier p {
  font-size: 1.2rem;
  line-height: 1.75rem;
}
#articlesPilier.articlesPilier .blog-item .category a:hover {
  color: #ffffff !important;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #FFF;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}
#articlesPilier.articlesPilier a.classicButton:hover {
  color: #ffffff !important;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #FFF;
  transform: unset;
  transition: all 0.5s ease;
  transition-delay: 0s;
}

#promoBoxOne .contentBox__img img,
#promoBoxTwo .contentBox__img img,
#promoBoxThree .contentBox__img img {
  width: 100%;
  border-radius: 0.375rem 0.375rem 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #promoBoxOne .contentBox__img img,
#promoBoxTwo .contentBox__img img,
#promoBoxThree .contentBox__img img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.375rem 0 0 0.375rem;
  }
}
@media (min-width: 1200px) {
  #promoBoxOne .contentBox__img img,
#promoBoxTwo .contentBox__img img,
#promoBoxThree .contentBox__img img {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
#promoBoxOne .contentBox__body,
#promoBoxTwo .contentBox__body,
#promoBoxThree .contentBox__body {
  padding: 1rem;
}
@media (min-width: 576px) {
  #promoBoxOne .contentBox__body,
#promoBoxTwo .contentBox__body,
#promoBoxThree .contentBox__body {
    padding: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #promoBoxOne .contentBox__body,
#promoBoxTwo .contentBox__body,
#promoBoxThree .contentBox__body {
    padding: 1.5rem;
  }
}
#promoBoxOne .contentBox__body h3,
#promoBoxTwo .contentBox__body h3,
#promoBoxThree .contentBox__body h3 {
  font-size: 2.3rem;
  line-height: 2.6rem;
}
#promoBoxOne .contentBox__body p,
#promoBoxTwo .contentBox__body p,
#promoBoxThree .contentBox__body p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 20px 0;
}

@media (min-width: 1201px) {
  #promoBoxOne.pb-default,
#promoBoxTwo.pb-default,
#promoBoxThree.pb-default {
    padding-bottom: 0 !important;
  }
}

#about__offre h2 {
  font-size: 3rem !important;
  line-height: 2.8rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 2560px) {
  #about__offre h2 {
    font-size: 2.6rem !important;
    line-height: 2.8rem;
  }
}
#about__offre p {
  font-size: 1.2rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
