@charset "UTF-8";
/*=============================================
=            MAIN.scss            =
=============================================*/
/*----------  Font's  ----------*/
@font-face {
  font-family: "Mont-light";
  src: url(/wp-content/themes/adoraweb-child/assets/fonts/Mont-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Mont-regular";
  src: url(/wp-content/themes/adoraweb-child/assets/fonts/Mont-Regular.otf);
  font-weight: 600;
}
@font-face {
  font-family: "Mont-semibold";
  src: url(/wp-content/themes/adoraweb-child/assets/fonts/Mont-SemiBold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "Mont-bold";
  src: url(/wp-content/themes/adoraweb-child/assets/fonts/Mont-Bold.otf);
  font-weight: 800;
}
/*----------  Import Other Scss Files  ----------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * 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;
}
/* Grouping content
     ========================================================================== */
/**
   * 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 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * 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;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * 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;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
   * 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;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 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 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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 in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 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 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/*=============================================
=            VARIABLES.scss            =
=============================================*/
/*----------  Fonts  ----------*/
/*----------  Colors  ----------*/
/*----------  Border  ----------*/
/*----------  Columns size  ----------*/
/*----------  font size  ----------*/
/*----------  Line-height  ----------*/
/*=====  End of VARIABLES.scss  ======*/
/*=============================================
=            TYPE.scss           =
=============================================*/
/*=============================================
    =            Body            =
    =============================================*/
html {
  margin: 0;
  padding: 0;
  margin-top: 0 !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Mont-regular", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  overflow-x: hidden;
  color: #000000;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
*, *:hover, *:focus, *:active {
  outline: none !important;
}
.body__dark {
  background: #000000;
  color: #ffffff;
}
.body__dark .footer__el .socials path {
  fill: #ffffff;
}
a:visited {
  color: initial;
}
.page {
  margin: 0 !important;
}
/*=====  End of Body  ======*/
/*=============================================
    =            Title            =
    =============================================*/
h1 {
  text-transform: uppercase;
  color: #000000;
}
.title {
  margin: 0;
}
.title__h1 {
  font-weight: 800;
  font-size: 4em;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-family: "Mont-bold", sans-serif;
}
.title__h1--home {
  font-size: 5em;
}
.title__h1--home span {
  display: block;
}
.title__h1--med {
  font-size: 5em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: 0.3s ease-out;
}
.title__h1--big {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.title__h1--bigger {
  font-size: 100px;
}
.title__h1--orange {
  color: #FF4308;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title__h1--small {
  font-size: 2.6rem;
  padding: 0 10px;
  font-style: italic;
  font-family: "Mont-light", sans-serif;
  text-transform: uppercase;
}
.title__h2 {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.4;
  font-family: "Mont-semibold", sans-serif;
}
.title__h2--maxwidth {
  width: max-content;
}
.title__h2--center {
  text-align: center;
}
.title__h2--bigger {
  font-size: 6.25rem;
  text-transform: uppercase;
  font-family: "Mont-bold", sans-serif;
  line-height: 1.2;
}
.title__h2--big {
  font-size: 3.875em;
  line-height: 1.2;
}
.title__h2--big span {
  display: block;
  color: #FF4308;
  font-style: italic;
  line-height: 1.1;
  font-family: "Mont-regular", sans-serif;
  font-size: 0.6774193548em;
}
.title__h2--ambition {
  font-size: 1.75em;
  font-family: "Mont-semibold", sans-serif;
  line-height: 1.2;
  color: #ffffff;
}
.title__h2--IntAmbitions {
  font-size: 2.375em;
  display: block;
  width: 81.7857142857%;
  margin: 0 auto;
}
.title__h2--IntAmbitions--site {
  width: 100%;
  margin: 0;
}
.title__h2--small {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 50px;
  font-weight: bold;
}
.title__h2--small span {
  display: block;
  color: #FF4308;
  font-style: italic;
  line-height: 1.1;
  font-family: "Mont-regular", sans-serif;
  font-size: 0.8125em;
  margin-bottom: 20px;
}
.title__h2--contact {
  font-family: "Mont-bold", sans-serif;
  font-size: 90px;
  line-height: 100%;
}
.title__h3 {
  font-size: 26px;
  font-family: "Mont-bold", sans-serif;
}
.title__h3--big {
  font-size: 32px;
  font-family: "Mont-bold", sans-serif;
  letter-spacing: -0.02em;
}
.title__h3--small {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  padding-top: 30px;
  position: relative;
}
.title__h3--small:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("/wp-content/uploads/1-1.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  position: absolute;
  top: 0;
  z-index: -1;
  transform: translate(-40%, -60%);
}
.title__orange {
  color: #FF4308;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title__white {
  color: #ffffff;
}
.steps__el--2 .title__h3--small:after {
  background: url("/wp-content/uploads/2-1.svg");
  background-repeat: no-repeat;
  background-size: 60%;
}
.steps__el--3 .title__h3--small:after {
  background: url("/wp-content/uploads/3-1.svg");
  background-repeat: no-repeat;
  background-size: 60%;
}
.steps__el--4 .title__h3--small:after {
  background: url("/wp-content/uploads/4-1.svg");
  background-repeat: no-repeat;
  background-size: 60%;
}
.steps__el--5 .title__h3--small:after {
  background: url("/wp-content/uploads/5.svg");
  background-repeat: no-repeat;
  background-size: 60%;
}
.title__h4 {
  font-size: 23px;
  font-family: "Mont-bold", sans-serif;
  line-height: 1.5;
  margin-bottom: 20px;
}
/*=====  End of Title  ======*/
/*=============================================
    =            Link & Button            =
    =============================================*/
.btn-contact {
  background: #ffffff;
  color: #FF4308;
  text-decoration: none;
  padding: 23px 70px 21px 70px;
  border-radius: 70px;
  margin-top: 50px;
  border: 1px solid #ffffff;
  transition: 0.3s ease;
}
.btn-contact:hover {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
.link {
  text-decoration: none;
}
.link__orange {
  color: #FF4308 !important;
  transition: 0.3s ease;
}
.link__orange:hover, .link__orangefocus {
  opacity: 0.5;
}
.magnetic {
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  padding: 30px;
  border-radius: 100px;
  z-index: 2;
}
.magnetic .magnetic__hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: -1;
  transition: transform 0.1s ease, background 0.3s ease;
  overflow: hidden;
  padding: 20px 60px 18px 60px;
  border-radius: 100px;
  border: 2px solid #000000;
  font-size: 20px;
  font-family: "Mont-semibold", sans-serif;
}
.magnetic .magnetic__hover--content {
  transform: translateY(0);
  opacity: 1;
  transition: 0.2s ease;
  display: block;
}
.magnetic .magnetic__hover:after {
  content: attr(data-hover);
  position: absolute;
  top: 50%;
  transform: translateY(-150%);
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 2;
  font-size: 20px;
  transition: 0.1s ease;
}
.magnetic:hover .magnetic__hover:after, .magnetic:focus .magnetic__hover:after {
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.3s 0.1s ease;
}
.magnetic:hover .magnetic__hover--content, .magnetic:focus .magnetic__hover--content {
  transform: translateY(150%);
  opacity: 0;
}
.magnetic__orange .magnetic__hover {
  color: #ffffff;
  border: 2px solid transparent;
  position: relative;
}
.magnetic__orange .magnetic__hover:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  transition: 0.3s ease;
}
.magnetic__orange:hover .magnetic__hover:before {
  opacity: 0;
}
.magnetic__orange:hover .magnetic__hover, .magnetic__orange:focus .magnetic__hover {
  color: #FF4308;
  border: 2px solid #FF4308;
}
.magnetic__orange--invert .magnetic__hover {
  background: transparent;
  color: #FF4308;
  border: 2px solid #FF4308;
}
.magnetic__orange--invert .magnetic__hover:before {
  opacity: 0;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  transition: 0.3s ease;
}
.magnetic__orange--invert:hover .magnetic__hover:before {
  opacity: 1;
}
.magnetic__orange--invert:hover .magnetic__hover, .magnetic__orange--invert:focus .magnetic__hover {
  background: #FF4308;
  color: #ffffff;
}
.magnetic__white {
  transition: 0.2s ease;
}
.magnetic__white .magnetic__hover {
  background: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
}
.magnetic__white:hover .magnetic__hover, .magnetic__white:focus .magnetic__hover {
  background: transparent;
  color: #ffffff;
}
.magnetic__white--404 .magnetic__hover {
  color: #FF4308 !important;
}
.magnetic__white--404:hover .magnetic__hover, .magnetic__white--404:focus .magnetic__hover {
  color: #ffffff !important;
}
.magnetic__header {
  padding: 50px 20px;
}
.magnetic__header .magnetic__hover {
  padding: 18px 40px;
  font-size: 18px;
}
.header__dark .magnetic__header .magnetic__hover {
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
.scaled .magnetic__header {
  transform: scale(0.7) translateX(15%);
}
.header__dark .magnetic__header:hover .magnetic__hover, .header__dark .magnetic__header:focus .magnetic__hover {
  background: transparent;
  color: #000000;
}
.magnetic__menu {
  padding: 0.3125em 1.25em;
}
.magnetic__menu .magnetic__hover {
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-family: "Mont-bold", sans-serif;
  font-size: 4em;
  line-height: 1;
  padding: 0;
}
.magnetic__menu--small {
  padding: 0.2272727273em 0.4545454545em;
}
.magnetic__menu--small .magnetic__hover {
  font-size: 1em;
  font-family: "Mont-regular", sans-serif;
}
.magnetic__menu:hover .magnetic__hover:after, .magnetic__menu:focus .magnetic__hover:after, .magnetic__hamburger:hover .magnetic__hover:after, .magnetic__hamburger:focus .magnetic__hover:after, .magnetic__footer:hover .magnetic__hover:after, .magnetic__footer:focus .magnetic__hover:after, .magnetic__menufooter:hover .magnetic__hover:after, .magnetic__menufooter:focus .magnetic__hover:after, .magnetic__contact--info:hover .magnetic__hover:after, .magnetic__contact--info:focus .magnetic__hover:after {
  opacity: 0;
}
.magnetic__menu:hover .magnetic__hover--content, .magnetic__menu:focus .magnetic__hover--content {
  transform: translateY(0);
  opacity: 0.5;
}
.magnetic__hamburger:hover .magnetic__hover--content, .magnetic__hamburger:focus .magnetic__hover--content, .magnetic__footer:hover .magnetic__hover--content, .magnetic__footer:focus .magnetic__hover--content, .magnetic__menufooter:hover .magnetic__hover--content, .magnetic__menufooter:focus .magnetic__hover--content, .magnetic__contact--info:hover .magnetic__hover--content, .magnetic__contact--info:focus .magnetic__hover--content {
  transform: translateY(0);
  opacity: 1;
}
.magnetic__menu--social {
  width: 50px;
  height: 50px;
  display: block;
  padding: 0;
  display: flex;
}
.magnetic__menu--social .magnetic__hover {
  margin: auto;
}
.magnetic__menu--social svg {
  display: block;
  width: 20px;
  height: 20px;
}
.magnetic__hamburger {
  padding: 0;
}
.magnetic__hamburger .magnetic__hover {
  border: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 0;
  z-index: 1;
  display: flex;
}
.magnetic__hamburger .magnetic__hover--content {
  margin: auto;
  width: 20px;
  height: 20px;
}
.magnetic__hamburger svg {
  display: block;
  width: 100%;
  height: 100%;
}
.magnetic__hamburger svg line {
  transition: 0.3s ease;
}
.magnetic__hamburger:hover .magnetic__hover .line1, .magnetic__hamburger:focus .magnetic__hover .line1 {
  transform: translate(-25%, 0);
}
.menuclose .magnetic__hover {
  background: rgba(255, 255, 255, 0.65);
}
.menuclose .magnetic__hover svg line {
  stroke: #000000;
  transform-origin: center;
}
.menuclose .magnetic__hover .line1 {
  transform: rotate(45deg) translate(0%, 33%);
}
.menuclose .magnetic__hover .line2 {
  transform: rotate(-45deg) translate(0%, -40%);
}
.menuclose:hover .magnetic__hover .line1, .menuclose:focus .magnetic__hover .line1 {
  transform: rotate(45deg) translate(0, 33%);
}
.socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.socials .socials__el {
  display: block;
  width: 60px;
  height: 60px;
}
.socials__el .magnetic__menu--social {
  width: 100%;
  height: 100%;
}
.socials .magnetic__menu--social svg {
  width: 20px;
  height: 20px;
  display: block;
}
.socials .magnetic__menu--social svg path {
  fill: #000000;
}
.magnetic__footer, .magnetic__menufooter {
  padding: 0;
}
.magnetic__footer .magnetic__hover, .magnetic__menufooter .magnetic__hover {
  border: none;
  text-align: left;
  opacity: 0.5;
  font-size: 1.125em;
  line-height: 1.2;
  padding: 5px 20px;
  transition: 0.3s ease;
  color: #000000;
  font-family: "Mont-regular", sans-serif;
}
.magnetic__menufooter .magnetic__hover {
  color: #000000;
  font-size: 1em;
  opacity: 1;
  letter-spacing: -0.5px;
}
.menufooter__el--current .magnetic__footer .magnetic__hover {
  opacity: 0.4;
}
.magnetic__menufooter:hover .magnetic__hover, .magnetic__menufooter:focus .magnetic__hover {
  color: #FF4308;
}
.magnetic__footer:hover .magnetic__hover, .magnetic__footer:focus .magnetic__hover {
  opacity: 1;
}
.body__dark .magnetic__menufooter .magnetic__hover, .body__dark .magnetic__footer .magnetic__hover {
  color: #ffffff;
}
.body__dark .magnetic__menufooter:hover .magnetic__hover, .body__dark .magnetic__footer:hover .magnetic__hover, .body__dark .magnetic__menufooter:focus .magnetic__hover, .body__dark .magnetic__footer:focus .magnetic__hover {
  color: #FF4308;
}
.magnetic__contact--info {
  padding: 0;
  transform: translateX(-9%);
}
.contactInfo__el--email .magnetic {
  transform: translateX(-6%);
}
.magnetic__contact--info .magnetic__hover {
  color: #ffffff;
  font-size: 30px;
  padding: 0.6111111111em 0.6944444444em 0.5555555556em 0.6944444444em;
  font-family: "Mont-regular", sans-serif;
  border: none;
  line-height: 1.2;
}
.btn__contact {
  text-decoration: none;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  margin-top: -10px;
}
.menu__footer.menu__footer--mentions a span {
  font-size: 12px;
}
/*=====  End of Link & Button  ======*/
/*=====  End of TYPE  ======*/
/*=============================================
=          LAYOUT.scss       =
=============================================*/
/*=============================================
    =            Columns            =
    =============================================*/
.container {
  max-width: 1400px;
  width: 72.9166666667%;
  margin: 0 auto;
}
.col2 {
  max-width: 704px;
  width: 50%;
}
.colsmall {
  max-width: 756px;
  margin: 0 auto;
}
.colHeader {
  max-width: 93.75%;
  margin: 0 auto;
  margin-top: 30px;
}
.col__mentions {
  max-width: 1056px;
  width: 75.4285714286%;
  margin: 0 auto;
}
/*=====  End of Columns  ======*/
/*=============================================
=            Header            =
=============================================*/
.header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  transform: translateX(-50%);
  pointer-events: none;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 150px;
  mix-blend-mode: difference;
  pointer-events: all;
}
.header__logo svg {
  width: 100%;
  display: block;
}
.header__logo svg path {
  fill: #ffffff;
}
.header__dark .header__logo svg path {
  fill: #000000;
}
.header__dark .magnetic__hamburger svg line {
  stroke: #000000;
}
.logo__white svg path {
  fill: #ffffff !important;
}
.header__logo svg {
  transform-origin: left;
}
.scaled-in .header__logo .logo-text {
  transform: translateY(-100%);
  transition: 0.3s ease;
}
.scaled-in .header__logo svg {
  transform: scale(2);
  transition: 0.3s 0.3s ease;
}
.scaled-out .header__logo .logo-text {
  transform: translateY(0);
  transition: 0.3s 0.3s ease;
}
.scaled-out .header__logo svg {
  transform: scale(1);
  transition: 0.3s ease;
}
.header__el {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: all;
}
/*=====  End of Header  ======*/
/*=============================================
=            Navigation            =
=============================================*/
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  z-index: 9998;
  pointer-events: none;
  transition: 0.8s ease;
}
.nav__wrapper {
  position: relative;
}
.nav__el {
  width: 50vw;
  height: 100vh;
}
.socialsNav {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__el--content {
  display: flex;
  flex-direction: column;
}
.navContent__wrapper {
  margin: auto;
}
.menuHeader ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 6.25em;
  text-transform: uppercase;
}
.menuHeader ul li {
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.5s 0.6s ease;
}
.menuHeader ul li:nth-child(2) {
  transition: 0.5s 0.7s ease;
}
.menuHeader ul li:last-child {
  margin-bottom: 0;
  transition: 0.5s 0.8s ease;
}
.nav__el--content .phone .link:hover, .nav__el--content .phone .link:focus {
  opacity: 0.5;
}
.nav__el--content {
  position: relative;
  z-index: 2;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  transform: translateY(-100%);
  transition: 0.5s ease;
  overflow: hidden;
}
.nav__el--content .mail, .nav__el--content .phone {
  color: #ffffff;
  font-size: 1.375em;
  margin: 0;
}
.nav__el--content .phone .link {
  color: #ffffff;
  transition: 0.3s ease;
}
.nav__el--content .mail a {
  color: #ffffff;
  transition: 0.3s ease;
}
.nav__el--content .mail a:hover, .nav__el--content .mail a:focus {
  opacity: 0.5;
}
.navCol2 {
  display: flex;
}
.nav__el--img {
  background-image: url("/wp-content/uploads/principal-menu-877x1024-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
  transform: translateY(110%);
  transition: 0.5s ease;
}
.navImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  opacity: 0;
}
.navImg__approche {
  background: url("/wp-content/uploads/approche-menu-877x1024-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.navImg__ambitions {
  background: url("/wp-content/uploads/Menu-ambitions.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.navImg__contact {
  background: url("/wp-content/uploads/menu-contact-877x1024-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.navImg img {
  height: 100%;
  width: 100%;
  display: block;
}
.navImgCurrent {
  opacity: 1;
  z-index: 1;
}
.navOpen .nav__el--content, .navOpen .nav__el--img {
  transform: translateY(0);
}
.navOpen .nav__el--top {
  opacity: 1;
  transition: 0.3s 0.55s ease;
}
.nav__el--content .phone, .nav__el--content .mail, .nav__el--content .socialsNav__el {
  transform: translateY(-10px);
  opacity: 0;
  transition: 0.5s 0.9s ease;
}
.nav__el--content .phone {
  transition: 0.5s 1s ease;
}
.nav__el--content .socialsNav__el {
  transition: 0.5s 1.1s ease;
}
.navOpen .menuHeader ul li {
  opacity: 1;
  transform: translateY(0) translateX(-3%);
}
.navOpen .menuHeader .menu__el--current {
  opacity: 0.5;
}
.navOpen .nav__el--content .phone, .navOpen .nav__el--content .mail, .navOpen .nav__el--content .socialsNav__el {
  opacity: 1;
  transform: translateY(0);
}
.navSection__clickable {
  pointer-events: all;
}
.menu__el {
  margin-bottom: 10px;
}
/*=====  End of Navigation  ======*/
/*=============================================
=            Footer            =
=============================================*/
footer {
  padding: 6.25em 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 10;
}
.body__dark footer {
  color: #ffffff;
}
.footer__el--menu {
  width: 100%;
}
.footer__el--socials {
  width: 119px;
}
.menu__footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.menu__footer ul li:last-child {
  margin-right: 0;
}
.menufooter__el--current {
  opacity: 0.5;
  pointer-events: none;
}
.menu__footer--mentions {
  margin-top: 2.1875em;
}
/*=====  End of Footer  ======*/
/*=============================================
=            Page Approche           =
=============================================*/
/*----------  Section Intro  ----------*/
.section__intro {
  background: #000000;
  color: #ffffff;
  position: relative;
}
.section__intro .deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url(/wp-content/uploads/test-star.png);
}
.section__intro .deco__wrapper {
  position: relative;
}
.section__intro .introImg {
  position: relative;
  z-index: 5;
  max-width: 1800px;
  text-align: center;
  padding: 0 5%;
  margin: 9.375rem auto 0 auto;
  padding-bottom: 9.375rem;
}
.section__intro .introImg img {
  width: 100%;
}
.section__intro .titleContainer {
  padding-top: 18.75em;
  position: relative;
  z-index: 5;
}
.titleContainer__center {
  text-align: center;
}
.titleContainer .title__h1--small {
  margin-bottom: 20px;
  display: inline-block;
}
/*----------  Section Why  ----------*/
.section__why {
  background: #000000;
  color: #ffffff;
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0 10%;
}
.section__why .deco {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-35%);
  width: 105%;
  z-index: -1;
}
.sectionWhy__title {
  margin: 0 auto;
  margin-bottom: 3.125em;
}
.sectionWhy__title p {
  margin: 0;
  letter-spacing: -0.5px;
  font-weight: bold;
  font-size: 3em;
  line-height: 1.3;
}
.section__why .content__el {
  font-size: 1.25em;
}
.section__why .content__el--text {
  position: relative;
  z-index: 2;
}
.section__why .reason {
  list-style: none;
  margin-left: 46.4285714286%;
  padding-left: 1em;
  position: relative;
  z-index: 2;
}
.section__why .reason li:before {
  content: "";
  width: 1.875rem;
  height: 2px;
  background-color: #FF4308;
  display: inline-block;
  margin-left: -1em;
}
.section__why .content__el--text:after {
  transform: translateX(0);
}
/*----------  Section Agile  ----------*/
.section__agile {
  padding: 15.625em 0 0 0;
  background: #000000;
  color: #ffffff;
}
.section__agile .section__wrapper {
  width: 100%;
  padding-bottom: 400px;
  position: relative;
}
.section__agile .section__wrapper .container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.imageAgile {
  position: sticky;
  position: -webkit-sticky;
  top: 25%;
  left: 0;
  transform: translateX(25%);
  list-style: none;
  padding: 0;
  width: 32.3571428571%;
  height: 40vh;
  z-index: 3;
}
.imageAgile__el {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.8s ease;
  opacity: 0;
}
.imageAgile__bottom {
  top: -50% !important;
}
.imageAgile__el img {
  transition: transform 0.1s ease-out;
  display: block;
  width: 100%;
}
.imageAgile__el--1 img {
  transform: scale(1.2);
}
.imageAgile__el--2 img {
  transform: scale(1.2) rotate(18deg);
}
.imageAgile__el--3 img {
  transform: scale(1.2) rotate(-10deg);
}
.section__agile .content__el {
  padding: 3.125em;
  border-radius: 20px;
  margin: 18.75em 0;
  transition: 0.4s ease;
  opacity: 0.2;
}
.section__agile .content__el--3 {
  margin: 18.75em 0 0 0;
}
.section__agile .content__el p {
  margin: 0;
}
.section__agile .content__el--current {
  background: #FF4308;
  color: #fff;
  opacity: 1;
}
.section__agile .imageAgile__el--current {
  opacity: 1;
}
.section__agile .imageAgile__el--current img {
  transform: scale(1);
}
.section__agile .imageAgile__el--2.imageAgile__el--current img {
  transform: scale(1) rotate(18deg);
}
.section__agile .imageAgile__el--3.imageAgile__el--current img {
  transform: scale(1) rotate(-10deg);
}
.section__agile .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}
/*----------  Section Convinced  ----------*/
.section__convinced {
  overflow: hidden;
  position: relative;
}
.section__convinced:before, .section__convinced:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 6.25em;
  padding-bottom: 0;
  height: 1px;
  background: #B7B7B7;
}
.section__convinced:before {
  margin-bottom: 6.25em;
  margin-top: 0;
}
.convincedContent:after, .convincedContent:before {
  content: "";
  display: block;
  width: 20.2142857143%;
  background: #FFFFFF;
  filter: blur(35px);
  position: absolute;
  top: 0;
  height: 120%;
  transform: translateY(-10%);
}
.convincedContent:after {
  left: -10%;
}
.convincedContent:before {
  right: -10%;
}
.convincedContent ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  margin-top: 3.125em;
  max-width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.linkConvinced__yes {
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  border: none;
}
/*----------  Section Approach  ----------*/
.section__approach .wrapper {
  overflow-x: hidden;
  display: flex;
  position: sticky;
  top: 0;
}
.spacer {
  width: 250px;
}
.approach__el {
  color: #ffffff;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.approach__el .deco {
  pointer-events: none;
}
.approach__el .title__h2--bigger {
  text-align: center;
  width: 100vw;
  text-align: center;
}
.approach__el .big-paragraphe p {
  width: 720px;
  font-size: 1.625rem;
}
.approach__el .big-paragraphe p.orange {
  font-family: "Mont-semibold", sans-serif;
}
.approach__el .img-approach {
  width: 500px;
  display: flex;
  height: 100vh;
  margin: 0 100px;
  position: relative;
  align-items: center;
}
.approach__el .img-approach-full {
  width: inherit;
}
.approach__el--decouverte {
  background: #ffffff;
  color: #000000;
}
.approach__el--2 {
  background-color: #000000;
  background-image: url("/wp-content/uploads/test-star.png");
}
.approach__el--2 .title__h2--content {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto 100px auto;
}
.approach__el--2 .title__h2--content p {
  margin: 0;
}
.approach__el--2 .title__h2--content svg {
  min-width: 75px;
  margin-right: 50px;
}
.approach__el--2 .title__h2--content.last {
  margin-bottom: 0;
}
.approach__el--3 {
  background: #ffffff;
  color: #000000;
}
.bg-test {
  height: 100vh;
  width: 200vh;
  background: url("/wp-content/uploads/end-approche.jpg");
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.small-text {
  margin-left: 40%;
  margin-top: 50px;
  font-size: 22px;
}
.style__liste li {
  list-style: none;
  position: relative;
  font-size: 1.375em;
  width: max-content;
  margin-bottom: 0.9090909091em;
}
.style__liste.style__liste--small li {
  font-size: 20px;
  margin-bottom: 0.5em;
}
.style__liste--space {
  margin-left: 250px;
  margin-top: 6.25em;
}
.style__liste li:before {
  content: "";
  position: absolute;
  left: -50px;
  margin: auto;
  top: 17px;
  width: 30px;
  height: 2px;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
}
/*----------   Section Steps  ----------*/
.section__step {
  padding: 12.5em 0;
}
.section__step .text {
  font-size: 1.25em;
  margin-bottom: 9.375rem;
  margin-top: 3.125rem;
}
.stepTitle {
  display: flex;
  align-items: flex-start;
  margin-bottom: 9.375em;
}
.stepTitle__el {
  width: 50%;
}
.stepTitle__el p {
  font-size: 1.25em;
}
.box {
  font-size: 1.0625em;
  padding: 2.9411764706em;
  margin: 18.75em 0;
}
.boxCurrent {
  background: #FF4308;
  border-radius: 20px;
  color: #ffffff;
}
.section__stepContent {
  display: flex;
  align-items: center;
  position: relative;
}
.section__step .content__el {
  transition: 0.3s ease;
}
.section__step .content__el p {
  margin: 0;
}
.section__step .schema .step_cursor {
  stroke-dasharray: 1323;
  stroke-dashoffset: 1323;
  transform-origin: center;
  transform: rotate(180deg);
  transition: 0.8s linear;
}
.section__step .schema {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__step .schema .logo__progress {
  transform: translateY(100%);
  transition: 0.8s linear;
}
.section__step .schema__wrapper {
  position: sticky;
  top: 25%;
  width: 39.2857142857%;
}
.step1 {
  stroke-dashoffset: 985 !important;
}
.step2 {
  stroke-dashoffset: 440 !important;
}
.step3 {
  stroke-dashoffset: 0 !important;
}
/*----------  Section Feeling  ----------*/
.section__feeling {
  padding: 12.5em 0;
  background-color: #000000;
  background-image: url("/wp-content/uploads/test-star.png");
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
}
.feeling__content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.feedback__text {
  font-size: 2.125em;
  font-family: "Mont-light", sans-serif;
  color: #ffffff;
  margin-bottom: 0.7352941176em;
}
.feeling__content:before {
  content: " “ ";
  font-size: 15.9375em;
  font-family: "Mont-bold", sans-serif;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: -37%;
  left: -9%;
}
.feedback__Author {
  font-size: 1.0625em;
  color: #FF4308;
  margin: 0;
}
.section__feeling .circle {
  width: 570px;
  height: 570px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.section__feeling .circle__grey {
  background: #F9F9F9;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.05);
  bottom: -40%;
  left: -10%;
  transform: rotate(60deg);
}
.section__feeling .circle__orange {
  top: -15%;
  right: -4%;
  width: 285px;
  height: 285px;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
}
.section__feeling .circle__blur {
  width: 85px;
  height: 85px;
  top: 5%;
  right: 3%;
}
/*----------  Contact  ----------*/
.section__contact {
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  position: relative;
  overflow: hidden;
}
.section__contact .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9.375em 0;
}
.section__contact .hand__el {
  display: flex;
  align-items: center;
  position: relative;
}
.section__contact .hand__el:before, .section__contact .hand__el:after {
  content: "";
  display: block;
  width: 61px;
  height: 35px;
  background: url("/wp-content/uploads/top.svg");
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.05s linear;
  transition-delay: 0.05s;
}
.section__contact .hand__el:before {
  top: -5%;
}
.section__contact .hand__el:after {
  background: url("/wp-content/uploads/bottom.svg");
  background-size: cover;
  bottom: -10%;
}
.section__contact .handSolo {
  transition: 0.3s cubic-bezier(0, 0.86, 0.24, 1);
}
.section__contact .hand__left {
  transform: translateX(-25%);
}
.section__contact .hand__right {
  transform: translateX(25%);
}
.check .hand__left {
  transform: translateX(2%);
}
.check .hand__right {
  transform: translateX(-2%);
}
.check .hand__el:before, .check .hand__el:after {
  opacity: 1;
}
.section__contact .circle {
  position: absolute;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  right: -3%;
  bottom: 0;
}
.section__contact .comet {
  transform: rotate(135deg) translateY(2000px);
}
.section__contact .comet__el--1 {
  width: 15px;
  height: 145px;
  top: 50%;
  left: 15%;
  transition: 0.8s 0.3s cubic-bezier(0.01, 0.68, 0, 1);
  opacity: 0;
}
.section__contact .comet__el--2 {
  width: 5px;
  height: 150px;
  top: 5%;
  left: 53%;
  transition: 0.6s 0.5s cubic-bezier(0.01, 0.68, 0, 1);
  opacity: 0;
}
.section__contact .comet__open {
  transform: rotate(135deg) translateY(0);
  opacity: 0.5;
}
.cursor {
  position: absolute;
  z-index: 100000;
  transform: translate(-50%, -65%) scale(0);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0, 0.86, 0.24, 1);
}
.cursor__el {
  font-size: 1.25em;
  font-family: "Mont-semibold", sans-serif;
  color: #FF4308 !important;
  background: #ffffff;
  border-radius: 100px;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 86px;
  transition: 0.1s ease;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  opacity: 1;
  pointer-events: none;
}
.section__IntContact .content {
  flex-direction: column;
  transition: 0.6s cubic-bezier(0, 0.86, 0.24, 1);
}
.section__IntContact:hover .content {
  transform: scale(0.95);
}
.section__IntContact .hand {
  margin-bottom: 3.75em;
}
.section__IntContact .comet__el--2 {
  top: -8%;
  left: 35%;
}
.section__IntContact .comet__el--3 {
  width: 11px;
  height: 106px;
  top: 5%;
  left: 75%;
  transition: 0.6s 0.5s cubic-bezier(0.01, 0.68, 0, 1);
}
.section__IntContact .circle__blur {
  right: 15%;
  bottom: 45%;
  width: 110px;
  height: 110px;
}
/*=====  End of Page Approche  ======*/
/*=============================================
=            Page Ambitions            =
=============================================*/
/*----------  Page Choix Ambitions ----------*/
.PgAmbitions {
  position: relative;
}
.PgAmbitions .title__h1--small {
  margin-bottom: 25px;
}
.PgAmbitions .deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/wp-content/uploads/test-star.png);
  overflow: hidden;
}
.PgAmbitions .deco__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.PgAmbitions .deco__wrapper .emoji {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10%;
  left: 10%;
}
.PgAmbitions .deco__wrapper .circle--small {
  top: 13%;
  left: 10%;
  width: 70px;
  height: 70px;
}
.PgAmbitions .deco__wrapper .circle--big {
  top: 27%;
  right: 16%;
  width: 150px;
  height: 150px;
}
.PgAmbitions .container {
  position: relative;
  z-index: 5;
}
.ambitions__titre {
  padding-top: 18.75em;
  margin-bottom: 6.25em;
}
.ambitionsContent {
  margin: 0 auto;
  margin-bottom: 12.5em;
}
.ambitionList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ambitionList__el {
  width: 31.4712824548%;
  aspect-ratio: 1;
  min-height: 441px;
  position: relative;
  margin-bottom: 2.1875em;
  margin-right: 2.7537372148%;
  color: #ffffff;
  transition: 1s cubic-bezier(0, 0.86, 0.24, 1);
  overflow: hidden;
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
}
.ambitionList__el a {
  color: #ffffff;
}
.ambitionList__el:nth-child(3), .ambitionList__el:last-child {
  margin-right: 0;
}
.ambitionList__el:nth-child(4), .ambitionList__el:nth-child(5), .ambitionList__el:last-child {
  margin-bottom: 0;
}
.ambitionList__el:nth-child(2), .ambitionList__el:nth-child(5) {
  transform: translateY(50px);
}
.ambitionList__el:nth-child(3), .ambitionList__el:last-child {
  transform: translateY(100px);
}
.ambitionList__el--1 {
  background: url("/wp-content/uploads/Ambition-générer-plus-de-revenu-grâce-au-digitial-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ambitionList__el--2 {
  background: url("/wp-content/uploads/Ambition-lancer-un-nouveau-projet-ou-produit-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ambitionList__el--3 {
  background: url("/wp-content/uploads/Ambition-améliorer-ma-notoriété-en-ligne-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ambitionList__el--4 {
  background: url("/wp-content/uploads/Ambition-améliorer-mon-processus-de-vente-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ambitionList__el--5 {
  background: url("/wp-content/uploads/Ambition-créer-un-site-performant-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ambitionList__el--6 {
  background: url("/wp-content/uploads/Ambition-professionnaliser-ma-relation-client-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ambitionList__el:before {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 40%;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.ambitionList__el:after {
  content: " ";
  width: 40%;
  height: 40%;
  background: url(/wp-content/uploads/rocket.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
  transform: scale(0) translate3d(0px, 0px, 0) rotate(-45deg);
  transition: 0.5s cubic-bezier(0, 0.86, 0.24, 1.1);
}
.ambitionList__el:hover::after {
  transform: scale(0.75) translate3d(0px, -30px, 0) rotate(0deg);
  opacity: 1;
  cursor: pointer;
}
.ambitionList__el.ambitionList__el--1:after {
  background: url(/wp-content/uploads/générer-plus-de-revenus-grâce-au-digital.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ambitionList__el.ambitionList__el--1:hover::after {
  transform: scale(0.4) translate3d(0px, -30px, 0) rotate(0deg);
}
.ambitionList__el.ambitionList__el--2:after {
  background: url(/wp-content/uploads/lancer-un-nouveau-projet.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ambitionList__el.ambitionList__el--2:hover::after {
  transform: scale(0.6) translate3d(0px, -30px, 0) rotate(0deg);
}
.ambitionList__el.ambitionList__el--3:after {
  background: url(/wp-content/uploads/améliorer-ma-notoriété-en-ligne.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ambitionList__el.ambitionList__el--3:hover::after {
  transform: scale(0.55) translate3d(0px, -30px, 0) rotate(0deg);
}
.ambitionList__el.ambitionList__el--4:after {
  background: url(/wp-content/uploads/rocket.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ambitionList__el.ambitionList__el--4:hover::after {
  transform: scale(0.75) translate3d(0px, -30px, 0) rotate(45deg);
}
.ambitionList__el.ambitionList__el--5:after {
  background: url(/wp-content/uploads/creer-un-site-performant.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ambitionList__el.ambitionList__el--5:hover::after {
  transform: scale(0.6) translate3d(0px, -30px, 0) rotate(0deg);
}
.ambitionList__el.ambitionList__el--6:after {
  background: url(/wp-content/uploads/professionnaliser-ma-relation-client.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.ambitionList__el.ambitionList__el--6:hover::after {
  transform: scale(0.6) translate3d(0px, -30px, 0) rotate(0deg);
}
.ambitionList__el .overlay-ambition {
  position: absolute;
  left: 0;
  right: 0;
  /* top: 0; */
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  transform: scale(0);
  border-radius: 50%;
  z-index: 9;
  background: #ea7951;
  background: linear-gradient(150deg, #ea7951 0%, #ff4308 100%);
  transition: 0.6s cubic-bezier(0, 0.86, 0.24, 1);
}
.ambitionList__el .content {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  padding: 0 2.5em 2.5em 2.5em;
  overflow: hidden;
  z-index: 99;
}
.ambitionList__el .content h2 {
  transform: translateY(0%);
  transition: 0.3s ease-in;
}
.ambitionList__el:hover .overlay-ambition {
  opacity: 1;
  transform: scale(1.5);
}
.ambitionList__el:hover {
  transform: scale(0.9);
}
.ambitionList__el:nth-child(2):hover, .ambitionList__el:nth-child(2):focus, .ambitionList__el:nth-child(5):hover, .ambitionList__el:nth-child(5):focus {
  transform: translateY(50px) scale(0.9);
}
.ambitionList__el:nth-child(3):hover, .ambitionList__el:nth-child(3):focus, .ambitionList__el:nth-child(6):hover, .ambitionList__el:nth-child(6):focus {
  transform: translateY(100px) scale(0.9);
}
/*----------  Ambitions pages internes  ----------*/
/*----------  Section intro  ----------*/
.section__ambitions {
  padding-bottom: 9.375em;
  padding-top: 15.625em;
  background: linear-gradient(108.82deg, #FF4308 0%, #EA7951 100%);
  position: relative;
  overflow: hidden;
}
.section__ambitions img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  mix-blend-mode: multiply;
}
.section__ambitions .comet {
  transform: rotate(135deg) translateY(2000px);
}
.section__ambitions .comet__el--1 {
  width: 12px;
  height: 160px;
  top: 20%;
  left: 10%;
  animation: comet 0.8s 2s cubic-bezier(0.01, 0.68, 0, 1) forwards;
}
.section__ambitions .comet__el--2 {
  width: 8px;
  height: 54px;
  top: 15%;
  left: 55%;
  animation: comet 1s 2.4s cubic-bezier(0.01, 0.68, 0, 1) forwards;
}
.section__ambitions .comet__el--3 {
  width: 11px;
  height: 106px;
  bottom: 5%;
  left: 65%;
  animation: comet 0.4s 2.3s cubic-bezier(0.01, 0.68, 0, 1) forwards;
}
.section__ambitions .comet__el--4 {
  width: 5px;
  height: 214px;
  bottom: 45%;
  left: 80%;
  animation: comet 1.2s 1.8s cubic-bezier(0.01, 0.68, 0, 1) forwards;
}
.section__ambitions .comet__el--5 {
  width: 15px;
  height: 144px;
  bottom: 20%;
  left: 90%;
  animation: comet 0.2s 2.1s cubic-bezier(0.01, 0.68, 0, 1) forwards;
}
.section__ambitions .circle {
  position: absolute;
  border-radius: 50%;
}
.section__ambitions .circle--1 {
  width: 60px;
  height: 60px;
  top: 10%;
  right: 30%;
}
.section__ambitions .circle--2 {
  width: 166px;
  height: 166px;
  bottom: 0%;
  left: 0%;
}
/*----------  Section Tools  ----------*/
.section__tools {
  padding: 6.25em 0 9.375em;
}
.section__tools .magnetic {
  transform: translateX(-6%);
}
.section__tools .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section__tools .tools__titre {
  width: 46.4285714286%;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
}
.section__tools .tools__titre p {
  margin-bottom: 2.5em;
  margin-top: 0;
}
.section__tools .tools {
  width: 26.4285714286%;
}
.section__tools .tools ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section__tools .tools .tools__el {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1;
  color: #FF4308;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1.25em;
}
.section__tools .tools .tools__el:last-child {
  margin-bottom: 0;
}
.section__tools .tools .tools__el:first-child {
  color: #000000;
  font-size: 1.125em;
  font-style: normal;
  margin-bottom: 1.9375em;
}
/*----------  Section Description ambitions  ----------*/
.IntAmbition__description {
  padding: 22.5em 0 9.375em 0;
  position: relative;
}
.IntAmbition__description .titre__site {
  width: 90%;
}
.IntAmbition__description .steps {
  margin-top: 4.5em;
}
.steps__el {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.steps__el:after, .steps__el:before {
  content: "";
  display: block;
  height: 50%;
  width: 15%;
  filter: blur(50px);
  background: #ffffff;
  position: absolute;
}
.steps__el:after {
  right: 0;
  bottom: -25%;
}
.steps__el:before {
  left: 0;
  bottom: -25%;
}
.steps__el .wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 12.5em auto 7.5em auto;
}
.steps__content {
  width: 41.4285714286%;
  font-size: 1.25em;
  line-height: 2;
  font-weight: 500;
}
.steps__content p {
  margin-top: 1.5em;
}
.laststeps__el {
  border: none;
}
.IntAmbition__description .line {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.IntAmbition__description .content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 6.25em;
}
.IntAmbition__description .content p {
  width: 54.2857142857%;
  font-size: 1.25em;
}
/*----------  Section Illustration ambitions  ----------*/
.IntAmbitions__illu {
  position: relative;
}
.IntAmbitions__illu .illustration {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.illustration__el {
  width: 35.7142857143%;
}
.illustration__el img {
  display: block;
  width: 100%;
}
.IntAmbitions__illu .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
}
.IntAmbitions__illu .illustration__el--first {
  transform: translateY(15%);
}
/*----------  Ambtions site performant  ----------*/
.site__illustration {
  width: 90.9285714286%;
  margin: 9.375em auto 9.375em auto;
}
.site__illustration img {
  display: block;
  width: 100%;
}
.SiteService {
  margin-top: 6.25em;
  width: 100%;
}
.SiteService .wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.SiteService p, .SiteService .services {
  width: 54.2857142857%;
  margin: 0;
  padding: 0;
  font-size: 1.125em;
}
.SiteService .services {
  padding: 1.1111111111em;
}
.SiteService p {
  margin-bottom: 2.2222222222em;
}
.SiteService .services__el {
  color: #FF4308;
}
.IntAmbitionSite__description .resume .content {
  margin-top: 6.25em;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.IntAmbitionSite__description .resume .content p {
  width: 86.1111111111%;
}
/*=====  End of Page Ambitions  ======*/
/*=============================================
=            Page Contact           =
=============================================*/
/*----------  Section Information de contact  ----------*/
.contactInfo {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
  color: #ffffff;
  transform: translateY(10%);
}
.contactInfo__el {
  margin-bottom: 4.6875em;
}
.contactInfo .type {
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: -0.5px;
  margin: 0 0 1.1111111111em 0;
}
/*----------  Top page contact  ----------*/
.PgContact {
  padding-top: 15.625em;
  position: relative;
}
.PgContact .deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url(/wp-content/uploads/test-star.png);
}
.PgContact .deco__wrapper2 {
  position: relative;
}
.PgContact .container {
  position: relative;
  z-index: 5;
}
.PgContact__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6.25em;
}
.PgContact .titre {
  text-align: center;
}
.PgContact .titre p {
  font-size: 1.625em;
  line-height: 1.7;
}
.PgContact .titre p.small {
  font-size: 1.25em;
}
.PgContact .emoji {
  position: absolute;
}
.PgContact .emoji--beer {
  width: 200px;
  height: 200px;
  top: 18%;
  left: 12%;
  transition: 0.8s ease-out;
}
.PgContact .emoji--coffee {
  width: 155px;
  height: 155px;
  top: 21%;
  left: 78%;
  z-index: 10;
  transition: 0.5s ease-out;
}
.PgContact .emoji img {
  display: block;
  width: 100%;
}
.contactInfo .comet__el--1 {
  width: 10px;
  height: 78px;
  top: 17%;
  left: -20%;
  transform: rotate(115deg) translateY(0);
}
.contactInfo .comet__el--2 {
  width: 3px;
  height: 150px;
  top: 75%;
  left: 40%;
  transform: rotate(115deg) translateY(0);
}
.contactInfo .comet__el--3 {
  width: 8px;
  height: 120px;
  top: 30%;
  left: 100%;
  transform: rotate(115deg) translateY(0);
}
/*----------  Contact Form  ----------*/
.PgContactForm {
  width: 60%;
}
.PgContact .gform_body .gfield {
  width: 45.2380952381%;
  margin-bottom: 3.125em;
}
.PgContact .gform_body .gfield input, .PgContact .gform_body .gform_fields .PgContact__textArea textarea {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 0.8333333333em 0 1.4166666667em 0;
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s ease;
  position: relative;
}
.PgContact .gform_body .gfield .ginput_container {
  position: relative;
}
.PgContact .gform_body .gfield .ginput_container:after {
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
  transform: translateY(0);
}
.PgContact .gform_body .gfield label {
  transform: translateY(100%) scale(1);
  transform-origin: left center;
  display: block;
  opacity: 0;
  font-size: 1.25em;
  transition: 0.3s ease;
}
.PgContact .gform_body .gfield input::placeholder {
  font-size: 1em;
  transition: 0.3s ease;
  color: rgba(255, 255, 255, 0.5) !important;
}
.PgContact #field_1_10 {
  opacity: 0 !important;
  position: absolute;
  pointer-events: none;
}
.PgContact .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: flex-start;
}
.PgContact .gform_body .gform_fields .PgContact__textArea {
  width: 100%;
}
.PgContact .gform_body .gform_fields .PgContact__textArea textarea {
  resize: none;
  transition: 0.3s ease;
  height: 7vh;
}
.PgContact .gform_body .gform_fields .ginput_container_select select {
  font-size: 1.25em;
  width: 100%;
  background: none;
  border: none;
  padding: 0.8333333333em 0 1.4166666667em 0;
  color: #ffffff;
  -webkit-appearance: none;
}
.PgContact .gform_wrapper .gform_body .gform_fields select option {
  color: #000000;
}
.PgContact .gform_body .gfield input:focus, .PgContact .gform_body .gfield textarea:focus {
  color: #FF4308;
}
.PgContact .gform_body .gfield input:focus {
  opacity: 1;
}
.PgContact .gform_body .gfield input:focus::placeholder, .PgContact .gform_body .gfield textarea:focus::placeholder {
  color: transparent !important;
}
.active label {
  opacity: 1 !important;
  transform: translateY(0) scale(0.75) !important;
}
.active .ginput_container:after {
  transform: translateY(-10px) !important;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%) !important;
}
.PgContact .gform_body .gform_fields .PgContact__textArea textarea:focus {
  height: 20vh;
}
.PgContact .gform_body .gfield input:-webkit-autofill, .PgContact .gform_body .gfield input:-webkit-autofill:hover, .PgContact .gform_body .gfield input:-webkit-autofill:focus, .PgContact .gform_body .gfield textarea:-webkit-autofill, .PgContact .gform_body .gfield textarea:-webkit-autofill:hover, .PgContact .gform_body .gfield textarea:-webkit-autofill:focus, .PgContact .gform_body .gfield select:-webkit-autofill, .PgContact .gform_body .gfield select:-webkit-autofill:hover, .PgContact .gform_body .gfieldselect:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 80px #000000 inset !important;
  box-shadow: 0 0 0 80px #000000 inset !important;
  font-size: 1.25em !important;
  background: transparent !important;
}
.PgContact .gform_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.PgContact .gform_footer .gform_button {
  border: 1px solid #FF4308;
  background: #FF4308;
  border: 2px solid #FF4308;
  outline: none;
  color: #ffffff;
  font-size: 1.375em;
  letter-spacing: -0.5px;
  font-weight: 600;
  border-radius: 100px;
  padding: 1.1363636364em 3.6363636364em;
  transition: transform 0.1s ease, background 0.3s ease;
}
.PgContact .gform_footer .gform_button:hover, .PgContact .gform_footer .gform_button:focus {
  background: transparent;
  color: #FF4308;
  cursor: pointer;
}
/*----------  Page Contact - decoration  ----------*/
.decoContact {
  width: 1500px;
  height: 250px;
  filter: blur(200px);
  border-radius: 100px;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  position: absolute;
  pointer-events: none;
}
.decoContact__1 {
  top: 0;
  right: 0;
  transform: translate(36%, 0%);
}
.decoContact__2 {
  bottom: 0;
  left: 0;
  transform: translateX(-45%);
}
.overflow {
  overflow: hidden;
}
/*=====  End of Page Contact ======*/
/*=============================================
=            Transition page - BarbaJS            =
=============================================*/
.wipe-transition {
  width: 400vw;
  height: 200vh;
  background: linear-gradient(108.82deg, #ea7951 0%, #ff4308 100%);
  z-index: 9999999999;
  border-radius: 1500px;
  position: fixed;
  right: -50%;
  bottom: -150%;
  display: flex;
  transform: rotate(-30deg) translateX(100%);
}
.transition__in {
  transform: rotate(-30deg) translateX(0);
  transition: 2s ease;
}
.transition__out {
  transform: rotate(-30deg) translateX(-100%);
  transition: 2s ease;
}
.transition__reset {
  transform: rotate(-30deg) translateX(100%);
}
.wipe-transition span {
  margin: auto;
  max-width: 80vw;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  font-size: 3.75em;
  font-family: "Mont-bold", sans-serif;
  display: none;
}
.animationTransition {
  transition: 1s ease;
}
.body__open {
  opacity: 1;
  transform: translateY(0);
}
.body__close {
  opacity: 0;
  transform: translateY(-10%);
}
/*=====  End of Transition page - BarbaJS  ======*/
/*=============================================
=            Pqge Mentions légales            =
=============================================*/
.PgMentions {
  padding-top: 21.25em;
  position: relative;
}
.PgMentions .title__h1--big {
  margin-bottom: 0.9em;
}
.PgMentions .title__h2--small {
  margin-bottom: 1.5625em;
}
.PgMentions:after, .PgMentions:before {
  content: "";
  display: block;
  width: 100%;
  height: 20vh;
  position: fixed;
  left: 0;
}
.PgMentions:before {
  top: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.PgMentions:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.PgMentions .titre p {
  font-size: 1.375em;
  width: 77.178030303%;
  margin: 0 auto 13.7272727273em auto;
}
.PgMentions .content {
  width: 77.178030303%;
  margin: 0 auto 9.375em auto;
}
.PgMentions .content__el {
  margin-bottom: 6.25em;
}
.PgMentions .content__el p {
  font-size: 1.125em;
  margin-bottom: 2.7777777778em;
  font-weight: 500;
}
.PgMentions .comet {
  transform: rotate(150deg) translateY(0);
  opacity: 1;
  transition: 0.8s ease-out;
}
.PgMentions .comet__el--1 {
  width: 6px;
  height: 40px;
  top: 4%;
  left: 26%;
}
.PgMentions .comet__el--2 {
  width: 3px;
  height: 50px;
  top: 3%;
  right: 25%;
}
.PgMentions .comet__el--3 {
  width: 8px;
  height: 77px;
  top: 12%;
  right: 27%;
}
.PgMentions .circle {
  position: absolute;
}
.PgMentions .circle--1 {
  width: 278px;
  height: 278px;
  top: 11%;
  left: 11%;
}
.PgMentions .circle--2 {
  width: 146px;
  height: 146px;
  top: 2%;
  left: 57%;
}
/*=====  End of Page Mentions légales  ======*/
/*=============================================
=            HomePage            =
=============================================*/
/* Intro */
.section__intro--home {
  position: relative;
}
.section__intro--home .titleContainer {
  width: 100%;
  transform: translateX(0);
}
.section__intro--home .wrapper {
  position: relative;
  z-index: 100;
}
.section__intro--home .deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url(/wp-content/uploads/test-star.png);
}
.section__intro--home .deco__wrapper {
  position: relative;
}
/* section story */
.section__story {
  padding: 9.375em 0;
  background: #000000;
  color: #ffffff;
  position: relative;
}
.section__story .wrapper {
  display: flex;
  justify-content: flex-end;
}
.section__story .wrapper .content {
  width: 53.8571428571%;
}
.section__story .wrapper .content p {
  font-size: 1.5em;
  margin-bottom: 2.0833333333em;
}
.section__story .wrapper .content a {
  transform: translateX(-10%);
}
.section__story .deco {
  position: absolute;
  background-image: url(/wp-content/uploads/test-star.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section__story .deco .deco__wrapper {
  position: relative;
}
.section__story .deco .deco__wrapper .comet__el {
  transform: rotate(135deg) translateY(2000px);
  opacity: 0.6;
}
.section__story .deco .deco__wrapper .comet__el--big {
  width: 10px;
  height: 78px;
  top: 40vh;
  left: 22vw;
  z-index: 2;
  transition: 1.1s 0.5s ease-out;
}
.section__story .deco .deco__wrapper .comet__adoraweb {
  position: absolute;
  z-index: 999;
  top: -7vh;
  left: 8%;
  width: 28%;
  transition: 1.1s 0.5s cubic-bezier(0.01, 0.68, 0, 1);
  transform: translateY(-2000px) translateX(-2000px);
}
.section__story .deco .deco__wrapper .comet__el--med {
  width: 6px;
  height: 83px;
  top: 18vh;
  left: 15vw;
  transition: 1.3s 0.2s ease-out;
}
.section__story .deco .deco__wrapper .comet__el--small {
  width: 4px;
  height: 32px;
  top: 20vh;
  left: 35vw;
  transition: 1.5s ease-out;
}
.section__story .deco .deco__wrapper .circle {
  width: 102px;
  height: 102px;
  top: 43vh;
  left: 21vw;
  z-index: 3;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s 1.8s ease;
}
.reveal {
  transform: rotate(135deg) translateY(0) !important;
  opacity: 1 !important;
}
.reveal__bigComet {
  transform: translateY(0) !important;
}
.reveal-circle {
  transform: scale(1) !important;
  opacity: 0.8 !important;
}
/* section__question */
.section__question {
  background: #000000;
  color: #ffffff;
  position: relative;
}
.section__question::after {
  content: "";
  display: block;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 75%);
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 101;
}
.section__question .wrapper {
  width: 70%;
  padding: 6.25em 0;
  margin: 0 auto 6.25em auto;
  background: url(/wp-content/uploads/Ellipse-30.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  position: relative;
  z-index: 100;
}
.section__question .wrapper img {
  width: 95px;
  margin: 0 auto;
  display: block;
  margin-bottom: 2.5em;
}
.section__question .wrapper p {
  font-size: 1.625em;
}
.section__question .wrapper p span {
  font-size: 16px;
}
.section__question .img-transition {
  transform: translateY(10px);
  width: 100%;
}
.section__question .transition-img {
  background-image: url("/wp-content/uploads/62f9aa87fbe545e643c83f41ddac81a3.webp");
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
}
.section__question .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  background-image: url(/wp-content/uploads/test-star.png);
}
.section__question .deco .comet {
  transform: rotate(135deg) translateY(2000px);
  opacity: 0;
}
.section__question .deco .comet__el--big {
  width: 6px;
  height: 85px;
  top: 9%;
  left: 20%;
  transition: 1.1s 0.5s ease-out;
}
.section__question .deco .comet__el--med {
  width: 6px;
  height: 85px;
  top: 5%;
  right: 25%;
  transition: 1.3s 0.2s ease-out;
}
.section__question .deco .comet__el--small {
  width: 4px;
  height: 32px;
  top: 35%;
  right: 30%;
  transition: 1.5s ease-out;
}
/* section parcours */
.section__parcours {
  padding: 12.5em 0;
}
.section__parcours .schema-buyer {
  max-width: 800px;
  margin: 100px auto 0 auto;
  pointer-events: none;
}
.section__parcours .titre {
  position: relative;
}
.section__parcours .titre .circle__white {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.191) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 24.8726px -24.8726px 24.8834px rgba(194, 194, 194, 0.391), inset -24.8726px 24.8726px 24.8726px rgba(255, 255, 255, 0.191);
  backdrop-filter: blur(39.2987px);
  transform: rotate(90deg);
  position: absolute;
  top: 80%;
  right: 0;
}
.section__parcours .titre .emoji {
  position: absolute;
  right: 10%;
  top: 100%;
  width: 115px;
  height: 115px;
  z-index: 2;
}
/* ambitions Illu */
.IntAmbitions__illuHome {
  padding: 9.375em 0;
}
.IntAmbitions__illuHome .title__h2 {
  font-size: 42px;
  margin-bottom: 150px;
}
.IntAmbitions__illuHome .illustration__el--last {
  width: 49.6428571429%;
}
.IntAmbitions__illuHome .circle {
  width: 286px;
  height: 286px;
  transform: rotate(90deg);
  bottom: -10%;
  right: 0;
  z-index: 10;
}
/* Ambitions */
.section__ambitionsHome {
  padding: 6.25em 0 6.25em 0;
}
.section__ambitionsHome .titre {
  margin-bottom: 9.375em;
}
.ambitions__internal .section__ambitionsHome {
  padding: 6.25em 0;
}
.ambitions__internal .section__ambitionsHome .titre {
  margin-bottom: 6.25em;
}
.ambitions__internal .ambitionsContent {
  margin-bottom: 0;
}
/* Section approche */
.section__approcheHome {
  position: relative;
  overflow: hidden;
}
.section__approcheHome .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding: 12.5em 0;
}
.section__approcheHome .image {
  display: flex;
  justify-content: flex-start;
}
.section__approcheHome .image img {
  width: 71.4285714286%;
}
.section__approcheHome .content {
  display: flex;
  justify-content: flex-end;
}
.section__approcheHome .content__wrapper {
  width: 89.2857142857%;
}
.section__approcheHome .content__wrapper p {
  font-size: 1.5em;
  letter-spacing: -3%;
  line-height: 1.8;
}
.section__approcheHome .content__wrapper .first {
  margin-bottom: 1.6666666667em;
}
.section__approcheHome .content__wrapper a {
  transform: translateX(-12%);
}
.section__approcheHome .deco {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(/wp-content/uploads/test-star.png);
}
.section__approcheHome .deco__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.section__approcheHome .deco .circle--big {
  width: 502px;
  height: 502px;
  bottom: 0;
  right: -10%;
}
.section__approcheHome .deco .circle--small {
  width: 405px;
  height: 405px;
  top: 0;
  left: -5%;
}
/* Section clients */
.section__clients {
  padding: 12.5em 0 13.9375em 0;
}
.section__clients ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.section__clients ul li {
  width: 25%;
  display: flex;
  justify-content: center;
}
.section__clients ul li:last-child img {
  width: auto;
  height: 75px;
}
.section__clients ul li:nth-child(1), .section__clients ul li:nth-child(2), .section__clients ul li:nth-child(3), .section__clients ul li:nth-child(4) {
  margin: 7.5em 0;
}
/*=====  End of HomePage  ======*/
/*=============================================
=            Page appel decouverte            =
=============================================*/
/*----------  Section left text section  ----------*/
.left-text-section {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
  color: #ffffff;
}
.left-text-section--sec {
  min-width: 60px;
  width: 4%;
}
.left-text-section p {
  font-size: 20px;
  max-width: 575px;
}
.left-text-section p.bold {
  font-family: "Mont-bold", sans-serif;
  font-size: 26px;
}
.right-form-section {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
  color: #ffffff;
}
.right-form-section--sec {
  width: 100%;
}
.center-form-section {
  width: 100%;
}
.PgContact.PgContact__decouverte .PgContact__content {
  margin-top: 6.25em;
}
/*----------  Formulaire decouverte 1  ----------*/
.PgContactForm.PgContact__decouverte {
  width: 30%;
}
.PgContact.PgContact__decouverte .gform_body .gfield {
  width: 100%;
  margin-bottom: 3.125em;
}
/*=====  End of Page appel decouverte  ======*/
/*=============================================
=            formulaire  découverte suite            =
=============================================*/
.form-decouverte-suite .gform_body .gfield label, .form-decouverte-suite .gform_body .gfield legend {
  opacity: 1;
  transform: translateY(0);
  font-family: "Mont-bold", sans-serif;
  font-size: 1.5625em;
  line-height: 1.6;
}
.form-decouverte-suite .gform_body .gfield {
  border: none;
}
.form-decouverte-suite .gform_body .gfield .ginput_container:after {
  display: none;
}
.form-decouverte-suite .gform_body .gfield input, .form-decouverte-suite .gform_body .gform_fields .PgContact__textArea textarea {
  width: auto;
}
.form-decouverte-suite .gf_progressbar_wrapper {
  display: none;
}
.form-decouverte-suite .gform_body textarea {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 25px;
  margin-top: 2.8125em;
  color: #ffffff;
  resize: none;
  transition: 0.3s ease;
}
.form-decouverte-suite .gform_body textarea:focus, .form-decouverte-suite .gform_body textarea:hover {
  border: 1px solid #FF4308;
  cursor: pointer;
}
.form-decouverte-suite .gform_body .gfield .gchoice {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  margin-top: 2.8125em;
}
.form-decouverte-suite .gform_body .gfield .gchoice label {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0 55px;
  min-height: 64px;
  font-size: 1.25em;
  font-family: "Mont-regular", sans-serif;
  pointer-events: none;
}
.form-decouverte-suite .gform_body .gfield .gchoice input {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.form-decouverte-suite .gform_body .gfield .gchoice input:checked ~ label, .form-decouverte-suite .gform_body .gfield .gchoice input:hover ~ label {
  background: #FF4308;
  border: 1px solid #FF4308;
}
.form-decouverte-suite .gform_page_footer {
  display: flex;
  justify-content: center;
  margin-top: 6.25em;
}
.form-decouverte-suite .gform_next_button, .form-decouverte-suite .gform_previous_button, .form-decouverte-suite .gform_button {
  padding: 1.375em 73px 1.25em 73px;
  color: #ffffff;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  border: 1px solid transparent;
  border-radius: 90px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  outline: none;
}
.form-decouverte-suite .gform_previous_button {
  margin-right: 15px;
}
.form-decouverte-suite .gform_button {
  margin-left: 15px;
}
.form-decouverte-suite .gform_next_button:hover, .form-decouverte-suite .gform_previous_button:hover, .form-decouverte-suite .gform_button:hover {
  border: 1px solid #FF4308;
  background: transparent;
  color: #FF4308;
  cursor: pointer;
}
.form_decouverte .gform_validation_container, .form-decouverte-suite .gform_validation_container, .form-decouverte-suite .gfield_visibility_administrative {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.form_decouverte .validation_message {
  color: #FF4308;
}
.form_decouverte .gform_validation_errors {
  display: none;
}
.formulaire-decouverte .magnetic__header {
  display: none;
}
.formulaire-decouverte header {
  padding-top: 2.5em;
}
.form-decouverte-suite #gform_page_2_1 .gform_previous_button {
  display: none;
}
.sidebar {
  height: 100%;
  overflow: visible;
  display: none;
}
.sidebar__sticky {
  position: sticky;
  top: 0;
}
.sidebar__el {
  height: 25vh;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  justify-content: flex-end;
}
.sidebar__el .progress-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: #ffffff;
}
.sidebar__el .progress {
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  z-index: 2;
  transform: translateY(-100%);
}
.sidebar__el--first .progress {
  animation: status-bar 1s 1s ease-out forwards;
}
.sidebar__el--first p {
  animation: status-bar-color 1s 2s ease-out forwards;
}
.sidebar p {
  writing-mode: vertical-rl;
  transform: rotate(180deg) translateY(-20px);
  font-size: 14px;
}
.hubspot {
  margin-top: 6.25em;
}
/*=====  End of formulaire  découverte suite  ======*/
/*=============================================
=            Page TY contact            =
=============================================*/
.PgContact--ty-contact {
  height: 80vh;
  width: 100%;
  display: flex;
  padding-top: 0;
}
.PgContact--ty-contact .container {
  margin: auto;
}
.PgContact--ty-contact .container .emoji {
  position: relative;
  width: 80px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 75px;
}
.PgContact--ty-contact .container .content p {
  font-size: 24px;
}
/*=====  End of Page TY contact  ======*/
.tva {
  display: none;
}
.contact .tva {
  display: block;
  opacity: 0.5;
  font-size: 12px;
  padding-top: 5px;
}
/*=============================================
=            page CGV            =
=============================================*/
.PgCGV .circle--1 {
  left: 5%;
}
.PgCGV .comet__el--1 {
  left: 19%;
}
.PgCGV .circle--2 {
  top: 0.5%;
}
.CGV_primerylist {
  padding: 0;
  margin: 0;
  list-style-type: none;
  counter-reset: item;
}
.CGV_primerylist__el {
  display: table;
  counter-increment: item;
  font-size: 22px;
  margin: 50px 0 0 0;
}
.CGV_primerylist__el:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.CGV_primerylist__el p {
  margin-top: 25px;
  font-size: 18px;
}
.CGV_secondarylist {
  padding: 0;
  margin: 0;
  list-style-type: none;
  counter-reset: item;
}
.CGV_secondarylist__el {
  margin-top: 25px;
  font-size: 18px;
  display: table;
  counter-increment: item;
}
.CGV_secondarylist__el:before {
  content: counters(item, ".") " ";
  display: table-cell;
  padding-right: 0.6em;
}
.CGV_secondarylist__el p {
  margin-top: 25px;
  font-size: 18px;
}
.CGV_thirdlist {
  margin-left: 0;
}
.CGV_thirdlist__el {
  margin-top: 25px;
  font-size: 16px;
}
.CGV_thirdlist__el p {
  margin-top: 25px;
  font-size: 18px;
}
/*=====  End of page CGV  ======*/
/*=============================================
=           ToolBox         =
=============================================*/
.center {
  text-align: center;
}
.orange {
  color: #FF4308;
}
a.orange {
  color: #FF4308;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a.orange:hover {
  opacity: 0.6;
}
.strong {
  font-family: "Mont-bold", sans-serif;
}
.hide {
  opacity: 0;
}
.show {
  opacity: 1;
}
.orangeGradient {
  color: #FF4308;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile_display {
  display: none;
}
.mobile-hide {
  display: block;
}
.cesure {
  word-break: break-all;
}
/*=====  End of ToolBox  ======*/
/*=====  End of LAYOUT======*/
/*=============================================
    =            Section Module decoration          =
    =============================================*/
/* Container */
.decoContainer {
  position: relative;
}
.decoContainer__el {
  position: absolute;
  pointer-events: none;
}
.decoContainer .deco__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
/* Circle */
.circle__blur {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.191) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 16.0034px -16.0034px 16.0034px rgba(194, 194, 194, 0.191), inset -16.0034px 16.0034px 16.0034px rgba(255, 255, 255, 0.191);
  -webkit-backdrop-filter: blur(25.2853px);
  backdrop-filter: blur(5px);
  border-radius: 50%;
}
.circle {
  position: absolute;
}
/* Comet */
.comet {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.423086) 57.69%, rgba(255, 255, 255, 0) 100%);
  border-radius: 1000px;
}
.comet__el {
  position: absolute;
}
/* Emoji */
.google-partner .emoji {
  position: relative;
}
/* Déclinaison */
.PgContact .decoContainer__el {
  top: -10%;
  left: 50%;
  width: 100vw;
  height: 75vh;
  transform: translateX(-50%);
}
.PgContact .comet {
  transform: translateY(0) rotate(130deg);
}
.PgContact .titre .comet__el--big {
  width: 10px;
  height: 78px;
  top: 25%;
  left: 27%;
  transition: 0.3s linear;
}
.PgContact .titre .comet__el--med {
  width: 6px;
  height: 83px;
  top: 0;
  left: 40%;
}
.PgContact .titre .comet__el--small {
  width: 4px;
  height: 32px;
  top: 5%;
  right: 35%;
  transition: 0.3s linear;
}
.PgContact .titre .circle--small {
  width: 100px;
  height: 100px;
  top: 30%;
  left: 17%;
  transition: 0.3s linear;
}
.PgContact .titre .circle--big {
  width: 150px;
  height: 150px;
  top: 28%;
  right: 13%;
  transition: 0.3s linear;
}
.contactInfo .decoContainer__el .comet__el--big {
  width: 15px;
  height: 110px;
  top: 40%;
  left: 15%;
}
.contactInfo .decoContainer__el .comet__el--med {
  width: 6px;
  height: 95px;
  top: 35%;
  left: 85%;
}
.contactInfo .decoContainer__el .comet__el--small {
  width: 4px;
  height: 82px;
  top: 5%;
  right: 50%;
}
.nav__el--content .decoContainer__el {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.nav__el--content .decoContainer__el .comet__el {
  transform: rotate(-130deg) translateY(300%);
  opacity: 0;
  transition: 1s 1s;
}
.nav__el--content .decoContainer__el .comet__el--big {
  width: 15px;
  height: 144px;
  top: 40%;
  left: 10%;
}
.nav__el--content .decoContainer__el .comet__el--med {
  width: 12px;
  height: 160px;
  bottom: 10%;
  right: 35%;
}
.nav__el--content .decoContainer__el .comet__el--small {
  width: 5px;
  height: 153px;
  top: 5%;
  right: 15%;
}
.nav__el--content .decoContainer__el .circle--big {
  width: 225px;
  height: 225px;
  top: 50%;
  right: 5%;
}
.nav__el--content .decoContainer__el .circle--small {
  width: 85px;
  height: 85px;
  bottom: 5%;
  left: 5%;
}
.navOpen .decoContainer__el .comet {
  transform: rotate(-130deg) translateY(0);
  opacity: 1;
}
/*=====  End of Module decoration  ======*/
/*=============================================
=            Page Wordpress            =
=============================================*/
.section__intro--pg-wordpress {
  padding-bottom: 150px;
}
.section__intro--pg-wordpress .titleContainer--pg-wordpress {
  padding-top: 175px;
}
.section__intro--pg-wordpress .section__intro--pg-wordpress .titleContainer--pg-wordpress h1 {
  background: url("/wp-content/uploads/Ellipse.png");
  background-size: 35%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 250px 0;
}
.section__story--wordpress .deco .deco__wrapper .comet__el--small {
  top: 7vh;
}
.IntAmbitions__illuHome--wordpress {
  background: #000000;
}
.IntAmbitions__illuHome--wordpress .deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  background-image: url(/wp-content/uploads/test-star.png);
}
.IntAmbitions__illuHome--wordpress .line {
  z-index: 1;
}
.IntAmbitions__illuHome--wordpress .illustration {
  justify-content: center;
  position: relative;
  z-index: 3;
}
.IntAmbitions__illuHome--wordpress .illustration__el {
  width: 50%;
}
.IntAmbition__description--wordpress {
  background: #000000;
  color: #ffffff;
  padding: 1em 0 9.375em 0;
}
.IntAmbition__description--wordpress .steps__el {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.IntAmbition__description--wordpress .steps__el .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 12.5em auto 7.5em auto;
}
.IntAmbition__description--wordpress .steps__el--5 ul {
  margin: 0;
}
.IntAmbition__description--wordpress .laststeps__el {
  border: none;
}
.IntAmbition__description--wordpress .steps__el:after, .IntAmbition__description--wordpress .steps__el:before {
  background: #000000;
}
.IntAmbition__description--wordpress .deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  background-image: url(/wp-content/uploads/test-star.png);
}
.section__IntContact--wordpress .title__h2 {
  font-size: 48px;
}
.section__IntContact--wordpress .title__h2 span {
  display: block;
  font-size: 26px;
  margin-top: 40px;
}
.IntAmbitionSite__description--wordpress {
  padding: 200px 0 9.375em 0;
}
.IntAmbitionSite__description--wordpress .pgwordpress-row-2 {
  margin: 250px auto;
}
.IntAmbitionSite__description--wordpress .pgwordpress-row-3 a {
  transform: translateX(-8%);
}
.IntAmbitionSite__description--wordpress .line {
  top: 10%;
  transform: translateY(0);
}
.IntAmbitionSite__description--wordpress .services__el {
  margin-bottom: 30px;
}
.IntAmbitionSite__description--wordpress .SiteService {
  position: relative;
}
.IntAmbitionSite__description--wordpress .SiteService:after {
  content: "";
  display: block;
  width: 274px;
  height: 274px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.191) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 24.8726px -24.8726px 24.8834px rgba(194, 194, 194, 0.391), inset -24.8726px 24.8726px 24.8726px rgba(255, 255, 255, 0.191);
  backdrop-filter: blur(39.2987px);
  transform: rotate(240deg);
  position: absolute;
  top: 45%;
  left: 12%;
}
.IntAmbitionSite__description--wordpress .wordpress-logo {
  position: absolute;
  top: 25%;
  left: 0;
  width: 333px;
  z-index: 4;
}
.IntAmbitionSite__description--wordpress .resume .content {
  margin-top: 6.25em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transform: translateX(20%);
}
/*=====  End of Page Wordpress  ======*/
/*=============================================
=            ANIMATION.scss            =
=============================================*/
@keyframes comet {
  to {
    transform: rotate(135deg) translateY(0);
    opacity: 0.5;
  }
}
@keyframes cometreverse {
  to {
    transform: rotate(115deg) translateY(0);
    opacity: 0.5;
  }
}
@keyframes circle {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  62% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes status-bar {
  to {
    transform: translateY(0);
  }
}
@keyframes status-bar-color {
  to {
    color: #FF4308;
  }
}
/*=============================================
=            Animation titre & textes            =
=============================================*/
.overflow-anim {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.overflow-anim span {
  transform: translateY(100%);
  opacity: 0;
  display: inline-block;
  animation: text-anim 1.4s cubic-bezier(0, 0.86, 0.24, 1) 0.4s forwards;
}
.overflow-anim span:nth-child(1) {
  animation-delay: 0.4s;
  padding-top: 20px;
}
.overflow-anim span:nth-child(2) {
  animation-delay: 0.6s;
}
.overflow-anim span:nth-child(3) {
  animation-delay: 0.8s;
}
@keyframes text-anim {
  0% {
    transform: translateY(100%) scale(0.75);
    opacity: 0;
  }
  100% {
    transform: translateY(5px) scale(1);
    opacity: 1;
  }
}
/*=============================================
=            Animation image            =
=============================================*/
.reveal-1 {
  transform: translateY(250px);
  opacity: 0;
  animation: text-anim 1s cubic-bezier(0, 0.86, 0.24, 1) 0.8s forwards;
}
.reveal-2 {
  transform: translateY(250px);
  opacity: 0;
  animation: text-anim 1s cubic-bezier(0, 0.86, 0.24, 1) 0.6s forwards;
}
.reveal-3 {
  transform: translateY(250px);
  opacity: 0;
  animation: text-anim 1s cubic-bezier(0, 0.86, 0.24, 1) 0.8s forwards;
}
.reveal-zoom {
  transform: translateY(50px) scale(0);
  opacity: 0;
  animation: zoom-anim 3s cubic-bezier(0, 0.86, 0.24, 1) 0.1s forwards;
}
@keyframes zoom-anim {
  0% {
    transform: translateY(50px) scale(0);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
}
.bkgStars.reveal-zoom {
  animation: none;
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.reveal-scroll {
  transform: translateY(250px) scale(1);
  opacity: 0;
}
.reveal-scroll-go {
  animation: reveal-anim 1.6s cubic-bezier(0, 0.86, 0.24, 1) 0s forwards;
}
.reveal-scroll.reveal-scroll_delay {
  animation-delay: 0.3s;
}
@keyframes reveal-anim {
  0% {
    transform: translateY(100%) scale(1);
    opacity: 0;
  }
  100% {
    transform: translateY(5px) scale(1);
    opacity: 1;
  }
}
@keyframes image-anim {
  0% {
    transform: translateY(100px) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .reveal-1 {
    transform: translateY(0);
    opacity: 1;
    animation: none;
  }
  .reveal-2 {
    transform: translateY(0);
    opacity: 1;
    animation: none;
  }
  .reveal-3 {
    transform: translateY(0);
    opacity: 1;
    animation: none;
  }
  .reveal-zoom {
    transform: translateY(0) scale(1);
    opacity: 1;
    animation: none;
  }
  .reveal-scroll {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  .reveal-scroll-go {
    animation: none;
  }
}
/*=====  End of Animation image  ======*/
/*=====  End of Animation titre & textes  ======*/
/*=============================================
=            Section  background star            =
=============================================*/
.stars {
  width: 0.5px;
  height: 0.5px;
  background: transparent;
  box-shadow: 780px 1399px #fff, 961px 2024px #fff, 1463px 454px #fff, 997px 1645px #fff, 651px 711px #fff, 1089px 2245px #fff, 1822px 2036px #fff, 682px 1545px #fff, 1086px 398px #fff, 2281px 1094px #fff, 1427px 437px #fff, 1671px 1874px #fff, 2102px 2551px #fff, 1442px 2334px #fff, 2446px 455px #fff, 2355px 2394px #fff, 1334px 649px #fff, 2163px 1161px #fff, 1753px 1578px #fff, 2287px 2402px #fff, 2171px 810px #fff, 2087px 1485px #fff, 565px 1957px #fff, 406px 45px #fff, 1976px 1161px #fff, 1942px 1747px #fff, 1911px 2448px #fff, 1231px 200px #fff, 1243px 80px #fff, 1252px 577px #fff, 759px 725px #fff, 766px 1559px #fff, 1495px 473px #fff, 2374px 299px #fff, 29px 1504px #fff, 1102px 602px #fff, 1957px 675px #fff, 392px 335px #fff, 2223px 144px #fff, 410px 2275px #fff, 1325px 2243px #fff, 778px 2412px #fff, 94px 1826px #fff, 754px 2249px #fff, 738px 1736px #fff, 364px 1945px #fff, 2519px 1359px #fff, 1720px 2194px #fff, 74px 614px #fff, 2321px 2032px #fff, 1771px 1310px #fff, 1623px 685px #fff, 504px 333px #fff, 2471px 690px #fff, 1840px 2387px #fff, 1798px 258px #fff, 1150px 1599px #fff, 2081px 1180px #fff, 1487px 726px #fff, 967px 2347px #fff, 1369px 1277px #fff, 895px 953px #fff, 2349px 1899px #fff, 45px 1899px #fff, 635px 1202px #fff, 1333px 1710px #fff, 1946px 712px #fff, 1855px 2356px #fff, 2369px 2362px #fff, 176px 1668px #fff, 1356px 1933px #fff, 2408px 1520px #fff, 1952px 181px #fff, 548px 2007px #fff, 2239px 1324px #fff, 1705px 1607px #fff, 466px 447px #fff, 1544px 688px #fff, 1839px 1956px #fff, 634px 15px #fff, 2147px 865px #fff, 2236px 2314px #fff, 449px 1071px #fff, 416px 1313px #fff, 882px 1466px #fff, 2413px 1481px #fff, 274px 2100px #fff, 141px 323px #fff, 369px 383px #fff, 29px 55px #fff, 2144px 677px #fff, 2147px 606px #fff, 2537px 1984px #fff, 2266px 984px #fff, 2452px 703px #fff, 1617px 451px #fff, 1131px 1806px #fff, 1423px 1868px #fff, 488px 2481px #fff, 221px 949px #fff, 120px 432px #fff, 470px 2278px #fff, 1114px 2455px #fff, 1013px 1241px #fff, 1859px 1661px #fff, 2062px 327px #fff, 99px 32px #fff, 662px 874px #fff, 1269px 710px #fff, 1726px 596px #fff, 1600px 341px #fff, 1806px 328px #fff, 536px 2067px #fff, 1492px 1056px #fff, 1424px 1016px #fff, 346px 1818px #fff, 496px 2375px #fff, 2103px 2482px #fff, 664px 2373px #fff, 2176px 923px #fff, 64px 1592px #fff, 254px 1002px #fff, 942px 591px #fff, 1929px 1146px #fff, 938px 1012px #fff, 1875px 2334px #fff, 1831px 1112px #fff, 1589px 2116px #fff, 1245px 1816px #fff, 499px 500px #fff, 1772px 1489px #fff, 1369px 2078px #fff, 520px 2154px #fff, 73px 2317px #fff, 1893px 1725px #fff, 739px 1606px #fff, 632px 533px #fff, 207px 2316px #fff, 1205px 1973px #fff, 1405px 1780px #fff, 1164px 43px #fff, 1259px 653px #fff, 626px 152px #fff, 2427px 725px #fff, 583px 168px #fff, 505px 2109px #fff, 1113px 682px #fff, 1036px 2500px #fff, 269px 170px #fff, 1874px 1093px #fff, 488px 183px #fff, 807px 92px #fff, 1991px 1419px #fff, 1859px 147px #fff, 45px 1055px #fff, 2097px 2086px #fff, 677px 290px #fff, 1630px 622px #fff, 248px 719px #fff, 2394px 1153px #fff, 2063px 1526px #fff, 501px 1806px #fff, 1609px 892px #fff, 2288px 1991px #fff, 1075px 2046px #fff, 502px 2167px #fff, 229px 1121px #fff, 557px 1690px #fff, 1068px 2548px #fff, 363px 1601px #fff, 2382px 718px #fff, 775px 2382px #fff, 145px 1167px #fff, 174px 2480px #fff, 655px 2162px #fff, 2441px 2004px #fff, 888px 837px #fff, 879px 1577px #fff, 1811px 705px #fff, 354px 1479px #fff, 280px 1596px #fff, 1490px 1719px #fff, 2325px 840px #fff, 1011px 615px #fff, 2199px 2470px #fff, 1410px 40px #fff, 1296px 133px #fff, 1243px 2507px #fff, 757px 1460px #fff, 427px 575px #fff, 1350px 1447px #fff, 733px 1953px #fff, 1566px 425px #fff, 21px 27px #fff, 2298px 1150px #fff, 1666px 1192px #fff, 781px 1331px #fff, 307px 595px #fff, 1364px 1628px #fff, 1463px 1038px #fff, 1141px 918px #fff, 2383px 635px #fff, 1543px 631px #fff, 2242px 194px #fff, 567px 2085px #fff, 2429px 730px #fff, 1059px 1796px #fff, 97px 1698px #fff, 872px 1667px #fff, 719px 2260px #fff, 2319px 1253px #fff, 163px 2555px #fff, 359px 975px #fff, 970px 2420px #fff, 78px 2426px #fff, 815px 786px #fff, 1641px 857px #fff, 205px 400px #fff, 1127px 885px #fff, 473px 372px #fff, 2184px 814px #fff, 1945px 1927px #fff, 1787px 478px #fff, 1527px 2414px #fff, 2135px 1330px #fff, 999px 1442px #fff, 1737px 245px #fff, 1076px 1447px #fff, 1419px 638px #fff, 937px 1411px #fff, 519px 1366px #fff, 2001px 1371px #fff, 2000px 1578px #fff, 168px 487px #fff, 2464px 225px #fff, 1280px 2228px #fff, 1616px 391px #fff, 543px 2495px #fff, 2267px 2319px #fff, 1724px 2462px #fff, 2390px 2358px #fff, 2398px 937px #fff, 509px 836px #fff, 1975px 1567px #fff, 518px 500px #fff, 1056px 1833px #fff, 2214px 438px #fff, 698px 1649px #fff, 2473px 1075px #fff, 821px 554px #fff;
  animation: animStar 100s linear infinite;
}
.stars:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 0.5px;
  height: 0.5px;
  background: transparent;
  box-shadow: 780px 1399px #fff, 961px 2024px #fff, 1463px 454px #fff, 997px 1645px #fff, 651px 711px #fff, 1089px 2245px #fff, 1822px 2036px #fff, 682px 1545px #fff, 1086px 398px #fff, 2281px 1094px #fff, 1427px 437px #fff, 1671px 1874px #fff, 2102px 2551px #fff, 1442px 2334px #fff, 2446px 455px #fff, 2355px 2394px #fff, 1334px 649px #fff, 2163px 1161px #fff, 1753px 1578px #fff, 2287px 2402px #fff, 2171px 810px #fff, 2087px 1485px #fff, 565px 1957px #fff, 406px 45px #fff, 1976px 1161px #fff, 1942px 1747px #fff, 1911px 2448px #fff, 1231px 200px #fff, 1243px 80px #fff, 1252px 577px #fff, 759px 725px #fff, 766px 1559px #fff, 1495px 473px #fff, 2374px 299px #fff, 29px 1504px #fff, 1102px 602px #fff, 1957px 675px #fff, 392px 335px #fff, 2223px 144px #fff, 410px 2275px #fff, 1325px 2243px #fff, 778px 2412px #fff, 94px 1826px #fff, 754px 2249px #fff, 738px 1736px #fff, 364px 1945px #fff, 2519px 1359px #fff, 1720px 2194px #fff, 74px 614px #fff, 2321px 2032px #fff, 1771px 1310px #fff, 1623px 685px #fff, 504px 333px #fff, 2471px 690px #fff, 1840px 2387px #fff, 1798px 258px #fff, 1150px 1599px #fff, 2081px 1180px #fff, 1487px 726px #fff, 967px 2347px #fff, 1369px 1277px #fff, 895px 953px #fff, 2349px 1899px #fff, 45px 1899px #fff, 635px 1202px #fff, 1333px 1710px #fff, 1946px 712px #fff, 1855px 2356px #fff, 2369px 2362px #fff, 176px 1668px #fff, 1356px 1933px #fff, 2408px 1520px #fff, 1952px 181px #fff, 548px 2007px #fff, 2239px 1324px #fff, 1705px 1607px #fff, 466px 447px #fff, 1544px 688px #fff, 1839px 1956px #fff, 634px 15px #fff, 2147px 865px #fff, 2236px 2314px #fff, 449px 1071px #fff, 416px 1313px #fff, 882px 1466px #fff, 2413px 1481px #fff, 274px 2100px #fff, 141px 323px #fff, 369px 383px #fff, 29px 55px #fff, 2144px 677px #fff, 2147px 606px #fff, 2537px 1984px #fff, 2266px 984px #fff, 2452px 703px #fff, 1617px 451px #fff, 1131px 1806px #fff, 1423px 1868px #fff, 488px 2481px #fff, 221px 949px #fff, 120px 432px #fff, 470px 2278px #fff, 1114px 2455px #fff, 1013px 1241px #fff, 1859px 1661px #fff, 2062px 327px #fff, 99px 32px #fff, 662px 874px #fff, 1269px 710px #fff, 1726px 596px #fff, 1600px 341px #fff, 1806px 328px #fff, 536px 2067px #fff, 1492px 1056px #fff, 1424px 1016px #fff, 346px 1818px #fff, 496px 2375px #fff, 2103px 2482px #fff, 664px 2373px #fff, 2176px 923px #fff, 64px 1592px #fff, 254px 1002px #fff, 942px 591px #fff, 1929px 1146px #fff, 938px 1012px #fff, 1875px 2334px #fff, 1831px 1112px #fff, 1589px 2116px #fff, 1245px 1816px #fff, 499px 500px #fff, 1772px 1489px #fff, 1369px 2078px #fff, 520px 2154px #fff, 73px 2317px #fff, 1893px 1725px #fff, 739px 1606px #fff, 632px 533px #fff, 207px 2316px #fff, 1205px 1973px #fff, 1405px 1780px #fff, 1164px 43px #fff, 1259px 653px #fff, 626px 152px #fff, 2427px 725px #fff, 583px 168px #fff, 505px 2109px #fff, 1113px 682px #fff, 1036px 2500px #fff, 269px 170px #fff, 1874px 1093px #fff, 488px 183px #fff, 807px 92px #fff, 1991px 1419px #fff, 1859px 147px #fff, 45px 1055px #fff, 2097px 2086px #fff, 677px 290px #fff, 1630px 622px #fff, 248px 719px #fff, 2394px 1153px #fff, 2063px 1526px #fff, 501px 1806px #fff, 1609px 892px #fff, 2288px 1991px #fff, 1075px 2046px #fff, 502px 2167px #fff, 229px 1121px #fff, 557px 1690px #fff, 1068px 2548px #fff, 363px 1601px #fff, 2382px 718px #fff, 775px 2382px #fff, 145px 1167px #fff, 174px 2480px #fff, 655px 2162px #fff, 2441px 2004px #fff, 888px 837px #fff, 879px 1577px #fff, 1811px 705px #fff, 354px 1479px #fff, 280px 1596px #fff, 1490px 1719px #fff, 2325px 840px #fff, 1011px 615px #fff, 2199px 2470px #fff, 1410px 40px #fff, 1296px 133px #fff, 1243px 2507px #fff, 757px 1460px #fff, 427px 575px #fff, 1350px 1447px #fff, 733px 1953px #fff, 1566px 425px #fff, 21px 27px #fff, 2298px 1150px #fff, 1666px 1192px #fff, 781px 1331px #fff, 307px 595px #fff, 1364px 1628px #fff, 1463px 1038px #fff, 1141px 918px #fff, 2383px 635px #fff, 1543px 631px #fff, 2242px 194px #fff, 567px 2085px #fff, 2429px 730px #fff, 1059px 1796px #fff, 97px 1698px #fff, 872px 1667px #fff, 719px 2260px #fff, 2319px 1253px #fff, 163px 2555px #fff, 359px 975px #fff, 970px 2420px #fff, 78px 2426px #fff, 815px 786px #fff, 1641px 857px #fff, 205px 400px #fff, 1127px 885px #fff, 473px 372px #fff, 2184px 814px #fff, 1945px 1927px #fff, 1787px 478px #fff, 1527px 2414px #fff, 2135px 1330px #fff, 999px 1442px #fff, 1737px 245px #fff, 1076px 1447px #fff, 1419px 638px #fff, 937px 1411px #fff, 519px 1366px #fff, 2001px 1371px #fff, 2000px 1578px #fff, 168px 487px #fff, 2464px 225px #fff, 1280px 2228px #fff, 1616px 391px #fff, 543px 2495px #fff, 2267px 2319px #fff, 1724px 2462px #fff, 2390px 2358px #fff, 2398px 937px #fff, 509px 836px #fff, 1975px 1567px #fff, 518px 500px #fff, 1056px 1833px #fff, 2214px 438px #fff, 698px 1649px #fff, 2473px 1075px #fff, 821px 554px #fff;
}
.stars1 {
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 392px 618px #fff, 1138px 2017px #fff, 2103px 716px #fff, 1417px 175px #fff, 571px 1925px #fff, 2140px 1390px #fff, 285px 407px #fff, 2262px 79px #fff, 2401px 889px #fff, 236px 675px #fff, 507px 2207px #fff, 459px 2469px #fff, 2307px 1657px #fff, 2386px 2511px #fff, 2266px 1095px #fff, 2389px 1899px #fff, 480px 711px #fff, 269px 160px #fff, 1654px 2150px #fff, 1069px 583px #fff, 1942px 1830px #fff, 2017px 470px #fff, 913px 177px #fff, 1965px 1487px #fff, 1083px 188px #fff, 2001px 516px #fff, 908px 2300px #fff, 519px 2255px #fff, 1076px 1565px #fff, 2226px 1605px #fff, 2421px 1203px #fff, 2148px 2038px #fff, 1713px 1635px #fff, 1347px 631px #fff, 1686px 747px #fff, 2349px 895px #fff, 1057px 1549px #fff, 252px 2492px #fff, 1110px 2143px #fff, 1360px 1551px #fff, 345px 1491px #fff, 675px 1568px #fff, 2024px 1586px #fff, 1734px 246px #fff, 978px 515px #fff, 935px 2077px #fff, 1129px 1696px #fff, 2486px 990px #fff, 983px 310px #fff, 654px 1700px #fff, 322px 357px #fff, 894px 1201px #fff, 2368px 526px #fff, 226px 675px #fff, 125px 159px #fff, 1565px 1599px #fff, 1281px 2079px #fff, 2118px 1528px #fff, 350px 399px #fff, 2181px 1580px #fff, 2500px 2093px #fff, 581px 411px #fff, 715px 661px #fff, 2039px 2255px #fff, 853px 1923px #fff, 2287px 2366px #fff, 1055px 1210px #fff, 627px 1810px #fff, 1045px 278px #fff, 128px 1434px #fff, 2454px 2425px #fff, 33px 2485px #fff, 1018px 2127px #fff, 624px 1450px #fff, 787px 1938px #fff, 2323px 1908px #fff, 1750px 2101px #fff, 440px 2473px #fff, 768px 1016px #fff, 764px 2252px #fff, 2378px 198px #fff, 2085px 376px #fff, 1479px 2523px #fff, 995px 2231px #fff, 1241px 2195px #fff, 2024px 630px #fff, 1171px 190px #fff, 529px 2142px #fff, 2234px 2363px #fff, 1147px 1930px #fff, 1149px 2207px #fff, 1352px 1089px #fff, 1266px 2459px #fff, 462px 1361px #fff, 1114px 2215px #fff, 1093px 1493px #fff, 444px 594px #fff, 121px 1202px #fff, 2144px 1849px #fff, 1820px 1645px #fff;
  animation: animStar 200s linear infinite;
}
.stars1:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 392px 618px #fff, 1138px 2017px #fff, 2103px 716px #fff, 1417px 175px #fff, 571px 1925px #fff, 2140px 1390px #fff, 285px 407px #fff, 2262px 79px #fff, 2401px 889px #fff, 236px 675px #fff, 507px 2207px #fff, 459px 2469px #fff, 2307px 1657px #fff, 2386px 2511px #fff, 2266px 1095px #fff, 2389px 1899px #fff, 480px 711px #fff, 269px 160px #fff, 1654px 2150px #fff, 1069px 583px #fff, 1942px 1830px #fff, 2017px 470px #fff, 913px 177px #fff, 1965px 1487px #fff, 1083px 188px #fff, 2001px 516px #fff, 908px 2300px #fff, 519px 2255px #fff, 1076px 1565px #fff, 2226px 1605px #fff, 2421px 1203px #fff, 2148px 2038px #fff, 1713px 1635px #fff, 1347px 631px #fff, 1686px 747px #fff, 2349px 895px #fff, 1057px 1549px #fff, 252px 2492px #fff, 1110px 2143px #fff, 1360px 1551px #fff, 345px 1491px #fff, 675px 1568px #fff, 2024px 1586px #fff, 1734px 246px #fff, 978px 515px #fff, 935px 2077px #fff, 1129px 1696px #fff, 2486px 990px #fff, 983px 310px #fff, 654px 1700px #fff, 322px 357px #fff, 894px 1201px #fff, 2368px 526px #fff, 226px 675px #fff, 125px 159px #fff, 1565px 1599px #fff, 1281px 2079px #fff, 2118px 1528px #fff, 350px 399px #fff, 2181px 1580px #fff, 2500px 2093px #fff, 581px 411px #fff, 715px 661px #fff, 2039px 2255px #fff, 853px 1923px #fff, 2287px 2366px #fff, 1055px 1210px #fff, 627px 1810px #fff, 1045px 278px #fff, 128px 1434px #fff, 2454px 2425px #fff, 33px 2485px #fff, 1018px 2127px #fff, 624px 1450px #fff, 787px 1938px #fff, 2323px 1908px #fff, 1750px 2101px #fff, 440px 2473px #fff, 768px 1016px #fff, 764px 2252px #fff, 2378px 198px #fff, 2085px 376px #fff, 1479px 2523px #fff, 995px 2231px #fff, 1241px 2195px #fff, 2024px 630px #fff, 1171px 190px #fff, 529px 2142px #fff, 2234px 2363px #fff, 1147px 1930px #fff, 1149px 2207px #fff, 1352px 1089px #fff, 1266px 2459px #fff, 462px 1361px #fff, 1114px 2215px #fff, 1093px 1493px #fff, 444px 594px #fff, 121px 1202px #fff, 2144px 1849px #fff, 1820px 1645px #fff;
}
.stars2 {
  width: 1.5px;
  height: 1.5px;
  background: transparent;
  box-shadow: 554px 1701px #fff, 1702px 222px #fff, 312px 502px #fff, 2415px 1590px #fff, 2307px 2192px #fff, 2300px 2179px #fff, 848px 924px #fff, 385px 1900px #fff, 1846px 2089px #fff, 1519px 947px #fff, 691px 1565px #fff, 494px 1912px #fff, 2373px 1807px #fff, 811px 756px #fff, 2326px 457px #fff, 1491px 1615px #fff, 1494px 161px #fff, 300px 2375px #fff, 47px 283px #fff, 360px 1852px #fff, 403px 136px #fff, 1868px 2256px #fff, 815px 91px #fff, 1660px 750px #fff, 1344px 301px #fff, 1293px 1769px #fff, 720px 1902px #fff, 483px 2150px #fff, 531px 1082px #fff, 1097px 1557px #fff, 1855px 1889px #fff, 1648px 2010px #fff, 417px 410px #fff, 2232px 2518px #fff, 1614px 678px #fff, 1346px 100px #fff, 407px 638px #fff, 1623px 1472px #fff, 544px 1071px #fff, 611px 133px #fff, 1783px 1704px #fff, 1498px 2208px #fff, 1894px 413px #fff, 49px 2329px #fff, 1275px 33px #fff, 686px 857px #fff, 1463px 2088px #fff, 662px 436px #fff, 1404px 1796px #fff, 912px 4px #fff;
  animation: animStar 300s linear infinite;
}
.stars2:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 1.5px;
  height: 1.5px;
  background: transparent;
  box-shadow: 554px 1701px #fff, 1702px 222px #fff, 312px 502px #fff, 2415px 1590px #fff, 2307px 2192px #fff, 2300px 2179px #fff, 848px 924px #fff, 385px 1900px #fff, 1846px 2089px #fff, 1519px 947px #fff, 691px 1565px #fff, 494px 1912px #fff, 2373px 1807px #fff, 811px 756px #fff, 2326px 457px #fff, 1491px 1615px #fff, 1494px 161px #fff, 300px 2375px #fff, 47px 283px #fff, 360px 1852px #fff, 403px 136px #fff, 1868px 2256px #fff, 815px 91px #fff, 1660px 750px #fff, 1344px 301px #fff, 1293px 1769px #fff, 720px 1902px #fff, 483px 2150px #fff, 531px 1082px #fff, 1097px 1557px #fff, 1855px 1889px #fff, 1648px 2010px #fff, 417px 410px #fff, 2232px 2518px #fff, 1614px 678px #fff, 1346px 100px #fff, 407px 638px #fff, 1623px 1472px #fff, 544px 1071px #fff, 611px 133px #fff, 1783px 1704px #fff, 1498px 2208px #fff, 1894px 413px #fff, 49px 2329px #fff, 1275px 33px #fff, 686px 857px #fff, 1463px 2088px #fff, 662px 436px #fff, 1404px 1796px #fff, 912px 4px #fff;
}
@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}
.stars1 {
  width: 0.5px;
  height: 0.5px;
  background: transparent;
  box-shadow: 780px 1399px #fff, 961px 2024px #fff, 1463px 454px #fff, 997px 1645px #fff, 651px 711px #fff, 1089px 2245px #fff, 1822px 2036px #fff, 682px 1545px #fff, 1086px 398px #fff, 2281px 1094px #fff, 1427px 437px #fff, 1671px 1874px #fff, 2102px 2551px #fff, 1442px 2334px #fff, 2446px 455px #fff, 2355px 2394px #fff, 1334px 649px #fff, 2163px 1161px #fff, 1753px 1578px #fff, 2287px 2402px #fff, 2171px 810px #fff, 2087px 1485px #fff, 565px 1957px #fff, 406px 45px #fff, 1976px 1161px #fff, 1942px 1747px #fff, 1911px 2448px #fff, 1231px 200px #fff, 1243px 80px #fff, 1252px 577px #fff, 759px 725px #fff, 766px 1559px #fff, 1495px 473px #fff, 2374px 299px #fff, 29px 1504px #fff, 1102px 602px #fff, 1957px 675px #fff, 392px 335px #fff, 2223px 144px #fff, 410px 2275px #fff, 1325px 2243px #fff, 778px 2412px #fff, 94px 1826px #fff, 754px 2249px #fff, 738px 1736px #fff, 364px 1945px #fff, 2519px 1359px #fff, 1720px 2194px #fff, 74px 614px #fff, 2321px 2032px #fff, 1771px 1310px #fff, 1623px 685px #fff, 504px 333px #fff, 2471px 690px #fff, 1840px 2387px #fff, 1798px 258px #fff, 1150px 1599px #fff, 2081px 1180px #fff, 1487px 726px #fff, 967px 2347px #fff, 1369px 1277px #fff, 895px 953px #fff, 2349px 1899px #fff, 45px 1899px #fff, 635px 1202px #fff, 1333px 1710px #fff, 1946px 712px #fff, 1855px 2356px #fff, 2369px 2362px #fff, 176px 1668px #fff, 1356px 1933px #fff, 2408px 1520px #fff, 1952px 181px #fff, 548px 2007px #fff, 2239px 1324px #fff, 1705px 1607px #fff, 466px 447px #fff, 1544px 688px #fff, 1839px 1956px #fff, 634px 15px #fff, 2147px 865px #fff, 2236px 2314px #fff, 449px 1071px #fff, 416px 1313px #fff, 882px 1466px #fff, 2413px 1481px #fff, 274px 2100px #fff, 141px 323px #fff, 369px 383px #fff, 29px 55px #fff, 2144px 677px #fff, 2147px 606px #fff, 2537px 1984px #fff, 2266px 984px #fff, 2452px 703px #fff, 1617px 451px #fff, 1131px 1806px #fff, 1423px 1868px #fff, 488px 2481px #fff, 221px 949px #fff, 120px 432px #fff, 470px 2278px #fff, 1114px 2455px #fff, 1013px 1241px #fff, 1859px 1661px #fff, 2062px 327px #fff, 99px 32px #fff, 662px 874px #fff, 1269px 710px #fff, 1726px 596px #fff, 1600px 341px #fff, 1806px 328px #fff, 536px 2067px #fff, 1492px 1056px #fff, 1424px 1016px #fff, 346px 1818px #fff, 496px 2375px #fff, 2103px 2482px #fff, 664px 2373px #fff, 2176px 923px #fff, 64px 1592px #fff, 254px 1002px #fff, 942px 591px #fff, 1929px 1146px #fff, 938px 1012px #fff, 1875px 2334px #fff, 1831px 1112px #fff, 1589px 2116px #fff, 1245px 1816px #fff, 499px 500px #fff, 1772px 1489px #fff, 1369px 2078px #fff, 520px 2154px #fff, 73px 2317px #fff, 1893px 1725px #fff, 739px 1606px #fff, 632px 533px #fff, 207px 2316px #fff, 1205px 1973px #fff, 1405px 1780px #fff, 1164px 43px #fff, 1259px 653px #fff, 626px 152px #fff, 2427px 725px #fff, 583px 168px #fff, 505px 2109px #fff, 1113px 682px #fff, 1036px 2500px #fff, 269px 170px #fff, 1874px 1093px #fff, 488px 183px #fff, 807px 92px #fff, 1991px 1419px #fff, 1859px 147px #fff, 45px 1055px #fff, 2097px 2086px #fff, 677px 290px #fff, 1630px 622px #fff, 248px 719px #fff, 2394px 1153px #fff, 2063px 1526px #fff, 501px 1806px #fff, 1609px 892px #fff, 2288px 1991px #fff, 1075px 2046px #fff, 502px 2167px #fff, 229px 1121px #fff, 557px 1690px #fff, 1068px 2548px #fff, 363px 1601px #fff, 2382px 718px #fff, 775px 2382px #fff, 145px 1167px #fff, 174px 2480px #fff, 655px 2162px #fff, 2441px 2004px #fff, 888px 837px #fff, 879px 1577px #fff, 1811px 705px #fff, 354px 1479px #fff, 280px 1596px #fff, 1490px 1719px #fff, 2325px 840px #fff, 1011px 615px #fff, 2199px 2470px #fff, 1410px 40px #fff, 1296px 133px #fff, 1243px 2507px #fff, 757px 1460px #fff, 427px 575px #fff, 1350px 1447px #fff, 733px 1953px #fff, 1566px 425px #fff, 21px 27px #fff, 2298px 1150px #fff, 1666px 1192px #fff, 781px 1331px #fff, 307px 595px #fff, 1364px 1628px #fff, 1463px 1038px #fff, 1141px 918px #fff, 2383px 635px #fff, 1543px 631px #fff, 2242px 194px #fff, 567px 2085px #fff, 2429px 730px #fff, 1059px 1796px #fff, 97px 1698px #fff, 872px 1667px #fff, 719px 2260px #fff, 2319px 1253px #fff, 163px 2555px #fff, 359px 975px #fff, 970px 2420px #fff, 78px 2426px #fff, 815px 786px #fff, 1641px 857px #fff, 205px 400px #fff, 1127px 885px #fff, 473px 372px #fff, 2184px 814px #fff, 1945px 1927px #fff, 1787px 478px #fff, 1527px 2414px #fff, 2135px 1330px #fff, 999px 1442px #fff, 1737px 245px #fff, 1076px 1447px #fff, 1419px 638px #fff, 937px 1411px #fff, 519px 1366px #fff, 2001px 1371px #fff, 2000px 1578px #fff, 168px 487px #fff, 2464px 225px #fff, 1280px 2228px #fff, 1616px 391px #fff, 543px 2495px #fff, 2267px 2319px #fff, 1724px 2462px #fff, 2390px 2358px #fff, 2398px 937px #fff, 509px 836px #fff, 1975px 1567px #fff, 518px 500px #fff, 1056px 1833px #fff, 2214px 438px #fff, 698px 1649px #fff, 2473px 1075px #fff, 821px 554px #fff;
  animation: animStar2 100s linear infinite;
}
.stars1:after {
  content: " ";
  position: absolute;
  top: 2500px;
  width: 0.5px;
  height: 0.5px;
  background: transparent;
  box-shadow: 780px 1399px #fff, 961px 2024px #fff, 1463px 454px #fff, 997px 1645px #fff, 651px 711px #fff, 1089px 2245px #fff, 1822px 2036px #fff, 682px 1545px #fff, 1086px 398px #fff, 2281px 1094px #fff, 1427px 437px #fff, 1671px 1874px #fff, 2102px 2551px #fff, 1442px 2334px #fff, 2446px 455px #fff, 2355px 2394px #fff, 1334px 649px #fff, 2163px 1161px #fff, 1753px 1578px #fff, 2287px 2402px #fff, 2171px 810px #fff, 2087px 1485px #fff, 565px 1957px #fff, 406px 45px #fff, 1976px 1161px #fff, 1942px 1747px #fff, 1911px 2448px #fff, 1231px 200px #fff, 1243px 80px #fff, 1252px 577px #fff, 759px 725px #fff, 766px 1559px #fff, 1495px 473px #fff, 2374px 299px #fff, 29px 1504px #fff, 1102px 602px #fff, 1957px 675px #fff, 392px 335px #fff, 2223px 144px #fff, 410px 2275px #fff, 1325px 2243px #fff, 778px 2412px #fff, 94px 1826px #fff, 754px 2249px #fff, 738px 1736px #fff, 364px 1945px #fff, 2519px 1359px #fff, 1720px 2194px #fff, 74px 614px #fff, 2321px 2032px #fff, 1771px 1310px #fff, 1623px 685px #fff, 504px 333px #fff, 2471px 690px #fff, 1840px 2387px #fff, 1798px 258px #fff, 1150px 1599px #fff, 2081px 1180px #fff, 1487px 726px #fff, 967px 2347px #fff, 1369px 1277px #fff, 895px 953px #fff, 2349px 1899px #fff, 45px 1899px #fff, 635px 1202px #fff, 1333px 1710px #fff, 1946px 712px #fff, 1855px 2356px #fff, 2369px 2362px #fff, 176px 1668px #fff, 1356px 1933px #fff, 2408px 1520px #fff, 1952px 181px #fff, 548px 2007px #fff, 2239px 1324px #fff, 1705px 1607px #fff, 466px 447px #fff, 1544px 688px #fff, 1839px 1956px #fff, 634px 15px #fff, 2147px 865px #fff, 2236px 2314px #fff, 449px 1071px #fff, 416px 1313px #fff, 882px 1466px #fff, 2413px 1481px #fff, 274px 2100px #fff, 141px 323px #fff, 369px 383px #fff, 29px 55px #fff, 2144px 677px #fff, 2147px 606px #fff, 2537px 1984px #fff, 2266px 984px #fff, 2452px 703px #fff, 1617px 451px #fff, 1131px 1806px #fff, 1423px 1868px #fff, 488px 2481px #fff, 221px 949px #fff, 120px 432px #fff, 470px 2278px #fff, 1114px 2455px #fff, 1013px 1241px #fff, 1859px 1661px #fff, 2062px 327px #fff, 99px 32px #fff, 662px 874px #fff, 1269px 710px #fff, 1726px 596px #fff, 1600px 341px #fff, 1806px 328px #fff, 536px 2067px #fff, 1492px 1056px #fff, 1424px 1016px #fff, 346px 1818px #fff, 496px 2375px #fff, 2103px 2482px #fff, 664px 2373px #fff, 2176px 923px #fff, 64px 1592px #fff, 254px 1002px #fff, 942px 591px #fff, 1929px 1146px #fff, 938px 1012px #fff, 1875px 2334px #fff, 1831px 1112px #fff, 1589px 2116px #fff, 1245px 1816px #fff, 499px 500px #fff, 1772px 1489px #fff, 1369px 2078px #fff, 520px 2154px #fff, 73px 2317px #fff, 1893px 1725px #fff, 739px 1606px #fff, 632px 533px #fff, 207px 2316px #fff, 1205px 1973px #fff, 1405px 1780px #fff, 1164px 43px #fff, 1259px 653px #fff, 626px 152px #fff, 2427px 725px #fff, 583px 168px #fff, 505px 2109px #fff, 1113px 682px #fff, 1036px 2500px #fff, 269px 170px #fff, 1874px 1093px #fff, 488px 183px #fff, 807px 92px #fff, 1991px 1419px #fff, 1859px 147px #fff, 45px 1055px #fff, 2097px 2086px #fff, 677px 290px #fff, 1630px 622px #fff, 248px 719px #fff, 2394px 1153px #fff, 2063px 1526px #fff, 501px 1806px #fff, 1609px 892px #fff, 2288px 1991px #fff, 1075px 2046px #fff, 502px 2167px #fff, 229px 1121px #fff, 557px 1690px #fff, 1068px 2548px #fff, 363px 1601px #fff, 2382px 718px #fff, 775px 2382px #fff, 145px 1167px #fff, 174px 2480px #fff, 655px 2162px #fff, 2441px 2004px #fff, 888px 837px #fff, 879px 1577px #fff, 1811px 705px #fff, 354px 1479px #fff, 280px 1596px #fff, 1490px 1719px #fff, 2325px 840px #fff, 1011px 615px #fff, 2199px 2470px #fff, 1410px 40px #fff, 1296px 133px #fff, 1243px 2507px #fff, 757px 1460px #fff, 427px 575px #fff, 1350px 1447px #fff, 733px 1953px #fff, 1566px 425px #fff, 21px 27px #fff, 2298px 1150px #fff, 1666px 1192px #fff, 781px 1331px #fff, 307px 595px #fff, 1364px 1628px #fff, 1463px 1038px #fff, 1141px 918px #fff, 2383px 635px #fff, 1543px 631px #fff, 2242px 194px #fff, 567px 2085px #fff, 2429px 730px #fff, 1059px 1796px #fff, 97px 1698px #fff, 872px 1667px #fff, 719px 2260px #fff, 2319px 1253px #fff, 163px 2555px #fff, 359px 975px #fff, 970px 2420px #fff, 78px 2426px #fff, 815px 786px #fff, 1641px 857px #fff, 205px 400px #fff, 1127px 885px #fff, 473px 372px #fff, 2184px 814px #fff, 1945px 1927px #fff, 1787px 478px #fff, 1527px 2414px #fff, 2135px 1330px #fff, 999px 1442px #fff, 1737px 245px #fff, 1076px 1447px #fff, 1419px 638px #fff, 937px 1411px #fff, 519px 1366px #fff, 2001px 1371px #fff, 2000px 1578px #fff, 168px 487px #fff, 2464px 225px #fff, 1280px 2228px #fff, 1616px 391px #fff, 543px 2495px #fff, 2267px 2319px #fff, 1724px 2462px #fff, 2390px 2358px #fff, 2398px 937px #fff, 509px 836px #fff, 1975px 1567px #fff, 518px 500px #fff, 1056px 1833px #fff, 2214px 438px #fff, 698px 1649px #fff, 2473px 1075px #fff, 821px 554px #fff;
}
@keyframes animStar2 {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2500px);
  }
}
/*=====  End of Section  background star  ======*/
/*=============================================
=            Header animation            =
=============================================*/
header.header {
  transform: translateY(-150px) translateX(-50%);
  animation: header-anim 1.4s cubic-bezier(0, 0.86, 0.24, 1) 0.4s forwards;
}
@keyframes header-anim {
  0% {
    transform: translateY(-150px) translateX(-50%);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
}
/*=====  End of Header animation  ======*/
/*=====  End of ANIMATION.scss  ======*/
/*=============================================
=            RESPONSIVE.scss            =
=============================================*/
/*----------  Desktop extra large  ----------*/
@media screen and (max-width: 3400px) {
  .section__intro--pg-wordpress .titleContainer--pg-wordpress h1 {
    background: url(/wp-content/uploads/Ellipse.png);
    background-size: 21%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 2800px) {
  .section__intro--pg-wordpress .titleContainer--pg-wordpress h1 {
    background: url(/wp-content/uploads/Ellipse.png);
    background-size: 26%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 250px 0;
  }
}
@media screen and (max-width: 2200px) {
  .section__intro--pg-wordpress .titleContainer--pg-wordpress h1 {
    background: url(/wp-content/uploads/Ellipse.png);
    background-size: 34%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 250px 0;
  }
}
/*----------  Desktop Big Medium & small  ----------*/
@media screen and (max-width: 1920px) {
  .title__h2--IntAmbitions--site {
    width: 65%;
  }
  .IntAmbitionSite__description .resume .title__h2--IntAmbitions--site {
    width: 100%;
  }
  .IntAmbitionSite__description--wordpress .line {
    top: 5%;
  }
  .section__intro--pg-wordpress .titleContainer--pg-wordpress h1 {
    background: url(/wp-content/uploads/Ellipse.png);
    background-size: 39%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 250px 0;
  }
}
@media screen and (max-width: 1680px) {
  .title__h2--IntAmbitions {
    width: 75%;
  }
  .nav__el--content .decoContainer__el .comet__el--big {
    top: 52%;
    left: 10%;
  }
  .nav__el--content .decoContainer__el .comet__el--med {
    right: 47%;
  }
  .nav__el--content .decoContainer__el .comet__el--big {
    display: none;
  }
  .title__h1--home {
    font-size: 75px;
  }
  .section__story .deco .deco__wrapper .comet__adoraweb {
    top: 10vh;
  }
  .section__story .deco .deco__wrapper .comet__el--med {
    top: 26vh;
  }
  .section__story .deco .deco__wrapper .comet__el--small {
    top: 30vh;
  }
  .section__story .deco .deco__wrapper .comet__el--big {
    top: 55vh;
  }
  .section__story .deco .deco__wrapper .circle {
    top: 57vh;
  }
  .section__question .deco .comet__el--big {
    top: 5%;
  }
  .title__h2--ambition {
    font-size: 24px;
  }
  .PgAmbitions .deco__wrapper .circle--big {
    top: 27%;
    right: 9%;
  }
  .section__ambitions .comet__el--4 {
    left: 92%;
  }
  .section__ambitions .comet__el--1 {
    top: 20%;
    left: 6%;
  }
  .box {
    margin: 250px 0;
  }
  .ambitionList__el {
    min-height: 350px;
  }
  .section__story--wordpress .deco .deco__wrapper .comet__adoraweb {
    top: -8vh;
  }
  .section__story--wordpress .deco .deco__wrapper .comet__el--small {
    top: 8vh;
  }
  .IntAmbitionSite__description--wordpress .line {
    top: 10%;
  }
  .IntAmbition__description--wordpress .steps__content {
    width: 45%;
  }
}
@media screen and (max-width: 1600px) {
  .section__approcheHome .deco .circle--big {
    width: 400px;
    height: 400px;
  }
  .section__approcheHome .deco .circle--small {
    width: 300px;
    height: 300px;
  }
  .title__h1--home {
    font-size: 71px;
  }
  .PgContact .gform_body .gform_fields .PgContact__textArea textarea {
    height: 8vh;
  }
}
@media screen and (max-width: 1440px) {
  .magnetic__header .magnetic__hover {
    padding: 18px 35px 13px 35px;
  }
  .nav__el--content .decoContainer__el .circle--big {
    width: 225px;
    height: 225px;
    top: 42%;
    right: 5%;
  }
  .container {
    width: 80%;
  }
  .section__agile .col2 {
    width: 50%;
  }
  .title__h2--big {
    font-size: 58px;
  }
  .section__step .title__h2--big {
    font-size: 3.875em;
  }
  .section__approcheHome .content__wrapper {
    width: 100%;
  }
  .section__approcheHome .deco .circle--big {
    width: 300px;
    height: 300px;
  }
  .section__approcheHome .deco .circle--small {
    width: 200px;
    height: 200px;
  }
  .PgAmbitions .deco__wrapper .circle--big {
    top: 34%;
    right: 5%;
  }
  .PgContact .emoji--beer {
    top: 18%;
    left: 7%;
  }
  .PgContact .titre .circle--small {
    top: 30%;
    left: 14%;
  }
  .PgContact .emoji--coffee {
    top: 21%;
    left: 82%;
  }
  .PgContact .titre .circle--big {
    top: 28%;
    right: 5%;
  }
  .PgMentions .circle--1 {
    width: 180px;
    height: 180px;
    top: 12%;
  }
  .section__ambitions .comet__el--1 {
    top: 10%;
    left: 6%;
  }
  .section__ambitions .comet__el--4 {
    bottom: 56%;
    left: 80%;
  }
  .title__h1 {
    font-size: 60px;
  }
  .approach__el .title__h2 {
    font-size: 38px;
  }
  .title__h1--small {
    font-size: 2.6rem;
  }
  .approach__el .img-approach {
    width: 450px;
  }
  .imageAgile {
    transform: translateX(0);
  }
  .ambitions__internal .title__h1 {
    font-size: 62px;
  }
  .approach__el--2 .title__h2--content p {
    font-size: 32px;
  }
  .approach__el--2 .img-approach, .approach__el--3 .img-approach {
    width: 15%;
  }
  .approach__el--3 .title_slide_part3 {
    font-size: 32px;
  }
  .approach__el--3 .content .small-text br {
    display: none;
  }
  .style__liste li {
    font-size: 18px;
  }
  .approach__el .title__h2--bigger {
    font-size: 72px;
  }
  .IntAmbitions__illuHome .title__h2 {
    font-size: 38px;
  }
  .section__intro--pg-wordpress .titleContainer--pg-wordpress {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1366px) {
  .menuHeader ul {
    margin-bottom: 50px;
  }
  .magnetic__menu .magnetic__hover {
    font-size: 52px;
  }
  .magnetic__menu--small .magnetic__hover {
    font-size: 20px;
  }
  .nav__el--content .decoContainer__el .circle--big {
    width: 175px;
    height: 175px;
    top: 46%;
  }
  .nav__el--content .decoContainer__el .comet__el--med {
    bottom: 5%;
    right: 37%;
  }
  .nav__el--content .decoContainer__el .comet__el--small {
    top: 2%;
    right: 18%;
  }
  .title__h1--home {
    font-size: 65px;
  }
  .section__story .deco .deco__wrapper .comet__adoraweb {
    top: 25vh;
  }
  .section__story .deco .deco__wrapper .comet__el--big {
    top: 72vh;
  }
  .section__story .deco .deco__wrapper .comet__el--med {
    top: 44vh;
  }
  .section__story .deco .deco__wrapper .comet__el--small {
    top: 50vh;
  }
  .section__story .deco .deco__wrapper .circle {
    top: 78vh;
  }
  .title__h2--big {
    font-size: 56px;
    line-height: 1.2;
  }
  .section__step .title__h2--big {
    font-size: 3.875em;
  }
  .section__parcours .titre .title__h2 {
    width: 80%;
  }
  .section__parcours .title__h2 {
    font-size: 40px;
  }
  .title__h2--ambition {
    font-size: 20px;
  }
  .section__approcheHome .image img {
    width: 80%;
  }
  .PgContact .gform_body .gform_fields .PgContact__textArea textarea {
    height: 10vh;
  }
  .title__h1--bigger {
    font-size: 110px;
  }
  .title__h2--IntAmbitions {
    width: 75%;
  }
  .wipe-transition {
    right: -50%;
    bottom: -127%;
  }
  .title__h3--small {
    font-size: 28px;
  }
  .steps__content {
    font-size: 16px;
  }
  .PgContact--ty-contact .container .content p {
    font-size: 20px;
  }
  .ambitionList__el {
    min-height: 300px;
  }
  .section__story--wordpress .deco .deco__wrapper .comet__adoraweb {
    top: 0vh;
  }
  .section__story--wordpress .deco .deco__wrapper .comet__el--small {
    top: 8vh;
  }
  .IntAmbition__description--wordpress .steps__content {
    width: 50%;
  }
  .IntAmbitionSite__description--wordpress .wordpress-logo {
    width: 275px;
  }
  .IntAmbitionSite__description--wordpress .SiteService:after {
    width: 200px;
    height: 200px;
  }
  .IntAmbitionSite__description--wordpress .line {
    top: 17%;
  }
}
@media screen and (max-width: 1280px) {
  .title__h1--home {
    font-size: 60px;
  }
  .title__h2--big {
    font-size: 54px;
    line-height: 1.2;
  }
  .section__step .title__h2--big {
    font-size: 3.875em;
  }
  .title__h2--IntAmbitions {
    font-size: 35px;
  }
  .title__h1 {
    font-size: 56px;
  }
  .title__h1--small {
    font-size: 38px;
  }
  .section__intro .titleContainer {
    padding-top: 200px;
  }
  .feedback__text {
    font-size: 28px;
  }
  .feedback__Author {
    font-size: 14px;
  }
  .approach__el .big-paragraphe p {
    font-size: 20px;
  }
  .IntAmbitions__illuHome .title__h2 {
    font-size: 32px;
  }
  .section__intro--pg-wordpress .titleContainer--pg-wordpress {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .magnetic__header .magnetic__hover {
    padding: 18px 35px 13px 35px;
    font-size: 16px;
  }
  .magnetic__header .magnetic__hover:after {
    font-size: 16px;
  }
  .magnetic__menu .magnetic__hover {
    font-size: 38px;
  }
  .magnetic__menu--small .magnetic__hover {
    font-size: 16px;
  }
  .nav__el--content .decoContainer__el .comet__el--small {
    width: 5px;
    height: 153px;
    top: -5%;
    right: 18%;
  }
  .nav__el--content .decoContainer__el .circle--big {
    display: none;
  }
  .nav__el--content .decoContainer__el .circle--small {
    bottom: -3%;
    left: -4%;
  }
  .nav__el--content .decoContainer__el .comet__el--med {
    bottom: 23%;
    right: 22%;
  }
  .menuHeader ul {
    margin-bottom: 25px;
    margin-top: 70px;
  }
  .title__h1--home {
    font-size: 50px;
  }
  .section__intro .titleContainer {
    padding-top: 11.75em;
    position: relative;
    z-index: 5;
  }
  .section__intro .introImg {
    margin: 100px auto 0 auto;
    padding-bottom: 75px;
  }
  .section__story .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section__story .wrapper .content {
    width: 100%;
  }
  .section__story {
    padding: 75px 0;
  }
  .mobile_cta-center {
    text-align: center;
  }
  .section__story .wrapper .content a {
    transform: translateX(0);
  }
  .section__question .hide_br {
    display: none;
  }
  .section__question .wrapper {
    background-size: 75%;
  }
  .section__question p {
    margin: 50px 0;
  }
  .section__parcours .titre .title__h2 {
    width: 100%;
  }
  .ambitionList__el {
    width: 50%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .ambitionList__el:nth-child(2), .ambitionList__el:nth-child(5) {
    transform: translateY(0);
  }
  .ambitionList__el:nth-child(3), .ambitionList__el:last-child {
    transform: translateY(0);
  }
  .ambitionList__el:nth-child(2), .ambitionList__el:nth-child(4), .ambitionList__el:nth-child(6) {
    transform: translateY(50px);
  }
  .ambitionList__el:nth-child(3):hover, .ambitionList__el:nth-child(3):focus, .ambitionList__el:nth-child(5):hover, .ambitionList__el:nth-child(5):focus {
    transform: translateY(0px) scale(0.9);
  }
  .ambitionList__el:nth-child(2):hover, .ambitionList__el:nth-child(2):focus, .ambitionList__el:nth-child(4):hover, .ambitionList__el:nth-child(4):focus, .ambitionList__el:nth-child(6):hover, .ambitionList__el:nth-child(6):focus {
    transform: translateY(50px) scale(0.9);
  }
  .title__h2--ambition {
    font-size: 26px;
  }
  .col2 {
    max-width: 704px;
    width: 100%;
  }
  .section__story .deco__wrapper {
    display: none;
  }
  .PgAmbitions .title__h1--med {
    font-size: 52px;
  }
  .PgAmbitions .circle--big {
    display: none;
  }
  .PgContact__content {
    flex-direction: column-reverse;
  }
  .PgContact__decouverte .PgContact__content {
    flex-direction: row;
  }
  .left-text-section p.bold {
    font-size: 20px;
  }
  .left-text-section p {
    font-size: 16px;
  }
  .PgContact.PgContact__decouverte .PgContact__content {
    margin-top: 8.25em;
  }
  .contactInfo {
    width: 100%;
  }
  .contactInfo__el {
    width: 33%;
    margin-top: 50px;
  }
  .contactInfo {
    flex-direction: row;
  }
  .magnetic__contact--info .magnetic__hover {
    font-size: 24px;
  }
  .PgContact .emoji--beer {
    width: 150px;
    height: 150px;
    top: -3%;
    left: 7%;
  }
  .PgContact .titre .circle--small {
    width: 75px;
    height: 75px;
    top: 10%;
    left: 16%;
  }
  .PgContact .emoji--coffee {
    width: 125px;
    height: 125px;
    top: -3%;
    left: 82%;
  }
  .PgContact .titre .circle--big {
    width: 110px;
    height: 110px;
    top: 5%;
    right: 11%;
  }
  .col__mentions {
    width: 95%;
  }
  .PgMentions .comet__el--3 {
    top: 14%;
  }
  .title__h1--big {
    font-size: 84px;
  }
  .sidebar {
    display: none;
  }
  .PgContact__decouverte .title__h1 {
    font-size: 56px;
  }
  .title__h2--IntAmbitions {
    font-size: 28px;
  }
  .section__tools .tools {
    width: 40%;
  }
  .title__h1 {
    font-size: 45px;
  }
  .title__h1--small {
    font-size: 28px;
  }
  .approche .container {
    width: 90%;
  }
  .section__why .reason {
    margin-left: 30.428571%;
  }
  .section__why .title__h2 {
    font-size: 44px;
  }
  .section__step .title__h2--big {
    font-size: 3.875em;
  }
  .title__h2--maxwidth {
    font-size: 42px;
  }
  .approach__el .title__h2--bigger {
    padding: 0 64px;
  }
  .imageAgile {
    display: none;
  }
  .PgContact .titre .circle--small {
    top: 20%;
    left: 16%;
  }
  .PgContact .emoji--beer {
    top: 10%;
    left: 7%;
  }
  .PgContact .titre .circle--big {
    top: 20%;
    right: 11%;
  }
  .PgContact .emoji--coffee {
    top: 8%;
    left: 82%;
  }
  .PgContact .titre p {
    font-size: 20px;
  }
  .PgContact .title__h1 {
    font-size: 62px;
  }
  .PgContact__decouverte .emoji--beer {
    top: 35%;
    left: 7%;
  }
  .PgContact__decouverte .titre .circle--small {
    top: 50%;
    left: 16%;
  }
  .PgContact__decouverte .emoji--coffee {
    top: 40%;
    left: 82%;
  }
  .PgContact__decouverte .titre .circle--big {
    top: 50%;
    right: 11%;
  }
  .PgContact__decouverte-suite .emoji--beer {
    width: 100px;
    height: 100px;
    top: 30%;
    left: 4%;
  }
  .PgContact__decouverte-suite .titre .circle--small {
    width: 50px;
    height: 50px;
    top: 38%;
    left: 10%;
  }
  .PgContact__decouverte-suite .emoji--coffee {
    width: 100px;
    height: 100px;
    top: 30%;
    left: 86%;
  }
  .PgContact__decouverte-suite .titre .circle--big {
    width: 80px;
    height: 80px;
    top: 37%;
    right: 8%;
  }
  .PgContact__decouverte-suite .title__h1 {
    font-size: 50px;
  }
  .container {
    width: 90%;
  }
  .section__tools .tools__titre, .section__tools .tools .tools__el {
    font-size: 18px;
  }
  .section__tools .tools .tools__el:first-child {
    font-size: 16px;
  }
  .section__tools .magnetic__hover {
    font-size: 18px;
  }
  .section__tools .magnetic__hover:after {
    font-size: 18px;
  }
  .section__tools--revenus .magnetic__hover, .section__tools--processus .magnetic__hover, .section__tools--relation .magnetic__hover {
    padding: 20px 20px 18px 20px;
  }
  .title__h3--small {
    font-size: 26px;
  }
  .steps__content {
    width: 45%;
  }
  .title__h2--contact {
    font-size: 60px;
  }
  .title__h2--big {
    font-size: 42px;
  }
  .section__intro--pg-wordpress .titleContainer--pg-wordpress {
    padding-top: 80px;
  }
  .section__intro--pg-wordpress {
    padding-bottom: 0;
  }
  .IntAmbitionSite__description--wordpress .line {
    top: 20%;
  }
}
/*----------  Tablette  ----------*/
@media screen and (max-width: 800px) {
  .colHeader {
    max-width: 90%;
    margin: 0 auto;
  }
  .menu__footer ul {
    justify-content: center;
    align-items: center;
  }
  .menu__footer ul li {
    margin-bottom: 15px;
  }
  footer {
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
  }
  .socials {
    margin-top: 15px;
  }
  .magnetic__menufooter .magnetic__hover {
    font-size: 18px;
  }
  .magnetic__menufooter .magnetic__hover:after {
    font-size: 22px;
  }
  .menu__footer.menu__footer--mentions a span {
    font-size: 14px;
  }
  .footer__el--socials {
    width: 200px;
  }
  .nav__el--img {
    display: none;
  }
  .nav__el {
    width: 100%;
  }
  .menuHeader ul {
    margin-top: 0;
  }
  .magnetic__menu .magnetic__hover {
    font-size: 4em;
  }
  .magnetic__menu--small .magnetic__hover {
    font-size: 1em;
  }
  .menuHeader ul {
    margin-bottom: 6.25em;
  }
  .nav__el--content .decoContainer__el .circle--big {
    display: block;
  }
  .nav__el--content .decoContainer__el .circle--small {
    display: none;
  }
  .nav__el--content .decoContainer__el .comet__el--small {
    top: 2%;
    right: 29%;
  }
  .nav__el--content .decoContainer__el .comet__el--med {
    bottom: 15%;
    right: 37%;
  }
  .nav__el--content .decoContainer__el .comet__el--big {
    top: 50%;
    left: 10%;
  }
  .container {
    width: 95%;
  }
  .title__h1--home {
    font-size: 45px;
  }
  .section__intro .introImg {
    padding: 0;
  }
  .section__story .wrapper .content {
    width: 90%;
  }
  .title__h2--big {
    font-size: 50px;
    line-height: 1.2;
  }
  .section__question .deco__wrapper .comet {
    display: none;
  }
  .section__question .wrapper {
    width: 90%;
  }
  .section__parcours .hide_br {
    display: none;
  }
  .section__parcours {
    padding: 100px 0;
  }
  .IntAmbitions__illu .illustration {
    align-items: center;
    flex-direction: column;
  }
  .illustration__el {
    width: 43%;
    margin-bottom: 40px;
  }
  .IntAmbitions__illuHome .illustration__el--last {
    width: 75%;
  }
  .IntAmbitions__illuHome .circle {
    display: none;
  }
  .ambitionList__el {
    width: 95%;
    margin-right: 0;
    height: 300px;
    margin-bottom: 25px;
    border: none;
  }
  .ambitionList__el:nth-child(4), .ambitionList__el:nth-child(5), .ambitionList__el:last-child {
    margin-bottom: 25px;
  }
  .ambitionList__el:nth-child(2), .ambitionList__el:nth-child(4), .ambitionList__el:nth-child(6) {
    transform: translateY(0);
  }
  .title__h2--ambition {
    font-size: 32px;
  }
  .ambitionList__el:hover {
    transform: scale(1);
  }
  .ambitionList__el:nth-child(3):hover, .ambitionList__el:nth-child(3):focus, .ambitionList__el:nth-child(6):hover, .ambitionList__el:nth-child(6):focus {
    transform: translateY(0) scale(1);
  }
  .ambitionList__el:nth-child(2):hover, .ambitionList__el:nth-child(2):focus, .ambitionList__el:nth-child(5):hover, .ambitionList__el:nth-child(5):focus, .ambitionList__el:nth-child(4):hover, .ambitionList__el:nth-child(4):focus {
    transform: translateY(0) scale(1);
  }
  .ambitionList__el--4 {
    background-position: center 15%;
  }
  .ambitionList__el--3 {
    background-position: center top;
  }
  .ambitionList__el:after {
    width: 33%;
    height: auto;
    background-size: 100%;
    right: 10%;
    left: auto;
    top: 25%;
  }
  .section__approcheHome .image, .section__approcheHome .deco {
    display: none;
  }
  .section__approcheHome .content__wrapper a {
    transform: translateX(0);
  }
  .section__clients ul li {
    width: 33%;
    margin: 4.5em 0 !important;
  }
  .title__h2--contact {
    font-size: 60px;
    margin-bottom: 50px;
  }
  .section__contact .comet__el--1 {
    top: 70%;
  }
  .section__IntContact .comet__el--2 {
    top: -1%;
    left: 26%;
  }
  .section__IntContact .comet__el--3 {
    top: 12%;
  }
  .section__IntContact .circle__blur {
    right: 7%;
    bottom: 14%;
  }
  .cursor {
    display: none;
  }
  .mobile_display {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .section__IntContact:hover .content {
    transform: scale(1);
  }
  .section__approcheHome .wrapper {
    padding: 6.5em 0;
  }
  .section__clients {
    padding: 6.5em 0 7.9375em 0;
  }
  .section__parcours .titre .circle__white {
    transform: rotate(0deg) translateX(50%);
    top: 0;
    right: 50%;
  }
  .section__parcours .titre .emoji {
    right: 53%;
    top: 14%;
  }
  .section__parcours .titre {
    padding-top: 290px;
  }
  .ambitionList {
    justify-content: center;
  }
  .PgAmbitions .title__h1--med {
    font-size: 58px;
  }
  .ambitions .circle--big {
    display: none;
  }
  .PgAmbitions .deco__wrapper .emoji {
    top: 8%;
    left: 70%;
  }
  .PgAmbitions .deco__wrapper .circle--small {
    top: 11%;
    left: 69%;
  }
  .ambitions__titre {
    padding-top: 24.75em;
  }
  .contactInfo__el {
    width: 75%;
    margin-top: 50px;
  }
  .PgContact .titre .circle--small {
    top: 4%;
    left: 19%;
  }
  .PgContact {
    padding-top: 19.625em;
  }
  .PgContact .titre .circle--big {
    top: 0%;
    right: 11%;
  }
  .PgMentions .content {
    width: 90%;
  }
  .PgMentions .titre p {
    width: 90%;
  }
  .title__h1--big {
    font-size: 71px;
  }
  .PgMentions .circle--1 {
    top: 11%;
  }
  .PgContact__decouverte .title__h1 {
    font-size: 50px;
  }
  .PgContact__decouverte .container {
    width: 90%;
  }
  .PgContact__decouverte .deco__wrapper {
    display: none;
  }
  .PgContact.PgContact__decouverte {
    padding-top: 13.625em;
  }
  .section__ambitions {
    padding: 9.375em 0;
  }
  .section__ambitions .comet__el--1 {
    top: 0;
  }
  .section__ambitions .comet__el--4 {
    bottom: 56%;
    left: 87%;
  }
  .section__ambitions .comet__el--2, .section__ambitions .comet__el--5 {
    display: none;
  }
  .section__tools .wrapper {
    flex-direction: column;
  }
  .section__tools .tools {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .section__tools .tools__titre {
    width: 90%;
    margin: 0 auto;
  }
  .steps__content {
    width: 100%;
  }
  .steps__el .wrapper {
    flex-direction: column;
  }
  .title__h3--small:after {
    top: 0;
    left: 50%;
    transform: translate(-50%, -83%);
  }
  .title__h3--small {
    text-align: center;
  }
  .IntAmbition__description .steps__el br {
    display: none;
  }
  .IntAmbition__description .content {
    align-items: center;
  }
  .IntAmbition__description--sec h2 {
    text-align: center;
  }
  .IntAmbitionSite__description .resume .content {
    align-items: center;
  }
  .SiteService .wrapper {
    align-items: center;
  }
  .SiteService p, .SiteService .services {
    width: 90%;
  }
  .title__h1 {
    font-size: 38px;
  }
  .title__h1--small {
    font-size: 24px;
  }
  .section__why .title__h2 {
    font-size: 35px;
  }
  .section__why {
    padding: 100px 0;
  }
  .section__why .reason {
    margin-left: 7%;
  }
  .section__step .col-schema {
    display: none;
  }
  .box {
    margin: 200px 0;
  }
  .section__step {
    padding: 7em 0;
  }
  .section__step .text {
    margin-bottom: 0;
  }
  .section__agile .content__el {
    margin: 200px 0;
  }
  .section__agile {
    padding: 100px 0 0 0;
  }
  .section__approach {
    height: auto !important;
  }
  .section__approach .wrapper {
    flex-direction: column;
    position: relative;
  }
  .approach__el {
    flex-direction: column;
    padding: 150px 0;
  }
  .approach__el .big-paragraphe p {
    width: 90%;
    font-size: 20px;
    margin: 50px auto 0 auto;
  }
  .approach__el .img-approach {
    height: 55vh;
  }
  .approach__el--2 .img-approach, .approach__el--3 .img-approach {
    width: 70%;
  }
  .style__liste--space {
    margin-left: 0;
  }
  .title__h2--maxwidth {
    font-size: 32px;
    margin-bottom: 80px;
  }
  .approach__el--2 .title__h2--content p {
    font-size: 25px;
  }
  .title__h2--bigger {
    font-size: 80px;
  }
  .small-text {
    margin-left: 15%;
    margin-top: 50px;
    margin-bottom: 60px;
    font-size: 22px;
  }
  .bg-test {
    height: 50vh;
    width: 100vh;
    margin-top: 70px;
  }
  .IntAmbitions__illu .illustration__el--last {
    display: none;
  }
  .IntAmbitions__illu .illustration__el--first {
    width: 60%;
  }
  .ambitionList__el .overlay-ambition {
    display: none;
  }
  .ambitionList__el:hover::after {
    display: none;
  }
  .ambitionList__el a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .section__approcheHome .content__wrapper p {
    font-size: 20px;
  }
  .section__story .wrapper .content p {
    font-size: 20px;
  }
  .section__clients .title__h2 {
    font-size: 32px;
  }
  .hand {
    display: none;
  }
  .title__h2--IntAmbitions {
    margin: 0 auto;
  }
  .left-text-section {
    width: 100%;
  }
  .right-form-section {
    width: 100%;
  }
  .PgContact__decouverte .PgContact__content {
    flex-direction: column;
  }
  .PgContact--ty-contact {
    padding-top: 0;
  }
  .PgCGV .content__el p {
    font-size: 16px;
  }
  .CGV_secondarylist__el {
    font-size: 16px;
  }
  .PgCGV .comet, .PgCGV .circle {
    display: none;
  }
  .CGV_primerylist__el {
    font-size: 20px;
  }
  .PgCGV {
    padding-top: 11.25em;
  }
  .IntAmbitions__illuHome .title__h2 br {
    display: none;
  }
  .IntAmbitions__illuHome .title__h2 {
    font-size: 26px;
    width: 75%;
    margin: 0 auto 75px auto;
  }
  .IntAmbition__description--wordpress .steps__el .wrapper {
    align-items: center;
  }
  .IntAmbition__description--wordpress .steps__content {
    width: 95%;
  }
  .IntAmbitionSite__description--wordpress .resume .content {
    transform: translateX(0);
  }
  .IntAmbitionSite__description--wordpress .content p {
    width: 95%;
    font-size: 1.25em;
  }
  .section__intro--pg-wordpress .title__h1--home {
    font-size: 50px;
  }
  .IntAmbitionSite__description--wordpress .pgwordpress-row-3 a {
    transform: translate(0);
  }
  .IntAmbitions__illuHome--wordpress .illustration__el {
    width: 60%;
    margin-bottom: 40px;
  }
  .IntAmbitions__illuHome--wordpress {
    padding: 100px 0;
  }
  .section__IntContact--wordpress .title__h2--contact {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .IntAmbitionSite__description--wordpress .wordpress-logo {
    position: relative;
    top: 0;
    width: 275px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .IntAmbitionSite__description--wordpress .SiteService:after {
    top: 91%;
    left: 45%;
  }
}
@media screen and (max-width: 768px) {
  .nav__el--content .decoContainer__el .comet__el--med {
    bottom: 8%;
    right: 37%;
  }
  .title__h2--big {
    font-size: 45px;
  }
  .contactInfo {
    flex-direction: column;
    align-items: center;
  }
  .magnetic__contact--info .magnetic__hover {
    font-size: 36px;
  }
  .PgContact .title__h1--big {
    font-size: 68px;
  }
  .PgContact .titre p {
    font-size: 21px;
  }
  .PgContact .titre p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .magnetic__header .magnetic__hover {
    display: none;
  }
  header.header {
    margin-top: 25px;
  }
  .magnetic__menu .magnetic__hover {
    font-size: 52px;
  }
  .magnetic__menu--small .magnetic__hover {
    font-size: 20px;
  }
  .title__h1--home {
    font-size: 35px;
  }
  .section__intro .titleContainer {
    padding-top: 8.75em;
  }
  .section__intro .introImg {
    margin: 50px auto 0 auto;
  }
  .title__h2--big {
    font-size: 35px;
    line-height: 1.2;
  }
  .section__question .wrapper p {
    font-size: 24px;
  }
  .section__parcours .title__h2 {
    font-size: 31px;
  }
  .section__ambitionsHome .title__h2--big {
    font-size: 44px;
  }
  .section__IntContact .circle__blur {
    right: 7%;
    bottom: 16%;
  }
  .title__h2--contact {
    margin-bottom: 75px;
  }
  .home .ambitionsContent {
    margin-bottom: 0;
  }
  .section__ambitionsHome .titre {
    margin-bottom: 5.375em;
  }
  .IntAmbitions__illuHome {
    padding: 100px 0;
  }
  .PgAmbitions .title__h1--med {
    font-size: 44px;
  }
  .PgContact .emoji--coffee {
    top: -3%;
    left: 76%;
  }
  .PgContact__decouverte .title__h1 {
    font-size: 39px;
  }
  .PgContact.PgContact__decouverte .titre p.small {
    font-size: 18px;
  }
  .form-decouverte-suite .gform_body .gfield label, .form-decouverte-suite .gform_body .gfield legend {
    font-size: 20px;
  }
  .title__h1--big {
    font-size: 61px;
  }
  .IntAmbition__description .content p {
    width: 90%;
    font-size: 1.25em;
  }
  .feedback__text {
    font-size: 24px;
  }
  .section__feeling {
    padding: 7em 0;
  }
  .title__h1 {
    font-size: 34px;
  }
  .title__h1--small {
    font-size: 22px;
  }
  .section__why .title__h2 {
    font-size: 32px;
  }
  .style__liste li {
    width: auto;
  }
  .section__why .reason {
    margin-left: 10%;
  }
  .approach__el .title__h2--bigger {
    padding: 0;
  }
  .approach__el .img-approach {
    width: 350px;
  }
  .title__h2--maxwidth {
    font-size: 24px;
  }
  .title__h2--bigger {
    font-size: 62px;
  }
  .small-text {
    margin-left: 0;
  }
  .section__step .text br, .section__why .text br {
    display: none;
  }
  .section__why .reason {
    margin-left: 14%;
  }
  .ambitions__internal .title__h1 {
    font-size: 65px;
  }
  .PgCGV .title__h1 {
    font-size: 30px;
  }
  .PgCGV .title__h2--small {
    font-size: 24px;
  }
  .section__intro--pg-wordpress .title__h1--home {
    font-size: 38px;
  }
  .section__intro--pg-wordpress .titleContainer--pg-wordpress h1 {
    background: url(/wp-content/uploads/Ellipse.png);
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .section__IntContact--wordpress .title__h2--contact br, .section__IntContact--wordpress .title__h2--IntAmbitions--site br {
    display: none;
  }
  .title__h2--IntAmbitions {
    font-size: 26px;
    text-align: center;
  }
  .IntAmbitionSite__description--wordpress .titre__site {
    width: 100%;
  }
  .IntAmbition__description--sec h2 {
    text-align: center;
  }
}
/*----------  Mobile  ----------*/
@media screen and (max-width: 480px) {
  .magnetic .magnetic__hover {
    font-size: 14px;
  }
  .magnetic .magnetic__hover:after {
    font-size: 14px;
  }
  .magnetic__menu .magnetic__hover {
    font-size: 36px;
  }
  .magnetic__menu--small .magnetic__hover {
    font-size: 16px;
  }
  .socialsNav {
    margin-top: 17px;
  }
  .menuHeader ul {
    margin-bottom: 25px;
    margin-top: 0;
  }
  .nav__el--content .decoContainer__el .circle--big {
    width: 70px;
    height: 70px;
    top: 46%;
  }
  .nav__el--content .decoContainer__el .circle--big {
    width: 70px;
    height: 70px;
    top: 50%;
    right: 15%;
  }
  .magnetic__hamburger .magnetic__hover {
    width: 50px;
    height: 50px;
  }
  .nav__el--content .decoContainer__el .comet__el--small {
    top: 2%;
    right: 45%;
  }
  .title__h1--home {
    font-size: 29px;
  }
  .title__h2--small {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 50px;
    font-weight: bold;
  }
  .section__story .wrapper .content p, .section__question .wrapper p {
    font-size: 18px;
  }
  .title__h2--big {
    font-size: 26px;
  }
  .section__question .magnetic .magnetic__hover {
    padding: 20px 35px 18px 35px;
  }
  .section__parcours .title__h2 {
    font-size: 30px;
  }
  .illustration__el {
    width: 60%;
  }
  .IntAmbitions__illuHome .illustration__el--last {
    width: 95%;
  }
  .title__h2--ambition {
    font-size: 26px;
  }
  .section__clients ul li {
    width: 40%;
  }
  .title__h2--contact {
    font-size: 42px;
  }
  .section__IntContact .circle__blur {
    right: 7%;
    bottom: 2%;
  }
  .section__IntContact .comet__el--3 {
    top: 8%;
  }
  .section__approcheHome .wrapper {
    padding: 4.5em 0;
  }
  .PgAmbitions .title__h1--med {
    font-size: 30px;
  }
  .menu__footer ul {
    flex-direction: column;
  }
  .PgContact .gform_body .gform_fields {
    flex-direction: column;
  }
  .PgContact .gform_body .gfield {
    width: 100%;
  }
  .contactInfo__el {
    width: 100%;
  }
  .magnetic__contact--info .magnetic__hover {
    font-size: 28px;
    padding: 0;
    border-radius: 0;
    padding-left: 17px;
  }
  .PgContact .title__h1--big {
    font-size: 50px;
  }
  .PgContact .titre p {
    font-size: 16px;
  }
  .PgContact .container {
    width: 85%;
  }
  .emoji--beer, .emoji--coffee, .PgContact .circle--small, .PgContact .circle--big {
    display: none;
  }
  .PgContact {
    padding-top: 7.625em;
  }
  .contactInfo__el {
    margin-bottom: 0.6875em;
  }
  .PgContact .gform_body .gform_fields .PgContact__textArea textarea:focus {
    height: 60vh;
  }
  .magnetic__menufooter .magnetic__hover {
    font-size: 22px;
  }
  .PgMentions .comet__el, .PgMentions .circle {
    display: none;
  }
  .PgMentions .titre p {
    margin: 0 auto 4.727273em auto;
  }
  .PgMentions {
    padding-top: 12.25em;
  }
  .form-decouverte-suite .gform_body .gfield .gchoice {
    margin-right: 10px;
  }
  .form-decouverte-suite .gfield_radio {
    text-align: center;
  }
  .title__h1--big {
    font-size: 43px;
  }
  .section__ambitions .circle--2 {
    display: none;
  }
  .section__ambitions .comet__el--4 {
    display: none;
  }
  .section__ambitions .circle--1 {
    top: 15%;
    right: 15%;
  }
  .section__ambitions .comet__el--1 {
    top: 0;
    left: 17%;
  }
  .section__ambitions .comet__el--3 {
    bottom: 5%;
    left: 38%;
  }
  .IntAmbition__description {
    padding: 7.5em 0 9.375em 0;
  }
  .feedback__text {
    font-size: 16px;
  }
  .section__why .reason {
    margin-left: 14%;
  }
  .title__h2--bigger {
    font-size: 32px;
  }
  .section__approach .title__h2 svg {
    width: 35px;
  }
  .section__approach .title__h2--content svg {
    height: 35px;
    width: 75px;
  }
  .approach__el .img-approach img:last-child {
    right: 60px;
  }
  .approach__el .img-approach img:first-child {
    left: 60px;
  }
  .approach__el--2 .title__h2--content p {
    font-size: 18px;
  }
  .title__h2--maxwidth {
    width: auto;
  }
  .title__h2--maxwidth br {
    display: none;
  }
  .approach__el--2 .title__h2--content {
    width: 75%;
  }
  .approach__el--3 .title__h2--maxwidth {
    text-align: center;
  }
  .approach__el--3 .small-text br {
    display: none;
  }
  .section__step .title__h2--big {
    font-size: 28px;
    text-align: left;
  }
  .section__step .text {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
  }
  .wipe-transition {
    right: -70%;
    bottom: -127%;
  }
  .section__agile .section__wrapper {
    padding-bottom: 100px;
  }
  .ambitions__internal .title__h1 {
    font-size: 48px;
  }
  .IntAmbition__description .titre__site {
    width: 100%;
  }
  .site__illustration .simpleParallax {
    overflow: visible !important;
  }
  .IntAmbitions__illu .illustration__el--first {
    width: 75%;
  }
  .menu__footer--mentions {
    margin-top: 0;
  }
  .PgContact__content {
    margin-top: 25px;
  }
  .PgAmbitions .deco__wrapper .emoji {
    top: 5%;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .PgAmbitions .deco__wrapper .circle--small {
    top: 7%;
    left: 49%;
  }
  .ambitions__titre {
    padding-top: 16.75em;
  }
  .titleContainer__center {
    text-align: left;
  }
  .titleContainer .title__h1 br {
    display: none;
  }
  .titleContainer .title__h1 {
    font-size: 24px;
  }
  .titleContainer .title__h1--small {
    font-size: 18px;
  }
  .section__why .title__h2, .section__agile .title__h2--big {
    font-size: 22px;
    text-align: left;
  }
  .section__why .content__el {
    font-size: 1em;
  }
  .style__liste.style__liste--small li {
    font-size: 16px;
  }
  .section__why {
    padding: 50px 0;
  }
  .section__agile {
    padding: 50px 0 0 0;
  }
  .title__h4 {
    font-size: 20px;
  }
  .section__agile .content__el {
    padding: 25px;
  }
  .section__agile .container .col2, .section__stepContent .col2 {
    width: 100%;
  }
  .section__agile .content__el {
    margin: 150px 0;
  }
  .section__agile .content__el--1 {
    margin: 50px 0 150px 0;
  }
  .approach__el .big-paragraphe p {
    font-size: 16px;
    margin: 50px auto 0 auto;
  }
  .approach__el .content {
    width: 90%;
    margin: 0 auto;
  }
  .approach__el--1 .img-approach {
    width: 250px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .approach__el--2 .img-approach, .approach__el--3 .img-approach {
    height: 50vh;
  }
  .approach__el--2 .title__h2--center, .approach__el--3 .title__h2--maxwidth {
    text-align: left;
    font-size: 20px;
  }
  .approach__el--3 .small-text {
    font-size: 16px;
  }
  .approach__el--3 .style__liste li {
    font-size: 16px;
  }
  .approach__el--3 .style__liste {
    margin: 0;
  }
  .style__liste li {
    font-size: 16px;
  }
  .bg-test {
    height: 50vh;
    width: 100%;
    background-position-x: right;
  }
  .section__step {
    padding: 0;
  }
  .box {
    font-size: 16px;
    padding: 30px;
  }
  .section__stepContent .content__el--1 {
    margin: 50px 0 200px 0;
  }
  .PgContact.PgContact__decouverte .PgContact__content {
    margin-top: 3.25em;
  }
  .magnetic__menufooter .magnetic__hover {
    padding: 0 40px;
  }
  .ambitionsContent {
    margin-bottom: 2.5em;
  }
  .approach__el .title__h2--bigger {
    font-size: 40px;
  }
  .approach__el .title__h2--maxwidth {
    font-size: 20px;
  }
  .style__liste--space {
    margin-top: 20px;
  }
  .title__h2--maxwidth {
    margin-bottom: 40px;
  }
  .PgContact__decouverte .titre__decouverte-suite {
    font-size: 32px;
  }
  .PgContact.PgContact__decouverte .titre p.small {
    font-size: 16px;
  }
  .section__ambitionsHome .title__h2--big {
    font-size: 38px;
  }
  .section__tools .tools__titre, .section__tools .tools .tools__el {
    font-size: 16px;
  }
  .title__h2--IntAmbitions {
    font-size: 22px;
    width: 100%;
  }
  .IntAmbition__description .content p {
    font-size: 16px;
  }
  .IntAmbitionSite__description .resume .content {
    margin-top: 50px;
  }
  .site__illustration {
    margin: 100px auto 100px auto;
  }
  .IntAmbition__description--sec .titre h2 br {
    display: none;
  }
  .PgMentions .titre p {
    font-size: 17px;
  }
  .PgMentions .content__el p {
    font-size: 16px;
  }
  .title__h3--small:after {
    transform: translate(-25%, -83%);
  }
  .steps__el .wrapper {
    margin: 9.5em auto 5.5em auto;
  }
  .PgContact .gform_footer .gform_button {
    font-size: 18px;
  }
  header.header {
    margin-top: 25px;
  }
  header.header_black {
    background: transparent;
    transition: 0.8s ease;
  }
  .PgContact--ty-contact .container .content p {
    font-size: 16px;
  }
  .PgContact--ty-contact .title__h1 {
    font-size: 48px;
  }
  .PgContact--ty-contact .container .emoji {
    width: 70px;
    margin-bottom: 50px;
  }
  .PgContact--ty-contact .container .content p br {
    display: none;
  }
  .PgContact--ty-contact {
    padding-top: 0;
  }
  .section__intro--pg-wordpress .titleContainer--pg-wordpress h1 {
    padding: 90px 0;
  }
  .section__story--wordpress .title__h2 br {
    display: none;
  }
  .IntAmbitions__illuHome--wordpress {
    padding: 50px 0;
  }
  .IntAmbitions__illuHome--wordpress .illustration__el {
    width: 90%;
    margin-bottom: 0;
  }
  .IntAmbition__description--wordpress {
    padding: 1em 0 9.375em 0;
  }
  .section__intro--pg-wordpress .overflow-anim span:nth-child(1) {
    padding-top: 0;
  }
  .title__h3--small:after {
    height: 75px;
    background: url(/wp-content/uploads/1-1.svg);
    background-repeat: no-repeat;
    background-size: 30%;
  }
  .steps__el--2 .title__h3--small:after {
    background: url(/wp-content/uploads/2-1.svg);
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .steps__el--3 .title__h3--small:after {
    background: url(/wp-content/uploads/3-1.svg);
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .steps__el--4 .title__h3--small:after {
    background: url(/wp-content/uploads/4-1.svg);
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .steps__el--5 .title__h3--small:after {
    background: url(/wp-content/uploads/5.svg);
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .PgAmbitions .deco__wrapper .emoji {
    display: none;
  }
  .PgAmbitions .deco__wrapper .circle--small {
    display: none;
  }
  .ambitions__titre {
    padding-top: 8.75em;
    margin-bottom: 0;
  }
  .PgContact--ty-decouverte {
    padding-top: 11.625em;
  }
}
@media screen and (max-width: 384px) {
  .magnetic .magnetic__hover {
    padding: 20px 40px 18px 40px;
  }
  .magnetic__menufooter .magnetic__hover {
    padding: 0 40px;
  }
  .magnetic__hamburger .magnetic__hover {
    padding: 0;
  }
  .container {
    width: 85%;
  }
  .scaled-in .header__logo svg {
    transform: scale(1.75);
  }
  .title__h1--home {
    font-size: 20px;
  }
  .section__intro .titleContainer {
    padding-top: 6.75em;
  }
  .title__h2--small {
    font-size: 22px;
  }
  .section__story .wrapper .content p {
    font-size: 16px;
  }
  .header__logo {
    width: 140px;
    mix-blend-mode: difference;
  }
  .section__question .wrapper {
    padding: 50px 0;
  }
  .title__h2--ambition {
    font-size: 22px;
  }
  .title__h2--IntAmbitions {
    font-size: 22px;
  }
  .magnetic__menu .magnetic__hover {
    padding: 0px 0px 0px 20px;
    font-size: 30px;
  }
  .magnetic__menu--small .magnetic__hover {
    font-size: 16px;
  }
  .wipe-transition {
    right: -70%;
    bottom: -127%;
  }
  .section__IntContact .title__h2 br {
    display: none;
  }
  .section__ambitionsHome .title__h2--big {
    font-size: 38px;
  }
  .PgContact .title__h1--big {
    font-size: 42px;
  }
  .left-text-section p.bold {
    font-size: 22px;
    line-height: 1.6;
  }
  .section__story .magnetic {
    padding: 30px 0;
  }
  .section__tools .magnetic {
    padding: 30px 0;
  }
  .section__tools--revenus .magnetic .magnetic__hover, .section__tools--notoriete .magnetic .magnetic__hover, .section__tools--processus .magnetic .magnetic__hover, .section__tools--relation .magnetic .magnetic__hover {
    padding: 20px 10px 18px 10px;
    font-size: 16px;
  }
  .section__tools--relation .magnetic .magnetic__hover {
    font-size: 14px;
  }
  .title__h1--relation {
    font-size: 34px;
  }
  .section__parcours .title__h2 {
    font-size: 20px;
  }
  .section__story .title__h2 br {
    display: none;
  }
  .PgAmbitions .title__h1--med {
    font-size: 28px;
  }
  .PgContact .title__h1--big {
    font-size: 38px;
  }
  .PgContact .gform_body .gform_fields .PgContact__textArea textarea {
    height: 15vh;
  }
  .magnetic__contact--info {
    padding: 0;
    transform: translateX(-15%);
  }
  .contactInfo__el--email .magnetic {
    transform: translateX(-12%);
  }
  .titleContainer .title__h1 {
    font-size: 22px;
  }
  .ambitionList__el .content {
    padding: 0 20px 20px 20px;
  }
  .titleContainer .title__h1--small {
    font-size: 18px;
  }
  .section__why .title__h2 br {
    display: none;
  }
  .approach__el .title__h2--bigger {
    font-size: 38px;
  }
  .approach__el--2 .title__h2--content svg {
    margin-right: 25px;
  }
  .feedback__text {
    font-size: 15px;
  }
  .PgContact__decouverte .titre__decouverte-suite {
    font-size: 28px;
  }
  .section__ambitionsHome .title__h2--big {
    font-size: 36px;
  }
  .title__h2--contact {
    font-size: 38px;
  }
  .ambitions__internal .title__h1 {
    font-size: 42px;
  }
  .section__tools {
    padding-bottom: 0;
  }
  .IntAmbition__description {
    padding: 7.5em 0 4.375em 0;
  }
  .IntAmbition__description .content {
    margin-top: 2.25em;
  }
  .titleContainer .title__h1 {
    font-size: 24px;
  }
  .titleContainer .title__h1--small {
    font-size: 16px;
  }
  .col__mentions {
    width: 95%;
  }
  .PgCGV {
    padding-top: 5.25em;
  }
  .IntAmbitionSite__description--wordpress .SiteService:after {
    top: 94%;
    left: 14%;
  }
  .IntAmbitionSite__description--wordpress .magnetic .magnetic__hover {
    font-size: 12px;
  }
  .IntAmbition__description--wordpress .steps__el .wrapper {
    margin: 8.5em auto 3.5em auto;
  }
  .title__h3--small {
    text-align: left;
    font-size: 22px;
  }
  .IntAmbitionSite__description--wordpress .container {
    width: 95%;
  }
}
@media screen and (max-width: 360px) {
  .approach__el .title__h2--bigger {
    font-size: 36px;
  }
  .approach__el .title__h2--maxwidth {
    font-size: 18px;
  }
  .section__ambitionsHome .title__h2--big {
    font-size: 32px;
  }
  .title__h2--IntAmbitions {
    font-size: 20px;
  }
  .title__h3--small {
    font-size: 22px;
  }
  .titleContainer .title__h1 {
    font-size: 23px;
  }
  .titleContainer .title__h1--small {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 320px) {
  .nav__el .comet {
    opacity: 0.2 !important;
  }
  .menuHeader {
    margin: 40px 0;
  }
  .approach__el .title__h2--bigger {
    font-size: 36px;
  }
  .approach__el .title__h2 {
    font-size: 26px;
  }
  .magnetic__contact--info .magnetic__hover {
    font-size: 24px;
  }
  .PgContact .gform_body .gfield {
    width: 100% !important;
    margin: 0 auto;
  }
  .titleContainer .title__h1 {
    font-size: 20px;
  }
  .title__h2--contact {
    font-size: 38px;
  }
  .titleContainer .title__h1--small {
    font-size: 16px;
  }
  .approach__el .title__h2--maxwidth {
    font-size: 16px;
  }
  .approach__el--2 .title__h2--content p {
    font-size: 16px;
  }
  .approach__el--3 .style__liste li {
    font-size: 14px;
  }
  .PgContact .container {
    width: 90%;
  }
  .form-decouverte-suite .gform_body .gfield label, .form-decouverte-suite .gform_body .gfield legend {
    font-size: 17px;
  }
  .form-decouverte-suite .gform_body .gfield .gchoice label {
    font-size: 16px;
    padding: 0 30px;
  }
  .form-decouverte-suite .gform_body .gfield .gchoice {
    margin-right: 0;
  }
  .form-decouverte-suite .gfield_radio {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title__h2--ambition {
    font-size: 20px;
  }
  .section__ambitionsHome .title__h2--big {
    font-size: 30px;
  }
  .title__h2--IntAmbitions {
    font-size: 18px;
  }
  .title__h2--contact {
    font-size: 32px;
  }
  .ambitions__internal .title__h1 {
    font-size: 38px;
  }
  .titleContainer .title__h1--small {
    font-size: 14px;
  }
  .ambitionList__el {
    min-height: 231px;
  }
  .IntAmbitionSite__description--wordpress .magnetic .magnetic__hover {
    padding: 20px 20px 18px 20px;
    font-size: 13px;
  }
}
/*=====  End of Responsive  ======*/
/****************************
 *                          *
 *   ADORAWEB STYLE V02     *
 *                          *
 ****************************/
/*
This file is used to contain all vendor imports.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * 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;
}
/* Grouping content
     ========================================================================== */
/**
   * 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 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * 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;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * 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;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
   * 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;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 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 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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 in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 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 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* Additonal Vendor Tools */
/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings, helpers or functions. They have no direct output.
*/
@font-face {
  font-family: "Mont-light";
  src: url(/wp-content/themes/adoraweb-child/assets/fonts/Mont-Light.otf);
}
@font-face {
  font-family: "Mont-book";
  src: url(/wp-content/themes/adoraweb-child/assets/fonts/Mont-Book.otf);
}
@font-face {
  font-family: "Mont-regular";
  src: url(/wp-content/themes/adoraweb-child/assets/fonts/Mont-Regular.otf);
}
@font-face {
  font-family: "Mont-semibold";
  src: url(/wp-content/themes/adoraweb-child/assets/fonts/Mont-SemiBold.otf);
}
@font-face {
  font-family: "Mont-bold";
  src: url(/wp-content/themes/adoraweb-child/assets/fonts/Mont-Bold.otf);
}
@font-face {
  font-family: "Mont-heavy";
  src: url(/wp-content/themes/adoraweb-child/assets/fonts/Mont-Heavy.otf);
}
/*=============================================
=            Mixin Elements            =
=============================================*/
/*----------  Fonts  ----------*/
/*----------  Line Height  ----------*/
/*----------  Additionals Mixin  ----------*/
/*----------  Transition  ----------*/
/*=====  End of Mixin Elements  ======*/
/*=============================================
=            Variables            =
=============================================*/
/*=====  End of Variables  ======*/
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in the project.
*/
/*=============================================
=            Global Elements           =
=============================================*/
html {
  scroll-behavior: smooth;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
/*----------  Reset  ----------*/
.reset__link {
  text-decoration: none;
  color: #000;
}
.reset__link:hover {
  color: #000;
}
.reset__link--vcard:hover {
  color: #fff;
}
.reset__marginTop {
  margin-top: 0 !important;
}
.reset__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*----------  ToolBox  ----------*/
.visibility__hidden {
  visibility: hidden;
}
.border__radius--5 {
  border-radius: 5px;
}
.border__radius--10 img {
  border-radius: 10px;
}
.margin__right--20 {
  margin-right: 20px;
}
.margin__Hauto {
  margin: 0 auto;
}
.margin__auto {
  margin: auto;
}
.margin__bottom {
  margin-bottom: 30px !important;
}
.width {
  display: block;
}
.width--100 {
  width: 100%;
}
.height--100 {
  height: 100vh;
}
.height--project {
  min-height: 90vh;
}
.maxwidth__10 {
  max-width: 10%;
}
.maxwidth__20 {
  max-width: 20%;
}
.maxwidth__30 {
  max-width: 30%;
}
.maxwidth__40 {
  max-width: 40%;
}
.maxwidth__50 {
  max-width: 50%;
}
.maxwidth__60 {
  max-width: 60%;
}
.maxwidth__70 {
  max-width: 70%;
}
.maxwidth__80 {
  max-width: 80%;
}
.maxwidth__90 {
  max-width: 90%;
}
.maxwidth__100 {
  max-width: 100% !important;
}
.color__white {
  color: #fff;
}
.color__primary {
  color: #FF4308;
}
.color__black {
  color: #000 !important;
}
.minheight__100 {
  min-height: 100vh;
}
.nomargin {
  margin: 0 !important;
}
.hide {
  display: none;
}
.show {
  display: none;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
body {
  font-family: "Mont-book", sans-serif;
}
.flex {
  display: flex;
}
.flex--right {
  justify-content: flex-end;
}
.flex--center {
  justify-content: center;
}
.selection-ambition .remove-title {
  display: none;
}
.zindex--2 {
  z-index: 2;
}
.overflow__hidden {
  overflow: hidden;
}
.no__header header {
  display: none;
}
.no__footer footer {
  display: none;
}
.no__footer .v2-footer {
  display: none;
}
.no__header--btn .btn__primary--header {
  display: none;
}
.video {
  position: relative;
}
.video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
}
.video__button--el {
  display: block;
  margin: auto;
  width: 18px;
  height: 24px;
  transition: 0.3s ease;
}
.video__button:hover {
  cursor: pointer;
}
.video__button:hover .video__play--el {
  transform: scale(1.4);
}
.video__button--hide {
  display: none;
}
.video__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 20px;
  text-align: center;
  display: none;
  pointer-events: all;
}
.video__cta .btn:hover {
  background: #000;
}
.video__cta--show {
  display: block;
}
.position__relative {
  position: relative;
}
.show__800 {
  display: none !important;
}
/*=============================================
    =            Responsive            =
    =============================================*/
/*----------  Large desktop  ----------*/
@media screen and (max-width: 1920px) {
  .hide__1920 {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  .hide__1680 {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .hide__1600 {
    display: none;
  }
}
/*----------  Medium desktop  ----------*/
@media screen and (max-width: 1440px) {
  .hide__1440 {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .hide__1366 {
    display: none;
  }
}
/*----------  Small desktop  ----------*/
@media screen and (max-width: 1280px) {
  .hide__1280 {
    display: none;
  }
}
/*----------  Small desktop  ----------*/
@media screen and (max-width: 1124px) {
  .hide__1124 {
    display: none;
  }
}
/*----------  Tablette ----------*/
@media screen and (max-width: 1024px) {
  .hide__1024 {
    display: none;
  }
}
/*----------  Mobile ----------*/
@media screen and (max-width: 800px) {
  .hide__800 {
    display: none !important;
  }
  .show__800 {
    display: inline-block !important;
  }
  .height--project {
    min-height: 50vh;
  }
  .video {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .hide__600 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hide__480 {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .hide__414 {
    display: none;
  }
  .video__button {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 380px) {
  .hide__380 {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .hide__360 {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .hide__320 {
    display: none;
  }
}
/*=====  End of Responsive  ======*/
/*=====  End of Section comment block  ======*/
/*=============================================
=            Typography            =
=============================================*/
/*----------  Textes  ----------*/
.txt {
  font-size: 18px;
  line-height: 1.8;
  font-family: "Mont-regular", sans-serif;
  margin: 0 0 25px 0;
  max-width: 610px;
}
.txt--center {
  margin: 0 auto 25px auto;
}
.txt__project--all {
  font-size: 20px;
  font-family: "Mont-book", sans-serif;
  opacity: 0.7;
}
.txt__big {
  opacity: 1;
  font-family: "Mont-semibold", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
.txt__huge {
  font-size: 34px;
  opacity: 1;
  margin: 0;
  line-height: 1.7;
  font-family: "Mont-semibold", sans-serif;
  max-width: 100%;
}
.txt__20 {
  font-size: 20px;
  line-height: 2;
}
.txt__24 {
  font-size: 24px;
}
.txt__13 {
  font-size: 13px;
}
.txt__strong {
  font-size: 20px;
  opacity: 1;
  font-family: "Mont-semibold", sans-serif;
}
.txt.noMaxWidth {
  max-width: inherit;
}
.txt.nomargin {
  margin: 0;
}
.uppercase {
  text-transform: uppercase;
}
/*----------  Titre  ----------*/
.body__dark .v2-title {
  color: #fff;
}
.v2-title {
  margin: 0;
  font-family: "Mont-heavy", sans-serif;
  line-height: 1.2;
}
.v2-title__h1--small {
  font-size: 64px;
  text-transform: uppercase;
}
.v2-title__h1--small--formations, .v2-title__h1--small--sec {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #fff;
}
.v2-title__h1--small--med {
  letter-spacing: -0.03em;
  font-family: "Mont-heavy", sans-serif;
  line-height: 1;
  font-weight: 800;
  font-size: 54px;
}
.v2-title__h1--sub {
  font-size: 28px;
  color: #FF4308;
  font-family: "Mont-light", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  font-style: italic;
  text-transform: uppercase;
}
.v2-title__h1--sub--small {
  font-size: 22px;
  color: #FF4308 !important;
}
.v2-title__h1--single {
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.v2-title__h1--big {
  font-size: 80px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.v2-title__h1--huge {
  font-family: "Mont-heavy", sans-serif;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: clamp(10px, 9vw, 300px);
}
.v2-title__h1--huge--projet {
  font-size: clamp(10px, 9vw, 300px);
}
.v2-title__h1--huge--notoriete {
  font-size: clamp(10px, 9vw, 300px);
  line-height: 1;
}
.v2-title__h1--huge--vente {
  font-size: clamp(10px, 9vw, 300px);
}
.v2-title__h1--huge--revenus {
  font-size: clamp(10px, 9vw, 300px);
}
.v2-title__h1--huge--relation {
  font-size: clamp(10px, 8vw, 300px);
}
.v2-title__h1--huge--laurent {
  font-size: clamp(10px, 16vw, 90px);
  line-height: 0.9;
}
.v2-title__h1--huge--projets {
  font-size: clamp(10px, 15vw, 230px);
}
.v2-title__h1--huge--haha {
  font-size: clamp(24px, 6vw, 110px);
}
.v2-title__h1--huge--projet--apoidea {
  font-size: clamp(46px, 11vw, 230px);
  line-height: 0.85;
}
.v2-title__h1--huge--approche {
  font-size: clamp(30px, 7vw, 125px);
}
.v2-title__h1--huge--approche span {
  display: block;
}
.v2-title__h1--huge--home {
  font-size: clamp(30px, 12vw, 200px);
  line-height: 0.9;
}
.v2-title__h1--huge--home span {
  display: block;
  font-size: clamp(30px, 6vw, 120px);
  letter-spacing: 0px;
  font-family: "Mont-light", sans-serif;
  font-style: italic;
}
.v2-title__h1--huge--formations {
  font-size: clamp(35px, 10vw, 170px);
}
.v2-title__h2 {
  font-size: 34px;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  font-family: "Mont-semibold", sans-serif;
}
.v2-title__h2--big {
  font-size: 48px;
  line-height: 1.2;
}
.v2-title__h2--big--testimonials {
  margin-bottom: 60px;
}
.v2-title__h2--big--catalogue {
  font-family: "Mont-bold", sans-serif;
}
.v2-title__h2--huge {
  font-size: 48px;
  font-family: "Mont-heavy", sans-serif;
  line-height: 0.9;
  margin-bottom: 10px;
  margin-top: 50px;
}
.v2-title__h2--huge--2 {
  text-transform: uppercase;
  font-size: 100px;
  line-height: 1;
  margin: 0;
  font-family: "Mont-heavy", sans-serif;
}
.v2-title__h2--googleTools {
  position: relative;
}
.v2-title__h2--googleTools:after {
  content: " ";
  display: block;
  width: 125%;
  height: 500%;
  background: url(/wp-content/uploads/bkg-titre.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -200%;
  left: -20%;
  z-index: -1;
}
.v2-title__h2--services {
  margin-bottom: 0;
}
.v2-title__h2--approche {
  font-size: 40px;
  font-family: "Mont-heavy", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  align-items: center;
}
.v2-title__h2--approche:before {
  content: "";
  display: inline-block;
  width: 52px;
  min-width: 52px;
  height: 52px;
  margin-right: 20px;
}
.v2-title__h2--approche--exploration:before {
  background: url("/wp-content/uploads/emoji-loupe-1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.v2-title__h2--approche--decollage:before {
  background: url("/wp-content/uploads/emoji-fusee.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.v2-title__h2--approche--amelioration:before {
  background: url("/wp-content/uploads/emoji-continu.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.v2-title__ctaContact {
  font-weight: 800;
  font-size: 70px;
  padding: 0 10px;
  letter-spacing: -0.03em;
  transition: 0.3s ease;
  line-height: 1;
  transform: scale(1);
}
.v2-title__h3 {
  letter-spacing: -0.03em;
  font-family: "Mont-semibold", sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
}
.v2-title__h3--big {
  font-size: 28px;
  margin-bottom: 0;
}
.v2-title__h3--approche {
  font-family: "Mont-book", sans-serif;
  letter-spacing: -0.03em;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
}
.v2-title__h3--approche--big {
  font-size: 34px;
}
.v2-title__h3--approche span {
  font-family: "Mont-heavy", sans-serif;
  font-size: 28px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
}
.v2-title__h3--plan {
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Mont-heavy", sans-serif;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.v2-title__h3--plan span {
  display: block;
  font-family: "Mont-regular", sans-serif;
  font-size: 18px;
}
.v2-title__404 {
  font-family: "Mont-heavy", sans-serif;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: 100px;
  text-transform: uppercase;
}
.title__vcard {
  margin-top: -100px;
}
.number {
  color: #FF4308;
  font-family: "Mont-semibold", sans-serif;
  margin-right: 10px;
  font-size: 20px;
}
/*=============================================
    =            Responsive            =
    =============================================*/
/*----------  Large desktop  ----------*/
/*----------  Medium desktop  ----------*/
@media screen and (max-width: 1440px) {
  .v2-title__h1--big {
    font-size: 70px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  .v2-title__h2--huge--2 {
    font-size: 90px;
  }
  .cta__form .v2-title__h2--big {
    font-size: 42px;
  }
}
@media screen and (max-width: 1366px) {
  .v2-title__h2--huge--2 {
    font-size: 80px;
  }
  .v2-title__h2--approche {
    font-size: 36px;
  }
}
/*----------  Small desktop  ----------*/
@media screen and (max-width: 1280px) {
  .v2-title__h1--big {
    font-size: 60px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  .v2-title__404 {
    font-size: 90px;
  }
}
/*----------  Tablette ----------*/
@media screen and (max-width: 1024px) {
  .v2-title__h1--single {
    font-size: 44px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  .v2-title__h1--small {
    font-size: 44px;
  }
  .v2-title__h1--sub {
    font-size: 24px;
  }
  .v2-title__h2 {
    font-size: 28px;
  }
  .v2-title__h2--big {
    font-size: 32px;
  }
  .v2-title__ctaContact {
    font-size: 50px;
  }
  .v2-title__h2--huge--2 {
    font-size: 60px;
  }
  .txt {
    font-size: 17px;
  }
  .txt__big {
    font-size: 20px;
  }
  .txt__huge {
    font-size: 24px;
  }
  .v2-title__404 {
    font-size: 75px;
  }
  .v2-title__h3--approche--big {
    font-size: 26px;
  }
  .v2-title__h1--small--formations, .v2-title__h1--small--sec {
    font-size: 30px;
  }
  .v2-title__h1--sub {
    font-size: 18px;
  }
}
/*----------  Mobile ----------*/
@media screen and (max-width: 800px) {
  .txt__big {
    max-width: 65%;
  }
  .v2-title__h1--small {
    font-size: 38px;
  }
  .v2-title__h1--sub {
    font-size: 20px;
  }
  .v2-title__h2--googleTools {
    margin-bottom: 80px;
  }
  .v2-title__h2--services {
    margin-bottom: 0;
  }
  .v2-title__h2--googleTools:after {
    width: 75%;
    height: 500%;
    top: -230%;
    left: -10%;
  }
  .v2-title__h2--approche {
    font-size: 40px;
  }
  .v2-title__h3--approche--big {
    font-size: 34px;
  }
  .approche .section__iteration .img {
    text-align: center;
  }
  .cta__form .v2-title__h2--big {
    font-size: 38px;
  }
  .v2-title__h3--big {
    font-size: 22px;
    text-align: center;
  }
  .v2-title__h3--big br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .txt__big {
    max-width: 100%;
  }
  .v2-title__h1--small {
    font-size: 32px;
  }
  .v2-title__h1--sub {
    font-size: 16px;
  }
  .v2-title__h2--big {
    font-size: 28px;
  }
  .v2-title__ctaContact {
    font-size: 30px;
  }
  .v2-title__h1--big {
    font-size: 50px;
  }
  .v2-title__h1--single {
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1;
  }
  .v2-title__h2--huge {
    margin-top: 25px;
  }
  .cta__form .v2-title__h2--big {
    font-size: 30px;
  }
  .v2-title__h2--googleTools:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .v2-title__h1--big {
    font-size: 42px;
  }
  .v2-title__404 {
    font-size: 50px;
  }
  .txt__huge {
    font-size: 20px;
  }
  .v2-title__h2--huge--2 {
    font-size: 48px;
  }
  .v2-title__h2--approche {
    font-size: 32px;
  }
  .v2-title__h3--approche--big {
    font-size: 28px;
  }
  .sprint .v2-title__h2--big {
    font-size: 34px;
    text-align: left;
  }
  .v2-title__h3--approche {
    font-size: 24px;
  }
  .v2-title__h3--approche span {
    font-size: 24px;
  }
  .maintenance .v2-title__h1--small {
    font-size: 26px;
  }
  .maintenance .v2-title__h1--sub {
    font-size: 14px;
  }
  .v2-title__h3--big {
    font-size: 20px;
    text-align: center;
  }
  .v2-title__h1--small--formations, .v2-title__h1--small--sec {
    font-size: 24px;
    text-align: left;
  }
  .cta__form .v2-title__h2--big {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .v2-title__404 {
    font-size: 46px;
  }
  .v2-title__h2--huge--2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 380px) {
  .v2-title__h2 {
    font-size: 24px;
  }
  .v2-title__h2--huge--2 {
    font-size: 38px;
  }
  .sprint .v2-title__h2--big {
    font-size: 28px;
    text-align: left;
  }
  .maintenance .section .googleTools__el h3 {
    font-size: 20px;
  }
  .cta__form .v2-title__h2--big {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .txt__13 {
    font-size: 12px;
  }
  .v2-title__h2--huge--2 {
    font-size: 32px;
  }
  .sprint .v2-title__h2--big {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  .v2-title__404 {
    font-size: 38px;
  }
  .v2-title__ctaContact {
    font-size: 26px;
  }
  .google-partner .v2-title__h1--small {
    font-size: 28px;
  }
}
/*=====  End of Responsive  ======*/
/*=====  End of Typography  ======*/
/* Additonal Base Stylesheets */
/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating to a reusable component.
*/
/*=============================================
=            All button elements            =
=============================================*/
.v2-cursor {
  position: absolute;
  z-index: 100000;
  pointer-events: none;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0, 0.86, 0.24, 1);
  opacity: 0;
}
.v2-cursor__el {
  font-size: 20px;
  font-family: "Mont-semibold", sans-serif;
  color: #FF4308;
  background: #fff;
  border-radius: 100px;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  transition: 0.1s ease;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  opacity: 1;
  pointer-events: none;
}
.v2-cursor-projet .v2-cursor__el {
  color: #fff;
  background: #FF4308;
  padding: 0;
  width: 330px;
  height: 86px;
}
.btn__primary {
  background: #FF4308;
  padding: 24px 50px 23px;
  margin-top: 50px;
  display: inline-block;
  border-radius: 100px;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s ease;
  border: 2px solid #FF4308;
  overflow: hidden;
  position: relative;
}
.btn__primary:after {
  position: absolute;
  content: attr(data-hover);
  font-size: 20px;
  color: #fff;
  left: 0;
  top: 0;
  font-family: "Mont-semibold", sans-serif;
  font-family: "Mont-semibold", sans-serif;
  letter-spacing: -0.03em;
  transition: 0.3s ease;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(50px) scale(0);
}
.btn__primary .hide__mobile {
  transition: none;
}
.btn__primary--header {
  margin-top: 0;
  background: #fff;
  border: 2px solid #fff;
  padding: 22px 35px 21px;
}
.btn__primary--header--scaled {
  background: url("/wp-content/uploads/emoji-checkhand.png") #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  color: transparent;
  text-indent: 200%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
  transform: translateY(150%);
  opacity: 0;
}
.btn__primary--header--scaled:after {
  display: none;
}
.btn__primary--invert {
  background: transparent;
  border: 1px solid #fff;
}
.btn__primary--marginLess {
  margin-top: 20px;
}
.btn__primary--nomargin {
  margin-top: 0;
}
.btn__primary--vcard {
  margin-top: 0;
}
.btn__primary:hover {
  background: transparent;
  transform: translateY(-6px);
}
.btn__primary span {
  color: #fff;
  font-size: 20px;
  font-family: "Mont-semibold", sans-serif;
  letter-spacing: -0.03em;
  transition: 0.3s ease;
  position: relative;
  display: inline-block;
}
.btn__primary--header span {
  color: #000;
  font-size: 17px;
}
.btn__primary:hover span {
  transform: translateY(-100px);
}
.btn__primary:hover::after {
  transform: translateY(0) scale(1);
  color: #FF4308;
}
.btn__primary--header:hover:after {
  color: #fff;
}
.btn__primary--nostate:hover, .btn__primary--nostate:focus {
  background: #FF4308;
  transform: translateY(0);
}
.btn__primary--nostate:hover::after {
  transform: translateY(0) scale(0);
}
.btn__primary--nostate:hover span {
  transform: translateY(0);
}
.btn__primary--invertPlain {
  background: #fff;
}
.btn__primary--invertPlain span {
  color: #FF4308;
}
.btn__primary--invertPlain:hover {
  background: transparent;
}
.btn__primary--invertPlain:hover span {
  color: #fff;
}
.btn__fixed {
  background: #FF4308;
  border: 2px solid #FF4308;
  width: 90%;
  display: none;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  margin: 0;
  font-family: "Mont-semibold", sans-serif;
  line-height: 1;
  font-size: 18px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  margin: 0px 10px 10px 10px;
  right: 0;
  margin: 0 auto 5% auto;
  border-radius: 50px;
}
.btn__mobile-fixed {
  background: #FF4308;
  border: 2px solid #FF4308;
  width: 90%;
  display: none;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  margin: 0;
  font-family: "Mont-semibold", sans-serif;
  line-height: 1;
  font-size: 18px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  margin: 0px 10px 10px 10px;
  right: 0;
  margin: 0 auto 5% auto;
  border-radius: 50px;
}
.btn__secondary {
  font-family: "Mont-semibold", sans-serif;
  letter-spacing: -0.03em;
  font-size: 18px;
  opacity: 1;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  margin: 0;
}
.btn__secondary:before {
  content: "";
  display: block;
  background: #FF4308;
  width: 30px;
  height: 2px;
  margin-right: 15px;
  transition: 0.3s ease;
}
.btn__secondary:hover:before, .btn__secondary:focus:before {
  width: 50px;
}
.btn__ternaire {
  color: #fff !important;
  opacity: 0.5;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn__ternaire:hover, .btn__ternaire:focus {
  opacity: 1;
  color: #FF4308 !important;
}
.btn__ternaire--sec {
  opacity: 1;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}
.btn__ternaire--sec:hover {
  color: #fff !important;
  text-decoration: none;
}
.btn__back {
  height: 20px;
  width: auto;
  display: inline-block;
  opacity: 0.5;
  margin-bottom: 30px;
  transition: 0.3s ease;
  position: relative;
}
.btn__back:visited {
  color: #fff;
}
.btn__back svg {
  width: 100%;
  height: 100%;
}
.btn__back path {
  fill: #fff;
}
.btn__back:after {
  content: "Retour aux articles";
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "Mont-book", sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  width: 150px;
  transform: translate(-10%, -25%);
  opacity: 0;
  transition: 0.3s ease;
}
.btn__back:hover, .btn__back:focus {
  opacity: 1;
}
.btn__back:hover:after, .btn__back:focus:after {
  transform: translate(15%, -25%);
  opacity: 1;
}
.btn__back--sec {
  text-decoration: none;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  padding: 18px 34px;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s ease;
  display: inline-block;
  margin-bottom: 20px;
}
.btn__back--sec::before {
  content: "";
  display: inline-block;
  min-width: 13px;
  width: 13px;
  min-height: 11px;
  height: 11px;
  background: url("/wp-content/uploads/back.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 8px;
}
.btn__back--sec:visited {
  color: #fff;
}
.btn__back--sec:hover, .btn__back--sec:focus {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.single .btn__primary {
  margin-top: 25px;
}
.header__dark .btn__primary--header {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.header__dark .btn__primary--header span {
  color: #fff;
}
.v2-link {
  text-decoration: none;
  color: #FF4308 !important;
}
.v2-link:hover {
  text-decoration: underline;
  color: #FF4308;
}
.contact__information a:visited, .contact__information a:hover, .contact__information a:focus {
  color: #fff;
}
.contact-link {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.contact-link a {
  margin-right: 20px;
  border-radius: 100%;
  border: solid 1px #ffffff80;
  display: flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: 0.3s ease;
}
.contact-link a:last-child {
  margin-right: 0px;
}
.contact-link a:hover {
  background: #fff;
  transform: scale(1.1);
}
.contact-link a svg {
  height: 20px;
}
.contact-link a svg.facebook, .contact-link a svg.linkedin {
  height: 18px;
}
.contact-link a:hover svg path {
  fill: #000;
}
/*=====  End of All button elements  ======*/
/*=============================================
    =            Responsive            =
    =============================================*/
@media screen and (max-width: 1024px) {
  .btn__back--sec {
    font-size: 14px;
    margin-bottom: 35px;
  }
}
/*----------  Mobile ----------*/
@media screen and (max-width: 800px) {
  .btn__primary--header {
    display: none;
  }
  .btn__mobile-fixed {
    display: block;
  }
  .btn__fixed {
    display: block;
    transition: 0.3s ease;
  }
  .btn .hide__mobile {
    display: none;
  }
  .btn__fixed--show {
    transform: translateY(120px) scale(0.8);
  }
}
@media screen and (max-width: 600px) {
  .btn__primary--plan {
    padding: 24px 20px 23px;
  }
}
@media screen and (max-width: 400px) {
  .btn__primary span {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .btn__primary {
    padding: 24px 25px 23px;
  }
}
/*=============================================
=            Forms            =
=============================================*/
.gform_required_legend {
  display: none !important;
}
.form {
  position: relative;
}
.form__border {
  padding: 10px 50px 50px 50px;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-top: 50px;
}
.form input[type=text] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 0.8333333333em 0 1.4166666667em 0;
  font-size: 20px;
  color: #fff;
  transition: 0.3s ease;
  position: relative;
}
.form input[type=text]:focus {
  color: #FF4308;
}
.form input[type=text]::placeholder {
  font-size: 1em;
  transition: 0.3s ease;
  color: rgba(255, 255, 255, 0.5) !important;
}
.form input[type=text]:focus::placeholder {
  color: transparent !important;
}
.form input[type=submit] {
  font-family: "Mont-semibold", sans-serif;
  font-size: 18px;
  color: #fff;
  background: #FF4308;
  padding: 24px 50px 23px;
  border-radius: 100px;
  line-height: 1;
  text-decoration: none;
  border: 2px solid #FF4308;
  transition: 0.3s ease;
  margin-top: 30px;
  cursor: pointer;
}
.form input[type=submit]:hover {
  background: transparent;
  color: #FF4308;
}
.form .PgContact__textArea textarea {
  resize: none;
  transition: 0.3s ease;
  height: 7vh;
}
.form .PgContact__textArea textarea {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 0.8333333333em 0 1.4166666667em 0;
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s ease;
  position: relative;
}
.form .gfield textarea::placeholder {
  font-size: 1em;
  transition: 0.3s ease;
  color: rgba(255, 255, 255, 0.5) !important;
}
.form .gfield textarea:focus::placeholder {
  color: transparent !important;
}
.form .PgContact__textArea textarea:focus {
  height: 20vh;
}
.form .gfield textarea:focus {
  color: #FF4308;
}
.form .gform_body .gform_fields .ginput_container_select select {
  font-size: 1.25em;
  width: 100%;
  background: none;
  border: none;
  padding: 0.8333333333em 0 1.4166666667em 0;
  color: #fff;
  -webkit-appearance: none;
  background-image: url("/wp-content/uploads/select-down-form.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 95% 50%;
  cursor: pointer;
}
.form .gform_wrapper .gform_body .gform_fields select option {
  color: #000;
}
.form .gform_body .gfield input:-webkit-autofill, .form .gform_body .gfield input:-webkit-autofill:hover, .form .gform_body .gfield input:-webkit-autofill:focus, .form .gform_body .gfield textarea:-webkit-autofill, .form .gform_body .gfield textarea:-webkit-autofill:hover, .form .gform_body .gfield textarea:-webkit-autofill:focus, .form .gform_body .gfield select:-webkit-autofill, .form .gform_body .gfield select:-webkit-autofill:hover, .form .gform_body .gfield select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 80px #000 inset !important;
  box-shadow: 0 0 0 80px #000 inset !important;
  font-size: 1.25em !important;
  background: transparent !important;
}
.form .gform_body .gform_fields .custom-checkbox {
  -webkit-appearance: none;
  border: none;
  margin: 50px 0 30px 0;
  padding: 0;
}
.form .gform_body .gform_fields .custom-checkbox .active label {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}
.form .gform_body .gform_fields .custom-checkbox label {
  color: #fff;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: 0.3s ease;
}
.form .gform_body .gform_fields .custom-checkbox label:hover, .form .gform_body .gform_fields .custom-checkbox label:focus {
  color: #FF4308;
}
.form .gform_body .gform_fields .custom-checkbox input {
  -webkit-appearance: none;
  border: 1px solid #fff;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 15px;
}
.form .gform_body .gform_fields .custom-checkbox input:checked {
  background: #FF4308;
  border: 1px solid #FF4308;
}
.form .gform_body .gform_fields .custom-checkbox input:checked + label {
  color: #FF4308;
}
.form .gform_body .gform_fields .custom-checkbox legend {
  margin-bottom: 30px;
  font-size: 20px;
}
.form .gform_body .gform_fields .custom-checkbox .gchoice {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form .gform_body .gform_fields .custom-checkbox .ginput_container:after {
  display: none;
}
.form .gform_body .gform_validation_container {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.form .gform_body .gfield {
  margin-bottom: 30px;
}
.form .gform_body .gfield .ginput_container {
  position: relative;
}
.form .gform_body .gfield .ginput_container:after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
  transform: translateY(0);
}
.form .gform_body .gfield label {
  transform: translateY(100%) scale(1);
  transform-origin: left center;
  display: block;
  opacity: 0;
  font-size: 20px;
  transition: 0.3s ease;
}
.form .active .ginput_container:after {
  transform: translateY(-10px) !important;
  background: linear-gradient(108.82deg, #EA7951 0%, #FF4308 100%) !important;
}
.form .active .ginput_container:after label {
  opacity: 1 !important;
  transform: translateY(0) scale(0.75) !important;
}
.form__cta {
  width: 75%;
  margin: 0 auto;
  padding: 85px 125px;
  background: #fff;
  margin-top: 50px;
}
.form__cta .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.form__cta .gfield {
  margin-bottom: 30px;
  width: 45%;
}
.form__cta .PgContact__textArea {
  width: 100%;
}
.form__cta #field_11_10 {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.form__cta .gform_footer {
  text-align: center;
}
.form__cta--sec {
  background: transparent;
  padding: 0;
  margin-top: 0;
  width: 100%;
}
.form__cta--sec .gform_body .gfield {
  margin-top: 100px;
  margin-bottom: 0;
}
.form__cta--sec--no-margin .gform_body .gfield {
  margin-top: 0;
}
.form__cta .validation_message {
  color: #FF4308;
}
.form__fullwidth {
  width: 100%;
}
.form__orange input[type=text] {
  color: #000;
}
.form__orange legend {
  color: #000 !important;
}
.form__orange .gfield_checkbox input {
  border-color: #000 !important;
}
.form__orange .gfield_checkbox label {
  color: #000 !important;
}
.form__orange input[type=text]::placeholder, .form__orange .gfield textarea::placeholder {
  color: #000 !important;
}
.form__orange textarea::placeholder {
  color: #000 !important;
}
.form__orange .gform_body .gfield .ginput_container:after {
  background: #000;
}
.form__orange .gform_body .gform_fields .ginput_container_select select {
  color: #000;
}
.form__orange .PgContact__textArea textarea {
  color: #000;
}
.form__orange input[type=text]:focus, .form__orange textarea:focus {
  color: #FF4308 !important;
}
.form__orange .active .ginput_container:after {
  background: #FF4308 !important;
}
.form__orange .active label {
  color: #FF4308;
}
.form__orange input[type=submit] {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.form__orange input[type=submit]:hover, .form__orange input[type=submit]:focus {
  background: transparent;
  color: #000;
}
.form__orange .gform_body .gfield input:-webkit-autofill, .form__orange .gform_body .gfield input:-webkit-autofill:hover, .form__orange .gform_body .gfield input:-webkit-autofill:focus, .form__orange .gform_body .gfield textarea:-webkit-autofill, .form__orange .gform_body .gfield textarea:-webkit-autofill:hover, .form__orange .gform_body .gfield textarea:-webkit-autofill:focus, .form__orange .gform_body .gfield select:-webkit-autofill, .form__orange .gform_body .gfield select:-webkit-autofill:hover, .form__orange .gform_body .gfield select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0 80px #fff inset !important;
  box-shadow: 0 0 0 80px #fff inset !important;
  font-size: 20px !important;
  background: transparent !important;
}
.form .gfield.form--field-full-size {
  width: 100%;
}
.form .full__size {
  width: 100%;
}
.form .gfield_visibility_hidden {
  visibility: hidden;
  width: 0;
  height: 0;
}
.last-field-100 .gfield.full-size {
  width: 100%;
}
/*----------  responsive  ----------*/
@media screen and (max-width: 800px) {
  .form__cta .gfield {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .form__cta {
    padding: 50px;
  }
  .form input[type=text] {
    font-size: 16px;
  }
  .form .PgContact__textArea textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .form__cta {
    padding: 10px 0 50px 0;
    border: none;
  }
  .form .PgContact__textArea textarea {
    resize: none;
    transition: 0.3s ease;
    height: 20vh;
  }
  .form .PgContact__textArea textarea:focus {
    height: 50vh;
  }
  .form__border {
    padding: 10px 20px 50px 20px;
  }
  .form .gform_body .gform_fields .custom-checkbox label {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .PgContact .gform_footer .gform_button {
    margin-top: 50px;
  }
}
/*=====  End of Forms  ======*/
/*=============================================
=            List Components            =
=============================================*/
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list__el {
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  padding-left: 60px;
}
.list__el:last-child {
  margin-bottom: 0;
}
.list__el:before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  margin-right: 30px;
  background: #FF4308;
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto;
}
.list__el .sublist__el {
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}
.list__el .sublist__el::before {
  content: "";
  display: block;
  min-width: 5px;
  min-height: 5px;
  background: #FF4308;
  margin-right: 20px;
  margin-top: 10px;
  border-radius: 50%;
}
.list__el .sublist p {
  margin: 0;
}
.list__hero {
  display: flex;
  justify-content: space-around;
  text-transform: uppercase;
  max-width: clamp(10px, 80%, 1000px);
  text-align: center;
  margin: 50px auto 0;
}
.list__hero li {
  font-size: clamp(16px, 3.5vw, 26px);
}
.sublist {
  list-style: none;
  margin: 20px auto;
  padding: 0;
  width: 95%;
}
.sublist__el {
  margin-bottom: 10px;
}
.sublist__el:last-child {
  margin-bottom: 0;
}
.sublist span {
  color: #FF4308;
  font-family: "Mont-bold", sans-serif;
}
.cat {
  max-width: 1520px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 75px;
}
.cat__el {
  text-decoration: none;
  color: #fff;
  padding: 75px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #343434;
  border-radius: 20px;
  transition: 0.3s ease;
}
.cat__el:last-child {
  border-bottom: none;
}
.cat__el--mobile {
  display: none;
}
.cat__el .cat__content--subtitle {
  margin-top: 15px;
}
.cat__el .cat__content--right {
  position: relative;
}
.cat__el .cat__content--right p {
  width: 60px;
  height: 60px;
  display: flex;
  background: #fff;
  border-radius: 50%;
}
.cat__el .cat__content--right p img {
  margin: auto;
  width: 35%;
  display: block;
}
.cat__el .cat__content--right ::after {
  content: "Détails de la formation";
  min-width: 340px;
  min-height: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding-left: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease;
  opacity: 0;
}
.cat__el .cat__content--left .spec {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.cat__el .cat__content--left .spec__el {
  padding: 0 30px;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.cat__el .cat__content--left .spec__el span {
  position: relative;
  margin-right: 20px;
}
.cat__el .cat__content--left .spec__el span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 2px;
  background-color: #FF4308;
  width: 100%;
}
.cat__el .cat__content--left .spec__el:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cat__el .cat__content--left .spec__el:first-child {
  padding-left: 0;
}
.cat__el .cat__content--left .spec__el::before {
  content: "";
  display: block;
  min-height: 27px;
  min-width: 32px;
  margin-right: 15px;
}
.cat__el .cat__content--left .spec__el--duration::before {
  background: url("/wp-content/uploads/icon-duration.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cat__el .cat__content--left .spec__el--people::before {
  background: url("/wp-content/uploads/icon-people.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cat__el .cat__content--left .spec__el--price::before {
  background: url("/wp-content/uploads/icon-price.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cat__el p {
  margin: 0;
}
.cat__el:visited {
  color: #fff;
}
.cat__el:hover, .cat__el:focus {
  color: #fff;
  background: #FF4308;
}
.cat__el:hover .cat__content--left .spec__el:nth-child(2), .cat__el:focus .cat__content--left .spec__el:nth-child(2) {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.cat__el:hover .cat__content--right p::after, .cat__el:focus .cat__content--right p::after {
  opacity: 1;
}
.services ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.services li {
  margin-right: 20px;
  margin-top: 20px;
}
.services li:last-child {
  margin-right: 0;
}
.services a {
  text-decoration: none;
  color: #FF4308;
  background: #FFE3DA;
  font-size: 18px;
  line-height: 1.3;
  padding: 11px 13px;
  border-radius: 6px;
  letter-spacing: -0.03em;
  font-family: "Mont-semibold", sans-serif;
  pointer-events: none;
}
.services a:visited {
  color: #FF4308;
}
.cat__el:hover .cat__content--left .spec__el span::after {
  background-color: #ffffff;
}
/*=============================================
    =            Responsive            =
    =============================================*/
/*----------  Large desktop  ----------*/
/*----------  Medium desktop  ----------*/
@media screen and (max-width: 1366px) {
  .cat__el .cat__content--right ::after {
    display: none;
  }
}
/*----------  Small desktop  ----------*/
/*----------  Tablette ----------*/
@media screen and (max-width: 1024px) {
  .list__el {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/*----------  Mobile ----------*/
@media screen and (max-width: 800px) {
  .cat__el {
    padding: 42px;
  }
  .cat__el--desktop {
    display: none;
  }
  .cat__el--mobile {
    display: block;
  }
  .cat__el--mobile .btn__primary {
    margin-top: 15px;
  }
  .cat__el .cat__content--right::after {
    display: none;
  }
  .cat__el:hover .cat__content--right p::after, .cat__el:focus .cat__content--right p::after {
    display: none;
  }
  .cat__el .cat__content--right p {
    display: none;
  }
  .list__el {
    font-size: 16px;
  }
  .cat__el .cat__content--left .spec {
    flex-direction: column;
  }
  .cat__el .cat__content--left .spec__el {
    padding: 0;
    margin-bottom: 30px;
  }
  .cat__el .cat__content--left .spec__el:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .cat__el--mobile {
    display: block;
  }
  .cat__el--mobile:hover, .cat__el--mobile:focus {
    background: transparent;
  }
  .cat__el--mobile:hover .cat__content--left .spec__el:nth-child(2), .cat__el--mobile:focus .cat__content--left .spec__el:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .cat__el--mobile:hover .cat__content--left .spec__el span::after, .cat__el--mobile:focus .cat__content--left .spec__el span::after {
    background-color: #FF4308;
  }
  .cat__el .cat__content--subtitle {
    text-align: center;
    max-width: 75%;
    margin: 15px auto 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .cat__el .cat__content--subtitle {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .cat__el {
    padding: 42px 15px;
  }
  .list__el:before {
    width: 20px;
  }
  .list__el {
    padding-left: 35px;
  }
  .services a {
    font-size: 14px;
  }
}
/*=====  End of List Components  ======*/
/*=============================================
=            Articles elements            =
=============================================*/
.articles__archive__el {
  margin-bottom: 130px;
}
.articles__archive__el:nth-child(2n+1) {
  transform: translateY(150px);
}
.articles__archive__el:nth-child(5), .articles__archive__el:last-child {
  margin-bottom: 0;
}
.articles__archive__el--content {
  padding: 0 25px;
  margin-top: -60px;
  z-index: 2;
  position: relative;
}
.articles__archive__el .img {
  overflow: hidden;
}
.articles__archive__el img {
  transition: 0.3s ease;
}
.articles__archive__el:hover img, .articles__archive__el:focus img {
  transform: scale(1.1);
}
.articles__archive__el:hover .btn:before, .articles__archive__el:focus .btn:before {
  width: 50px;
}
.articles__archive__pagination .page-numbers {
  text-decoration: none;
  color: #fff;
  font-family: "Mont-semibold", sans-serif;
  font-size: 20px;
  margin-right: 15px;
  opacity: 0.75;
  transition: 0.3s ease;
}
.articles__archive__pagination .page-numbers:hover, .articles__archive__pagination .page-numbers:focus {
  color: #FF4308;
  opacity: 1;
}
.articles__archive__pagination .prev, .articles__archive__pagination .next {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
.articles__archive__pagination .prev {
  margin-right: 100px;
}
.articles__archive__pagination .next {
  margin-left: 100px;
}
.articles__archive__pagination .current {
  background: #FF4308;
  opacity: 1;
  padding: 20px 23px;
  border-radius: 50%;
  pointer-events: none;
}
.single {
  background: #000;
  color: #fff;
}
.single img.wp-smiley, .single img.emoji {
  display: inline !important;
  margin: 5px 0px 0px 0px !important;
}
.single footer {
  color: #fff;
}
.single__introduction {
  margin-top: -180px;
  position: relative;
  z-index: 4;
}
.single .author {
  font-size: 20px;
  font-family: "Mont-book", sans-serif;
  letter-spacing: -0.03em;
  margin: 0;
  color: #FF4308;
  margin-right: 20px;
}
.single .categories {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single .categories__el {
  margin-right: 15px;
  margin-bottom: 15px;
}
.single .categories__el:last-child {
  margin-right: 0;
}
.single .categories__el a {
  color: #fff;
  text-decoration: none;
  padding: 20px 30px;
  border: 1px solid #343434;
  border-radius: 50px;
  letter-spacing: -0.03em;
  font-family: "Mont-semibold", sans-serif;
  line-height: 1;
  transition: 0.3s ease;
  font-size: 14px;
  pointer-events: none;
  display: inline-block;
}
.single__content h2 {
  font-family: "Mont-bold", sans-serif;
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 100px;
  max-width: 90%;
}
.single__content h2:first-child {
  margin-top: 0;
}
.single__content h3 {
  font-family: "Mont-semibold", sans-serif;
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-top: 75px;
}
.single__content h4 {
  font-family: "Mont-semibold", sans-serif;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-top: 50px;
}
.single__content p {
  font-family: "Mont-regular", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 25px 0;
  opacity: 1;
}
.single__content a {
  color: #FF4308;
  transition: 0.3s ease;
  text-decoration: none;
  opacity: 1 !important;
  display: inline-block;
}
.single__content a:hover, .single__content a:focus {
  text-decoration: underline;
  opacity: 0.5;
}
.single__content strong {
  opacity: 1;
  font-family: "Mont-bold", sans-serif;
}
.single__content img, .single__content .margin-image {
  display: block;
  width: 100%;
  margin: 50px 0;
  border-radius: 10px !important;
}
.single__content ul {
  list-style: none;
  margin: 50px 0 50px 0px;
  padding: 0;
}
.single__content ul li {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  padding-left: 40px;
}
.single__content ul li:last-child {
  margin-bottom: 0;
}
.single__content ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin-right: 30px;
  background: #FF4308;
  position: absolute;
  top: 17px;
  left: 0;
  margin: auto;
}
.single__content ol {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  counter-reset: counter;
}
.single__content ol li {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  counter-increment: counter;
}
.single__content ol li:last-child {
  margin-bottom: 0;
}
.single__content ol li:before {
  content: counter(counter) ". ";
  display: block;
  color: #FF4308;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.single__content blockquote {
  margin: 100px auto;
  width: 80%;
}
.single__content blockquote p {
  font-family: "Mont-regular", sans-serif;
  font-style: italic;
  font-size: 22px;
  opacity: 1;
  line-height: 1.8;
}
.single__content blockquote cite {
  color: #FF4308;
  font-size: 16px;
  line-height: 2;
  font-family: "Mont-book", sans-serif;
}
.single__cta {
  background: #FF4308;
  padding: 70px;
  margin-top: 50px;
  color: #fff;
}
.single__cta--title {
  font-family: "Mont-semibold", sans-serif;
  letter-spacing: -0.03em;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 50px;
  display: inline-block;
}
.single__cta--desc {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-bottom: 50px !important;
}
.single__cta--btn {
  margin-top: 0px;
  background: #fff;
  border: 1px solid transparent;
  padding: 20px 50px;
  color: #FF4308;
  font-family: "Mont-semibold", sans-serif;
  border-radius: 50px;
  transition: 0.3s ease;
}
.single__cta--btn:hover, .single__cta--btn:focus {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-decoration: none !important;
}
.readtime {
  display: flex;
  align-items: center;
}
.readtime__clock {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.readtime__clock svg {
  display: block;
  width: 100%;
  height: 100%;
}
.readtime__clock svg path {
  fill: #FF4308;
}
.readtime__result {
  font-size: 20px;
  display: inline-block;
  color: #FF4308;
}
.icon-blog {
  display: flex;
  align-items: center;
}
.icon-blog svg {
  height: 20px;
  margin-right: 10px;
}
/*=============================================
    =            Responsive            =
    =============================================*/
/*----------  Large desktop  ----------*/
/*----------  Medium desktop  ----------*/
/*----------  Small desktop  ----------*/
/*----------  Tablette ----------*/
@media screen and (max-width: 1024px) {
  .single__content ul li {
    font-size: 18px;
  }
  .single__content p {
    font-size: 18px;
  }
  .single__content h2 {
    font-size: 28px;
    max-width: 100%;
  }
  .single__content h3 {
    font-size: 22px;
  }
  .single__introduction .col__el--5 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .articles__archive__el:nth-child(2n+1) {
    transform: translateY(0);
  }
  .articles__archive__el:nth-child(5) {
    margin-bottom: 130px;
  }
  .single__introduction {
    margin-top: 0;
  }
  .single .categories__el a {
    padding: 15px 20px;
  }
  .single .author {
    font-size: 16px;
  }
  .single .readtime__result {
    font-size: 16px;
  }
  .readtime__clock {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 600px) {
  .single__cta--title {
    font-size: 20px;
  }
  .single__cta {
    padding: 30px;
  }
  .single__cta--btn {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 480px) {
  .single__content blockquote {
    margin: 60px auto;
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .single__content h2 {
    font-size: 24px;
  }
  .v2-title__h1--big {
    font-size: 38px;
  }
  .single__cta--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 360px) {
  .single__cta--btn {
    padding: 25px 25px;
  }
  .articles__archive__pagination .next {
    margin-left: 0;
  }
  .single__cta--title {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
/*=====  End of Responsive  ======*/
/*=====  End of Articles elements  ======*/
/*=============================================
=            Icon.scss            =
=============================================*/
.icon__width--15 {
  max-width: 15px;
}
/*=====  End of Icon.scss  ======*/
/*=============================================
=            home.scss            =
=============================================*/
.home-promo {
  background: #000;
  padding-bottom: 180px;
}
.home-promo__container {
  max-width: 1400px;
  width: 78%;
  margin: 0 auto;
}
.home-promo__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-promo__el--left {
  max-width: 750px;
  width: 60%;
}
.home-promo__el--left .display-mobile {
  display: none;
}
.home-promo__el--right {
  max-width: 517px;
  width: 37%;
}
.home-promo__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.home-promo__title h1 {
  font-family: "Mont-book", sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.03em;
  text-transform: inherit;
  margin: 0;
  font-weight: 500;
}
.home-promo__title h1 span {
  font-family: "Mont-bold", sans-serif;
  font-style: italic;
  color: #FF4308;
}
.home-promo__title--new {
  min-width: 81px;
  min-height: 81px;
  position: relative;
  margin-right: 15px;
}
.home-promo__title--new p {
  color: #FF4308;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Mont-heavy", sans-serif;
  text-align: center;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.home-promo__title--new .pastille {
  background: url("/wp-content/uploads/pastille.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 81px;
  height: 81px;
  animation: rotate 10s linear infinite;
}
.home-promo__link {
  text-decoration: none;
  background: #1E1E1E;
  padding: 34px;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
  transition: 0.3s ease;
}
.home-promo__link:visited {
  color: #fff;
}
.home-promo__link:last-child {
  margin-bottom: 0;
}
.home-promo__link h2 {
  font-size: 26px;
  line-height: 0.9;
  font-family: "Mont-semibold", sans-serif;
  margin: 0;
  margin-bottom: 24px;
}
.home-promo__link p {
  margin: 0;
  font-size: 18px;
  font-family: "Mont-book", sans-serif;
}
.home-promo__link:after {
  content: "";
  min-width: 72px;
  min-height: 64px;
  border-radius: 0px 25px;
  background: url("/wp-content/uploads/arrow-white.svg") #282828;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease;
}
.home-promo__link:hover, .home-promo__link:focus {
  background: #464646;
  color: #fff;
  transform: translateX(10px);
}
.home-promo__link:hover:after, .home-promo__link:focus:after {
  background: url("/wp-content/uploads/arrow-white.svg") #676767;
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
}
.home-promo .scroll-down {
  margin-top: 70px;
  transition: 0.3s ease;
}
.home-promo .scroll-down .arrow {
  animation: scroll 1.25s linear infinite;
}
.home-promo .scroll-down:hover {
  transform: scale(1.05);
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-6px);
  }
}
@media screen and (max-width: 1366px) {
  .home-promo__title h1 {
    font-size: 20px;
  }
  .home-promo__link p {
    font-size: 16px;
  }
  .home-promo__link h2 {
    font-size: 20px;
  }
  .home-promo__link:after {
    min-width: 62px;
    min-height: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .home-promo__content {
    flex-direction: column;
  }
  .home-promo__el--left {
    max-width: 750px;
    width: 100%;
  }
  .home-promo__el--right {
    max-width: 95%;
    width: 95%;
    margin-top: 60px;
  }
  .home-promo .separator__entry {
    padding-top: 100px;
  }
  .home-promo {
    padding-bottom: 100px;
  }
  .home-promo__link {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .home-promo__title {
    margin-top: 30px;
  }
  .home-promo__el--left .hide-mobile {
    display: none;
  }
  .home-promo__el--left .display-mobile {
    display: block;
  }
  .home-promo__link p {
    display: none;
  }
  .home-promo__link h2 {
    margin-bottom: 0;
    max-width: 80%;
    line-height: 1.2;
  }
  .home-promo__link:after {
    height: 100%;
    border-radius: 0px 25px 25px 0px;
  }
  .scroll-down {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .home-promo__title--new {
    display: none;
  }
  .home-promo__el .btn__primary {
    padding: 24px 30px 23px;
  }
  .home-promo__title h1 {
    font-size: 20px;
  }
}
/*=====  End of home.scss  ======*/
.logo-lvlup {
  max-width: 800px;
}
.display-mobile-formation {
  display: none;
}
.hide-mobile-formation {
  display: initial;
}
@media screen and (max-width: 600px) {
  .hide-mobile-formation {
    display: none;
  }
  .display-mobile-formation {
    display: block;
  }
}
/* Additonal Component Stylesheets */
/*=============================================
=            Images            =
=============================================*/
.img {
  position: relative;
}
.img__bkg:after, .img__bkg:before {
  content: "";
  display: block;
  border-radius: 50%;
  filter: blur(100px);
  position: absolute;
  z-index: -1;
}
.img__bkg:after {
  width: 40%;
  height: 40%;
  background: #FF4308;
  top: -5%;
  right: -5%;
  animation: bounce 3s linear infinite;
}
.img__bkg:before {
  width: 40%;
  height: 40%;
  background: #EA7951;
  bottom: -5%;
  left: -5%;
  animation: bounce 2s linear infinite reverse;
}
.img__bkg--solo:before {
  content: "";
  display: block;
  border-radius: 50%;
  filter: blur(50px);
  position: absolute;
  background: #FF4308;
  z-index: -1;
  width: 55%;
  height: 40%;
  bottom: 0;
  left: 0;
  animation: none;
  right: 0;
  top: 0;
  margin: auto;
}
.img__cta--anchor {
  display: none;
}
.img__bkg--solo:after {
  display: none;
}
.img__overlay--blackgradient {
  position: relative;
}
.img__overlay--blackgradient:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 93.66%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.img__overlay--blackgradient--270:after {
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(227.43deg, #0000 50%, #000 100%);
}
.img__logoGP img {
  width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.img__logoGP img:after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url("/wp-content/uploads/emoji-checkhand.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img__logoGP:after, .img__logoGP:before {
  filter: blur(50px);
}
.img__logoGP:before {
  bottom: -5%;
  left: 9%;
}
.img__logoGP:after {
  top: 5%;
  right: 5%;
}
.img__googleAds {
  width: 60%;
  margin: 0 auto;
}
.img__partner {
  width: 100%;
}
.img__partner img {
  display: block;
  max-width: 225px;
  margin: 0 auto;
}
.img__width--100 img {
  width: 100%;
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.title-cataloge {
  max-width: 100%;
}
.icon-calendrier {
  height: 32px;
  margin-left: 20px;
}
.img-size__360 {
  max-width: clamp(70%, 300px, 80%);
}
/*=====  End of Images  ======*/
/*=============================================
=            Responsive            =
=============================================*/
/*----------  Large desktop  ----------*/
/*----------  Medium desktop  ----------*/
/*----------  Small desktop  ----------*/
/*----------  Tablette ----------*/
@media screen and (max-width: 1024px) {
  .img__bkg:after, .img__bkg:before {
    filter: blur(50px);
  }
  .img__bkg:after {
    width: 140px;
    height: 140px;
    top: -10%;
    right: -10%;
  }
  .img__bkg img:before {
    width: 115px;
    height: 115px;
    bottom: -10%;
    left: -10%;
  }
}
/*----------  Mobile ----------*/
@media screen and (max-width: 800px) {
  .visuel-head-calendrier {
    max-width: 70%;
    margin-bottom: 50px;
  }
  .img__bkg img:before {
    bottom: 0%;
    left: 5%;
  }
  .img__bkg img:after {
    top: -4%;
    right: 6%;
  }
  .img__overlay--blackgradient--270:after {
    background: linear-gradient(180deg, #0000 50%, #000 100%);
  }
  .img__logoGP {
    width: 50%;
    margin: 40px auto;
  }
  .img__googleAds {
    width: 25%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .img__cta--anchor {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .img__logoGP {
    width: 75%;
  }
}
@media screen and (max-width: 414px) {
  .img__bkg:before, .img__bkg:after {
    display: none;
  }
}
/*=====  End of Responsive  ======*/
/*=============================================
=            Background elements            =
=============================================*/
/*----------  Stars background with particleJS  ----------*/
.bkgStars {
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("/wp-content/uploads/test-star.png");
}
.bkgStars:before {
  content: " ";
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%);
}
.bkgStars__contentfront {
  position: relative;
  z-index: 3;
}
.bkgstars__black {
  background: url("/wp-content/uploads/bg-star-negatif.jpg");
  background-repeat: repeat;
  background-size: 100%;
}
body.bkgstars__black {
  background: url("/wp-content/uploads/bg-star-negatif.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
body.bkgstars__white {
  background: url("/wp-content/uploads/test-star.png") #000;
  background-repeat: repeat;
}
body.bkg__blur:before {
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  position: absolute;
  background: url("/wp-content/uploads/Blur-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  animation: blur-anim 3s cubic-bezier(0, 0.86, 0.24, 1) 0.6s forwards;
  opacity: 0;
}
body.bkg__blur:after {
  content: "";
  width: 100vw;
  height: 100vh;
  top: 50vh;
  left: 0;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  background: url("/wp-content/uploads/Blur-1-v2.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center left;
  animation: blur-anim 3s cubic-bezier(0, 0.86, 0.24, 1) 0.6s forwards;
  opacity: 0;
}
body.bkg__blur--solo:after {
  display: none;
}
@keyframes blur-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bkg__black {
  background: #000;
}
.bkg__projet--apoidea {
  background: url("/wp-content/uploads/hero-apoidea-scale.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bkg__projet--Nextapoidea {
  background: url("/wp-content/uploads/hero-apoidea-scale.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.3s ease;
}
.bkg__projet--eltrona {
  background: url("/wp-content/uploads/Eltrona-hero-1-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bkg__projet--eltrona-v2 {
  background: url("/wp-content/uploads/ELT-Projet-eltrona-V2-header-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease;
}
.bkg__projet--fortius {
  background: url("/wp-content/uploads/Hero-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bkg__projet--NextFortius {
  background: url("/wp-content/uploads/thumb-next-projet-2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.3s ease;
}
/*=====  End of Background elements  ======*/
@media screen and (max-width: 1920px) {
  body.bkg__blur:after {
    background: url("/wp-content/uploads/Blur-1-v2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
  }
}
@media screen and (max-width: 800px) {
  body.bkg__blur:before {
    height: 60vh;
  }
  body.bkg__blur:after {
    height: 60vh;
  }
}
@media screen and (max-width: 600px) {
  .bkg__projet--Nextapoidea {
    background: url("/wp-content/uploads/hero-apoidea-scale.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .bkg__projet--NextFortius {
    background: url("/wp-content/uploads/thumb-next-projet-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
/*=============================================
=            Reading progress bar            =
=============================================*/
.reading {
  height: 5px;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: hidden;
}
.reading__progress {
  height: 100%;
  width: 100vw;
  transform: translateX(-100%);
  background: #FF4308;
}
/*=====  End of Reading progress bar  ======*/
/*=============================================
=            Cta.scss            =
=============================================*/
.cta {
  width: 85%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 50px 0 80px 0;
}
.cta img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.cta .btn__primary {
  margin-top: 10px;
}
.cta__secondary {
  width: 100%;
  padding: 100px 0;
  border: 1px solid #fff;
  border-radius: 20px;
}
.cta__form .cta-emoji {
  width: 102px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.cta__form .cta-emoji img {
  display: block;
  width: 100%;
}
.cta__form .cta-emoji .form {
  margin-top: 50px;
}
.cta__form--orange {
  background: linear-gradient(87.99deg, #FF6731 7.23%, #FF4308 92.04%);
}
.cta__anchor {
  background: linear-gradient(87.99deg, #FF6731 7.23%, #FF4308 92.04%);
  color: #fff;
  text-decoration: none;
  padding: 50px;
  overflow: hidden;
  transition: 0.3s ease;
}
.cta__anchor .title {
  font-size: 28px;
  font-family: "Mont-semibold", sans-serif;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #fff;
  transition: 0.3s ease;
}
.cta__anchor:hover, .cta__anchor:focus {
  transform: scale(0.98);
}
.cta__anchor:hover .btn, .cta__anchor:focus .btn {
  background: transparent;
}
.cta__anchor:hover .btn span, .cta__anchor:focus .btn span {
  color: #fff;
  transform: translateY(-50px);
}
.cta__anchor:hover .btn:after, .cta__anchor:focus .btn:after {
  transform: translateY(0) scale(1);
}
.cta--service .col__el--5:first-child {
  width: 70%;
}
.cta--service .col__el--5:last-child {
  width: 30%;
}
.cta--service strong {
  font-family: "Mont-bold", sans-serif;
}
.cta__formationSingle {
  width: 100%;
  background: linear-gradient(87.99deg, #FF6731 7.23%, #FF4308 92.04%);
  border-radius: 20px;
  padding: 60px 0;
  margin: 0;
}
.cta__formationSingle .visuel-calendrier {
  width: 300px;
  margin: 25px 0px;
}
.cta__formationSingle .title-calendrier {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Mont-bold", sans-serif;
}
.cta__formationSingle .btn__primary span, .cta__formationSingle .btn__primary {
  font-size: 20px;
}
.cta__formationSingle .wrapper {
  display: flex;
  justify-content: center;
}
.cta__formationSingle .spec {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.cta__formationSingle .spec__el {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.cta__formationSingle .spec__el span {
  position: relative;
  margin-right: 20px;
}
.cta__formationSingle .spec__el span::after {
  content: "";
  position: absolute;
  left: -5%;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 2px;
  background-color: #ffffff;
  width: 110%;
}
.cta__formationSingle .spec__el:last-child {
  margin-bottom: 0;
}
.cta__formationSingle .spec__el:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  margin-right: 35px;
}
.cta__formationSingle .spec__el--date:before {
  background: url("/wp-content/uploads/date.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cta__formationSingle .spec__el--langue:before {
  background: url("/wp-content/uploads/langue.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cta__formationSingle .spec__el--lieu:before {
  background: url("/wp-content/uploads/lieu.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cta__formationSingle .spec__el--duration:before {
  background: url("/wp-content/uploads/icon-duration.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cta__formationSingle .spec__el--people:before {
  background: url("/wp-content/uploads/icon-people.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cta__formationSingle .spec__el--price:before {
  background: url("/wp-content/uploads/icon-price.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cta__call-laurent {
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  padding: 50px 0;
}
/*----------  Responsive  ----------*/
@media screen and (max-width: 1280px) {
  .cta__formationSingle .spec__el {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cta__formationSingle {
    padding: 40px 0;
  }
  .cta__formationSingle .spec {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cta__anchor {
    padding: 30px 50px;
  }
  .cta__formationSingle .spec__el:before {
    margin-right: 10px;
  }
  .cta__formationSingle .spec__el {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cta__formationSingle .btn__primary {
    margin-top: 0;
    padding: 25px;
  }
}
@media screen and (max-width: 900px) {
  .cta--service .cta__anchor .title {
    font-size: 22px;
  }
  .cta--service .cta__anchor {
    flex-direction: column;
  }
  .cta--service .cta__anchor .col__el--5 {
    width: 80%;
  }
  .cta--service .cta__anchor .col__el--5:last-child {
    margin-top: 40px;
  }
  .cta--service .cta__anchor .col__el--5:last-child .cta__anchor--btn--wrapper {
    justify-content: center;
  }
  .sme-packages--cta a {
    padding: 19px 35px 18px;
  }
  .sme-packages--cta a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  .cta__anchor {
    text-align: center;
  }
  .cta__anchor--btn--wrapper {
    display: inline-block;
    text-align: center;
    margin-top: 40px;
  }
  .cta__anchor:hover .title, .cta__anchor:focus .title {
    letter-spacing: -0.03em;
  }
  .cta__anchor:hover .btn, .cta__anchor:focus .btn {
    background: #fff;
  }
  .cta__anchor:hover .btn span, .cta__anchor:focus .btn span {
    color: #FF4308;
    transform: translateY(0);
  }
  .cta__anchor:hover .btn:after, .cta__anchor:focus .btn:after {
    transform: translateY(0) scale(0);
  }
  .cta--service .cta__anchor .col__el--5 {
    width: 90%;
  }
  .cta--service .cta__anchor .col__el--5:last-child {
    margin-top: 0px;
  }
  .form__cta {
    width: 100%;
    padding: 50px 70px;
  }
  .cta__formationSingle {
    margin-top: 80px;
  }
  .cta__formationSingle .spec__el:before {
    margin-right: 35px;
  }
  .cta__formationSingle .spec__el {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .cta__formationSingle .btn__primary {
    margin-top: 50px;
    padding: 25px 50px;
  }
}
@media screen and (max-width: 600px) {
  .cta__anchor {
    padding: 30px;
  }
  .form__cta {
    padding: 30px;
  }
  .cta__secondary {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .cta__anchor .title {
    font-size: 20px;
    text-align: center;
  }
  .cta__anchor {
    padding: 30px 20px;
  }
  .cta__anchor .btn__primary span {
    font-size: 16px;
  }
  .cta__anchor .btn__primary {
    padding: 24px 8px 23px;
  }
  .cta__form .v2-container {
    width: 95%;
  }
  .cta__formationSingle .spec__el {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .cta__anchor .title {
    font-size: 20px;
    text-align: center;
  }
  .cta__anchor {
    padding: 30px 20px;
  }
}
/*=====  End of Cta.scss  ======*/
/*=============================================
=            accordion.scss            =
=============================================*/
.accordion {
  margin: 50px 0;
}
.accordion p {
  margin: 0;
}
.accordion__el {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: 0.3s ease;
}
.accordion__el:last-child {
  margin-bottom: 0;
}
.accordion__el--titre {
  position: relative;
  transition: 0.3s ease;
}
.accordion__el--titre p {
  font-size: 20px;
  transition: 0.3s ease;
}
.accordion__el--titre:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("/wp-content/uploads/accordion-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 15px;
  opacity: 0.75;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.accordion__el--content {
  transform: scaleY(0);
  height: 0;
  transform-origin: top;
}
.accordion__el--content ul {
  margin: 0;
}
.accordion__el--content ul li {
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 30px;
  list-style: none;
  position: relative;
}
.accordion__el--content ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin-right: 30px;
  background: #FF4308;
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto;
}
.accordion__el:hover {
  border-bottom: 1px solid #FF4308;
  cursor: pointer;
}
.accordion__el:hover .accordion__el--titre p {
  color: #FF4308;
}
.accordion__el:hover .accordion__el--titre:after {
  background: url("/wp-content/uploads/accordion-arrow-hover.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.accordion__el--active {
  border-bottom: 1px solid #FF4308;
}
.accordion__el--active .accordion__el--titre p {
  color: #FF4308;
}
.accordion__el--active .accordion__el--titre:after {
  background: url("/wp-content/uploads/accordion-arrow-hover.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: translateY(-50%) rotate(180deg);
}
.accordion__el--active .accordion__el--content {
  transform: scaleY(1);
  height: 100%;
  padding: 20px 0;
  transition: transform 0.3s ease;
}
/*=====  End of accordion.scss  ======*/
/*
This file is used to contain all component imports.
Files inside this folder can contain specific element styles and layout. 
*/
/*=============================================
=            Columns            =
=============================================*/
.v2-container {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
.v2-container--vcard {
  max-width: 450px;
}
.col {
  display: flex;
  justify-content: space-between;
}
.col__el--1 {
  width: 10%;
}
.col__el--2 {
  width: 20%;
}
.col__el--2--big {
  width: 24%;
}
.col__el--3 {
  width: 30%;
}
.col__el--3--big {
  width: 35%;
}
.col__el--4 {
  width: 40%;
}
.col__el--4--big {
  width: 45%;
}
.col__el--4--huge {
  width: 49%;
}
.col__el--5 {
  width: 50%;
}
.col__el--5--big {
  width: 55%;
}
.col__el--6 {
  width: 60%;
}
.col__el--6--big {
  width: 65%;
}
.col__el--7 {
  width: 70%;
}
.col__el--8 {
  width: 80%;
}
.col__el--9 {
  width: 90%;
}
.col__el--10 {
  width: 100%;
}
.col__el--auto {
  margin: auto;
}
.col--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.col--sticky--sec {
  top: 50px;
}
.col--left {
  justify-content: flex-start;
}
.col--Hcenter {
  justify-content: center;
}
.col--right {
  justify-content: flex-end;
}
.col--top {
  align-items: flex-start;
}
.col--Vcenter {
  align-items: center;
}
.col--bottom {
  align-items: flex-end;
}
.col--wrap {
  flex-wrap: wrap;
}
.col--column {
  flex-direction: column;
}
.col--row {
  flex-direction: row;
}
/*=============================================
    =            Responsive            =
    =============================================*/
/*----------  Large desktop  ----------*/
/*----------  Medium desktop  ----------*/
/*----------  Small desktop  ----------*/
/*----------  Tablette ----------*/
@media screen and (max-width: 800px) {
  .col {
    flex-direction: column;
  }
  .col--sticky {
    position: initial;
  }
  .col__mobile--reverse {
    flex-direction: column-reverse;
  }
  .col__mobile--row {
    flex-direction: row;
  }
  .col__mobile--Vbottom {
    justify-content: flex-end;
  }
  .col__mobile--Hbottom {
    align-items: flex-start;
  }
  .col--row {
    flex-direction: row;
  }
  [class*="col__el--"] {
    width: 100%;
  }
  .testimonial .col__el--1 {
    width: 20%;
  }
  .testimonial .col__el--6 {
    width: 75%;
  }
}
/*----------  Mobile ----------*/
/*=====  End of Responsive  ======*/
/*=====  End of Columns  ======*/
/*=============================================
=            Grid element           =
=============================================*/
.grid {
  display: grid;
}
.grid--c2 {
  grid-template-columns: 1fr 1fr;
}
.grid--c3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid--c4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid--r2--separator {
  grid-template-rows: 1fr 1fr;
}
.grid--Hcenter {
  text-align: center;
}
.grid--Vcenter {
  align-items: center;
}
.grid__item {
  margin: 0;
  min-height: 240px;
  text-align: center;
  font-size: 24px;
  opacity: 1;
  font-family: "Mont-semibold", sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #343434;
}
.grid__item:nth-child(-n+4) {
  border-top: none;
}
.grid__item:nth-child(n+5) {
  border-bottom: none;
}
.grid__item:nth-child(1), .grid__item:nth-child(5) {
  border-left: none;
}
.grid__item:nth-child(4), .grid__item:nth-child(8) {
  border-right: none;
}
.separator__row {
  width: 100%;
  height: 1px;
}
.separator__row--hubspot {
  background: #343434;
}
.separator__columns {
  height: 100%;
  width: 1px;
}
.separator__columns--hubspot {
  background: #343434;
}
/*=============================================
    =            Responsive            =
    =============================================*/
/*----------  Large desktop  ----------*/
/*----------  Medium desktop  ----------*/
/*----------  Small desktop  ----------*/
/*----------  Tablette ----------*/
@media screen and (max-width: 1024px) {
  .grid__item {
    min-height: 200px;
  }
}
@media screen and (max-width: 800px) {
  .grid__item {
    font-size: 20px;
    border: 1px solid #343434;
  }
  .grid__item:nth-child(-n+2) {
    border-top: none;
  }
  .grid__item:nth-child(n+7) {
    border-bottom: none;
  }
  .grid__item:nth-child(2n+1) {
    border-left: none;
  }
  .grid__item:nth-child(2n) {
    border-right: none;
    border-left: none;
  }
  .grid--c4 {
    grid-template-columns: 1fr 1fr;
  }
}
/*----------  Mobile ----------*/
@media screen and (max-width: 480px) {
  .grid__item img {
    max-width: 80%;
    margin: 0 auto;
  }
}
/*=====  End of Responsive  ======*/
/*=====  End of Grid Element  ======*/
/*=============================================
=            Section element           =
=============================================*/
.section__ctaContact {
  background: linear-gradient(87.99deg, #FF6731 7.23%, #FF4308 92.04%);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
  cursor: none !important;
}
.section__ctaContact--mobile {
  display: none;
}
.section__ctaContact:hover, .section__ctaContact:focus {
  color: #fff;
}
.section__ctaContact:hover .v2-hand__el, .section__ctaContact:focus .v2-hand__el {
  transform: translateX(0);
}
.section__ctaContact--projet {
  text-transform: uppercase;
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.section__ctaContact--projet .v2-title {
  font-family: "Mont-heavy", sans-serif;
}
.section__ctaContact--projet:hover, .section__ctaContact--projet:focus {
  color: #000;
}
.section__ctaContact--projet .v2-title__ctaContact {
  color: #000;
}
.section__ctaContact--service {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.section__ctaContact--service:visited, .section__ctaContact--service p, .section__ctaContact--service .v2-title__ctaContact {
  color: #fff;
}
.section__ctaContact--service .btn__primary--invertPlain {
  background: #FF4308;
}
.section__ctaContact--service .btn__primary--invertPlain span {
  color: #fff;
}
.section__ctaContact--service .btn__primary--invertPlain:hover {
  background: transparent;
}
.section__ctaContact--service .btn__primary--invertPlain:hover span {
  color: #fff;
}
.section__ctaBackup {
  padding: 50px 0;
  margin-top: 75px;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
}
.section__ctaBackup .img {
  height: 80px;
  margin-bottom: 50px;
}
.section__ctaBackup .img img {
  display: inline-block;
  height: 100%;
  width: auto;
  margin: 0;
}
.section__ctaBackup .v2-title {
  display: block;
}
.section__ctaBackup .content__text {
  margin: 50px 0;
}
.section__ctaBackup .content-wrapper {
  transition: 0.3s ease;
}
.section__ctaBackup:hover, .section__ctaBackupfocus {
  text-decoration: none !important;
}
.section__ctaBackup .btn:hover {
  background: transparent;
  transform: translateY(-6px);
}
.section__ctaBackup .btn:hover span {
  transform: translateY(-50px);
}
.section__ctaBackup .btn:hover:after {
  transform: translateY(0) scale(1);
}
.section__name {
  position: relative;
}
.section__name:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section__404 .subtitle {
  font-size: 48px;
  line-height: 1;
  display: block;
  margin-bottom: 30px;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__404 .subtitle img {
  width: 40px;
  height: 40px;
}
.section__404 p {
  font-size: 18px;
  opacity: 0.9;
  margin: 25px 0 0 0;
}
.section__projet--introduction .content {
  transform: translateY(-25%);
}
.section__projet--introduction .content p {
  font-size: 28px;
  margin: 0;
  line-height: 1.2;
  margin-left: 11px;
}
.section__projet--illustration .col__el:last-child {
  transform: translateY(150px);
}
.section__projet--challenge p {
  font-size: 20px;
}
.section__projet--result .result {
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 0;
}
.section__projet--result .result__name {
  font-family: "Mont-regular", sans-serif;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin: 0;
}
.section__projet--result .result__name--strong {
  font-family: "Mont-bold", sans-serif;
  color: #FF4308;
}
.section__projet--result .result__el {
  color: #FF4308;
  font-family: "Mont-heavy", sans-serif;
  font-size: 60px;
  margin: 0;
}
.section__projet--result .result__el span {
  font-size: 30px;
}
.section__projet--result--text .result__name {
  font-size: 32px;
  padding: 50px 0;
}
.section__projet--result--text .result:last-child {
  border-bottom: none;
}
.section__projet--result--text .result .comment {
  font-family: "Mont-book", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}
.section__projet--next {
  padding: 265px 0;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  transition: 0.3s ease;
  overflow: hidden;
}
.section__projet--next .nextProject__text {
  font-size: 30px;
  letter-spacing: -0.03em;
  font-family: "Mont-book", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}
.section__projet--next .nextProject__name {
  font-family: "Mont-bold", sans-serif;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: 60px;
  text-transform: uppercase;
}
.section__projet--next:hover {
  background-size: 110%;
}
.section__projet-fit4 .mockup {
  border-radius: 10px;
}
.section__projet-fit4 .mockup--border {
  border: 2px solid #000;
}
.section__projet-fit4 .mockup--margin {
  margin-bottom: 30px;
}
.section__projet-fit4 .mockup img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.section__padding {
  padding-bottom: 50px;
}
.section__projects__el {
  margin-bottom: 125px;
  overflow: hidden;
}
.section__projects__el .project__content .v2-title__h2, .section__projects__el .project__thumbnails img, .section__projects__el .project__thumbnails {
  transition: 0.3s ease;
}
.section__projects__el .project__thumbnails {
  overflow: hidden;
}
.section__projects__el:hover .project__content .v2-title__h2 {
  letter-spacing: 0.04em;
}
.section__projects__el:hover .project__thumbnails img {
  transform: scale(1.1);
}
.section__projects__el:hover .project__thumbnails {
  transform: scale(0.95);
}
.section__projects a:nth-child(2n) {
  transform: translateY(125px);
}
.section .googleTools__el h3 {
  font-size: 24px;
  font-family: "Mont-semibold", sans-serif;
  line-height: 1.6;
  margin-bottom: 20px;
}
.section .googleTools__el h3 span {
  color: #FF4308;
}
.section .googleTools__el .img {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.section__programme .programme__el {
  margin-bottom: 75px;
}
.section__programme .programme__el.last {
  margin-bottom: 0;
}
.section .sme-packages--cta {
  border: 2px solid #FF4308;
  padding: 20px;
}
.sectionFormation .list, .programme__el .list {
  margin-top: 65px;
  margin-bottom: 50px;
}
.sectionFormation .list__el, .programme__el .list__el {
  font-size: 18px;
}
.formationSingle .section__intro {
  margin-top: 50px;
}
.formationSingle .section__intro .intro__titre {
  font-family: "Mont-semibold", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
}
.formationSingle .section__intro .intro__content {
  font-family: "Mont-book", sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: -0.03em;
}
.align {
  display: flex;
}
.align__left {
  justify-content: left;
}
.align__center {
  justify-content: center;
}
.align__right {
  justify-content: right;
}
.projet-fit4 a.section__ctaContact:visited {
  color: #fff;
}
/*----------  Separators  ----------*/
.separator {
  display: inline-block;
}
.separator__entry {
  padding-top: 200px;
}
.separator__entry--small {
  padding-top: 150px;
}
.separator__entry--medium {
  padding-top: 225px;
}
.separator__entry--big {
  padding-top: 300px;
}
.separator__mini {
  margin: 10px 0;
}
.separator__small {
  margin: 15px 0;
}
.separator__small--big {
  margin: 25px 0;
}
.separator__main {
  margin: 50px 0;
}
.separator__main--big {
  margin: 75px 0;
}
.separator__medium {
  margin: 100px 0;
}
.separator__medium--bottomSup {
  margin: 125px 0 250px 0;
}
.separator__medium--big {
  margin: 150px 0;
}
.separator__big {
  margin: 250px 0;
}
.separator__vcard {
  margin: 25px 0;
}
.separator__visible {
  height: 1px;
  width: 100%;
  background: #343434;
}
.separator__visible--lighter {
  background: rgba(52, 52, 52, 0.3);
}
.separatorMobile {
  display: inline-block;
}
/*----------  Section Contact Hands ----------*/
.v2-hand {
  width: 150px;
  margin: 0 auto 50px auto;
  position: relative;
}
.v2-hand__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v2-hand__el {
  width: 75px;
  display: block;
  transition: 0.3s ease;
}
.v2-hand__el--left {
  transform: translateX(-10%);
}
.v2-hand__el--right {
  transform: translateX(10%);
}
.v2-hand:after, .v2-hand:before {
  content: "";
  display: block;
  width: 45px;
  height: 28px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 0.05s 0.05s linear;
}
.v2-hand:before {
  background: url(/wp-content/uploads/top.svg);
  background-size: cover;
  top: -10%;
}
.v2-hand:after {
  background: url(/wp-content/uploads/bottom.svg);
  background-size: cover;
  bottom: -10%;
}
.v2-hand__checked .v2-hand:after, .v2-hand__checked .v2-hand:before {
  opacity: 1;
}
.v2-hand__checked .v2-title__ctaContact {
  transform: scale(0.9);
}
.section__HAHA {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.section__HAHA .illustration {
  width: 300px;
  margin: 0 auto 80px auto;
}
.section__HAHA .illustration img {
  border-radius: 50%;
}
.section__HAHA .btn__primary:hover span {
  color: #FF4308;
}
.section__HAHA .btn__primary:after {
  color: #FF4308;
}
.section__HAHA .text {
  font-family: "Mont-book", sans-serif;
  font-size: 30px;
}
/*----------  testimonial  ----------*/
.testimonial {
  background: linear-gradient(87.99deg, #FF6731 7.23%, #FF4308 92.04%);
  padding: 110px 0;
  position: relative;
  border-radius: 10px;
}
.testimonial__content {
  color: #fff;
  font-size: 26px;
  font-family: "Mont-regular", sans-serif;
  margin-bottom: 75px;
  position: relative;
}
.testimonial__content:before {
  content: "";
  display: block;
  width: 38px;
  height: 32px;
  background: url("/wp-content/uploads/quote-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -10%;
  left: -4%;
}
.testimonial__author img {
  border-radius: 50%;
}
.testimonial .link__container {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.testimonial .name {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-family: "Mont-bold", sans-serif;
  font-size: 30px;
  margin-left: 30px;
  display: flex;
  align-items: baseline;
}
.testimonial .name__link {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 15px;
  display: flex;
  transition: 0.3s ease;
}
.testimonial .name__link img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: auto;
}
.testimonial .name__link:hover {
  transform: scale(1.25);
}
.testimonial .job {
  color: #fff;
  font-size: 20px;
  font-family: "Mont-light", sans-serif;
  text-transform: uppercase;
  margin: 0;
  margin-left: 30px;
}
.testimonial-small {
  background: transparent;
  padding: 0;
}
.testimonial-small:after {
  display: none;
}
.testimonial-small__content:before {
  display: none;
}
.testimonial-small__author {
  display: flex;
  align-items: center;
}
.testimonial-small .name {
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
}
.testimonial-small .job {
  color: #FF4308;
  line-height: 1;
  font-style: italic;
}
.approche .section__introduction {
  position: relative;
  overflow: hidden;
}
.approche .section__introduction .v2-container {
  position: relative;
  z-index: 10;
}
.approche .section__introduction:after, .approche .section__introduction:before {
  content: "";
  display: block;
  filter: blur(658.57px);
  background: #FF4308;
  border-radius: 50%;
  position: absolute;
}
.approche .section__introduction:before {
  width: 80vw;
  height: 80vh;
  top: -30%;
  right: -50%;
}
.approche .section__introduction:after {
  width: 40vw;
  height: 40vh;
  top: 50%;
  left: -25%;
  filter: blur(390px);
  z-index: 3;
}
.approche .section__evolution {
  transform: translateX(-130px);
}
.approche .content__img {
  margin-top: 100px;
}
.approche .content__img--small {
  margin-top: 50px;
}
.approche .content__strong {
  font-family: "Mont-semibold", sans-serif;
  font-size: 26px;
  margin: 0;
  margin-bottom: 50px;
}
.approche .content .list {
  margin-top: 50px;
}
.approche .content__el {
  margin-bottom: 75px;
}
.approche .content__el:last-child {
  margin-bottom: 0;
}
.approche .text {
  font-size: 18px;
}
.approche .text--big {
  font-size: 20px;
}
.approche .cta__approche {
  padding-bottom: 150px;
}
.approche .cta__approche p {
  margin: 0;
  font-family: "Mont-heavy", sans-serif;
  font-size: 50px;
  line-height: 1.1;
  text-transform: uppercase;
}
.approche .cta__approche--end .v2-title__ctaContact {
  color: #fff;
  font-size: 50px;
  max-width: 84%;
  margin: 0 auto;
}
.approche .sprint {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.approche .sprint .wrapper {
  padding: 150px 0;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.approche .sprint__img {
  width: 15%;
}
.approche .sprint__img img {
  display: block;
  width: 100%;
}
.approche .sprint .content {
  width: 80%;
}
.approche .sprint .content p {
  width: 83%;
  margin: 0;
  margin-top: 50px;
  line-height: 1.8;
}
.cit {
  width: 100%;
  background: white;
  border-radius: 25px;
}
.cit__approche {
  width: 95%;
  transform: translateX(130px);
}
.cit__wrapper {
  padding: 42px;
}
.cit p {
  font-size: 20px;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 30px;
  color: #000;
}
.cit .author {
  display: flex;
  align-items: center;
}
.cit .author .photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0.85px solid #fff;
  margin-right: 12px;
}
.cit .author .name {
  font-family: "Mont-book", sans-serif;
  font-size: 16px;
  color: #000;
}
.faq .titre {
  font-family: "Mont-semibold", sans-serif;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 20px;
}
.faq p.txt {
  max-width: 100%;
}
.faq__el {
  margin-bottom: 40px;
}
.faq__el:last-child {
  margin-bottom: 0;
}
.plan {
  position: relative;
}
.plan:before, .plan:after {
  content: " ";
  display: block;
  background: #FF4308;
  filter: blur(100px);
  border-radius: 50%;
  position: absolute;
}
.plan:before {
  width: 280px;
  height: 280px;
  top: -17%;
  right: -7%;
}
.plan:after {
  width: 235px;
  height: 235px;
  bottom: -9%;
  left: -5%;
}
.plan p {
  margin: 0;
}
.plan__el {
  background: #FF4308;
  color: #fff;
  border-radius: 13px;
  position: relative;
  z-index: 5;
}
.plan__el .wrapper {
  padding-top: 20px;
}
.plan__el .titre {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
.plan__el .features {
  padding-bottom: 40px;
  padding-top: 30px;
  color: #fff;
  min-height: 440px;
  padding-left: 40px;
  padding-right: 40px;
}
.plan__el .features__el {
  font-family: "Mont-semibold", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}
.plan__el .features__el:last-child {
  margin-bottom: 0;
}
.plan__el .price {
  background: #fff;
  color: #000;
  padding: 40px;
  border-radius: 0 0 13px 13px;
}
.plan__el .price__el {
  font-family: "Mont-heavy", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
}
.plan__el .price__el .month {
  font-size: 22px;
}
.plan__el .price__el--last {
  font-size: 30px;
}
.plan__el .price .resume {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: -0.03em;
  font-family: "Mont-regular", sans-serif;
  line-height: 1;
  margin-top: 10px;
}
.maintenance .section__config {
  transform: translateX(130px);
}
.projets__service {
  max-width: 100%;
  overflow: hidden;
  margin-top: 100px;
}
.projets__service .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 60s linear infinite;
}
.projets__service .marquee p {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
}
.projets__service .marquee p span {
  display: inline-block;
  font-size: 40px;
  color: #FF4308;
  font-family: "Mont-light", sans-serif;
  font-style: italic;
  padding: 0 50px;
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.page-vcard .social {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.page-vcard .btn__vcard {
  display: block;
  min-width: 45px;
  width: 45px;
  min-height: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
  text-decoration: none;
  margin-right: 25px;
  display: flex;
}
.page-vcard .btn__vcard svg {
  display: block;
  width: 50%;
  margin: auto;
}
/*=============================================
=            Responsive            =
=============================================*/
/*----------  Large desktop  ----------*/
@media screen and (max-width: 1500px) {
  .plan__el .features {
    min-height: 467px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .plan__el .titre {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*----------  Medium desktop  ----------*/
@media screen and (max-width: 1440px) {
  .sprint .v2-title__h2--big {
    font-size: 38px;
  }
}
@media screen and (max-width: 1366px) {
  .section__HAHA .illustration {
    width: 250px;
    margin: 0 auto 40px auto;
  }
  .testimonial__content {
    font-size: 30px;
  }
  .testimonial:after {
    width: 525px;
    height: 440px;
  }
  .plan__el .titre {
    padding-left: 15px;
    padding-right: 15px;
  }
  .plan__el .features {
    min-height: 435px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .approche .section__introduction:before {
    top: -20%;
    right: -40%;
  }
}
/*----------  Small desktop  ----------*/
@media screen and (max-width: 1280px) {
  .section__HAHA .text {
    font-size: 24px;
  }
  .approche .sprint .wrapper {
    width: 90%;
  }
  .plan__el .price .resume {
    font-size: 16px;
  }
  .plan__el .price__el--last {
    font-size: 29px;
  }
}
/*----------  Tablette ----------*/
@media screen and (max-width: 1024px) {
  .separator__entry {
    padding-top: 200px;
  }
  .separator__main {
    margin: 25px 0;
  }
  .separator__medium {
    margin: 75px 0;
  }
  .separator__medium--bottomSup {
    margin: 75px 0 125px 0;
  }
  .separator__big {
    margin: 125px 0;
  }
  .section__HAHA .text {
    font-size: 18px;
  }
  .testimonial__content {
    font-size: 26px;
  }
  .testimonial .name {
    font-size: 22px;
  }
  .testimonial .job {
    font-size: 16px;
  }
  .approche .content__strong {
    font-size: 20px;
  }
  .plan {
    flex-wrap: wrap;
  }
  .plan__el {
    width: 48%;
    margin-bottom: 50px;
  }
  .plan__el .price__el--last {
    font-size: 29px;
    width: 50%;
    margin: 0 auto;
  }
  .approche .section__introduction:after {
    display: none;
  }
  .projets__service .marquee p span {
    font-size: 32px;
  }
  .formationSingle .section__intro .intro__content {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .cit__approche {
    width: 100%;
    transform: translateX(0);
  }
}
/*----------  Mobile ----------*/
@media screen and (max-width: 800px) {
  .separatorMobile__main {
    height: 25px;
  }
  .separatorMobile__big {
    height: 125px;
  }
  .separatorMobile__medium {
    height: 75px;
  }
  .align__right, .align__left {
    justify-content: center;
  }
  .section__projects a {
    margin-bottom: 75px;
  }
  .section__projects a:nth-child(2n) {
    transform: translateY(0);
  }
  .section__projects__el:hover .project__content .v2-title__h2 {
    letter-spacing: -0.03em;
  }
  .section__projects__el:hover .project__thumbnails img {
    transform: scale(1);
  }
  .section__projects__el:hover .project__thumbnails {
    transform: scale(1);
  }
  .section__projet--next {
    padding: 95px 0;
  }
  .section__projet--next .nextProject__name {
    font-size: 42px;
  }
  .section__projet--next .nextProject__text {
    font-size: 22px;
  }
  .section__projet--illustration .col__el:last-child {
    transform: translateY(0);
  }
  .section__projet--result .result__el {
    font-size: 46px;
  }
  .section__projet--result .result__name {
    font-size: 18px;
  }
  .section__projet--introduction .content p {
    font-size: 20px;
    margin: 0;
  }
  .testimonial {
    padding: 100px 0;
  }
  .testimonial-small {
    padding: 0;
  }
  .approche .content__strong {
    font-size: 26px;
  }
  .approche .cta__approche p {
    font-size: 40px;
  }
  .approche .sprint .content p {
    width: 100%;
  }
  .approche .sprint .wrapper {
    width: 100%;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sprint .v2-title__h2--big {
    font-size: 41px;
    margin-top: 50px;
  }
  .plan__el {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .maintenance .section__config {
    transform: translateX(0);
  }
  .plan:before, .plan:after {
    display: none;
  }
  .plan__el .features {
    min-height: auto;
  }
  .approche .section__introduction:before {
    display: none;
  }
  .section__ctaContact--desktop {
    display: none;
  }
  .section__ctaContact--mobile {
    display: block;
    cursor: pointer !important;
  }
  .approche .section__evolution {
    transform: translateX(0);
  }
  .projets__service {
    margin-top: 50px;
  }
  .section__projet--challenge p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .separator__medium {
    margin: 50px 0;
  }
  .separator__medium--big {
    margin: 75px 0;
  }
  .separator__entry {
    padding-top: 150px;
  }
  .separator__entry--medium {
    padding-top: 150px;
  }
  .section__404 .subtitle {
    font-size: 36px;
  }
  .section__404 .subtitle img {
    width: 30px;
    height: 30px;
  }
  .section__404 .text {
    font-size: 16px;
    opacity: 0.9;
    margin: 50px 0;
  }
  .section__projet--result .result__el {
    font-size: 38px;
  }
  .section__projet--next .nextProject__name {
    font-size: 36px;
  }
  .section__projet--next .nextProject__text {
    font-size: 18px;
  }
  .section__projet--introduction .content p {
    font-size: 16px;
  }
  .testimonial__content {
    font-size: 22px;
  }
  .testimonial .name {
    font-size: 20px;
  }
  .testimonial .job {
    font-size: 14px;
  }
  .testimonial:after {
    width: 400px;
    height: 340px;
  }
  .section__projet--next {
    padding: 150px 0;
  }
  .section__projet--next:hover {
    background-size: cover;
  }
  .section__projet--introduction {
    min-height: 50vh;
  }
  .section__projet--introduction--el {
    height: 50vh;
  }
  .section__ctaBackup .img {
    height: 50px;
  }
  .cit p {
    font-size: 16px;
  }
  .approche .cta__approche p {
    font-size: 36px;
  }
  .approche .content__strong {
    font-size: 18px;
  }
  .sprint .v2-title__h2--big {
    font-size: 34px;
  }
  .approche .cta__approche--end .v2-title__ctaContact {
    font-size: 36px;
  }
  .section__projet--result--text .result .comment {
    font-size: 14px;
    margin-top: 0px;
  }
  .separator__main--big {
    margin: 20px 0;
  }
  .section__ctaContact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .section__HAHA .background__top, .section__HAHA .background__bottom {
    background: url(/wp-content/uploads/deadpool.gif);
    background-size: 50%;
    height: 25vh;
  }
  .section__HAHA .text {
    font-size: 16px;
    margin: 20px 0;
  }
  .section__HAHA .btn__primary {
    padding: 24px 15px 23px;
  }
  .section__HAHA .btn__primary span {
    font-size: 16px;
  }
  .section__HAHA .btn__primary:after {
    font-size: 16px;
  }
  .section__projet--result .result__el {
    font-size: 28px;
  }
  .section__projet--result .result__name {
    font-size: 16px;
  }
  .section__projet--next .nextProject__name {
    font-size: 24px;
  }
  .section__projet--next .nextProject__text {
    font-size: 16px;
  }
  .section__HAHA .illustration {
    width: 180px;
  }
  .testimonial__content {
    font-size: 18px;
  }
  .testimonial .name {
    font-size: 16px;
  }
  .testimonial .job {
    font-size: 14px;
  }
  .section__projet--result .result__el span {
    font-size: 16px;
  }
  .cit__wrapper {
    padding: 25px;
  }
  .approche .text--big {
    font-size: 16px;
  }
  .approche .cta__approche p {
    font-size: 28px;
  }
  .approche .sprint .content p {
    text-align: left;
    font-size: 16px;
  }
  .approche .cta__approche--end .v2-title__ctaContact {
    font-size: 25px;
  }
  .plan__el {
    width: 100%;
  }
  .plan__el .price__el--last {
    width: 100%;
    margin: 0 auto;
  }
  .faq .titre {
    font-size: 22px;
  }
  .projets__service .marquee p span {
    font-size: 24px;
  }
  .v2-hand__el {
    width: 60px;
  }
  .v2-hand__wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .v2-hand {
    margin: 0 auto 15px auto;
  }
  .section__ctaContact--mobile .btn__primary {
    margin-top: 25px;
  }
  .testimonial {
    padding: 50px 0;
  }
  .testimonial__content {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .testimonial:after {
    width: 400px;
    display: none;
  }
  .sprint .v2-title__h2--big {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  .section__404 p {
    margin: 25px 0 0 0;
  }
  .section__404 .subtitle {
    font-size: 30px;
  }
  .section__404 .subtitle img {
    width: 25px;
    height: 25px;
  }
  .section__HAHA .text {
    font-size: 14px;
    margin: 20px 0;
  }
  .section__projet--result .result {
    padding: 30px 0;
  }
  .testimonial__content {
    font-size: 16px;
  }
}
/*=====  End of Responsive  ======*/
/*=====  End of Section Element  ======*/
/*=============================================
=           Menu Navigation            =
=============================================*/
:root {
  --app-height: 100%;
}
.main-navigation-v2 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #FF4308;
  top: 0;
  left: 0;
  z-index: 10000000;
  overflow-x: hidden;
  transform: translateX(-100%);
  transition: 0.3s ease;
}
.main-navigation-v2--open {
  transform: translateX(0);
}
.main-navigation-v2 .wrapper {
  height: 100%;
  overflow-y: scroll;
  padding: 0 5%;
  position: relative;
}
.main-navigation-v2 .wrapper::-webkit-scrollbar {
  width: 10px;
  position: relative;
  z-index: 10000002;
}
.main-navigation-v2 .wrapper::-webkit-scrollbar-track {
  background: rgba(240, 240, 240, 0.5);
}
.main-navigation-v2 .wrapper::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 20px;
}
.main-navigation-v2 .navigation__header {
  padding: 75px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.main-navigation-v2 .navigation__header a {
  display: inline-block;
  max-width: 165px;
}
.main-navigation-v2 .navigation__header img {
  display: block;
  width: 100%;
}
.main-navigation-v2 .closeMenu {
  display: block;
  width: 90px;
  height: 90px;
  position: fixed;
  z-index: 100000;
  top: 50px;
  right: 50px;
}
.main-navigation-v2 .closeMenu a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background: url("/wp-content/uploads/close.svg") #FF4308;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: center;
  transition: 0.3s ease;
}
.main-navigation-v2 .closeMenu a:hover {
  background-size: 25%;
}
.main-navigation-v2 .menu-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation-v2 .menu-main .backbtn {
  display: none;
}
.main-navigation-v2 .menu-main a {
  color: #fff;
  text-decoration: none;
}
.main-navigation-v2 .menu-main a:visited {
  color: #fff;
}
.main-navigation-v2 .menu-main .menu-item a {
  display: block;
  width: 100%;
  font-family: "Mont-heavy", sans-serif;
  font-size: 50px;
  padding: 50px 0 50px 0;
  text-transform: uppercase;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  position: relative;
  transition: 0.5s 0.2s ease;
}
.main-navigation-v2 .menu-main .menu-item a::after {
  content: "";
  display: block;
  width: 111%;
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  pointer-events: none;
  z-index: -1;
  transform: translateX(-150%);
  transition: 0.5s 0.3s ease;
}
.main-navigation-v2 .menu-main .menu-item a::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background: url("/wp-content/uploads/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-30px);
  opacity: 0;
  transition: transform 0.2s 0s ease, opacity 0.2s 0s ease;
}
.main-navigation-v2 .menu-main .menu-item:hover a {
  color: #000;
  transition: 0.5s ease;
}
.main-navigation-v2 .menu-main .menu-item:hover a:after {
  transform: translateX(-5%);
  transition: 0.5s ease;
}
.main-navigation-v2 .menu-main .menu-item:hover a::before {
  transform: translateY(-50%) translateX(0px);
  opacity: 1;
  transition: transform 0.5s 0.4s ease, opacity 0.5s 0.5s ease;
}
.main-navigation-v2 .menu-main .menu-item:hover .sub-menu {
  transform: translateX(0%);
  pointer-events: all;
  opacity: 1;
  transition: transform 0.5s 0.3s ease;
}
.main-navigation-v2 .menu-main .menu-item:hover .sub-menu a::before {
  transform: translateY(-50%) translateX(-30px);
  opacity: 0;
}
.main-navigation-v2 .menu-main .current-menu-item a::after {
  content: "";
  display: block;
  width: 111%;
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: -1;
  transform: translateX(-5%);
  transition: 0.5s 0.3s ease;
}
.main-navigation-v2 .menu-main .sub-menu {
  position: fixed;
  height: 100vh;
  width: 50vw;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 2% 8%;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(110%);
  transition: transform 0.5s 0.2s ease;
}
.main-navigation-v2 .menu-main .sub-menu .menu-item {
  margin-bottom: 45px;
}
.main-navigation-v2 .menu-main .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}
.main-navigation-v2 .menu-main .sub-menu a {
  font-size: 45px;
  line-height: 1;
  color: #000;
  letter-spacing: -0.03em;
  width: auto;
  text-transform: uppercase;
  padding: 0;
  display: inline;
  transition: 0.3s ease;
}
.main-navigation-v2 .menu-main .sub-menu a::after {
  display: none;
}
.main-navigation-v2 .menu-main .sub-menu a::before {
  right: -40px;
  background: url("/wp-content/uploads/arrow-orange-4.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.2s 0s ease, opacity 0.2s 0s ease;
}
.main-navigation-v2 .menu-main .sub-menu a:hover {
  color: #FF4308;
}
.main-navigation-v2 .menu-main .sub-menu a:hover::before {
  transform: translateY(-50%) translateX(0px) !important;
  opacity: 1 !important;
  transition: transform 0.3s 0.2s ease, opacity 0.3s 0.3s ease;
}
.main-navigation-v2 .menu-main .sub-menu .twoline-link a:hover::before {
  transform: translateY(-50%) translateX(60px) !important;
}
.main-navigation-v2 .menu-main .sub-menu:first-child a {
  display: block;
}
.main-navigation-v2 .menu-main .sub-menu .socials {
  margin-bottom: 15px;
}
.main-navigation-v2 .menu-main .sub-menu .socials a {
  font-size: 22px;
  font-family: "Mont-regular", sans-serif;
}
.main-navigation-v2 .menu-main .sub-menu .socials a:before {
  width: 25px;
  height: 15px;
}
.main-navigation-v2 .menu-main .sub-menu .socials a:hover:before {
  transform: translateY(-50%) translateX(-10px) !important;
}
.main-navigation-v2 .menu-main .sub-menu .socials:first-child {
  margin-top: 85px;
}
.main-navigation-v2 .menu-main .sub-menu .seeall a {
  font-size: 22px;
  font-family: "Mont-regular", sans-serif;
}
.main-navigation-v2 .menu-main .ambitions .sub-menu a {
  font-size: 26px;
}
/*=============================================
    =            Responsive            =
    =============================================*/
@media screen and (max-width: 1500px) {
  .main-navigation-v2 .menu-main .sub-menu a {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  .main-navigation-v2 .menu-main .menu-item a {
    font-size: 42px;
  }
  .main-navigation-v2 .menu-main .sub-menu a {
    font-size: 34px;
  }
}
@media screen and (max-width: 1150px) {
  .main-navigation-v2 .menu-main .sub-menu {
    padding: 2% 5%;
  }
  .main-navigation-v2 .menu-main .menu-item a {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .main-navigation-v2 .menu-main .menu-item:hover .sub-menu {
    transform: translateX(110%);
    pointer-events: none;
    opacity: 0;
  }
  .main-navigation-v2 .menu-main .menu-item:hover a {
    color: #fff;
  }
  .main-navigation-v2 .menu-main .menu-item:hover .sub-menu a {
    color: #000;
  }
  .main-navigation-v2 .menu-main .menu-item:hover a::before {
    transform: translateY(-50%) translateX(-30px);
    opacity: 0;
  }
  .main-navigation-v2 .menu-main .menu-item:hover a:after {
    transform: translateX(-150%);
  }
  .main-navigation-v2 .menu-main .submenu-in {
    transform: translateX(0%) !important;
    pointer-events: all !important;
    opacity: 1 !important;
  }
  .main-navigation-v2 .menu-main .submenu-out {
    transform: translateX(110%) !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }
  .main-navigation-v2 .menu-main .sub-menu {
    width: 80vw;
  }
  .main-navigation-v2 .menu-main .menu-item::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: #000;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
  }
  .main-navigation-v2 .menu-main .sub-menu .menu-item::after {
    display: none;
  }
  .main-navigation-v2 .menu-main .menu-item-in::after {
    opacity: 0.3;
    transition: 0.3s 0.3s ease;
  }
  .main-navigation-v2 .menu-main .menu-item-in a::after {
    transform: translateX(-5%);
  }
  .main-navigation-v2 .menu-main .menu-item-out::after {
    opacity: 0;
    transition: 0.3s ease;
  }
  .main-navigation-v2 .menu-main .menu-item-out a::after {
    transform: translateX(-150%);
  }
  .main-navigation-v2 .closeMenu {
    z-index: 10;
  }
  .main-navigation-v2 .menu-main .backbtn {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    height: 15px;
  }
  .main-navigation-v2 .menu-main .backbtn a {
    font-family: "Mont-bold", sans-serif;
    font-size: 14px;
    color: #FF4308 !important;
  }
  .main-navigation-v2 .menu-main .backbtn a:visited {
    color: #FF4308 !important;
  }
  .main-navigation-v2 .menu-main .backbtn a::before {
    opacity: 1 !important;
    right: auto;
    left: -38px;
    transform: translateY(-50%) translateX(0) rotate(180deg) !important;
    transition: none !important;
    width: 30px;
    height: 17px;
  }
  .main-navigation-v2 .menu-main .backbtn a:hover {
    color: #FF4308 !important;
  }
  .main-navigation-v2 .menu-main .backbtn a:hover::before {
    transform: translateY(-50%) translateX(0) rotate(180deg) !important;
  }
}
@media screen and (max-width: 700px) {
  .main-navigation-v2 .menu-main .menu-item a {
    font-size: 28px;
    padding: 25px 0;
  }
  .main-navigation-v2 .menu-main .sub-menu a {
    padding: 0;
  }
  .main-navigation-v2 .menu-main .sub-menu .menu-item {
    margin-bottom: 30px;
  }
  .main-navigation-v2 .menu-main .backbtn a, .main-navigation-v2 .menu-main .ambitions .backbtn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .main-navigation-v2 .menu-main .menu-item a {
    font-size: 22px;
  }
  .main-navigation-v2 .navigation__header a {
    max-width: 120px;
  }
  .main-navigation-v2 .closeMenu {
    top: 35px;
    right: 35px;
  }
  .main-navigation-v2 .menu-main .backbtn a {
    font-size: 14px;
  }
  .main-navigation-v2 .menu-main .sub-menu {
    width: 100vw;
  }
}
@media screen and (max-width: 320px) {
  .main-navigation-v2 .menu-main .menu-item a {
    font-size: 18px;
  }
}
/*=====  End of Menu Navigation  ======*/
/*=============================================
=            Header.scss            =
=============================================*/
.v2-header__black header svg path, .v2-header__black header svg line {
  fill: #000;
  stroke: #000;
}
.v2-header__black .btn__primary--header {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.v2-header__black .btn__primary--header span {
  color: #fff;
}
/*=====  End of Header.scss  ======*/
/*=============================================
=            Footer            =
=============================================*/
.v2-footer {
  padding: 150px 0;
  border-bottom: 5px solid #FF4308;
}
.badge {
  text-align: right;
  display: flex;
  align-items: flex-start;
}
.badge a {
  width: 20%;
  display: block;
  margin-left: 20px;
}
.badge a:first-child {
  margin-left: 0;
}
.badge img {
  width: 100%;
  display: block;
}
.footer-menu .contact-link a {
  border: solid 1px #00000030;
}
.footer-menu a {
  text-decoration: none;
  transition: 0.3s ease;
}
.footer-menu .main-footer {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-menu .main-footer a {
  margin-right: 30px;
  text-transform: uppercase;
  font-family: "Mont-semibold", sans-serif;
  display: inline-block;
  color: #000;
}
.footer-menu .main-footer a:last-child {
  margin-right: 0;
}
.footer-menu .main-footer a:hover {
  color: #FF4308;
  transform: translateY(-3px);
}
.footer-menu .secondary-footer {
  font-size: 14px;
}
.footer-menu .secondary-footer a {
  margin-right: 30px;
  opacity: 0.5;
  font-family: "Mont-book", sans-serif;
  display: inline-block;
  color: #000;
}
.footer-menu .secondary-footer a:last-child {
  margin-right: 0;
}
.footer-menu .secondary-footer a:hover {
  color: #FF4308;
  transform: translateY(-3px);
  opacity: 1;
}
.footer-menu .last-footer {
  font-size: 12px;
  text-align: right;
  margin-top: 50px;
}
.footer-menu .last-footer a {
  margin-right: 30px;
  color: #000;
  opacity: 0.5;
  font-size: 12px;
  font-family: "Mont-book", sans-serif;
  display: inline-block;
}
.footer-menu .last-footer a:last-child {
  margin-right: 0;
}
.footer-menu .last-footer a:hover {
  color: #FF4308;
  transform: translateY(-3px);
  opacity: 1;
}
.body__dark .footer-menu .main-footer a {
  color: #fff;
}
.body__dark .footer-menu .secondary-footer a {
  color: #fff;
}
.body__dark .footer-menu .last-footer a {
  color: #fff;
}
.body__dark .footer-menu .contact-link a {
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.body__dark .footer-menu .contact-link a path {
  fill: #fff;
}
.body__dark .footer-menu .contact-link a:hover path {
  fill: #000;
}
@media screen and (max-width: 600px) {
  .footer-menu .main-footer {
    font-size: 26px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-menu .secondary-footer {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .badge {
    text-align: center;
    margin-top: 50px;
  }
  .badge a {
    margin-left: 0px;
  }
  .footer-menu .main-footer a {
    margin-right: 0px;
  }
  .footer-menu .secondary-footer a {
    margin-right: 0px;
  }
  .contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-menu .last-footer {
    font-size: 12px;
    text-align: center;
  }
}
/*=====  End of Footer  ======*/
/*=============================================
=            Popup Elements           =
=============================================*/
.popup {
  height: 100vh;
  width: 100vw;
  background: transparent;
  z-index: 99999;
  position: fixed;
  display: flex;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
  background: rgba(0, 0, 0, 0.7);
}
.popup__background {
  width: 50vw;
}
.popup__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 50vw;
  background: #ffffff;
  transition: 0.3s ease;
  transform: translateX(100%);
}
.popup__content {
  overflow-y: scroll;
  padding: 100px 10%;
  max-height: 100vh;
}
.popup__content .txt {
  color: #000;
}
.popup__close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  height: 60px;
  display: flex;
  width: 60px;
  background-color: #ffffff;
  border: 1px solid #000;
  content: "";
  border-radius: 100px;
  z-index: 99999;
}
.popup__close-btn:hover {
  background-color: #000;
  border: 1px solid #000;
  cursor: pointer;
}
.popup__close-btn:hover path {
  stroke: #fff;
}
.popup__close-btn svg {
  margin: auto;
}
.popup__show {
  opacity: 1;
  pointer-events: all;
}
.popup__show .popup__wrapper {
  transform: translateX(0);
}
.popup__hide {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .popup__background {
    display: none;
  }
  .popup__wrapper {
    width: 100vw;
  }
}
/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating to a reusable component.
*/
.lp-10ans .txt {
  font-size: 20px;
}
.lp-10ans .txt strong {
  font-family: "Mont-heavy", sans-serif;
}
.lp-10ans .v2-title__h2--huge--margin {
  margin-bottom: 30px;
}
.lp-10ans .section-10ans .txt, .lp-10ans .section-10ans li {
  font-size: 22px;
}
.lp-10ans .section-10ans ul {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  padding-left: 26px;
  border-left: 1px solid #FF4308;
}
.lp-10ans .section-10ans .text_strong {
  font-family: "Mont-bold", sans-serif;
  max-width: 100%;
}
.lp-10ans .section-10ans--emoji img {
  max-width: 135px;
  margin: 0 auto;
}
.lp-10ans-why {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-10ans-why__el {
  width: 60%;
}
.lp-10ans-why__el--img {
  width: 40%;
}
.lp-10ans-why__el .titre {
  font-family: "Mont-heavy", sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.lp-10ans-why__el .txt {
  font-size: 22px;
}
.lp-10ans-why__el:nth-child(even) .img-container {
  text-align: right;
}
.section__orange {
  background: #FF4308;
  color: #000;
  padding: 200px 0;
}
.section__orange .v2-title {
  color: #000;
}
.section__orange .btn__primary {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.section__orange .btn__primary span {
  color: #000;
}
.section__orange .btn__primary:after {
  color: #000;
}
.section__orange--cta--end {
  margin-top: 130px;
  position: relative;
}
.section__orange--cta--end:before {
  background: url("/wp-content/uploads/10ans-arrow-left-2.svg");
  left: 0;
}
.section__orange--cta--end:after {
  background: url("/wp-content/uploads/10ans-arrow-right-2.svg");
  right: 0;
}
.section__orange--cta--end:after, .section__orange--cta--end:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
}
.section__orange--cta--end .btn__primary {
  padding: 30px 100px;
}
.section__orange--cta--end .btn__primary span, .section__orange--cta--end .btn__primary:after {
  font-size: 26px;
  color: #FF4308;
}
.lp-10ans-gift .gift-container {
  max-width: 1465px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 120px;
  margin-top: 230px;
  border: 3px solid #000;
  border-radius: 20px;
}
.lp-10ans-gift .gift-container .wrapper {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.lp-10ans-gift .gift-container .gift__titre h2, .lp-10ans-gift .gift-container .gift__valeur p {
  font-family: "Mont-heavy", sans-serif;
  letter-spacing: -0.03em;
  font-size: 125px;
  margin: 0;
  line-height: 90%;
  text-align: center;
}
.lp-10ans-gift .gift-container .gift__titre h2 span, .lp-10ans-gift .gift-container .gift__valeur p span {
  display: block;
  font-family: "Mont-regular", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 1.2em;
  text-transform: uppercase;
  font-style: italic;
}
.lp-10ans-gift .gift-container .gift__valeur--last p {
  text-transform: uppercase;
}
.lp-10ans-gift .gift-container .gift__titre--main h2 {
  background: #FF4308;
  padding: 0 80px;
  margin-top: -70px;
}
.lp-10ans-gift .gift-container .gift__valeur {
  margin-bottom: 250px;
}
.lp-10ans-gift .gift-container .gift__valeur--last {
  margin-bottom: 120px;
}
.lp-10ans-gift .gift-container .gift__valeur .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-10ans-gift .gift-container .gift__valeur--el {
  position: relative;
}
.lp-10ans-gift .gift-container .gift__valeur--el--barre {
  max-width: 200px;
  width: 15%;
  height: 3px;
  background: #000;
}
.lp-10ans-gift .gift-container .gift__valeur--el .waow::after {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  background: url("/wp-content/uploads/AW-LP-10ans-waow.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -150%;
  transform: translateX(-50%);
}
.lp-10ans-gift .gift-container .gift__content--last .waow {
  position: relative;
}
.lp-10ans-gift .gift-container .gift__content--last .waow::after {
  content: "";
  display: block;
  background: url("/wp-content/uploads/AW-LP-10ans-waow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  right: -9%;
}
.lp-10ans-gift .gift-container .arrow {
  position: relative;
}
.lp-10ans-gift .gift-container .arrow__left:before {
  background: url(/wp-content/uploads/10ans-arrow-left.svg);
  left: 0;
}
.lp-10ans-gift .gift-container .arrow__right:after {
  background: url(/wp-content/uploads/10ans-arrow-right.svg);
  right: 0;
}
.lp-10ans-gift .gift-container .arrow:after, .lp-10ans-gift .gift-container .arrow:before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50%;
}
.lp-10ans-gift .gift-container .arrow__big:after, .lp-10ans-gift .gift-container .arrow__big:before {
  width: 150px;
  height: 150px;
  bottom: -100%;
}
.lp-10ans-gift .gift-container .arrow__big.arrow__left:before {
  left: -45%;
}
.lp-10ans-gift .gift-container .arrow__big.arrow__right:after {
  right: -45%;
}
.lp-10ans-gift .gift-container .gift__content--titre {
  font-family: "Mont-heavy", sans-serif;
  letter-spacing: -0.03em;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 40px;
}
.lp-10ans-gift .gift-container .gift__content--titre span {
  font-family: "Mont-regular", sans-serif;
  letter-spacing: -0.03em;
  font-size: 40px;
  font-weight: 600;
}
.lp-10ans-gift .gift-container .gift__text p {
  font-size: 32px;
  line-height: 1.5;
  max-width: 100%;
}
.lp-10ans-gift .gift-container .gift__text p.small {
  font-size: 24px;
  line-height: 1.4;
}
.lp-10ans-gift .gift-container .img-container-line {
  margin: 35px 0 70px 0;
}
.lp-10ans-gift .gift-container .gift__content .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.lp-10ans-gift .gift-container .gift__content--divider {
  width: 1%;
  max-width: 2px;
  background: #000;
  min-height: 100%;
  display: block;
  margin: 0 50px;
}
.lp-10ans-gift .gift-container .gift__content--list {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lp-10ans-gift .gift-container .gift__content--list span {
  min-width: 60px;
  margin-right: 20px;
  min-height: 60px;
  background: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Mont-bold", sans-serif;
  font-size: 26px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.lp-10ans-gift .gift-container .gift__content--list p {
  font-size: 26px;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -0.03em;
  font-weight: 600;
  font-family: "Mont-regular", sans-serif;
}
.lp-10ans-gift .gift-container .gift__content--list p strong {
  font-family: "Mont-heavy", sans-serif;
}
.lp-10ans-gift .gift-container .gift__content--el {
  width: 49.5%;
}
.lp-10ans-gift .gift-container .gift__content--el .gift__content--list:last-child {
  margin-bottom: 0;
}
.CTA-promo {
  background: #fff;
  position: fixed;
  width: 65px;
  top: 25%;
  right: 0;
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 25px 0px 0px 25px;
  z-index: 10000;
  transform: translateX(110%);
  animation: slide 0.2s 5s ease-in forwards;
  transition: 0.3s ease;
}
.CTA-promo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}
.CTA-promo a:visited {
  color: #000;
}
.CTA-promo p {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin: 0;
  margin-bottom: 16px;
}
.CTA-promo:hover {
  background: #FF4308;
  cursor: pointer;
}
@keyframes slide {
  to {
    transform: translateX(0);
  }
}
@keyframes slideTop {
  to {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1600px) {
  .lp-10ans .v2-title__h2--huge--2 {
    font-size: 90px;
  }
  .lp-10ans-gift .gift-container .gift__titre h2, .lp-10ans-gift .gift-container .gift__valeur p {
    font-size: 105px;
  }
  .lp-10ans-gift .gift-container .gift__titre h2 span, .lp-10ans-gift .gift-container .gift__valeur p span {
    font-size: 24px;
  }
  .lp-10ans-gift .gift-container .gift__valeur--el .waow::after {
    bottom: -190%;
  }
}
@media screen and (max-width: 1366px) {
  .lp-10ans .v2-title__h2--huge--2 {
    font-size: 75px;
  }
  .lp-10ans-gift .gift-container .gift__titre h2, .lp-10ans-gift .gift-container .gift__valeur p {
    font-size: 90px;
  }
  .lp-10ans-gift .gift-container .gift__content--list p {
    font-size: 22px;
  }
  .lp-10ans-gift .gift-container .gift__content--titre {
    font-size: 60px;
  }
  .lp-10ans-gift .gift-container .gift__text p {
    font-size: 26px;
  }
  .lp-10ans-gift .gift-container .gift__text p.small {
    font-size: 18px;
  }
  .section__orange--cta--end .btn__primary span, .section__orange--cta--end .btn__primary:after {
    font-size: 20px;
  }
  .lp-10ans .section-10ans .txt, .lp-10ans .section-10ans li {
    font-size: 18px;
  }
  .lp-10ans-gift .gift-container .gift__valeur {
    margin-bottom: 170px;
  }
  .lp-10ans-gift .gift-container .arrow:after, .lp-10ans-gift .gift-container .arrow:before {
    bottom: -75%;
  }
  .lp-10ans-gift .gift-container .gift__content--titre span {
    font-size: 30px;
  }
  .lp-10ans-gift .gift-container .arrow__big.arrow__left:before {
    left: -60%;
  }
  .lp-10ans-gift .gift-container .arrow__big.arrow__right:after {
    right: -60%;
  }
  .lp-10ans-gift .gift-container .gift__valeur--el .waow::after {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .lp-10ans .v2-title__h2--huge--2 {
    font-size: 60px;
  }
  .lp-10ans-gift .gift-container .gift__titre h2, .lp-10ans-gift .gift-container .gift__valeur p {
    font-size: 70px;
  }
  .lp-10ans-gift .gift-container .gift__titre h2 span, .lp-10ans-gift .gift-container .gift__valeur p span {
    font-size: 21px;
    letter-spacing: 10px;
  }
  .lp-10ans-gift .gift-container .arrow:after, .lp-10ans-gift .gift-container .arrow:before {
    bottom: -90%;
  }
  .lp-10ans-gift .gift-container .arrow__big:after, .lp-10ans-gift .gift-container .arrow__big:before {
    width: 105px;
    height: 100px;
  }
  .lp-10ans-gift .gift-container .gift__text p {
    font-size: 22px;
  }
  .lp-10ans-gift .gift-container .gift__content--last .waow::after {
    display: none;
  }
  .section__orange--cta--end:before {
    left: -10%;
  }
  .section__orange--cta--end:after {
    right: -10%;
  }
  .lp-10ans-gift .gift-container .gift__text p.small {
    font-size: 16px;
  }
  .lp-10ans-gift .gift-container {
    padding-bottom: 70px;
  }
  .section-lp-10ans-why .col__el--7 {
    width: 100%;
  }
  .lp-10ans-why__el .titre {
    font-size: 28px;
  }
  .lp-10ans-why__el .txt {
    font-size: 18px;
  }
  .CTA-promo p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .lp-10ans .columns__1024 {
    flex-direction: column;
  }
  .lp-10ans .columns__1024--reverse {
    flex-direction: column-reverse;
  }
  .lp-10ans .columns__1024 .col__el {
    width: 100%;
    margin-bottom: 50px;
  }
  .lp-10ans .lp-10ans-gift .gift-img {
    width: 30%;
    margin: 0 auto;
  }
  .section__orange {
    padding: 100px 0;
  }
  .lp-10ans-gift .gift-container {
    margin-top: 100px;
  }
  .lp-10ans-gift .gift-container .gift__titre--main h2 {
    margin-top: -40px;
  }
  .lp-10ans-gift .gift-container .gift__titre h2, .lp-10ans-gift .gift-container .gift__valeur p {
    font-size: 48px;
  }
  .lp-10ans-gift .gift-container .gift__valeur--el--barre {
    width: 20%;
  }
  .lp-10ans-gift .gift-container .arrow:after, .lp-10ans-gift .gift-container .arrow:before {
    bottom: -120%;
  }
  .lp-10ans-gift .gift-container .arrow__left:before {
    left: -25%;
  }
  .lp-10ans-gift .gift-container .arrow__right:after {
    right: -25%;
  }
  .lp-10ans-gift .gift-container .gift__content .wrapper {
    flex-direction: column;
  }
  .lp-10ans-gift .gift-container .gift__content--el {
    width: 100%;
    margin-bottom: 50px;
  }
  .lp-10ans-gift .gift-container .gift__content--el:last-child {
    margin-bottom: 0;
  }
  .lp-10ans-gift .gift-container .gift__content--divider {
    display: none;
  }
  .lp-10ans-gift .gift-container .gift__content--titre {
    font-size: 48px;
  }
  .lp-10ans-gift .gift-container .gift__valeur {
    margin-bottom: 120px;
  }
  .lp-10ans-gift .gift-container .arrow__big.arrow__left:before {
    left: -75%;
  }
  .lp-10ans-gift .gift-container .arrow__big.arrow__right:after {
    right: -75%;
  }
  .lp-10ans-gift .gift-container .arrow__big:after, .lp-10ans-gift .gift-container .arrow__big:before {
    width: 75px;
  }
  .section__orange--cta--end {
    margin-top: 50px;
  }
  .section__orange--cta--end .btn__primary {
    padding: 25px 70px;
  }
  .lp-10ans-gift .gift-container .gift__content--titre span {
    font-size: 24px;
  }
  .lp-10ans-gift .gift-container .gift__text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .lp-10ans-gift .gift-container .gift__titre--main h2 {
    padding: 0px 40px;
  }
  .section__orange--cta--end:after, .section__orange--cta--end:before {
    width: 70px;
  }
  .lp-10ans .v2-title__h2--huge--2 {
    font-size: 50px;
  }
  .lp-10ans .section-10ans--emoji img {
    max-width: 90px;
    margin: 0 auto;
  }
  .lp-10ans .columns__900 {
    flex-direction: column;
  }
  .lp-10ans .columns__900--reverse {
    flex-direction: column-reverse;
  }
  .lp-10ans .columns__900 .col__el {
    width: 100%;
    margin-bottom: 50px;
  }
  .lp-10ans-why__el--img:nth-child(even) .img-container {
    display: flex;
    justify-content: flex-end;
  }
  .lp-10ans-why__el--img .img-container img {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .lp-10ans .txt {
    font-size: 18px;
  }
  .gift__titre--main .col__el {
    width: 75%;
    margin: 0 auto;
  }
  .lp-10ans-gift .gift-container .gift__content--list span {
    min-width: 40px;
    min-height: 40px;
    font-size: 20px;
  }
  .lp-10ans-gift .gift-container .gift__content--titre {
    font-size: 32px;
  }
  .lp-10ans-gift .gift-container .gift__text p {
    font-size: 16px;
  }
  .lp-10ans-gift .gift-container .gift__content--list p {
    font-size: 18px;
  }
  .lp-10ans-gift .gift-container .wrapper {
    width: 96%;
  }
  .gift__titre--main {
    margin-bottom: 80px;
  }
  .lp-10ans-why {
    flex-direction: column;
  }
  .lp-10ans-why__el {
    width: 80%;
  }
  .lp-10ans-why__el--img {
    width: 40%;
  }
  .lp-10ans-why__el--img .img-container img {
    width: 100%;
  }
  .lp-10ans-why__el--img {
    margin-bottom: 40px;
  }
  .lp-10ans-why--even {
    flex-direction: column-reverse;
  }
  .section-10ans--emoji {
    display: none;
  }
  .CTA-promo {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    border-radius: 25px 25px 0px 0;
    padding: 20px;
    transform: translateX(0) translateY(110%);
    animation: slideTop 0.2s 5s ease-in forwards;
  }
  .CTA-promo p {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    margin: 0;
    margin-right: 16px;
  }
  .CTA-promo a {
    flex-direction: row;
  }
  .CTA-promo img {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 600px) {
  .lp-10ans .v2-title__h2--huge--2 {
    font-size: 38px;
  }
  .lp-10ans .txt {
    font-size: 16px;
  }
  .lp-10ans-gift .gift-container .gift__titre--main h2 {
    padding: 0px;
  }
  .lp-10ans-gift .gift-container .gift__valeur--el--barre {
    width: 15%;
  }
  .lp-10ans-gift .gift-container .gift__content--titre span {
    font-size: 18px;
  }
  .section__orange--cta--end:after, .section__orange--cta--end:before {
    display: none;
  }
  .lp-10ans .section-10ans .txt, .lp-10ans .section-10ans li {
    font-size: 16px;
  }
  .lp-10ans-why__el {
    width: 100%;
  }
  .lp-10ans-why__el--img {
    width: 40%;
  }
  .CTA-promo p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .lp-10ans .v2-title__h2--huge--2 {
    font-size: 30px;
  }
  .lp-10ans-gift .gift-container .gift__titre h2, .lp-10ans-gift .gift-container .gift__valeur p {
    font-size: 36px;
  }
  .lp-10ans-gift .gift-container .gift__titre h2 span, .lp-10ans-gift .gift-container .gift__valeur p span {
    font-size: 16px;
  }
  .lp-10ans-gift .gift-container .arrow:after, .lp-10ans-gift .gift-container .arrow:before {
    display: none;
  }
  .lp-10ans-gift .gift-container .gift__valeur {
    margin-bottom: 50px;
  }
  .lp-10ans-gift .gift-container .gift__content--titre {
    font-size: 24px;
  }
  .lp-10ans-gift .gift-container .gift__content--titre span {
    font-size: 14px;
  }
  .section__orange--cta--end .btn__primary {
    padding: 20px 30px;
  }
  .section__orange--cta--end {
    margin-top: 0px;
  }
  .section__orange {
    padding: 60px 0;
  }
  .CTA-promo {
    padding: 10px;
  }
}
@media screen and (max-width: 360px) {
  .lp-10ans .v2-title__h2--huge--2 {
    font-size: 28px;
  }
  .lp-10ans-gift .gift-container .gift__titre--main h2 {
    margin-top: -25px;
  }
  .lp-10ans-gift .gift-container {
    width: 95%;
  }
  .lp-10ans-gift .gift-container .gift__valeur--el--barre {
    width: 10%;
  }
}
/*=====  End of Main.scss  ======*/
/*# sourceMappingURL=main.css.map */