@charset "UTF-8";
/*****************************************************
******************* Theme variables ******************
******************************************************/
/****************** Fonts ***************************/
@font-face {
  font-family: "CircularStd-Medium";
  src: url(../fonts/CircularStd-Bold.woff), url(../fonts/CircularStd-Bold.woff2);
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "CircularStd-Medium";
  src: url(../fonts/CircularStd-Medium.woff), url(../fonts/CircularStd-Medium.woff2);
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "CircularStd-Book";
  src: url(../fonts/CircularStd-Book.woff), url(../fonts/CircularStd-Book.woff2);
  font-style: normal;
  font-weight: 450;
}
@font-face {
  font-family: "CircularStd-Light";
  src: url(../fonts/CircularStd-Light.woff), url(../fonts/CircularStd-Light.woff2);
  font-style: normal;
  font-weight: 300;
}
/****************** Abstract folder *****************/
/*****************************************************
******************* Variables.scss *******************
******************************************************/
/****************** Font-size ***********************/
/********* Title *********/
/***** h1 *****/
/***** h2 *****/
/***** h3 *****/
/********* Texte *********/
/************* Container Size ***********************/
/**************** Font-family ***********************/
/****************** Colors **************************/
/**************** transition ************************/
/*****************************************************
********************* Mixin.scss *********************
******************************************************/
/****************** Reset ***************************/
/****************** Fonts ***************************/
/*****************************************************
******************* Functions.scss *******************
******************************************************/
/***************** Html & body ***************************/
html, body {
  font-size: 10px;
  min-height: 100vh;
  scrollbar-width: thin;
  scrollbar-color: #000000 rgba(0, 0, 0, 0.1);
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background: #000000;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: "CircularStd-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  line-height: 1;
}

/****************** Container *************************/
.container {
  max-width: 131.2rem;
  width: 90%;
  margin: 0 auto;
}
.container__base {
  max-width: 131.2rem;
}
.container__med {
  max-width: 124rem;
  width: 90%;
}
.container__small {
  max-width: 109rem;
  width: 90%;
}
.container__tiny {
  max-width: 80rem;
  width: 90%;
}
.container__fullwidth {
  max-width: 100%;
  width: 100%;
}

/*****************************************************
******************* Import CSS Files *****************
******************************************************/
/****************** Vendors folder ******************/
/****************** Base folder *********************/
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/*****************************************************
******************* typographie.scss *****************
******************************************************/
/************************************************** titre */
h1, h2, h3, h4 {
  margin: 0;
  line-height: 1;
}

h1 {
  font-size: 2.8rem;
  line-height: 120%;
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: 700;
  letter-spacing: -0.84px;
}
h1.title__big {
  font-size: 6rem;
  line-height: 0.8;
  letter-spacing: -1.8px;
}
h1.title__small {
  font-size: 3.6rem;
  line-height: 1.1;
  letter-spacing: -1.08px;
}

h2 {
  font-size: 3rem;
  line-height: 1.1;
  font-family: "CircularStd-Bold", sans-serif;
  letter-spacing: -0.9px;
}
h2.title__small {
  font-size: 2.6rem;
  letter-spacing: -0.78px;
}
h2.title__tiny {
  font-size: 2.4rem;
  letter-spacing: -0.72px;
}

h3 {
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: -0.72px;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 6.8rem;
    line-height: 100%;
    letter-spacing: -2.04px;
  }
  h1.title__big {
    font-size: 10rem;
    letter-spacing: -3px;
  }
  h1.title__small {
    font-size: 4.6rem;
    letter-spacing: -1.38px;
  }
  h2 {
    font-size: 5.6rem;
    letter-spacing: -1.68px;
  }
  h2.title__small {
    font-size: 4.6rem;
    letter-spacing: -1.38px;
  }
  h2.title__tiny {
    font-size: 3.6rem;
    letter-spacing: -1.08px;
  }
  h3 {
    font-size: 2.8rem;
    letter-spacing: -0.84px;
  }
}
/************************************** texte ****/
p, li {
  margin: 0;
  font-size: 1.6rem;
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 450;
  line-height: 1.8;
  letter-spacing: -0.16px;
}
p.body__huge, li.body__huge {
  font-size: 1.8rem;
  line-height: 1.4;
}
p.body__big, li.body__big {
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: -0.17px;
}
p.body__small, li.body__small {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: -0.15px;
}
p a, li a {
  text-decoration: none;
  display: inline-block;
  color: #E30613;
  transition: 0.3s ease;
}
p a:hover, li a:hover {
  opacity: 0.5;
}

main.page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main.page ul li {
  position: relative;
  padding-left: 2.7rem;
}
main.page ul li::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.4rem;
  background: url(../icons/puces.svg) no-repeat center/cover;
  position: absolute;
  top: 1rem;
  left: 0;
}
main.page ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: my-awesome-counter;
}
main.page ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 2.5rem;
}
main.page ol li::before {
  content: counter(my-awesome-counter) ".";
  font-family: "CircularStd-Book", sans-serif;
  color: #E30613;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}

@media screen and (min-width: 1024px) {
  p, li {
    font-size: 1.8rem;
    letter-spacing: -0.17px;
  }
  p.body__huge, li.body__huge {
    font-size: 2.4rem;
  }
  p.body__big, li.body__big {
    font-size: 2rem;
    letter-spacing: -0.2px;
  }
  p.body__small, li.body__small {
    font-size: 1.6rem;
    letter-spacing: -0.16px;
  }
}
/****************** Layout folder *******************/
/*****************************************************
******************* Navigtion.scss *******************
******************************************************/
html .nav {
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  top: 0;
  left: 105vw;
  background: #E30613;
  color: #FFFFFF;
  transition: 0.3s ease;
  z-index: 100000000;
}
html .nav .container {
  position: relative;
  z-index: 2;
}
html .nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(227, 6, 19, 0) 41.91%, #E30613 100%);
  position: absolute;
  top: 0;
  left: 0;
}
html .nav__open {
  left: 0;
}
html .nav__logo {
  max-width: 13rem;
}
html .nav__close {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 2rem;
  color: #FFFFFF;
  font-family: "CircularStd-Book", sans-serif;
  display: flex;
  align-items: center;
  line-height: normal;
  gap: 1.2rem;
}
html .nav__close .close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
}
html .nav__close .close__el {
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
html .nav__close .close__el:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
html .nav__close .close__el:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
html .nav__wrapper {
  padding: 3rem 0;
  height: calc(100vh - 6rem);
  display: flex;
  flex-direction: column;
}
html .nav__content {
  min-height: calc(100vh - 6rem - 6.4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html .nav__menu {
  position: relative;
}
html .nav__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
html .nav__menu a {
  text-decoration: none;
  display: inline-block;
  color: #FFFFFF;
  transition: 0.3s ease;
}
html .nav__menu a:hover {
  opacity: 0.5;
  cursor: pointer;
}
html .nav__menu--main {
  margin-bottom: 2.5rem;
}
html .nav__menu--main ul {
  gap: 2.5rem;
  flex-direction: column;
}
html .nav__menu--main a {
  font-size: 3rem;
  font-family: "CircularStd-Book", sans-serif;
  line-height: normal;
}
html .nav__menu--main .header__cta a {
  background: #FFFFFF;
  color: #E30613;
  padding: 1.9rem 7.4rem;
  font-size: 2.4rem;
}
html .nav__menu--main li {
  line-height: 1;
}
html .nav__menu--main li .sub-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -4rem;
  left: 0;
  transform: translateX(100vw);
  transition: 0.3s ease;
}
html .nav__menu--main li .sub-menu--active {
  transform: translateX(0);
}
html .nav__menu--main li .sub-menu--active a {
  pointer-events: all;
}
html .nav__menu--main li .sub-menu .nav--back {
  margin-bottom: 2.5rem;
}
html .nav__menu--main li .sub-menu .nav--back a {
  border-bottom: 0;
  font-size: 1.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
html .nav__menu--main li .sub-menu .nav--back a::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1.2rem;
  background: url(../icons/nav-submenu-arrow.svg) no-repeat center/cover;
  transform: rotate(180deg);
}
html .nav__menu--main li.menu-item-has-children .sub-menu {
  padding-left: 0;
  margin: 0;
}
html .nav__menu--main li.menu-item-has-children .sub-menu a {
  font-size: 3rem;
  font-family: "CircularStd-Book", sans-serif;
  line-height: normal;
}
html .nav__menu--main li.menu-item-has-children .sub-menu .nav--back a {
  font-size: 1.5rem;
}
html .nav__menu--main li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .nav__menu--main li.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1.5rem;
  background: url(../icons/nav-submenu-arrow.svg) no-repeat center/cover;
}
html .nav__menu--main .pll-parent-menu-item {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 1.2rem;
}
html .nav__menu--main .pll-parent-menu-item a {
  font-size: 1.8rem;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(255, 255, 255, 0.5);
}
html .nav__menu--main .pll-parent-menu-item .sub-menu {
  display: block;
}
html .nav__menu--main .pll-parent-menu-item .sub-menu a {
  transition: 0.3s ease;
}
html .nav__menu--main .pll-parent-menu-item .sub-menu a:hover {
  opacity: 1;
  color: white;
}
html .nav__menu--main .pll-parent-menu-item > a {
  color: #FFFFFF;
  pointer-events: none;
  padding-right: 1.2rem;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
html .nav__menu--main .pll-parent-menu-item > a::after {
  display: none !important;
}
html .nav__menu.sub-menu-open a {
  transform: translateX(-5rem);
  opacity: 0;
  pointer-events: none;
}
html .nav__menu.sub-menu-open ul li .sub-menu a {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
html .nav__menu .menu .menu-item-has-children > a {
  pointer-events: all;
}
html .nav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .nav {
    display: none;
  }
}
/*****************************************************
********************* grid.scss **********************
******************************************************/
/*****************************************************
******************** Header.scss *********************
******************************************************/
.header {
  padding-top: 5rem;
}
.header__top {
  display: none;
}
.header__main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__main .header__menu {
  display: none;
}
.header__logo {
  max-width: 13rem;
}
.header__ham {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
}
.header__ham p {
  font-family: "CircularStd-Book", sans-serif;
  font-size: 2rem;
  color: #E30613;
  line-height: 0.8;
}
.header__ham .ham {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 1rem;
  width: 2rem;
}
.header__ham .ham__el {
  height: 2px;
  width: 100%;
  background: #E30613;
}
.header__fixed {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  background: #FFFFFF;
  box-shadow: 1px 7px 20px 0px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  z-index: 1000;
  padding-top: 2rem;
}
.header__fixed .header__top {
  display: none;
}
.header__fixed .header__logo {
  max-width: 10rem;
}
.header__fixed .header__main {
  padding-bottom: 2rem;
}
.header__hide {
  top: -100%;
}
.header__show {
  top: 0;
}

@media screen and (min-width: 1024px) {
  .header {
    padding: 0;
  }
  .header__top {
    display: block;
    background: rgba(227, 6, 19, 0.1);
    padding: 1rem 0;
  }
  .header__main {
    padding-top: 2rem;
  }
  .header__main .header__menu {
    display: block;
  }
  .header__ham {
    display: none;
  }
  .header__fixed .header__logo {
    max-width: 13rem;
  }
}
/*****************************************************
******************** Footer.scss *********************
******************************************************/
.footer {
  color: #E30613;
  padding: 7.5rem 0;
  position: relative;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer__el--center {
  display: none;
}
.footer__el--left {
  margin-bottom: 6rem;
}
.footer__logo {
  max-width: 15rem;
  margin: 0 auto 5rem auto;
}
.footer__infos {
  text-align: center;
  margin-bottom: 5rem;
}
.footer__infos a {
  color: #E30613;
  font-family: "CircularStd-Book", sans-serif;
}
.footer__infos p {
  font-size: 1.8rem;
}
.footer__infos .address {
  margin-bottom: 3rem;
  font-family: "CircularStd-Book", sans-serif;
}
.footer__infos .address span {
  display: block;
}
.footer__infos .phone span {
  display: block;
  font-style: italic;
  font-family: "CircularStd-Light", sans-serif;
}
.footer .copy {
  text-align: center;
  line-height: 1;
  margin-top: 6rem;
  font-family: "CircularStd-Book", sans-serif;
}
.footer .copy img {
  display: inline-block;
  width: 10rem;
  line-height: 1;
  margin-left: 0.25rem;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 10rem 0 7.5rem 0;
  }
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .footer__el--center {
    display: block;
    margin-top: 8rem;
  }
  .footer__el--right {
    margin-top: 8rem;
  }
  .footer__el--left {
    margin-bottom: 0;
  }
  .footer__logo {
    margin: 0 0 5rem 0;
  }
  .footer__infos {
    text-align: left;
  }
  .footer__infos p {
    font-size: 1.6rem;
  }
  .footer .copy {
    text-align: right;
    margin-top: 15rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__el--right {
    width: 22%;
  }
}
/*****************************************************
******************** Sidebar.scss ********************
******************************************************/
/*****************************************************
********************* Forms.scss *********************
******************************************************/
.gform_required_legend, .gform_validation_errors {
  display: none;
}

html .gform_wrapper.gravity-theme {
  /******** Gestion des erreurs */
}
html .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
}
html .gform_wrapper.gravity-theme .gfield label {
  margin: 0;
  font-size: 2rem;
  font-weight: 450;
}
html .gform_wrapper.gravity-theme .gfield input {
  border: none;
  font-size: 2.4rem;
  line-height: 1 !important;
  min-height: auto !important;
  font-family: "CircularStd-Book", sans-serif;
  outline: none !important;
  color: #1D1C20;
  background: transparent;
}
html .gform_wrapper.gravity-theme .gfield--type-text input, html .gform_wrapper.gravity-theme .gfield--type-email input, html .gform_wrapper.gravity-theme .gfield--type-phone input {
  padding: 0 0 3rem 0;
  transition: 0.3s ease;
  border-bottom: 1px solid #B6B6B6;
}
html .gform_wrapper.gravity-theme .gfield--type-text input::-moz-placeholder, html .gform_wrapper.gravity-theme .gfield--type-email input::-moz-placeholder, html .gform_wrapper.gravity-theme .gfield--type-phone input::-moz-placeholder {
  color: #B6B6B6;
}
html .gform_wrapper.gravity-theme .gfield--type-text input::placeholder, html .gform_wrapper.gravity-theme .gfield--type-email input::placeholder, html .gform_wrapper.gravity-theme .gfield--type-phone input::placeholder {
  color: #B6B6B6;
}
html .gform_wrapper.gravity-theme .gfield--type-text input:focus, html .gform_wrapper.gravity-theme .gfield--type-email input:focus, html .gform_wrapper.gravity-theme .gfield--type-phone input:focus {
  border-bottom: 1px solid #E30613;
  color: #E30613;
}
html .gform_wrapper.gravity-theme .gfield--type-text label, html .gform_wrapper.gravity-theme .gfield--type-email label, html .gform_wrapper.gravity-theme .gfield--type-phone label {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-family: "CircularStd-Book", sans-serif;
}
html .gform_wrapper.gravity-theme .gfield--type-radio legend, html .gform_wrapper.gravity-theme .gfield--type-checkbox legend {
  color: #1D1C20;
  font-size: 2rem;
  font-family: "CircularStd-Book", sans-serif;
  margin-bottom: 3rem;
  font-weight: 450;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gfield_radio, html .gform_wrapper.gravity-theme .gfield--type-radio .gfield_checkbox, html .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_radio, html .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
  row-gap: 2rem;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice, html .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice {
  position: relative;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice input, html .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice input:hover, html .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice input:hover {
  cursor: pointer;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice label, html .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice label {
  border: 1px solid #B6B6B6;
  padding: 2.4rem 3rem;
  color: #1D1C20;
  font-family: "CircularStd-Book", sans-serif;
  font-size: 1.8rem;
  display: block;
  max-width: 100%;
  transition: 0.3s ease;
}
html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice input:hover + label,
html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice input:checked + label, html .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice input:hover + label,
html .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice input:checked + label {
  border: 1px solid #E30613;
  color: #E30613;
}
html .gform_wrapper.gravity-theme .gfield--type-select label {
  margin-bottom: 1rem;
}
html .gform_wrapper.gravity-theme .gfield--type-select select {
  border: 2px solid rgba(0, 0, 0, 0.5);
  padding: 1.5rem 1rem;
  font-size: 1.6rem;
  outline: none;
  transition: 0.3s ease;
}
html .gform_wrapper.gravity-theme .gfield--type-select select .gf_placeholder {
  color: rgba(0, 0, 0, 0.5);
}
html .gform_wrapper.gravity-theme .gfield--type-select select:focus {
  border: 2px solid rgba(0, 0, 255, 0.5);
  color: blue;
}
html .gform_wrapper.gravity-theme .gfield--type-section {
  margin: 2.5rem 0 0 0;
  border: none;
  padding: 0;
}
html .gform_wrapper.gravity-theme .gfield--type-section .gsection_title {
  font-size: 2rem;
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 450;
}
html .gform_wrapper.gravity-theme .gfield--type-textarea label {
  margin-bottom: 1rem;
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea {
  max-height: 15rem;
  min-height: 6rem;
  height: 1vh !important;
  border: none;
  border-bottom: 1px solid #B6B6B6;
  padding: 0 0 3rem 0 !important;
  font-family: "CircularStd-Book", sans-serif;
  border-radius: 0;
  resize: none;
  outline: none;
  line-height: 1;
  font-size: 2.4rem;
  transition: 0.3s ease;
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea::-moz-placeholder {
  color: #B6B6B6;
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea::placeholder {
  color: #B6B6B6;
}
html .gform_wrapper.gravity-theme .gfield--type-textarea textarea:focus {
  border-bottom: 1px solid #E30613;
  color: #E30613;
  height: 100vh !important;
}
html .gform_wrapper.gravity-theme .gfield--type-fileupload {
  position: relative;
}
html .gform_wrapper.gravity-theme .gfield--type-fileupload input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
html .gform_wrapper.gravity-theme .gfield--type-fileupload label {
  margin-bottom: 3rem;
}
html .gform_wrapper.gravity-theme .gfield--type-fileupload .btn__upload {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  border: 1px solid rgba(227, 6, 19, 0.6);
  background: rgba(227, 6, 19, 0.1);
  display: block;
  width: 100%;
  padding: 4rem 0;
  color: #E30613;
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 450;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
html .gform_wrapper.gravity-theme .gfield--type-fileupload .btn__upload::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2.2rem;
  background: url(../icons/icon-upload.svg) no-repeat center/cover;
}
html .gform_wrapper.gravity-theme .gfield--type-fileupload .gfield_description {
  display: none;
}
html .gform_wrapper.gravity-theme .gfield.fill-job-name {
  pointer-events: none;
}
html .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 5rem 0 0 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
html .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background: #E30613;
  color: #FFFFFF;
  padding: 2.4rem 3.8rem;
  font-family: "CircularStd-Book", sans-serif;
  font-size: 2rem;
  border: 1px solid #E30613;
  transition: 0.3s ease;
  margin: 0;
  line-height: 1;
}
html .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
  background: transparent;
  color: #E30613;
  cursor: pointer;
}
html .gform_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
  margin: 5rem 0 0 0;
}
html .gform_wrapper.gravity-theme .gform_page_footer input[type=button],
html .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
  background: #E30613;
  color: #FFFFFF;
  padding: 2.4rem 3.8rem;
  font-family: "CircularStd-Book", sans-serif;
  font-size: 2rem;
  border: 1px solid #E30613;
  transition: 0.3s ease;
  margin: 0;
  line-height: 1;
}
html .gform_wrapper.gravity-theme .gform_page_footer input[type=button]:hover,
html .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover {
  background: transparent;
  color: #E30613;
  cursor: pointer;
}
html .gform_wrapper.gravity-theme .gform_page_footer input[type=button].gform_previous_button {
  background: transparent;
  color: #000000;
}
html .gform_wrapper.gravity-theme .gfield_validation_message, html .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: none;
  padding: 0;
  margin: 1rem 0 0 0;
  font-size: 1.6rem;
  color: #E30613;
}
html .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: none;
  border-bottom: 1px solid #E30613;
}
html .gform_wrapper.gravity-theme .gfield_error label,
html .gform_wrapper.gravity-theme .gfield_error legend {
  color: #E30613;
}
html .gform_wrapper.gravity-theme .gform_ajax_spinner {
  max-width: 100%;
  width: 5rem;
  display: block;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  html .gform_wrapper.gravity-theme {
    /******** Gestion des erreurs */
  }
  html .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 4rem;
  }
  html .gform_wrapper.gravity-theme .gfield input {
    font-size: 3.2rem;
  }
  html .gform_wrapper.gravity-theme .gfield--type-radio .gchoice label, html .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice label {
    font-size: 2rem;
  }
  html .gform_wrapper.gravity-theme .gfield--type-select select {
    font-size: 1.8rem;
  }
  html .gform_wrapper.gravity-theme .gfield--type-textarea textarea {
    max-height: 20rem;
    font-size: 3.2rem;
    min-height: 7.2vh;
  }
  html .gform_wrapper.gravity-theme .gfield--type-fileupload .btn__upload {
    font-size: 2.6rem;
  }
  html .gform_wrapper.gravity-theme .gfield_validation_message, html .gform_wrapper.gravity-theme .validation_message {
    font-size: 1.8rem;
  }
}
/*****************************************************
******************* Slide-in.scss *******************
******************************************************/
html .slide-in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  pointer-events: none;
}
html .slide-in .btn__close {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  background: #E30613;
  border: 1px solid #E30613;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  font-size: 0;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: 0.3s ease;
}
html .slide-in .btn__close .close {
  margin: auto;
  width: 25%;
  height: 25%;
  position: relative;
}
html .slide-in .btn__close .close__el {
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
}
html .slide-in .btn__close .close__el:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
html .slide-in .btn__close .close__el:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
html .slide-in .btn__close:hover {
  background: transparent;
  cursor: pointer;
}
html .slide-in .btn__close:hover .close__el {
  background: #E30613;
}
html .slide-in__left {
  display: none;
  transition: 0.3s ease;
}
html .slide-in__right {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  -ms-overflow-style: none;
  display: flex;
  scrollbar-width: none;
  transform: translateX(103%);
  transition: 0.3s ease;
}
html .slide-in__right::-webkit-scrollbar {
  display: none;
}
html .slide-in__right::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(64deg, rgba(255, 255, 255, 0) -2.54%, #FFF 46.84%, rgba(255, 255, 255, 0) 104.62%);
  transform: rotate(-90deg);
  pointer-events: none;
}
html .slide-in__wrapper {
  width: 90%;
  max-width: 62rem;
  margin: auto;
  padding: 10rem 0;
  z-index: 5;
}
html .slide-in__open {
  pointer-events: all;
}
html .slide-in__open .slide-in__right {
  transform: translateX(0);
  transition: 0.3s ease;
}
html .slide-in__open .btn__close {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s ease;
}
html .slide-in__open .slide-in__left {
  opacity: 1;
  transition: 0.3s ease;
  transition-delay: 0.2s;
}
html .slide-in__multicontent .slide-in__content {
  display: none;
}
html .slide-in__content h2 {
  font-weight: 450;
  max-width: 46rem;
  width: 90%;
  margin: 0 auto 3rem auto;
}
html .slide-in__content h2 + p {
  max-width: 40.5rem;
  width: 90%;
  margin: 0 auto 7.5rem auto;
}
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .personna-titre {
  text-align: center;
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 450;
  font-size: 3rem;
  line-height: 1.2;
  color: #E30613;
}
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .personna-titre::before {
  content: "";
  display: block;
  margin: 0 auto 1.5rem auto;
  width: 5rem;
  height: 5rem;
}
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .personna-titre__proprietaire::before {
  background: url(../icons/icon-proprietaire.svg) no-repeat center/cover;
}
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .personna-titre__locataire::before {
  background: url(../icons/icon-locataire.svg) no-repeat center/cover;
}
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .personnas-back {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  line-height: 1;
  display: block;
  width: 3rem;
  padding: 1rem;
  height: 2rem;
  background: url(../icons/arrow-back.svg) no-repeat center/contain;
  position: absolute;
  top: 4rem;
  left: 2rem;
  transition: 0.3s ease;
}
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .personnas-back:hover {
  cursor: pointer;
  transform: translateX(-1rem);
}
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .gfield--type-radio .gfield_radio {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .gfield--type-radio .gchoice {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 53.5rem;
  margin: 0 auto;
}
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .gfield--type-radio .gchoice label {
  border: none;
  background: #FFDBDD;
  padding: 5rem;
  color: #E30613;
  line-height: 1.2;
}
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .gfield--type-radio .gchoice input:hover + label,
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .gfield--type-radio .gchoice input:checked + label {
  background: #E30613;
  border: none;
  color: #FFFFFF;
}
html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .gform_page_footer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
html .slide-in__missions .slide-in__content h2 {
  max-width: 45.5rem;
  font-weight: 450;
  margin-bottom: 2rem;
  line-height: 1;
}
html .slide-in__missions .slide-in__content .titre {
  margin-bottom: 5rem;
}
html .slide-in__missions .slide-in__content img {
  max-width: 20rem;
  margin: 0 auto;
}
html .slide-in__missions .slide-in__content h2 + p {
  margin: 0 auto;
}
html .slide-in__missions .slide-in__content p.formule {
  text-transform: uppercase;
  color: #E30613;
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
html .slide-in__missions .slide-in__content p, html .slide-in__missions .slide-in__content li {
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 450;
  font-size: 1.8rem;
  line-height: 1.4;
}
html .slide-in__missions .slide-in__content li {
  margin-bottom: 3rem;
}
html .slide-in__missions .slide-in__content li:last-child {
  margin-bottom: 0;
}
html .slide-in__missions .slide-in__content ul + p, html .slide-in__missions .slide-in__content p + p {
  margin-top: 3rem;
}

@media screen and (min-width: 1024px) {
  html .slide-in {
    display: flex;
    align-items: stretch;
  }
  html .slide-in__right {
    width: 70%;
  }
  html .slide-in__left {
    display: block;
    opacity: 0;
    width: 30%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  html .slide-in .btn__close {
    width: 7.5rem;
    height: 7.5rem;
    top: 4rem;
    right: 4rem;
  }
  html .slide-in .btn__close .close {
    margin: auto;
    width: 40%;
    height: 40%;
    position: relative;
  }
  html .slide-in__content .gform_wrapper.gravity-theme input, html .slide-in__content .gform_wrapper.gravity-theme textarea {
    font-size: 2.4rem;
  }
  html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .personna-titre {
    font-size: 4rem;
  }
  html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .personnas-back {
    left: 5rem;
    top: 5rem;
  }
  html .slide-in__content .gform_wrapper.gravity-theme .form-personnas .gfield--type-radio .gchoice label {
    padding: 3.4rem 5.5rem;
    font-size: 2.4rem;
  }
  html .slide-in__missions .slide-in__content .titre {
    margin-bottom: 7.5rem;
  }
  html .slide-in__missions .slide-in__content p, html .slide-in__missions .slide-in__content li {
    font-size: 2rem;
  }
  html .slide-in__missions .slide-in__content li {
    margin-bottom: 4rem;
  }
  html .slide-in__missions .slide-in__content li:last-child {
    margin-bottom: 0;
  }
  html .slide-in__missions .slide-in__content ul + p,
  html .slide-in__missions .slide-in__content p + p,
  html .slide-in__missions .slide-in__content p + ul,
  html .slide-in__missions .slide-in__content ol + p,
  html .slide-in__missions .slide-in__content p + ol {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  html .slide-in__right {
    width: 55%;
  }
  html .slide-in__left {
    width: 45%;
  }
}
@media screen and (min-width: 1440px) {
  html .slide-in__wrapper {
    padding: 12rem 0;
  }
  html .slide-in .btn__close {
    width: 6rem;
    height: 6rem;
    top: 3rem;
    right: 5rem;
  }
}
/*****************************************************
********************** Blog.scss *********************
******************************************************/
/************************************************* Archive */
.blog-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 5rem;
}
.blog-cards__el {
  width: 100%;
}
.blog-cards__featured {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding-top: 65%;
  position: relative;
  font-size: 0;
}
.blog-cards__featured img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.blog-cards__featured a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.blog-cards__featured .cat {
  position: absolute;
  top: 2rem;
  left: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.blog-cards__featured .cat__el {
  color: #E30613;
  background: #FFFFFF;
  border-radius: 3rem;
  padding: 0.8rem 1.7rem;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "CircularStd-Book", sans-serif;
}
.blog-cards__featured .cat__el::before {
  display: none;
}
.blog-cards h2 {
  margin-bottom: 1.5rem;
  line-height: 1;
  font-size: 1.8rem;
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 450;
  line-height: 1.1;
}
.blog-cards h2 a {
  color: #2F2F36;
  transition: 0.3s ease;
}
.blog-cards h2 a:hover {
  cursor: pointer;
  color: #E30613;
}
.blog-cards .excerpt {
  color: #8F969B;
  font-size: 1.6rem;
  line-height: 1.3;
  padding-right: 1rem;
  margin: 1rem 0;
}
.blog-cards .date {
  font-size: 14px;
  margin-bottom: 1rem;
}
.blog-cards .btn-container {
  margin-top: 1.5rem;
}

@media screen and (min-width: 800px) {
  .blog-cards {
    gap: 4%;
    justify-content: flex-start;
    align-items: stretch;
    row-gap: 5rem;
  }
  .blog-cards__el {
    max-width: 48%;
  }
  .blog-cards__featured {
    margin-bottom: 2rem;
  }
  .blog-cards__featured .cat {
    top: 1.5rem;
    left: 1.5rem;
  }
  .blog-cards__featured .cat__el {
    padding: 1rem 2rem;
  }
  .blog-cards h2 {
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }
  .blog-cards .excerpt {
    padding-right: 4rem;
  }
  .blog-cards .date {
    font-size: 15px;
  }
  .blog-cards .btn-container {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .blog-cards {
    gap: 3.5%;
    row-gap: 5rem;
  }
  .blog-cards__el {
    max-width: 31%;
  }
}
/************************************************* Pagination */
.pagination {
  margin-top: 7.5rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.pagination a, .pagination span {
  font-size: 1.8rem;
  display: inline-block;
  color: #E30613;
  line-height: 4rem;
  text-align: center;
  min-width: 4rem;
  min-height: 4rem;
  font-family: "CircularStd-Book", sans-serif;
  border-radius: 8px;
  transition: 0.3s ease;
}
.pagination a.current, .pagination a:hover, .pagination span.current, .pagination span:hover {
  background: #E30613;
  color: #FFFFFF;
}
.pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next {
  font-size: 0;
}
.pagination a.prev::after, .pagination a.prev::before, .pagination a.next::after, .pagination a.next::before, .pagination span.prev::after, .pagination span.prev::before, .pagination span.next::after, .pagination span.next::before {
  transition: 0.3s ease;
}
.pagination a.prev:hover, .pagination a.next:hover, .pagination span.prev:hover, .pagination span.next:hover {
  background: transparent;
  color: #E30613;
  opacity: 0.5;
}
.pagination a.prev:hover::before, .pagination a.next:hover::before, .pagination span.prev:hover::before, .pagination span.next:hover::before {
  transform: rotate(180deg) translateX(0.5rem);
}
.pagination a.prev:hover::after, .pagination a.next:hover::after, .pagination span.prev:hover::after, .pagination span.next:hover::after {
  transform: translateX(0.5rem);
}
.pagination a.prev, .pagination span.prev {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pagination a.prev::before, .pagination span.prev::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../icons/arrow-pagination.svg) no-repeat center/cover;
  transform: rotate(180deg);
}
.pagination a.next, .pagination span.next {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination a.next::after, .pagination span.next::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../icons/arrow-pagination.svg) no-repeat center/cover;
}

@media screen and (min-width: 1024px) {
  .pagination {
    margin-top: 10rem;
  }
  .pagination a, .pagination span {
    font-size: 2rem;
  }
  .pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next {
    font-size: 2rem;
    gap: 8px;
  }
  .pagination a.prev, .pagination span.prev {
    justify-content: flex-start;
    margin-right: 5rem;
  }
  .pagination a.prev::before, .pagination span.prev::before {
    width: 1.8rem;
    height: 1.8rem;
  }
  .pagination a.next, .pagination span.next {
    margin-left: 5rem;
  }
  .pagination a.next::after, .pagination span.next::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
/************************************************* Filtres */
html .filter {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 7.5rem;
}
html .filter p {
  color: #8F969B;
  font-size: 1.6rem;
  padding-top: 1.5rem;
  font-weight: 450;
  line-height: 1;
}
html .filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
html .filter ul li {
  padding: 0;
}
html .filter ul li:before {
  display: none;
}
html .filter ul li span.filter-active {
  color: #E30613;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "CircularStd-Book", sans-serif;
  background: rgba(227, 6, 19, 0.15);
  padding: 1.4rem 3rem;
  border-radius: 5rem;
  line-height: 1;
  font-weight: 450;
  position: relative;
  z-index: 11;
}
html .filter ul li span.filter-active::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.8rem;
  background: url(../../assets/icons/submenu-arrow.svg) no-repeat center/cover;
  transition: 0.3s ease;
}
html .filter ul li a {
  color: #1D1C20;
  font-size: 1.8rem;
  font-family: "CircularStd-Book", sans-serif;
}
html .filter ul li .filter-submenu {
  position: absolute;
  top: 4.5rem;
  left: 50%;
  transform: translateY(-5rem) translateX(-50%);
  opacity: 0;
  pointer-events: none;
  min-width: -moz-max-content;
  min-width: max-content;
  background: #FEF5F6;
  padding: 1rem 2rem;
  z-index: 10;
  border-radius: 1rem;
  transition: 0.3s ease;
}
html .filter ul > li:hover .filter-submenu {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 1024px) {
  html .filter {
    margin-bottom: 10rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  html .filter ul {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
  html .filter ul li {
    display: flex;
    align-items: center;
  }
  html .filter ul li span.filter-active {
    width: -moz-max-content;
    width: max-content;
  }
  html .filter ul li span.filter-active::after {
    display: none;
  }
  html .filter ul li .filter-submenu {
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    opacity: 1;
  }
  html .filter ul > li:hover .filter-submenu {
    transform: translateY(0) translateX(0);
    opacity: 1;
    pointer-events: all;
  }
}
/************************************************* Archive */
.page__archive--blog {
  position: relative;
  z-index: 5;
}
.page__archive--blog .page__title {
  margin-bottom: 5rem;
}
.page__archive--blog .page__title h1 {
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .blog::after {
    width: 48.7rem;
    height: 49rem;
    top: 27rem;
    left: auto;
    right: -2.5rem;
    transform: translateX(0);
  }
  .page__archive--blog .page__title {
    margin-bottom: 12rem;
  }
}
/************************************************* Single */
.single-cat {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.single-cat__el {
  color: #E30613;
  background: #FEF5F6;
  border-radius: 1rem;
  padding: 2rem !important;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "CircularStd-Book", sans-serif;
}
.single-cat__el::before {
  display: none !important;
}
.single h1 {
  font-size: 3rem;
  max-width: 80rem;
  margin: 0 auto 4rem auto;
}
.single .excerpt {
  max-width: 80rem;
  margin: 0 auto 4rem auto;
}
.single__infos {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.single__infos .date {
  padding: 2rem;
  line-height: 1;
  color: #8F969B;
  font-size: 1.4rem;
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 450;
}
.single__featured {
  border-radius: 1rem;
  margin-bottom: 7.5rem;
  overflow: hidden;
}
.single__featured img {
  height: auto;
}
.single .related-articles h2 {
  font-weight: 450;
  margin-top: 10rem;
}
.single .related-articles .blog-cards {
  margin-top: 5rem;
}
.single .related-articles .blog-cards h2 {
  margin-top: 0;
}
.single .related-articles .excerpt {
  margin: 0;
}
.single .cta__container {
  margin-top: 10rem;
}
.single__content h2 {
  font-weight: 450;
}
.single__content h2::after {
  content: "";
  display: block;
  width: 6rem;
  height: 3px;
  margin-top: 2.5rem;
  background: #E30613;
}
.single__content h2, .single__content h3 {
  color: #2F2F36;
}
.single__content__el--left {
  display: none;
}
.single__content p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.single__content p + p {
  margin-top: 4rem;
}
.single__content p + h2, .single__content ol + h2, .single__content ul + h2 {
  margin-top: 7.5rem;
}
.single__content h2 + p,
.single__content h2 + ul,
.single__content h2 + ol,
.single__content ul + p,
.single__content ol + p,
.single__content p + ul,
.single__content p + ol {
  margin-top: 5rem;
}
.single__content .bloc-cta-blog + p,
.single__content .bloc-cta-blog + ul,
.single__content .bloc-cta-blog + ol,
.single__content .bloc-cta-blog + h2,
.single__content .bloc-cta-blog + figure {
  margin-top: 7.5rem;
}
.single__content figure {
  margin: 7.5rem 0;
}
.single__content figure iframe {
  width: 100%;
  height: 35rem;
  border-radius: 1rem;
}
.single__content figure video {
  border-radius: 1rem;
}
.single__content figure img {
  border-radius: 1rem;
}
.single__titre .btn__back {
  display: none;
}
.single .related-articles + .container .cta {
  margin-top: 7.5rem;
}

@media screen and (min-width: 1024px) {
  .single-cat__el {
    font-size: 2rem;
  }
  .single h1 {
    margin: 0 auto 5rem auto;
    font-size: 6rem;
  }
  .single .excerpt {
    margin: 0 auto 12rem auto;
  }
  .single__infos {
    margin-bottom: 3rem;
  }
  .single__infos .date {
    font-size: 2rem;
  }
  .single__featured {
    margin-bottom: 10rem;
  }
  .single__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .single__content__el--left {
    display: block;
    width: 30%;
    max-width: 31.5rem;
    position: sticky;
    top: 15%;
  }
  .single__content__el--right {
    width: 60%;
    max-width: 64.5rem;
  }
  .single__content .progress {
    margin-top: 3rem;
    width: 100%;
    height: 4px;
    background: #F8F8F8;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
  }
  .single__content .progress__el {
    width: 0%;
    height: 100%;
    background: #E30613;
    position: absolute;
    top: 0;
    left: 0;
  }
  .single__content .btn__back a {
    color: #E30613;
    font-size: 1.6rem;
    font-family: "CircularStd-Book", sans-serif;
    line-height: 1;
  }
  .single__content .btn__back a::before {
    content: "<";
    margin-right: 1.5rem;
    font-size: 1.6rem;
  }
  .single__content h2, .single__content h3 {
    max-width: 75%;
  }
  .single .cta__container {
    margin-top: 12rem;
  }
  .single .related-articles + .container .cta {
    margin-top: 12.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .single__titre {
    position: relative;
  }
  .single__titre .btn__back {
    display: block;
    position: absolute;
    left: -5rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .single__titre .btn__back a {
    font-size: 0;
    line-height: 1;
    display: block;
    width: 10rem;
    height: 10rem;
    border: 2px solid #FCE5E7;
    border-radius: 50%;
    background: url(../icons/arrow-back.svg) no-repeat center/40%;
    transition: 0.3s ease;
  }
  .single__titre .btn__back a:hover {
    transform: scale(0.95);
  }
}
/*****************************************************
*********************** Job.scss *********************
******************************************************/
/************************************************* Archive */
.archive-template-carriere .hero {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-bottom: 7.5rem;
}
.archive-template-carriere .hero h1 {
  margin-bottom: 4rem;
}
.archive-template-carriere .hero__txtstrong {
  color: #1D1C20;
  line-height: 1.2;
  margin-bottom: 4rem;
}
.archive-template-carriere .hero__content ul, .archive-template-carriere .hero__content ol {
  margin-top: 4rem;
}
.archive-template-carriere .hero__content p {
  font-family: "CircularStd-Book", sans-serif;
}
.archive-template-carriere .hero__el--left {
  max-width: 65rem;
  width: 100%;
  margin: 0 auto;
}
.archive-template-carriere .hero__el--right {
  max-width: 53.5rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.archive-template-carriere .hero__el--right img {
  border-radius: 1rem;
}
.archive-template-carriere .hero__el--right::before {
  content: "";
  display: block;
  width: 18%;
  height: 20%;
  background: #FFFFFF;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.archive-template-carriere .job-cards__el {
  margin-bottom: 3.5rem;
}
.archive-template-carriere .job-cards__el a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}
.archive-template-carriere .job-cards__el:last-child {
  margin-bottom: 0;
}
.archive-template-carriere .job-cards__el .numb {
  color: #E30613;
  font-size: 2.4rem;
  font-family: "CircularStd-Book", sans-serif;
  margin-bottom: 2rem;
  line-height: 1;
}
.archive-template-carriere .job-cards__el h2 {
  font-size: 2.4rem;
  color: #E30613;
  padding: 1.2rem 0;
  font-weight: 450;
}
.archive-template-carriere .job-cards__el .infos {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 2rem;
  color: #E30613;
}
.archive-template-carriere .job-cards__el .infos span.spacer {
  opacity: 0.3;
}
.archive-template-carriere .job-cards__el .arrow {
  background: #FFDBDD;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 5px;
  display: flex;
}
.archive-template-carriere .job-cards__el .arrow svg {
  margin: auto;
  max-width: 1.8rem;
  height: auto;
}
.archive-template-carriere .job-cards__wrapper {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(173, 173, 173, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .archive-template-carriere .hero {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12rem;
  }
  .archive-template-carriere .hero__el {
    margin: 0;
  }
  .archive-template-carriere .hero__el--left {
    width: 50%;
  }
  .archive-template-carriere .hero__el--right {
    width: 40%;
  }
  .archive-template-carriere .hero__txtstrong {
    width: 87%;
  }
  .archive-template-carriere .hero__content p {
    width: 87%;
  }
  .archive-template-carriere .job-cards__el {
    margin-bottom: 0;
    transition: 0.3s ease;
    position: relative;
  }
  .archive-template-carriere .job-cards__el::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-180deg, rgba(254, 245, 246, 0) 0%, #FEF5F6 100%);
    opacity: 0;
    transition: 0.3s ease;
    transform: rotate(180deg);
    z-index: 3;
  }
  .archive-template-carriere .job-cards__el:first-child .job-cards__wrapper {
    border-top: 1px solid rgba(173, 173, 173, 0.25);
  }
  .archive-template-carriere .job-cards__el .numb {
    font-size: 3rem;
    margin-bottom: 0;
    opacity: 0.3;
  }
  .archive-template-carriere .job-cards__el h2 {
    font-size: 2.8rem;
    padding: 0;
  }
  .archive-template-carriere .job-cards__el .infos {
    font-size: 2.4rem;
    margin-top: 0rem;
    padding: 0 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 35rem;
  }
  .archive-template-carriere .job-cards__el .infos span.spacer {
    display: none;
  }
  .archive-template-carriere .job-cards__el .arrow {
    min-width: 7rem;
    height: 7rem;
    transition: 0.3s ease;
  }
  .archive-template-carriere .job-cards__el .arrow svg path {
    transition: 0.3s ease;
  }
  .archive-template-carriere .job-cards__el:hover {
    background: #FEF5F6;
  }
  .archive-template-carriere .job-cards__el:hover::before, .archive-template-carriere .job-cards__el:hover::after {
    opacity: 1;
  }
  .archive-template-carriere .job-cards__el:hover .arrow {
    background: #E30613;
  }
  .archive-template-carriere .job-cards__el:hover .arrow svg path {
    stroke: #FFFFFF;
  }
  .archive-template-carriere .job-cards__wrapper {
    padding: 3.5rem 0;
  }
  .archive-template-carriere .job-cards__title {
    display: flex;
    align-items: center;
    gap: 5rem;
    width: 100%;
    max-width: 65rem;
  }
  .archive-template-carriere .job-cards__content {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
/************************************************* Single */
.page__single--carriere .single__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page__single--carriere .single__content .infos {
  border-radius: 1rem;
  background: #F8F8F8;
  margin-bottom: 7.5rem;
}
.page__single--carriere .single__content .infos__desktop {
  display: none;
}
.page__single--carriere .single__content .infos__wrapper {
  padding: 3rem 2.3rem;
}
.page__single--carriere .single__content .infos .btn {
  display: flex;
  justify-content: center;
}
.page__single--carriere .single__content .infos .btn a {
  display: block;
  width: 100%;
  text-align: center;
}
.page__single--carriere .single__content .infos__el {
  margin-bottom: 2rem;
  text-align: center;
}
.page__single--carriere .single__content .infos__el:last-child {
  margin-bottom: 0;
}
.page__single--carriere .single__content .infos__el p {
  margin: 0;
  line-height: 1;
  color: #1D1C20;
  font-size: 2rem;
  font-family: "CircularStd-Book", sans-serif;
}
.page__single--carriere .single__content .infos__el p.titre {
  color: #8F969B;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.page__single--carriere .single__content .infos__mobile .btn {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%) translateY(200%);
  z-index: 10;
  animation: apparition 1s 1s ease forwards;
  transition: 0.3s ease;
}
.page__single--carriere .single__content .infos__mobile .btn__hide {
  bottom: -10vh;
}
.page__single--carriere .single__content__el--left {
  max-width: 49.2rem;
}
.page__single--carriere .single__content__el--right {
  max-width: 64rem;
}
.page__single--carriere .single__content h2 {
  margin-bottom: 2.5rem;
  font-weight: 450;
}
.page__single--carriere .single__content h2::after {
  display: none;
}
.page__single--carriere .single__content .single__section {
  margin-bottom: 7.5rem;
}
.page__single--carriere .single__content .single__section:last-child {
  margin-bottom: 0;
}
.page__single--carriere .single__content .single__section .titre {
  margin-bottom: 3rem;
  font-family: "CircularStd-Book", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

@keyframes apparition {
  to {
    transform: translateX(-50%) translateY(0);
  }
}
@media screen and (min-width: 1024px) {
  .page__single--carriere h1 {
    font-size: 9rem;
  }
  .page__single--carriere .single__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page__single--carriere .single__content__el--left {
    width: 40%;
  }
  .page__single--carriere .single__content__el--right {
    width: 51%;
  }
  .page__single--carriere .single__content .infos {
    margin-top: 23rem;
    margin-bottom: 0;
  }
  .page__single--carriere .single__content .infos__desktop {
    display: block;
  }
  .page__single--carriere .single__content .infos__mobile {
    display: none;
  }
  .page__single--carriere .single__content .infos__wrapper {
    padding: 4rem;
  }
  .page__single--carriere .single__content .infos__el {
    margin-bottom: 3rem;
    text-align: left;
  }
  .page__single--carriere .single__content .infos__el p {
    font-size: 2.7rem;
  }
  .page__single--carriere .single__content .infos__el p.titre {
    font-size: 2rem;
  }
  .page__single--carriere .single__content .infos .btn {
    justify-content: flex-start;
  }
  .page__single--carriere .single__content .infos .btn a {
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
  .page__single--carriere .single__content .single__section p, .page__single--carriere .single__content .single__section li {
    font-size: 2rem;
  }
  .page__single--carriere .single__content .single__section .titre {
    margin-bottom: 3rem;
    font-family: "CircularStd-Book", sans-serif;
    font-weight: 500;
  }
}
/*****************************************************
********************* Services.scss ******************
******************************************************/
.single-services .hero {
  margin-bottom: 2rem;
}
.single-services .hero__img {
  padding-top: 65%;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(10% 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 20%);
}
.single-services .hero__content {
  position: relative;
  background: #E30613;
  color: #FFFFFF;
}
.single-services .hero__content::after {
  content: "";
  display: block;
  background: url(../images/RISPRO-bkg-realisations.webp) no-repeat center/cover;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.single-services .hero__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
  top: 0;
  z-index: 3;
  background: url(../images/ruller-bottom-white.svg) repeat-x bottom left/auto 25px;
}
.single-services .hero__content .wrapper {
  padding: 3rem 3rem 5rem 3rem;
  position: relative;
  z-index: 4;
}
.single-services .hero__content h1 {
  margin: 0 0 3rem 0;
  max-width: 100%;
}
.single-services .hero__content p + p {
  margin-top: 3rem;
}
.single-services .hero__content .btn-container {
  margin-top: 3rem;
}
.single-services .hero__content .btn__primaire a {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #E30613;
}
.single-services .hero__content .btn__primaire a::after {
  background: url(../icons/arrow-btn-red.svg) no-repeat center/cover;
}
.single-services .hero__content .btn__primaire a:hover {
  background: transparent;
  color: #FFFFFF;
}
.single-services .hero__content .btn__primaire a:hover::after {
  background: url(../icons/arrow-btn-white.svg) no-repeat center/cover;
}
.single-services .page__content h2 + p {
  margin-top: 5rem;
}
.single-services .page__content p + p {
  margin-top: 3rem;
}
.single-services .page__content P + .wp-block-buttons,
.single-services .page__content h2 + .wp-block-buttons,
.single-services .page__content h3 + p,
.single-services .page__content p + ul,
.single-services .page__content P + ol,
.single-services .page__content li + li,
.single-services .page__content ul + .wp-block-buttons,
.single-services .page__content ol + .wp-block-buttons {
  margin-top: 4rem;
}
.single-services .page__content .wp-block-separator {
  background: #B6B6B6;
  max-width: 100%;
  width: 100%;
  height: 1px;
  margin: 4rem 0;
}
.single-services .service-title {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.single-services .service-title p {
  font-size: clamp(3rem, 7vw, 13rem);
  color: #F1F1F1;
  letter-spacing: -1.72px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "CircularStd-Bold", sans-serif;
}
.single-services .section__presentation .wp-block-columns {
  max-width: 86rem;
  margin: 0 auto;
  position: relative;
}
.single-services .section__presentation p.body__base {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: -0.44px;
}
.single-services .section__prestation {
  position: relative;
}
.single-services .section__prestation h2, .single-services .section__prestation .subtitle {
  text-align: center;
  justify-content: center;
}
.single-services .section__prestation .wp-block-image {
  position: relative;
  width: 42%;
  max-width: 31.2rem;
  margin: 3rem auto 0 auto;
}
.single-services .section__prestation .wp-block-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0) 60%, #F8F8F8 100%);
}
.single-services .section__prestation::before, .single-services .section__prestation::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.single-services .section__prestation::before {
  top: 0;
  background: url(../images/ruller-top.svg) repeat-x top left;
}
.single-services .section__prestation::after {
  top: 0;
  background: url(../images/ruller-bottom.svg) repeat-x bottom left;
}
.single-services .section__equipe .wp-block-columns {
  row-gap: 7.5rem;
}
.single-services .section__equipe p.body__big + p.body__small {
  margin-top: 2.2rem;
}
.single-services .section__equipe p.body__small + p.body__big {
  margin-top: 5rem;
}
.single-services .section__engagement .wp-block-columns {
  row-gap: 7.5rem;
}
.single-services .section__realisation {
  position: relative;
}
.single-services .section__realisation::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/RISPRO-bkg-realisations.webp) no-repeat center/cover;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.single-services .section__realisation .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.single-services .section__realisation .subtitle {
  justify-content: center;
  color: #FFFFFF;
}
.single-services .section__realisation .subtitle::before {
  background: url(../icons/subtitle-white.svg) no-repeat center/cover;
}

@media screen and (min-width: 1024px) {
  .single-services .hero {
    margin-bottom: 5rem;
  }
  .single-services .hero__img {
    padding-top: 0;
    height: 56.5rem;
  }
  .single-services .hero__content {
    max-width: 69.1rem;
    margin-left: 7.5rem;
    margin-top: -30rem;
  }
  .single-services .hero__content .wrapper {
    padding: 7.5rem;
  }
  .single-services .hero__content h1 {
    font-size: 4.6rem;
    margin: 0 0 4rem 0;
  }
  .single-services .hero__content p + p {
    margin-top: 4rem;
  }
  .single-services .hero__content .btn-container {
    margin-top: 4rem;
  }
  .single-services .page__content .wp-block-separator {
    margin: 5rem 0;
  }
  .single-services .section__presentation p.body__base {
    font-size: 3.6rem;
    letter-spacing: -0.72px;
  }
  .single-services .section__prestation h2, .single-services .section__prestation .subtitle {
    text-align: left;
    justify-content: left;
  }
  .single-services .section__prestation .wp-block-columns {
    justify-content: space-between;
    align-items: flex-start;
  }
  .single-services .section__prestation .columns-type-tiers .wp-block-column:first-child {
    max-width: 37.1rem;
    height: -moz-max-content;
    height: max-content;
    position: sticky;
    top: 15%;
  }
  .single-services .section__prestation .columns-type-tiers .wp-block-column:last-child {
    max-width: 59rem;
  }
  .single-services .section__prestation .wp-block-image {
    position: relative;
    width: 100%;
    margin: 3rem 0 0 0;
  }
  .single-services .section__equipe .wp-block-columns {
    row-gap: 7.5rem;
    justify-content: space-between;
  }
  .single-services .section__equipe h2 {
    max-width: 40rem;
  }
  .single-services .section__equipe .columns-type-default .wp-block-column:first-child {
    max-width: 55rem;
  }
  .single-services .section__equipe .columns-type-default .wp-block-column:last-child {
    max-width: 40rem;
    padding-top: 6rem;
  }
  .single-services .section__engagement .wp-block-columns {
    justify-content: space-between;
  }
  .single-services .section__engagement .columns-type-default .wp-block-column:first-child {
    max-width: 41.5rem;
  }
  .single-services .section__engagement .columns-type-default .wp-block-column:last-child {
    max-width: 56.5rem;
  }
  .single-services .section__plan .wp-block-columns {
    justify-content: space-between;
  }
  .single-services .section__plan .columns-type-default .wp-block-column:first-child {
    max-width: 65rem;
  }
  .single-services .section__plan .columns-type-default .wp-block-column:last-child {
    max-width: 55rem;
  }
}
/*****************************************************
******************* Testimonial.scss *****************
******************************************************/
.testimonial {
  padding-bottom: 9.5rem !important;
}
.testimonial__container {
  background: #1D1C20;
  color: #FFFFFF;
  padding-bottom: 27rem;
  position: relative;
}
.testimonial__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/RISPRO-bkg-testimonial.webp) no-repeat center/cover;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.testimonial__container p.subtitle {
  justify-content: center;
}
.testimonial__container h2 {
  margin-bottom: 4rem;
}
.testimonial__el {
  max-width: 34rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #26252A;
}
.testimonial__el .wrapper {
  padding: 3rem;
}
.testimonial__el .content {
  margin-bottom: 3rem;
}
.testimonial__el .name {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: -0.36px;
  margin-top: 3rem;
}
.testimonial__el .stars {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.testimonial__el .stars__el {
  width: 1.8rem;
  height: 1.8rem;
}
.testimonial__el .stars__el svg path {
  fill: transparent;
}
.testimonial__el--1 .stars__el:first-child svg path {
  fill: #E30613;
}
.testimonial__el--2 .stars__el:first-child svg path, .testimonial__el--2 .stars__el:nth-child(2) svg path {
  fill: #E30613;
}
.testimonial__el--3 .stars__el:first-child svg path, .testimonial__el--3 .stars__el:nth-child(2) svg path, .testimonial__el--3 .stars__el:nth-child(3) svg path {
  fill: #E30613;
}
.testimonial__el--4 .stars__el:first-child svg path, .testimonial__el--4 .stars__el:nth-child(2) svg path, .testimonial__el--4 .stars__el:nth-child(3) svg path, .testimonial__el--4 .stars__el:nth-child(4) svg path {
  fill: #E30613;
}
.testimonial__el--5 .stars__el:first-child svg path, .testimonial__el--5 .stars__el:nth-child(2) svg path, .testimonial__el--5 .stars__el:nth-child(3) svg path, .testimonial__el--5 .stars__el:nth-child(4) svg path, .testimonial__el--5 .stars__el:last-child svg path {
  fill: #E30613;
}
.testimonial .swiper-button-prev,
.testimonial .swiper-button-next {
  bottom: 0;
  top: auto;
  margin-top: 0;
  border-radius: 5.664px;
  width: 6.2rem;
  height: 6.2rem;
}
.testimonial .swiper-button-prev::after,
.testimonial .swiper-button-next::after {
  display: none;
}
.testimonial .swiper-button-prev {
  left: calc(50% - 4.35rem);
  transform: translateX(-50%);
  background: url(../icons/arrow-swiper-prev.svg) #E30613 no-repeat center/30%;
}
.testimonial .swiper-button-next {
  right: calc(50% - 4.35rem);
  transform: translateX(50%);
  background: url(../icons/arrow-swiper-next.svg) #E30613 no-repeat center/30%;
}

@media screen and (min-width: 1024px) {
  .testimonial {
    padding-bottom: 0 !important;
  }
  .testimonial__container {
    padding-bottom: 20rem;
  }
  .testimonial__container h2 {
    margin-bottom: 7.5rem;
  }
  .testimonial__el {
    max-width: 53.5rem;
  }
  .testimonial__el .wrapper {
    padding: 6.4rem 4.7rem;
  }
  .testimonial__el .content {
    margin-bottom: 3.6rem;
  }
  .testimonial__el .name {
    font-size: 2rem;
    letter-spacing: -0.4px;
    margin-top: 3.6rem;
  }
  .testimonial .swiper-button-prev,
  .testimonial .swiper-button-next {
    bottom: auto;
    top: 50%;
  }
  .testimonial .swiper-button-prev {
    left: 5rem;
    transform: translateX(0) translateY(-50%);
    background: url(../icons/arrow-swiper-prev.svg) #E30613 no-repeat center/30%;
  }
  .testimonial .swiper-button-next {
    right: 5rem;
    transform: translateX(0) translateY(-50%);
    background: url(../icons/arrow-swiper-next.svg) #E30613 no-repeat center/30%;
  }
}
/****************** Components folder ***************/
/*****************************************************
******************** buttons.scss ********************
******************************************************/
a {
  text-decoration: none;
  display: inline-block;
}

.btn, .editor-styles-wrapper .btn {
  text-decoration: none;
  display: inline-block;
}
.btn a, .editor-styles-wrapper .btn a {
  text-decoration: none;
  display: inline-block;
}
.btn__primaire a, .btn__primaire .wp-block-button__link, .editor-styles-wrapper .btn__primaire a, .editor-styles-wrapper .btn__primaire .wp-block-button__link {
  background: #E30613;
  font-size: 1.8rem;
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #FFFFFF;
  padding: 2rem 3rem;
  border: 1px solid #E30613;
  transition: 0.3s ease;
}
.btn__primaire a::after, .btn__primaire .wp-block-button__link::after, .editor-styles-wrapper .btn__primaire a::after, .editor-styles-wrapper .btn__primaire .wp-block-button__link::after {
  content: "";
  display: block;
  min-width: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../icons/arrow-btn-white.svg) no-repeat center/cover;
}
.btn__primaire a:hover, .btn__primaire .wp-block-button__link:hover, .editor-styles-wrapper .btn__primaire a:hover, .editor-styles-wrapper .btn__primaire .wp-block-button__link:hover {
  background: transparent;
  color: #E30613;
}
.btn__primaire a:hover::after, .btn__primaire .wp-block-button__link:hover::after, .editor-styles-wrapper .btn__primaire a:hover::after, .editor-styles-wrapper .btn__primaire .wp-block-button__link:hover::after {
  background: url(../icons/arrow-btn-red.svg) no-repeat center/cover;
}
.btn__secondaire a, .btn__secondaire .wp-block-button__link, .editor-styles-wrapper .btn__secondaire a, .editor-styles-wrapper .btn__secondaire .wp-block-button__link {
  border: 1px solid #000000;
  padding: 1.4rem 2.5rem;
  background: transparent;
  border-radius: 1rem;
  border: 1px solid #000000;
  transition: 0.3s ease;
  color: #000000;
}
.btn__secondaire a:hover, .btn__secondaire .wp-block-button__link:hover, .editor-styles-wrapper .btn__secondaire a:hover, .editor-styles-wrapper .btn__secondaire .wp-block-button__link:hover {
  background: #000000;
  color: #FFFFFF;
}
.btn__blog a, .editor-styles-wrapper .btn__blog a {
  display: inline-block;
  color: #E30613;
  font-size: 1.8rem;
  font-family: "CircularStd-Light", sans-serif;
  overflow: hidden;
  transition: 0.3s ease;
}
.btn__blog a::after, .editor-styles-wrapper .btn__blog a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E30613;
  transition: 0.3s ease;
}
.btn__blog a:hover::after, .editor-styles-wrapper .btn__blog a:hover::after {
  transform: translateX(-102%);
}

@media screen and (min-width: 1024px) {
  .btn__primaire a, .btn__primaire .wp-block-button__link, .editor-styles-wrapper .btn__primaire a, .editor-styles-wrapper .btn__primaire .wp-block-button__link {
    font-size: 2rem;
    padding: 2.4rem 4rem;
  }
  .btn__primaire a::after, .btn__primaire .wp-block-button__link::after, .editor-styles-wrapper .btn__primaire a::after, .editor-styles-wrapper .btn__primaire .wp-block-button__link::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  .btn__blog a, .editor-styles-wrapper .btn__blog a {
    font-size: 1.6rem;
  }
}
/*****************************************************
********************* Menu.scss **********************
******************************************************/
/************************************************* All */
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a {
  text-decoration: none;
  display: inline-block;
}
.menu .menu-item-has-children > a {
  pointer-events: none;
}
.menu .menu-item-has-children .sub-menu {
  margin-top: 1rem;
  padding-left: 2rem;
  gap: 1.5rem;
}
.menu .menu-item-has-children .sub-menu a {
  font-size: 2rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .menu .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .menu .menu-item-has-children::after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.8rem;
    background: url(../../assets/icons/submenu-arrow.svg) no-repeat center/cover;
    transition: 0.3s ease;
  }
  .menu .menu-item-has-children .sub-menu {
    margin-top: 0;
    padding-left: 0;
    position: absolute;
    z-index: 2;
    border-radius: 0.5rem;
    left: 50%;
    top: 130%;
    z-index: 100000;
    width: -moz-max-content;
    width: max-content;
    pointer-events: none;
    opacity: 0;
    background: #FFFFFF;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-1rem);
    transition: 0.5s ease;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .menu .menu-item-has-children .sub-menu::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1.5rem;
    left: 50%;
    display: block;
    width: 100%;
    height: 2rem;
    content: "";
    transform: translateX(-50%);
  }
  .menu .menu-item-has-children .sub-menu a {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
  }
  .menu .menu-item-has-children:hover::after {
    transform: rotate(180deg);
  }
  .menu .menu-item-has-children:hover .sub-menu {
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
    opacity: 1;
  }
}
/************************************************* Header */
@media screen and (min-width: 1024px) {
  .header__menu .nav--back {
    display: none;
  }
  .header__menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
  }
  .header__menu a {
    color: #E30613;
    font-size: 1.8rem;
    transition: 0.3s ease;
    font-family: "CircularStd-Book", sans-serif;
  }
  .header__menu a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  .header__menu .current-menu-item a {
    color: #1D1C20;
    pointer-events: none;
  }
  .header__menu .header__cta a {
    background: #E30613;
    border: 1px solid #E30613;
    color: #FFFFFF;
    padding: 1.4rem 2.8rem;
    line-height: normal;
    font-family: "CircularStd-Medium", sans-serif;
    font-weight: 500;
  }
  .header__menu .header__cta a:hover {
    opacity: 1;
    background: transparent;
    color: #E30613;
  }
  .header__menu--top ul {
    gap: 3rem;
  }
  .header__menu--top ul li {
    padding-right: 3rem;
    position: relative;
  }
  .header__menu--top ul li::after {
    content: "";
    display: block;
    width: 2px;
    height: 1.5rem;
    background: rgba(227, 6, 19, 0.2);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .header__menu--top ul li:last-child {
    padding-right: 0;
  }
  .header__menu--top ul li:last-child:after {
    display: none;
  }
  .header__menu--top a {
    font-size: 1.6rem;
  }
  .header__menu--top .pll-parent-menu-item {
    position: relative;
  }
  .header__menu--top .pll-parent-menu-item .sub-menu {
    position: absolute;
    bottom: -2.5rem;
    left: -0.5rem;
    transform: translateY(-1rem);
    opacity: 0;
    transition: 0.3s ease;
  }
  .header__menu--top .pll-parent-menu-item .sub-menu a {
    display: block;
    background: #FFDBDD;
    padding: 0 0.5rem;
    border-radius: 0.3rem;
  }
  .header__menu--top .pll-parent-menu-item .sub-menu a:hover {
    cursor: pointer;
  }
  .header__menu--top .pll-parent-menu-item:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
  }
  .header__menu--top .pll-parent-menu-item > a {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .header__menu--top .pll-parent-menu-item > a::after {
    content: "";
    display: block;
    width: 9px;
    height: 5px;
    background: url(../icons/submenu-arrow.svg) no-repeat center/cover;
  }
}
@media screen and (min-width: 1280px) {
  .header__menu ul {
    gap: 5rem;
  }
  .header__menu--top ul {
    gap: 3rem;
  }
}
/************************************************* Footer */
.footer__menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.footer__menu ul li {
  line-height: 1;
}
.footer__menu a {
  color: #E30613;
  font-size: 1.6rem;
  font-family: "CircularStd-Book", sans-serif;
}
.footer__menu--main {
  max-width: 50rem;
}
.footer__menu--main .menu {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.footer__menu--main a {
  font-family: "CircularStd-Book", sans-serif;
}
.footer__menu--main .menu-item-has-children {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.footer__menu--main .menu-item-has-children > a {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3rem;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 700;
  pointer-events: none;
}
.footer__menu--main .sub-menu {
  display: block;
}
.footer__menu--main .sub-menu li {
  margin-bottom: 2.5rem;
}
.footer__menu--main .sub-menu li:last-child {
  margin-bottom: 0;
}
.footer__menu--main .sub-menu a {
  font-size: 2rem;
}
.footer__menu--main .menu .menu-item-has-children {
  display: block;
}
.footer__menu--main .menu .menu-item-has-children::after {
  display: none;
}
.footer__menu--main .menu .menu-item-has-children .sub-menu {
  position: relative;
  transform: translate(0, 0);
  top: 0;
  left: 0;
  opacity: 1;
  box-shadow: none;
  background: transparent;
  padding: 0;
  gap: 2.5rem;
}
.footer__menu--main .menu .menu-item-has-children .sub-menu li {
  margin-bottom: 0;
}
.footer__menu--main .menu .menu-item-has-children .sub-menu li a {
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .footer__menu ul {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .footer__menu--main ul {
    gap: 17rem;
  }
  .footer__menu ul {
    align-items: flex-start;
  }
  .footer__menu a {
    transition: 0.3s ease;
  }
  .footer__menu a:hover {
    opacity: 0.5;
  }
}
/************************************************* Social */
.socials .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.socials a {
  display: block;
  font-size: 0;
  min-width: 2rem;
  height: 2rem;
  line-height: 1;
  transition: 0.3s ease;
  margin: auto;
}
.socials a:hover {
  opacity: 0.5;
}
.socials li {
  width: 2rem;
  height: 2rem;
  display: flex;
}
.socials li.facebook a {
  background: url(../icons/facebook.svg) no-repeat center/contain;
}
.socials li.instagram a {
  background: url(../icons/instagram.svg) no-repeat center/contain;
}
.socials li.youtube a {
  background: url(../icons/youtube.svg) no-repeat center/contain;
}
.socials li.linkedin a {
  background: url(../icons/linkedin.svg) no-repeat center/contain;
}

@media screen and (min-width: 1024px) {
  .socials .menu {
    justify-content: flex-start;
  }
}
/*****************************************************
***************** Custom-block.scss ******************
******************************************************/
/******************************************* Bloc subtitle **/
p.subtitle {
  color: #E30613;
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1;
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
p.subtitle::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.2rem;
  background: url(../icons/subtitle.svg) no-repeat center/cover;
}

@media screen and (min-width: 1024px) {
  p.subtitle {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
  }
}
/******************************************* Bloc titre **/
.bloc-titre .first-part {
  display: block;
}
.bloc-titre .separator {
  width: 7.5rem;
  height: 4px;
  display: inline-block;
  background: #E30613;
  vertical-align: middle;
}

/******************************************* Contact infos **/
.contact-infos__img {
  display: none;
}
.contact-infos__el {
  background: #F8F8F8;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.contact-infos__el:last-child {
  margin-bottom: 0;
}
.contact-infos__el p {
  color: #1D1C20;
  font-size: 1.8rem;
  font-family: "CircularStd-Book", sans-serif;
  line-height: 1;
}
.contact-infos__el p a {
  color: #1D1C20;
}
.contact-infos__el p.titre {
  color: #999FA3;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.contact-infos__el--address .contact-infos__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.contact-infos .route {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.contact-infos .route__el {
  width: 3rem;
  height: 3rem;
  border-radius: 7px;
  overflow: hidden;
}
.contact-infos .route__el a {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.contact-infos .route__el a:hover {
  opacity: 0.5;
}
.contact-infos .route__el--waze a {
  background: url(../icons/waze.webp) no-repeat center/cover;
}
.contact-infos .route__el--google a {
  background: url(../icons/google-maps.webp) no-repeat center/cover;
}
.contact-infos .route__el--plan a {
  background: url(../icons/apple-plan.webp) no-repeat center/cover;
}
.contact-infos__wrapper {
  padding: 2.4rem 2.7rem;
}

@media screen and (min-width: 1024px) {
  .contact-infos__img {
    display: block;
    margin: 0 auto;
  }
  .contact-infos__img img {
    width: 100%;
    height: auto;
  }
  .contact-infos__el {
    margin-bottom: 1.5rem;
  }
  .contact-infos__el p {
    font-size: 2.7rem;
  }
  .contact-infos__el p.titre {
    font-size: 2rem;
  }
  .contact-infos__el--address .contact-infos__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .contact-infos .route {
    gap: 3rem;
  }
  .contact-infos .route__el {
    width: 4.2rem;
    height: 4.2rem;
  }
  .contact-infos__wrapper {
    padding: 3.5rem 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .contact-infos__el {
    margin-bottom: 1.5rem;
  }
  .contact-infos__el p {
    font-size: 2.7rem;
  }
  .contact-infos__el p.titre {
    font-size: 2rem;
  }
  .contact-infos__el--address .contact-infos__wrapper {
    flex-direction: row;
    gap: 1rem;
    align-items: flex-end;
  }
}
/****************************** Bloc section entite **/
.entite {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.entite__el {
  background: url(../images/bkg-deco-2.svg) #2F2F36 repeat;
  position: relative;
  margin-bottom: 2.5rem;
  border-radius: 1rem;
  overflow: hidden;
  max-width: 43rem;
}
.entite__el::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(230deg, #2F2F36 25.44%, #2F2F36 80%, rgba(29, 32, 55, 0) 100%);
}
.entite__el .wrapper {
  position: relative;
  z-index: 5;
  padding: 4rem 3.5rem;
}
.entite__el .divider {
  margin: 2.5rem 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.entite__content {
  text-align: center;
}
.entite__content .name {
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 450;
  line-height: 1.4;
  letter-spacing: -0.88px;
  margin-bottom: 2.5rem;
}
.entite__content .description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.72px;
}
.entite__content .btn-container {
  margin-top: 2rem;
}
.entite__content .btn-container a {
  text-decoration: none;
  display: inline-block;
  color: #B89B68;
  transition: 0.3s ease;
}
.entite__content .btn-container a:hover {
  color: #FFFFFF;
}
.entite__logo {
  width: 17rem;
  margin: 0 auto;
}
.entite__logo img {
  max-width: 100%;
  max-height: 11rem;
}

@media screen and (min-width: 1024px) {
  .entite {
    margin-top: 7.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 2.5rem;
    justify-content: center;
  }
  .entite__el {
    max-width: 55rem;
    width: 48%;
    margin-bottom: 0;
  }
  .entite__el .wrapper {
    max-width: 33.5rem;
    margin: 0 auto;
    padding: 4.5rem 3.5rem 7.3rem 3.5rem;
  }
  .entite__el:first-child::after {
    background: linear-gradient(122deg, #2F2F36 25.44%, #2F2F36 80%, rgba(29, 32, 55, 0) 100%);
  }
  .entite__el:nth-child(2)::after {
    background: linear-gradient(230deg, #2F2F36 25.44%, #2F2F36 80%, rgba(29, 32, 55, 0) 100%);
  }
  .entite__el:nth-child(3)::after {
    background: linear-gradient(50deg, #2F2F36 25.44%, #2F2F36 80%, rgba(29, 32, 55, 0) 100%);
  }
  .entite__el:last-child::after {
    background: linear-gradient(-50deg, #2F2F36 25.44%, #2F2F36 80%, rgba(29, 32, 55, 0) 100%);
  }
  .entite__content .name {
    font-size: 2.6rem;
    letter-spacing: -1.04px;
  }
  .entite__content .description {
    font-size: 2rem;
    letter-spacing: -0.8px;
  }
  .entite__logo {
    width: 21.3rem;
    margin: 0 auto;
  }
}
/******************************************* Bloc LTT **/
html .bloc-ltt {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}
html .bloc-ltt h3 {
  font-family: "CircularStd-Medium", sans-serif;
}
html .bloc-ltt h3 + p {
  margin-top: 2.7rem !important;
}
html .bloc-ltt__el {
  display: flex;
  align-items: flex-start;
  gap: 2.7rem;
}
html .bloc-ltt__el p {
  font-size: 1.7rem;
  line-height: 1.6;
}
html .bloc-ltt__el::before {
  content: "";
  display: block;
  min-width: 2.7rem;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../icons/puces-2.svg) no-repeat no-repeat center/cover;
}

@media screen and (min-width: 1024px) {
  html .bloc-ltt__el::before {
    min-width: 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  html .bloc-ltt__el p {
    font-size: 2rem;
  }
}
/******************************************* Bloc réalisation **/
.bloc-realisation {
  padding-bottom: 9.5rem !important;
  width: 90%;
  margin: 5rem auto 0 auto;
}
.bloc-realisation__el {
  max-width: 83rem;
}
.bloc-realisation__text {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.bloc-realisation__text--left {
  left: 0;
}
.bloc-realisation__text p {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  background: #FFFFFF;
  color: #E30613;
  padding: 1.3rem 3.9rem;
  line-height: 1;
  font-family: "CircularStd-Medium", sans-serif;
}
.bloc-realisation__text--right {
  right: 0;
}
.bloc-realisation__text--right p {
  background: #E30613;
  color: #FFFFFF;
}
.bloc-realisation .swiper-button-prev,
.bloc-realisation .swiper-button-next {
  bottom: 0;
  top: auto;
  margin-top: 0;
  border-radius: 5.664px;
  width: 6.2rem;
  height: 6.2rem;
}
.bloc-realisation .swiper-button-prev::after,
.bloc-realisation .swiper-button-next::after {
  display: none;
}
.bloc-realisation .swiper-button-prev {
  left: calc(50% - 4.35rem);
  transform: translateX(-50%);
  background: url(../icons/arrow-swiper-prev-red.svg) #FFFFFF no-repeat center/30%;
}
.bloc-realisation .swiper-button-next {
  right: calc(50% - 4.35rem);
  transform: translateX(50%);
  background: url(../icons/arrow-swiper-next-red.svg) #FFFFFF no-repeat center/30%;
}

@media screen and (min-width: 1024px) {
  .bloc-realisation {
    padding-bottom: 0 !important;
    width: 100%;
    margin-top: 7.5rem;
  }
  .bloc-realisation__el:first-child {
    margin-left: 7.5rem;
  }
  .bloc-realisation .swiper-button-prev,
  .bloc-realisation .swiper-button-next {
    bottom: auto;
    top: 50%;
  }
  .bloc-realisation .swiper-button-prev {
    left: 10rem;
    transform: translateX(0) translateY(-50%);
    background: url(../icons/arrow-swiper-prev.svg) #E30613 no-repeat center/30%;
  }
  .bloc-realisation .swiper-button-next {
    right: 10rem;
    transform: translateX(0) translateY(-50%);
    background: url(../icons/arrow-swiper-next.svg) #E30613 no-repeat center/30%;
  }
}
/******************************************* Bloc faq **/
.bloc-faq .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.bloc-faq .question p {
  color: #E30613;
  font-size: 1.8rem;
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
.bloc-faq .question::after {
  content: "";
  display: block;
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  border: 1px solid #F1F1F1;
  background: url(../icons/faq-arrow.svg) no-repeat center/30%;
  transition: 0.3s ease;
}
.bloc-faq .reponse {
  overflow: hidden;
  opacity: 0;
  transition: 0.5s ease;
}
.bloc-faq .reponse .margin {
  height: 2rem;
}
.bloc-faq__el {
  padding-bottom: 3rem;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 3rem;
}
.bloc-faq__el--active .question::after {
  border: 1px solid #E30613;
  background: url(../icons/faq-arrow-hover.svg) #E30613 no-repeat center/30%;
}
.bloc-faq__el--active .reponse {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .bloc-faq .question p {
    font-size: 2rem;
    max-width: 60rem;
  }
  .bloc-faq .reponse {
    max-width: 61.5rem;
  }
}
/******************************************* Bloc service deco **/
.service-deco {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  margin-bottom: 5rem;
}
.service-deco__el--1 {
  max-width: 14rem;
  transform: rotate(15deg);
}
.service-deco__el--2 {
  max-width: 10.6rem;
  margin-bottom: 4.1rem;
}
.service-deco__el--3 {
  max-width: 11rem;
  margin-bottom: 2.2rem;
  transform: rotate(15deg);
}

@media screen and (min-width: 1280px) {
  .service-deco__el {
    margin: 0;
    position: absolute;
  }
  .service-deco__el--1 {
    top: 6.3rem;
    left: -20rem;
  }
  .service-deco__el--2 {
    right: -13rem;
    top: 4.2rem;
  }
  .service-deco__el--3 {
    right: -11rem;
    top: 22.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .service-deco__el--1 {
    left: -25rem;
  }
  .service-deco__el--2 {
    right: -20rem;
  }
  .service-deco__el--3 {
    right: -17rem;
  }
}
/******************************************* Bloc services **/
.bloc-services {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
  row-gap: 5rem;
}
.bloc-services__el {
  width: 100%;
  max-width: 31.2rem;
}
.bloc-services__el p {
  text-align: center;
  margin-top: 3rem;
  font-size: 2.2rem;
  letter-spacing: -0.44px;
  line-height: 1.6;
}
.bloc-services__img {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
  clip-path: polygon(29% 0, 100% 0, 100% 100%, 0 100%, 0 32%);
}
.bloc-services__img img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .bloc-services {
    gap: 7.5rem;
  }
}
/******************************************* Bloc equipe **/
.bloc-equipe {
  padding-bottom: 9.5rem !important;
  width: 90%;
  margin: 0 auto;
}
.bloc-equipe__el {
  max-width: 83rem;
  position: relative;
}
.bloc-equipe__el p {
  background: #E30613;
  color: #FFFFFF;
  line-height: 110%;
  letter-spacing: -0.48px;
  padding: 0.9rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
}
.bloc-equipe .swiper-button-prev,
.bloc-equipe .swiper-button-next {
  bottom: 0;
  top: auto;
  margin-top: 0;
  border-radius: 5.664px;
  width: 6.2rem;
  height: 6.2rem;
}
.bloc-equipe .swiper-button-prev::after,
.bloc-equipe .swiper-button-next::after {
  display: none;
}
.bloc-equipe .swiper-button-prev {
  left: calc(50% - 4.35rem);
  transform: translateX(-50%);
  background: url(../icons/arrow-swiper-prev.svg) #E30613 no-repeat center/30%;
}
.bloc-equipe .swiper-button-next {
  right: calc(50% - 4.35rem);
  transform: translateX(50%);
  background: url(../icons/arrow-swiper-next.svg) #E30613 no-repeat center/30%;
}

@media screen and (min-width: 1024px) {
  .bloc-equipe {
    width: 100%;
    padding-bottom: 0 !important;
  }
  .bloc-equipe__el:first-child {
    margin-left: 7.5rem;
  }
  .bloc-equipe__el p {
    font-size: 2.4rem;
    letter-spacing: -0.72px;
    padding: 2rem;
  }
  .bloc-equipe .swiper-button-prev,
  .bloc-equipe .swiper-button-next {
    bottom: auto;
    top: 50%;
  }
  .bloc-equipe .swiper-button-prev {
    left: 10rem;
    transform: translateX(0) translateY(-50%);
    background: url(../icons/arrow-swiper-prev.svg) #E30613 no-repeat center/30%;
  }
  .bloc-equipe .swiper-button-next {
    right: 10rem;
    transform: translateX(0) translateY(-50%);
    background: url(../icons/arrow-swiper-next.svg) #E30613 no-repeat center/30%;
  }
}
/*****************************************************
******************** Calls to action *****************
******************************************************/
.cta figure {
  margin: 0;
}
.cta__main {
  position: relative;
}
.cta__main .wp-block-group__inner-container {
  position: relative;
  z-index: 5;
}
.cta__main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
  top: 0;
  z-index: 3;
  background: url(../images/ruller-bottom-white.svg) repeat-x bottom left/auto 25px;
}
.cta__main figure {
  clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
}
.cta__main .wp-block-columns {
  gap: 0;
}
.cta__main .content .wp-block-group {
  padding: 2rem 2rem 6rem 2rem;
}
.cta__main .content h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.cta__main .content p {
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
}
.cta__main .content .wp-block-buttons {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__main .content .wp-block-buttons .wp-block-button {
  width: 100%;
}
.cta__main .content .wp-block-buttons .wp-block-button a {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cta__main .content .wp-block-buttons .wp-block-button:first-child a {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #E30613;
}
.cta__main .content .wp-block-buttons .wp-block-button:first-child a::after {
  background: url(../icons/arrow-btn-red.svg) no-repeat center/cover;
}
.cta__main .content .wp-block-buttons .wp-block-button:first-child a:hover {
  background: transparent;
  color: #FFFFFF;
}
.cta__main .content .wp-block-buttons .wp-block-button:first-child a:hover::after {
  background: url(../icons/arrow-btn-white.svg) no-repeat center/cover;
}
.cta__main .content .wp-block-buttons .wp-block-button:last-child a {
  border: 1px solid #FFFFFF;
}
.cta__main .content .wp-block-buttons .wp-block-button:last-child a:hover {
  background: #FFFFFF;
  color: #E30613;
}
.cta__main .content .wp-block-buttons .wp-block-button:last-child a:hover::after {
  background: url(../icons/arrow-btn-red.svg) no-repeat center/cover;
}

.testimonial__container + .container .cta {
  margin-top: -29rem;
}

@media screen and (min-width: 1024px) {
  .cta__main .wp-block-columns {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .cta__main .wp-block-columns .wp-block-column {
    align-self: auto;
  }
  .cta__main .wp-block-columns .wp-block-column:first-child {
    position: relative;
  }
  .cta__main .wp-block-columns .wp-block-column:first-child figure {
    display: block;
    width: 101%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 15% 100%, 0 0);
  }
  .cta__main .wp-block-columns .wp-block-column:first-child img {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    max-width: none;
    height: 100%;
    transform: translateY(-50%);
  }
  .cta__main .content .wp-block-group {
    padding: 7.2rem 4rem 7.2rem 4rem;
    max-width: 68rem;
    margin: 0 auto;
  }
  .cta__main .content h2 {
    text-align: left;
  }
  .cta__main .content p {
    text-align: left;
    max-width: 100%;
    margin: 0;
  }
  .cta__main .content .wp-block-buttons {
    margin-top: 5rem;
    display: flex;
  }
  .testimonial__container + .container .cta {
    margin-top: -25rem;
  }
}
@media screen and (min-width: 1280px) {
  .cta__main .content .wp-block-buttons {
    flex-direction: row;
  }
  .cta__main .content .wp-block-buttons .wp-block-button {
    width: 45%;
  }
}
/*****************************************************
********************** Spacer.scss *******************
******************************************************/
.spacer__base {
  height: 5rem !important;
}
.spacer__huge {
  height: 7.5rem !important;
}
.spacer__big {
  height: 7.5rem !important;
}
.spacer__med {
  height: 5rem !important;
}
.spacer__small {
  height: 3rem !important;
}

@media screen and (min-width: 1024px) {
  .spacer__base {
    height: 7.5rem !important;
  }
  .spacer__huge {
    height: 12rem !important;
  }
  .spacer__big {
    height: 10rem !important;
  }
  .spacer__med {
    height: 5rem !important;
  }
  .spacer__small {
    height: 3rem !important;
  }
}
/*****************************************************
********************* Images.scss ********************
******************************************************/
img {
  display: block;
  width: 100%;
  height: auto;
}

/*****************************************************
**************** Notification-bar.scss **************
******************************************************/
.notification-bar {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: #000;
  padding: 10px 0;
}
.notification-bar__el {
  display: inline-block;
  white-space: nowrap;
  min-width: 100vw;
  transform: translateX(100vw);
  animation: marqueeScroll var(--scroll-duration) linear infinite;
  color: #fff;
  font-size: 18px;
}

@keyframes marqueeScroll {
  to {
    transform: translateX(-100%);
  }
}
/*****************************************************
********************** Share.scss ********************
******************************************************/
html .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
html .share p {
  font-size: 1.8rem;
  color: #1D1C20;
  line-height: 1;
}
html .share .heateor_sss_sharing_ul {
  display: flex;
  align-items: center;
}
html .share .heateor_sss_sharing_ul a {
  float: none !important;
  display: block !important;
  margin: 0 !important;
  transition: 0.3s ease;
}
html .share .heateor_sss_sharing_ul a span {
  display: block !important;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0 !important;
  background: transparent !important;
  border: 1px solid #F8F8F8;
  transition: 0.3s ease;
  overflow: hidden;
}
html .share .heateor_sss_sharing_ul a span svg {
  display: none !important;
}
html .share .heateor_sss_sharing_ul a.heateor_sss_facebook span {
  background: url(../icons/share-facebook.svg) transparent no-repeat center/20% !important;
}
html .share .heateor_sss_sharing_ul a.heateor_sss_facebook:hover span {
  border: 1px solid #F8F8F8;
  background-size: 30% !important;
}
html .share .heateor_sss_sharing_ul a.heateor_sss_button_linkedin span {
  background: url(../icons/share-linkedin.svg) transparent no-repeat center/40% !important;
}
html .share .heateor_sss_sharing_ul a.heateor_sss_button_linkedin:hover span {
  border: 1px solid #F8F8F8;
  background-size: 50% !important;
}

/****************** Pages folder ********************/
/*****************************************************
********************** Pages.scss ********************
******************************************************/
.page__entry {
  padding: 5rem 0 0 0;
}
.page__content h2 + p {
  margin-top: 5rem;
}
.page__content p + p {
  margin-top: 3rem;
}
.page__content P + .wp-block-buttons,
.page__content h2 + .wp-block-buttons,
.page__content h3 + p,
.page__content p + ul,
.page__content P + ol,
.page__content li + li,
.page__content ul + .wp-block-buttons,
.page__content ol + .wp-block-buttons {
  margin-top: 4rem;
}
.page__content .wp-block-separator {
  background: #B6B6B6;
  max-width: 100%;
  width: 100%;
  height: 1px;
  margin: 4rem 0;
}

@media screen and (min-width: 1024px) {
  .page__entry {
    padding: 10rem 0 0 0;
  }
}
/************************************************* WP Default style */
.wp-block-columns {
  gap: 4rem;
  margin-bottom: 0;
}

.wp-block-separator {
  border: none;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto;
    flex-grow: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-columns {
    gap: 6rem;
    flex-wrap: nowrap !important;
  }
  .columns-type {
    /* 50/50 */
    /* 1/3 - 2/3 */
    /* 2/3 - 1/3 */
  }
  .columns-type-fullwidth .wp-block-column {
    width: 100%;
  }
  .columns-type-default .wp-block-column {
    width: 50%;
  }
  .columns-type-tiers .wp-block-column:first-child {
    width: 40%;
  }
  .columns-type-tiers .wp-block-column:last-child {
    width: 60%;
  }
  .columns-type-tiers-reverse .wp-block-column:first-child {
    width: 60%;
  }
  .columns-type-tiers-reverse .wp-block-column:last-child {
    width: 40%;
  }
}
/************************************************* Page formulaire */
.page-template-page-formulaire {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-template-page-formulaire .page {
  min-height: 100%;
  margin: auto;
}
.page-template-page-formulaire .page__entry {
  padding: 12rem 0 6rem 0;
}
.page-template-page-formulaire header {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .page-template-page-formulaire header {
    top: 5rem;
  }
  .page-template-page-formulaire .page__entry {
    padding: 6rem 0 6rem 0;
  }
}
@media screen and (max-height: 900px) {
  .page-template-page-formulaire .page__entry {
    padding: 17rem 0 6rem 0;
  }
}
/************************************************* Thank you page */
.page-template-page-ty {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-page-ty .page__entry {
  padding: 18rem 0 16rem 0;
}
.page-template-page-ty h1 {
  margin-bottom: 3rem;
}
.page-template-page-ty .wp-block-buttons {
  margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
  .page-template-page-ty .page__entry {
    padding: 15rem 0;
  }
}
/************************************************* Page 404 */
.error404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.error404 .page__404 {
  display: flex;
  justify-content: center;
}
.error404__content {
  max-width: 70rem;
  width: 75%;
  text-align: center;
  padding: 16.5rem 0;
}
.error404__content h1 {
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #E30613;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #E30613, 1px -1px 0 #E30613, -1px 1px 0 #E30613, 1px 1px 0 #E30613;
  line-height: 1;
  font-size: 14rem;
}
.error404__content p {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

@media screen and (min-width: 1024px) {
  .error404__content {
    padding: 15rem 0;
  }
}
/************************************************* Page légales */
.page-template-page-legal h1 {
  margin-bottom: 7.5rem;
}
.page-template-page-legal .page__content p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.page-template-page-legal .page__content p + p {
  margin-top: 4rem;
}
.page-template-page-legal .page__content p + h2, .page-template-page-legal .page__content ol + h2, .page-template-page-legal .page__content ul + h2 {
  margin-top: 7.5rem;
}
.page-template-page-legal .page__content h2 + p,
.page-template-page-legal .page__content h2 + ul,
.page-template-page-legal .page__content h2 + ol,
.page-template-page-legal .page__content ul + p,
.page-template-page-legal .page__content ol + p,
.page-template-page-legal .page__content p + ul,
.page-template-page-legal .page__content p + ol {
  margin-top: 5rem;
}
.page-template-page-legal .page__content figure {
  margin: 7.5rem 0;
}
.page-template-page-legal .page__content figure iframe {
  width: 100%;
  height: 35rem;
  border-radius: 1rem;
}
.page-template-page-legal .page__content figure img {
  border-radius: 1rem;
}

/*****************************************************
********************* Landing pages ******************
******************************************************/
/************************************************* Default */
.lp__entry {
  padding: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .lp__entry {
    padding: 10rem 0;
  }
}
/************************************************* LP #1 */
/************************************************* LP #2 */
/************************************************* LP #3 */
/*****************************************************
********************** Home.scss *********************
******************************************************/
.home {
  background: #F8F8F8;
}
.home .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.home .header__ham p {
  color: #FFFFFF;
}
.home .header__ham .ham__el {
  background: #FFFFFF;
}
.home .header__fixed {
  position: fixed;
  top: -100%;
  z-index: 10000;
}
.home .header__fixed .header__ham p {
  color: #E30613;
}
.home .header__fixed .header__ham .ham__el {
  background: #E30613;
}
.home .header__fixed .header__logo a {
  background: url(../images/logo-rispro-full.svg) no-repeat center/cover;
}
.home .header__fixed .header__logo a img {
  opacity: 0;
}
.home .header__hide {
  top: -100%;
}
.home .header__show {
  top: 0;
}
.home .hero {
  position: relative;
  background: #E30613;
  color: #FFFFFF;
  padding: 19.5rem 0 17rem 0;
}
.home .hero .container {
  position: relative;
  z-index: 5;
}
.home .hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/RISPRO-bkg-realisations.webp) no-repeat center/cover;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.home .hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ruller-bottom-white.svg) repeat-x bottom left;
  pointer-events: none;
}
.home .hero-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.home .hero-icon__el {
  max-width: 4rem;
}
.home .hero__content h1 {
  max-width: 94rem;
  margin: 0 auto 3rem auto;
}
.home .hero__content p {
  max-width: 46rem;
  margin: 0 auto;
}
.home-featured {
  width: 90%;
  max-width: 109rem;
  margin: -13rem auto 0 auto;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  background-repeat: no-repeat;
  background-position: 70% center;
  background-size: cover;
  padding-top: 60%;
}
.home-services__desktop {
  display: none;
}
.home-services__container {
  position: relative;
  padding-bottom: 7.5rem;
}
.home-services__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ruller-bottom.svg) repeat-x bottom left;
  pointer-events: none;
}
.home-services__title {
  position: relative;
}
.home-services__title .subtitle, .home-services__title h2 {
  justify-content: center;
  position: relative;
  z-index: 5;
}
.home-services__title h2 {
  width: 62%;
  max-width: 70rem;
  margin: 0 auto;
}
.home-services__title p.overlay {
  color: rgba(233, 233, 233, 0.5);
  text-transform: uppercase;
  font-size: clamp(5rem, 12vw, 22.1rem);
  font-family: "CircularStd-Bold", sans-serif;
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  pointer-events: none;
}
.home-services__mobile .services {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.5rem;
}
.home-services__mobile .services__persona {
  position: absolute;
  bottom: 0;
  right: 3rem;
  width: 10.5rem;
  height: 18.5rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.home-services__mobile .services__el {
  background: #FFFFFF;
  border-radius: 1.6rem;
  width: 100%;
  max-width: 35.5rem;
  position: relative;
}
.home-services__mobile .services__el h3 {
  font-family: "CircularStd-Bold", sans-serif;
  margin-bottom: 2rem;
}
.home-services__mobile .services__el .wrapper {
  padding: 4rem 2rem;
  display: flex;
  justify-content: flex-start;
}
.home-services__mobile .services__el .content {
  max-width: 15rem;
}
.home-services__mobile .services__el .btn-container a {
  color: #E30613;
  font-family: "CircularStd-Medium", sans-serif;
  font-size: 1.4rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 1.4rem;
  position: relative;
}
.home-services__mobile .services__el .btn-container a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #E30613;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  transition: 0.3s ease;
}
.home-services__mobile .services__el .btn-container a::after {
  content: "";
  display: block;
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  background: url(../icons/arrow-btn-red.svg) no-repeat center/cover;
}
.home-services__mobile .services__el:nth-child(even) .wrapper {
  justify-content: flex-end;
}
.home-services__mobile .services__el:nth-child(even) .services__persona {
  right: auto;
  left: 3rem;
}

@media screen and (min-width: 1024px) {
  .home .header__main {
    padding-top: 5rem;
  }
  .home .header__menu a {
    color: #FFFFFF;
  }
  .home .header__menu .header__cta a {
    background: #FFFFFF;
    color: #E30613;
    border: 1px solid #FFFFFF;
  }
  .home .header__menu .header__cta a:hover {
    background: transparent;
    color: #FFFFFF;
  }
  .home .header .menu .menu-item-has-children::after {
    background: url(../../assets/icons/submenu-arrow-white.svg) no-repeat center/cover;
  }
  .home .header .menu .menu-item-has-children .sub-menu a {
    color: #E30613;
  }
  .home .header__fixed .menu .menu-item-has-children::after {
    background: url(../../assets/icons/submenu-arrow.svg) no-repeat center/cover;
  }
  .home .header__fixed .menu .menu-item-has-children .sub-menu a {
    color: #E30613;
  }
  .home .header__fixed .header__main {
    padding-top: 2rem;
  }
  .home .header__fixed .header__menu a {
    color: #E30613;
  }
  .home .header__fixed .header__menu .header__cta a {
    background: #E30613;
    color: #FFFFFF;
    border: 1px solid #E30613;
  }
  .home .header__fixed .header__menu .header__cta a:hover {
    background: transparent;
    color: #E30613;
  }
  .home .hero {
    padding: 25rem 0 35.5rem 0;
  }
  .home .hero-icon {
    display: block;
    margin-bottom: 0;
    pointer-events: none;
  }
  .home .hero-icon__el {
    max-width: 9rem;
    position: absolute;
  }
  .home .hero-icon__el:first-child {
    max-width: 7.2rem;
    bottom: -5rem;
    left: 10rem;
    transform: rotate(-12deg);
  }
  .home .hero-icon__el:nth-child(2) {
    max-width: 9rem;
    top: -5rem;
    left: 3rem;
    transform: rotate(-7deg);
  }
  .home .hero-icon__el:nth-child(3) {
    max-width: 9.6rem;
    bottom: -5rem;
    right: 10rem;
    transform: rotate(10deg);
  }
  .home .hero-icon__el:nth-child(4) {
    max-width: 8.2rem;
    right: 3rem;
    top: -5rem;
    transform: rotate(15deg);
  }
  .home .hero-icon__el:nth-child(5) {
    max-width: 7.6rem;
    right: -5rem;
    top: 11rem;
    transform: rotate(5deg);
  }
  .home .hero-icon__el:last-child {
    max-width: 9.3rem;
    left: -5rem;
    top: 11rem;
    transform: rotate(70deg);
  }
  .home .hero__content h1 {
    margin-bottom: 5rem;
  }
  .home-featured {
    padding-top: 0;
    margin: -23rem auto 0 auto;
    min-height: 49.4rem;
    background-position: right center;
  }
  .home-services__container {
    padding-bottom: 0;
  }
  .home-services__desktop {
    display: block;
    max-width: 133rem;
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .home-services__desktop .services {
    display: grid;
    grid-template-columns: 31rem 31rem;
    gap: 4.5rem;
    justify-content: space-between;
  }
  .home-services__desktop .services__icon {
    max-width: 6.3rem;
    width: 6.3rem;
    min-width: 6.3rem;
  }
  .home-services__desktop .services__persona {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 34rem;
    height: 60rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    z-index: 5;
    transition: 0.3s ease;
  }
  .home-services__desktop .services__el {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
  .home-services__desktop .services__el .wrapper {
    display: flex;
    gap: 3rem;
    align-items: center;
    position: relative;
  }
  .home-services__desktop .services__el .line {
    display: block;
    position: absolute;
    width: 21rem;
    height: 2px;
    left: -70%;
    top: 50%;
    transform: translateY(-50%);
  }
  .home-services__desktop .services__el .line svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home-services__desktop .services__el .line svg path {
    transition: 0.3s ease;
  }
  .home-services__desktop .services__el:nth-child(odd) .services__content {
    text-align: right;
  }
  .home-services__desktop .services__el:nth-child(odd) .line {
    left: auto;
    right: -70%;
  }
  .home-services__desktop .services__el:nth-child(odd) .btn-container {
    display: flex;
    justify-content: flex-end;
  }
  .home-services__desktop .services__el:nth-child(2n) .wrapper {
    flex-direction: row-reverse;
  }
  .home-services__desktop .services__el:first-child .line {
    transform-origin: left center;
    transform: translateY(-50%) rotate(40deg);
  }
  .home-services__desktop .services__el:nth-child(2) .line {
    transform-origin: right center;
    transform: translateY(-50%) rotate(-40deg);
  }
  .home-services__desktop .services__el:nth-child(5) .line {
    transform-origin: left center;
    transform: translateY(-50%) rotate(-40deg);
  }
  .home-services__desktop .services__el:last-child .line {
    transform-origin: right center;
    transform: translateY(-50%) rotate(40deg);
  }
  .home-services__desktop .services__el h3 {
    font-family: "CircularStd-Medium", sans-serif;
    margin-bottom: 2rem;
    transition: 0.3s ease;
  }
  .home-services__desktop .services__el p {
    margin-bottom: 2rem;
    color: var(--Light-black, #494958);
    transition: 0.3s ease;
  }
  .home-services__desktop .services__el .btn-container a {
    color: #E30613;
    font-family: "CircularStd-Medium", sans-serif;
    font-size: 1.6rem;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    gap: 1.5rem;
    position: relative;
  }
  .home-services__desktop .services__el .btn-container a::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #E30613;
    position: absolute;
    bottom: -0.7rem;
    left: 0;
    transition: 0.3s ease;
  }
  .home-services__desktop .services__el .btn-container a::after {
    content: "";
    display: block;
    min-width: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../icons/arrow-btn-red.svg) no-repeat center/cover;
  }
  .home-services__desktop .services__el--current h3, .home-services__desktop .services__el--current p {
    color: #E30613;
  }
  .home-services__desktop .services__el--current .btn-container a::before {
    width: 100%;
  }
  .home-services__desktop .services__el--current .line svg path {
    stroke: #E30613;
    stroke-opacity: 1;
  }
  .home-services__desktop .services__el--current .services__persona {
    opacity: 1;
  }
  .home-services__mobile {
    display: none;
  }
  .home-services__title p.overlay {
    top: -40%;
  }
  .home .page__content .wp-block-columns {
    justify-content: space-between;
  }
  .home .page__content .wp-block-column:first-child {
    max-width: 65rem;
  }
  .home .page__content .wp-block-column:last-child {
    max-width: 55rem;
  }
}
@media screen and (min-width: 1280px) {
  .home-services__container {
    padding-bottom: 0;
  }
  .home-services__desktop {
    padding-bottom: 13rem;
  }
  .home-services__desktop .services {
    grid-template-columns: 38.5rem 38.5rem;
    gap: 9rem;
  }
  .home-services__desktop .services__icon {
    max-width: 6.3rem;
    width: 6.3rem;
    min-width: 6.3rem;
  }
  .home-services__desktop .services__el {
    gap: 3rem;
  }
  .home-services__desktop .services__el .line {
    width: 26rem;
    height: 2px;
    left: -70%;
  }
  .home-services__desktop .services__el:first-child .line {
    transform-origin: left center;
    transform: translateY(-50%) rotate(40deg);
  }
  .home-services__desktop .services__el:nth-child(2) .line {
    transform-origin: right center;
    transform: translateY(-50%) rotate(-40deg);
  }
  .home-services__desktop .services__el:nth-child(5) .line {
    transform-origin: left center;
    transform: translateY(-50%) rotate(-40deg);
  }
  .home-services__desktop .services__el:last-child .line {
    transform-origin: right center;
    transform: translateY(-50%) rotate(40deg);
  }
  .home-services__desktop .services__persona {
    width: 42.6rem;
    height: 75rem;
  }
}
/*****************************************************
******************** Contact.scss ********************
******************************************************/
.page__contact .page__content__el--left {
  display: none;
}
.page__contact .page__content__el--right {
  max-width: 64rem;
  margin: 0 auto;
}
.page__contact .page__content__el--right p {
  font-family: "CircularStd-Book", sans-serif;
}

@media screen and (min-width: 1024px) {
  .page__contact .page__content {
    display: flex;
    justify-content: space-between;
  }
  .page__contact .page__content__el--left {
    display: block;
    max-width: 51.2rem;
    width: 42%;
  }
  .page__contact .page__content__el--right {
    width: 52%;
    margin: 0;
  }
  .page__contact .page__content .content__mobile {
    display: none;
  }
}
/*****************************************************
********************** About.scss ********************
******************************************************/
.page__about.page__entry {
  padding-top: 10rem;
}
.page__about .page__title {
  position: relative;
}
.page__about .page__title h1 {
  position: relative;
  z-index: 5;
}
.page__about .page__title p.overlay {
  color: rgba(233, 233, 233, 0.5);
  text-transform: uppercase;
  font-size: clamp(8rem, 17vw, 22.6rem);
  font-family: "CircularStd-Bold", sans-serif;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  pointer-events: none;
}

.about-introduction {
  position: relative;
}
.about-introduction::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ruller-bottom.svg) repeat-x bottom left;
  pointer-events: none;
}

.about-services .subtitle {
  color: #FFFFFF;
  justify-content: center;
}
.about-services .subtitle::before {
  background: url(../icons/subtitle-white.svg) no-repeat center/cover;
}
.about-services h2 {
  max-width: 62.1rem;
  margin: 0 auto;
}

.about-equipe .subtitle {
  justify-content: center;
}
.about-equipe h2 {
  max-width: 62.1rem;
  margin: 0 auto;
}

.about-ecologie {
  background: #174430;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  padding-bottom: 15rem;
}
.about-ecologie::before, .about-ecologie::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.about-ecologie::before {
  top: 0;
  background: url(../images/ruller-top.svg) repeat-x top left;
}
.about-ecologie .subtitle {
  color: #8CDF47;
}
.about-ecologie .subtitle::before {
  background: url(../icons/subtitle-green.svg) no-repeat center/cover;
}
.about-ecologie .decoration {
  position: absolute;
  bottom: -12rem;
  left: -9rem;
  width: 46rem;
  height: 32.5rem;
  z-index: 10;
  pointer-events: none;
}

@media screen and (min-width: 800px) {
  .page__about .page__title p.overlay {
    top: -150%;
  }
}
@media screen and (min-width: 1024px) {
  .page__about.page__entry {
    padding-top: 24.5rem;
  }
  .page__about .page__title p.overlay {
    top: -200%;
  }
  .about-introduction .wp-block-columns {
    justify-content: space-between;
  }
  .about-introduction .wp-block-column:first-child {
    max-width: 32.5rem;
  }
  .about-introduction .wp-block-column:last-child {
    max-width: 60rem;
  }
  .about-ecologie {
    padding-bottom: 0;
  }
  .about-ecologie::after {
    top: 0;
    background: url(../images/ruller-bottom.svg) repeat-x bottom left;
  }
  .about-ecologie .container {
    max-width: 113rem;
  }
  .about-ecologie .wp-block-columns {
    justify-content: space-between;
    position: relative;
  }
  .about-ecologie .decoration {
    bottom: -23rem;
    left: -23rem;
    width: 71rem;
    height: 47rem;
  }
  .about-ecologie .wp-block-column:first-child {
    max-width: 43.5rem;
  }
  .about-ecologie .wp-block-column:last-child {
    max-width: 52rem;
  }
}
@media screen and (min-width: 1280px) {
  .about-ecologie .decoration {
    bottom: -36rem;
    left: -28rem;
    width: 81rem;
    height: 57rem;
  }
}
/****************** Themes folder *******************/
/*****************************************************
********************* Theme.scss *********************
******************************************************/
/*****************************************************
********************* admin.scss *********************
******************************************************/
/*****************************************************
********************* Tools.scss *********************
******************************************************/
.align__center {
  text-align: center;
}
.align__left {
  text-align: left;
}
.align__right {
  text-align: right;
}

.has-white-background-color {
  background: #FFFFFF;
}
.has-white-color {
  color: #FFFFFF;
}
.has-black-background-color {
  background: #000000;
}
.has-black-color {
  color: #000000;
}
.has-ultrared-background-color {
  background: #E30613;
}
.has-ultrared-color {
  color: #E30613;
}
.has-teared-background-color {
  background: #FFDBDD;
}
.has-teared-color {
  color: #FFDBDD;
}
.has-snowred-background-color {
  background: #FEF5F6;
}
.has-snowred-color {
  color: #FEF5F6;
}
.has-lightgrey-background-color {
  background: #F8F8F8;
}
.has-lightgrey-color {
  color: #F8F8F8;
}
.has-gray-background-color {
  background: #8F969B;
}
.has-gray-color {
  color: #8F969B;
}
.has-richgray-background-color {
  background: #2F2F36;
}
.has-richgray-color {
  color: #2F2F36;
}
.has-richblack-background-color {
  background: #1D1C20;
}
.has-richblack-color {
  color: #1D1C20;
}
.has-lightblack-background-color {
  background: #494958;
}
.has-lightblack-color {
  color: #494958;
}
.has-darkgray-background-color {
  background: #B6B6B6;
}
.has-darkgray-color {
  color: #B6B6B6;
}

.hide {
  display: none;
}

.display {
  display: block;
}

@media screen and (min-width: 600px) {
  .hide__600 {
    display: none;
  }
  .display__600 {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .hide__700 {
    display: none;
  }
  .display__700 {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .hide__800 {
    display: none;
  }
  .display__800 {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .hide__900 {
    display: none;
  }
  .display__900 {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .hide__1024 {
    display: none;
  }
  .display__1024 {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .hide__1100 {
    display: none;
  }
  .display__1100 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .hide__1200 {
    display: none;
  }
  .display__1200 {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .hide__1280 {
    display: none;
  }
  .display__1280 {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .hide__1400 {
    display: none;
  }
  .display__1400 {
    display: block;
  }
}
/*****************************************************
********************* login.scss *********************
******************************************************/
/***** Page *****/
/***** Form *****/
/* Style du fond */
html body.login {
  background-color: #FEF5F6; /* Couleur de fond de la page */
  color: #1D1C20;
  min-height: 100vh;
  display: flex;
}

html body.login .privacy-policy-page-link {
  display: none;
}

/* Logo de la page de connexion */
html #login {
  padding: 0;
  margin: auto;
}

html #login h1 a {
  background-image: url("../images/logo-rispro-full.svg");
  background-size: contain;
  width: 100%;
  height: 15rem;
  outline: none;
  box-shadow: none;
  margin-bottom: 5rem;
}

html .login .dashicons-visibility:before {
  color: #000000;
}

html .login form {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 3rem rgba(29, 28, 32, 0.1);
}

html .login form label {
  color: #1D1C20;
}

html .login form .input,
html .login form input[type=checkbox],
html .login input[type=text],
html .login input[type=password] {
  outline: none;
  background: transparent;
  color: #1D1C20;
  border: 1px solid #1D1C20;
  box-shadow: none;
  transition: 0.3s ease;
}

html .login input[type=text]:focus,
html .login input[type=password]:focus {
  border: 1px solid #E30613;
  color: #E30613;
}

html body.login .language-switcher {
  display: none;
}

html .login .button-primary {
  background: #E30613;
  border: 1px solid #E30613;
  color: #FFFFFF;
  outline: none;
  transition: 0.3s ease;
}

html .login .button-primary:hover {
  background: transparent;
  border: 1px solid #E30613;
  color: #E30613;
}

html .login #nav a,
html .login #backtoblog a {
  color: #000000;
  transition: 0.3s ease;
}

html .login #nav a:hover,
html .login #backtoblog a:hover {
  color: #E30613;
}

html .login .message,
html .login .notice,
html .login .success {
  border-left: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #E30613;
}

html .login .notice-error {
  color: #E30613;
}

html .login .notice-error a {
  display: none;
}
