@charset "UTF-8";
/*
Theme Name: GJ Menard
*/
/*
H1 — Popping BOLD — 62px — #10233C color1
H2 — Poppins MEDIUM — 58px — #D8704C color 3
H3 — Poppins SEMI-BOLD — 48 px — #50AABA color 4
H4 — Popping BOLD — 42px — #10233C color1
*/
body {
  font-size: calc(16px + 3 * (100vw - 1100px) / 339);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #000000;
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1439px) {
  body {
    font-size: 19px;
  }
}

b, strong {
  font-weight: bold;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

.small, small {
  font-size: calc(12px + 3 * (100vw - 1100px) / 339);
}
@media screen and (max-width: 1100px) {
  .small, small {
    font-size: 12px;
  }
}
@media screen and (min-width: 1439px) {
  .small, small {
    font-size: 15px;
  }
}

h1, h2, h3 {
  font-weight: 900;
}

.citation {
  font-size: calc(18px + 3 * (100vw - 1100px) / 339);
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 20px;
  font-style: italic;
}
@media screen and (max-width: 1100px) {
  .citation {
    font-size: 18px;
  }
}
@media screen and (min-width: 1439px) {
  .citation {
    font-size: 21px;
  }
}
.citation:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: calc(28px + 28 * (100vw - 1100px) / 339);
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media screen and (max-width: 1100px) {
  h1, .h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1439px) {
  h1, .h1 {
    font-size: 56px;
  }
}
h1:last-child, .h1:last-child {
  margin-bottom: 0;
}

h2, .h2 {
  font-size: calc(24px + 24 * (100vw - 1100px) / 339);
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 1100px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1439px) {
  h2, .h2 {
    font-size: 48px;
  }
}
h2:last-child, .h2:last-child {
  margin-bottom: 0;
}

h3, .h3 {
  font-size: calc(19px + 4 * (100vw - 1100px) / 339);
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 1100px) {
  h3, .h3 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1439px) {
  h3, .h3 {
    font-size: 23px;
  }
}
h3:last-child, .h3:last-child {
  margin-bottom: 0;
}

h4, .h4 {
  font-size: calc(18px + 3 * (100vw - 1100px) / 339);
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  h4, .h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1439px) {
  h4, .h4 {
    font-size: 21px;
  }
}
h4:last-child, .h4:last-child {
  margin-bottom: 0;
}

h5, .h5 {
  font-size: calc(18px + 3 * (100vw - 1100px) / 339);
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1439px) {
  h5, .h5 {
    font-size: 21px;
  }
}

h6, .h6 {
  font-size: calc(18px + 3 * (100vw - 1100px) / 339);
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 120%;
}
@media screen and (max-width: 1100px) {
  h6, .h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1439px) {
  h6, .h6 {
    font-size: 21px;
  }
}

.font-extrabold, .font-900 {
  font-weight: 900 !important;
}

.font-bold, .bold, .font-700 {
  font-weight: 700 !important;
}

.font-semibold, .semibold, .font-600 {
  font-weight: 600 !important;
}

.font-normal, .font-500 {
  font-weight: 500 !important;
}

.font-thin, .font-400 {
  font-weight: 400 !important;
}

.white {
  color: #fff;
}

.black {
  color: #000000;
}

.color1 {
  color: #F57210;
}

.color2 {
  color: #263138;
}

.color3 {
  color: #EFEFEF;
}

.color4 {
  color: #EAECF2;
}

.color5 {
  color: #18304B;
}

.color6 {
  color: #E7E9DE;
}

.white-bg, .bg-color-white {
  background-color: #fff;
}

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

.color1-bg {
  background-color: #F57210;
}

.color2-bg {
  background-color: #263138;
}

.color3-bg {
  background-color: #EFEFEF;
}

.color4-bg {
  background-color: #EAECF2;
}

.color5-bg {
  background-color: #18304B;
}

.color6-bg {
  background-color: #E7E9DE;
}

.grey-bg {
  background-color: #767676;
}

.grey2-bg {
  background-color: rgba(214, 222, 237, 0.368627451);
}

.grey4-bg {
  background-color: #D6DEED;
}

.color-RCRUL {
  color: #D8704C;
}

.color-RREEUL {
  color: #B9B64B;
}

.color-RRPePUL {
  color: #8B743E;
}

.color-RRPPUL {
  color: #50AABA;
}

.bg-RCRUL {
  background-color: #D8704C;
}

.bg-RREEUL {
  background-color: #B9B64B;
}

.bg-RRPePUL {
  background-color: #8B743E;
}

.bg-RRPPUL {
  background-color: #50AABA;
}

.box-shadow {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.box-shadow-1 {
  box-shadow: -1px 13px 20px rgba(55, 56, 60, 0.1215686275);
}

.border-color1 {
  border: 1px solid #F57210;
}

.border-color-18304b {
  border: 1px solid #18304b;
}

input, select, textarea {
  border: none;
  background-color: #f9fafa;
  font-size: 14px;
  border: none;
  font-weight: 400;
  border-radius: 0 !important;
  border-color: #707070 !important;
}
input:focus, select:focus, textarea:focus {
  outline: none !important;
}

input[type=text], input[type=email] {
  background-color: #f9fafa;
  font-size: 14px;
  border: none;
  font-weight: 400;
}

.white input[type=text], .white input[type=email] {
  color: #fff;
}

body .white .gform_wrapper ul li.gfield.floating-label-field.active input {
  border-color: #fff !important;
}

input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

textarea {
  max-height: 100px;
}

.btn,
.btn-button,
#gform_wrapper_1 button[type=submit],
#gform_wrapper_2 button[type=submit],
#gform_wrapper_3 button[type=submit],
#gform_wrapper_4 button[type=submit],
#gform_wrapper_5 button[type=submit],
#gform_wrapper_6 button[type=submit],
#gform_wrapper_7 button[type=submit],
#gform_wrapper_8 button[type=submit],
#gform_wrapper_9 button[type=submit],
#gform_wrapper_10 button[type=submit],
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: calc(14px + 2 * (100vw - 1100px) / 339);
  background-color: #F57210;
  padding: 15px 20px;
  border: none;
  border-radius: 0 !important;
  line-height: 1em;
  transition: all 0.4s ease;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*
      &:before {
          content: '';
          position: absolute;
          width:15px;
          height: 20px;
          top: calc(50% - 10px);
          right: 16px;

          transition: background 500ms ease-in-out;
          background-color: $color1;
          mask-image: url('img/SVG/Bauval-fleche-blanche-bouton.svg');
          mask-repeat: no-repeat;
          mask-position: center;
          mask-size: contain;


      }
  */
}
@media screen and (max-width: 1100px) {
  .btn,
  .btn-button,
  #gform_wrapper_1 button[type=submit],
  #gform_wrapper_2 button[type=submit],
  #gform_wrapper_3 button[type=submit],
  #gform_wrapper_4 button[type=submit],
  #gform_wrapper_5 button[type=submit],
  #gform_wrapper_6 button[type=submit],
  #gform_wrapper_7 button[type=submit],
  #gform_wrapper_8 button[type=submit],
  #gform_wrapper_9 button[type=submit],
  #gform_wrapper_10 button[type=submit],
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1439px) {
  .btn,
  .btn-button,
  #gform_wrapper_1 button[type=submit],
  #gform_wrapper_2 button[type=submit],
  #gform_wrapper_3 button[type=submit],
  #gform_wrapper_4 button[type=submit],
  #gform_wrapper_5 button[type=submit],
  #gform_wrapper_6 button[type=submit],
  #gform_wrapper_7 button[type=submit],
  #gform_wrapper_8 button[type=submit],
  #gform_wrapper_9 button[type=submit],
  #gform_wrapper_10 button[type=submit],
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 16px;
  }
}
.btn:hover,
.btn-button:hover,
#gform_wrapper_1 button[type=submit]:hover,
#gform_wrapper_2 button[type=submit]:hover,
#gform_wrapper_3 button[type=submit]:hover,
#gform_wrapper_4 button[type=submit]:hover,
#gform_wrapper_5 button[type=submit]:hover,
#gform_wrapper_6 button[type=submit]:hover,
#gform_wrapper_7 button[type=submit]:hover,
#gform_wrapper_8 button[type=submit]:hover,
#gform_wrapper_9 button[type=submit]:hover,
#gform_wrapper_10 button[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 0.7;
  color: #fff;
}
.btn:hover:before,
.btn-button:hover:before,
#gform_wrapper_1 button[type=submit]:hover:before,
#gform_wrapper_2 button[type=submit]:hover:before,
#gform_wrapper_3 button[type=submit]:hover:before,
#gform_wrapper_4 button[type=submit]:hover:before,
#gform_wrapper_5 button[type=submit]:hover:before,
#gform_wrapper_6 button[type=submit]:hover:before,
#gform_wrapper_7 button[type=submit]:hover:before,
#gform_wrapper_8 button[type=submit]:hover:before,
#gform_wrapper_9 button[type=submit]:hover:before,
#gform_wrapper_10 button[type=submit]:hover:before,
input[type=button]:hover:before,
input[type=reset]:hover:before,
input[type=submit]:hover:before {
  background-color: #F57210;
}
@media screen and (max-width: 1100px) {
  .btn,
  .btn-button,
  #gform_wrapper_1 button[type=submit],
  #gform_wrapper_2 button[type=submit],
  #gform_wrapper_3 button[type=submit],
  #gform_wrapper_4 button[type=submit],
  #gform_wrapper_5 button[type=submit],
  #gform_wrapper_6 button[type=submit],
  #gform_wrapper_7 button[type=submit],
  #gform_wrapper_8 button[type=submit],
  #gform_wrapper_9 button[type=submit],
  #gform_wrapper_10 button[type=submit],
  input[type=button],
  input[type=reset],
  input[type=submit] {
    width: 100%;
    text-align: center;
    display: block;
  }
}

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.btn-white span {
  background-color: #262626;
}
.btn-white_empty {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-white_empty:hover {
  color: #fff;
}
.btn-arrow {
  margin-top: 20px;
  display: inline-block;
  height: 30px;
  color: #000000;
  padding-left: 45px;
  align-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.d-flex .btn-arrow {
  margin-top: auto;
}
.btn-arrow:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: background 500ms ease-in-out;
  background-color: #F57210;
  background-image: url("img/SVG/GJMenard-Fleche-Grosse.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn-arrow:hover {
  opacity: 0.7;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: #F57210 !important;
}

.gform_button_select_files {
  color: #000 !important;
  background-color: transparent !important;
  border: 2px solid #F57210 !important;
}
.gform_button_select_files span {
  background-color: transparent;
}
.gform_button_select_files:hover {
  color: #000;
}
.gform_button_select_files:hover span {
  background-color: #bfbfbf;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #000000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}
.hamburger-inner .is-active {
  background-color: #fff;
}
.hamburger-inner .is-active::after {
  background-color: #fff;
}
.hamburger-inner .is-active::before {
  background-color: transparent;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 11px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 22px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -64px;
  top: -64px;
  transform: translate3d(64px, 64px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -64px;
  top: -64px;
  transform: translate3d(-64px, 64px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 11px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -64px;
  top: 64px;
  transform: translate3d(64px, -64px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -64px;
  top: 64px;
  transform: translate3d(-64px, -64px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.5714285714px, -9px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.5714285714px, -9px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 11px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 11px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -22px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
*/
/*MENU ////////////////////////*/
.logoContainer {
  z-index: 1;
  display: flex;
}
.logoContainer .logo-primary {
  padding: 20px 0px;
  padding-right: 40px;
  display: flex;
  width: 260px;
}
.logoContainer .logo-img {
  aspect-ratio: 220/86;
  margin-bottom: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(img/logo-noir.svg);
  display: block;
}
@media screen and (max-width: 1100px) {
  .logoContainer {
    max-width: 80px;
  }
}

.logo-img {
  width: 100%;
  height: auto;
}

.infos-primary {
  padding: 20px 0;
  padding-left: 40px;
}
.infos-primary p {
  margin-bottom: 0;
}

.menu1container {
  width: 100%;
  z-index: 1000;
}

.headermenus_container {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s;
}
.headermenus_container.menu1-hide {
  transform: translateY(-100%);
  position: fixed;
  z-index: 20;
  top: 0;
}

.headermenus.headermenus_secondary {
  position: relative;
  z-index: 21;
}
.headermenus.headermenus_primary {
  background-color: #767676;
}

.hash-active {
  font-weight: 700;
}

.menu-transparent {
  background-color: transparent;
}
.menu-transparent .logoContainer .logo-img {
  background-image: url(img/logo.svg);
}
.menu-transparent .navPrincipal > li > a {
  color: #fff;
}
.menu-transparent .navPrincipal > li.has-sub-menu > a:before, .menu-transparent .navPrincipal > li.menu-item-has-children > a:before {
  background-color: #fff;
}
.menu-transparent .navSecondaire a {
  color: #fff;
}

.navPrincipal {
  font-size: calc(15px + 3 * (100vw - 1100px) / 339);
  margin-bottom: 0;
  justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .navPrincipal {
    font-size: 15px;
  }
}
@media screen and (min-width: 1439px) {
  .navPrincipal {
    font-size: 18px;
  }
}
.navPrincipal > li {
  display: inline-block;
  position: relative;
}
.navPrincipal > li.has-sub-menu, .navPrincipal > li.menu-item-has-children {
  margin-right: 10px;
}
.navPrincipal > li.has-sub-menu > a, .navPrincipal > li.menu-item-has-children > a {
  padding-right: 25px;
}
.navPrincipal > li.has-sub-menu > a:before, .navPrincipal > li.menu-item-has-children > a:before {
  content: "";
  mask-image: url("img/SVG/chevron-white.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 18px auto;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
}
.navPrincipal > li > a {
  color: #000000;
  padding: 20px 0px;
  padding-left: 30px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.navPrincipal > li > a:after {
  opacity: 0;
  content: "";
  width: 0px;
  height: 3px;
  position: absolute;
  left: calc(50% + 15px);
  transform: translateX(-50%);
  bottom: 14px;
  background-color: #F57210;
  transition: all 0.6s;
}
.navPrincipal > li > a:after {
  opacity: 1;
}
.navPrincipal > li > a.active:after {
  width: calc(100% - 30px);
}
.navPrincipal > li > a:focus {
  color: #000;
}
.navPrincipal > li > a:hover {
  text-decoration: none;
  color: #F57210;
}
.navPrincipal > li > a:hover:before {
  opacity: 1;
}
.navPrincipal > li.current-menu-item > a, .navPrincipal > li.current-menu-parent > a {
  position: relative;
}
.navPrincipal > li:hover > .sub-menu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.navPrincipal > li > .sub-menu {
  padding: 20px 8vw;
  display: none;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #000000;
  visibility: hidden;
  z-index: 1;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: center top;
  /* property name | duration | easing function | delay */
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.navPrincipal > li > .sub-menu > li {
  display: block;
  width: 33%;
  vertical-align: top;
}
.navPrincipal > li > .sub-menu > li.current-menu-item > a {
  font-weight: 600;
}
.navPrincipal > li > .sub-menu > li:hover > a {
  color: #263138;
}
.navPrincipal > li > .sub-menu > li a {
  color: #fff;
  padding: 20px 20px 20px 0;
  padding-left: 20px;
  display: block;
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}
.navPrincipal > li > .sub-menu > li a:hover {
  color: #F57210;
}

.navSecondaire {
  font-size: calc(13px + 2 * (100vw - 1100px) / 339);
  margin-bottom: 0;
  justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .navSecondaire {
    font-size: 13px;
  }
}
@media screen and (min-width: 1439px) {
  .navSecondaire {
    font-size: 15px;
  }
}
.navSecondaire > li {
  display: inline-block;
  position: relative;
}
.navSecondaire > li > a {
  color: #fff;
  padding: 10px 0px;
  padding-left: 30px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.navSecondaire > li > a:focus {
  color: #000;
}
.navSecondaire > li > a:hover {
  text-decoration: none;
  color: #F57210;
}
.navSecondaire > li > a:hover:before {
  opacity: 1;
}
.navSecondaire > li.current-menu-item > a, .navSecondaire > li.current-menu-parent > a {
  position: relative;
  color: #F57210;
}
.navSecondaire > li:hover > .sub-menu {
  display: block;
}

.search-menu-item {
  background-image: url(img/search.svg);
  background-size: 20px;
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.3137254902);
  padding-left: 20px;
  cursor: pointer;
}

/* MOBILE MENU*/
.mobileHeader {
  position: sticky;
  top: 0;
  z-index: 2200;
  width: 100%;
  background-color: #fff;
}
.mobileHeader .hamburger {
  position: absolute;
  right: 20px;
  top: 22px;
}
.mobileHeader .hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0 !important;
}
@media screen and (min-width: 1100px) {
  .mobileHeader {
    display: none;
  }
}

.mobileLogoA {
  background-color: #fff;
  display: inline-block;
  padding: 15px 15px;
}

.mobileLogo {
  width: 95px;
}

.menuMobileContainer {
  margin-top: 67px;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0px;
  left: -100%;
  width: 100%;
  z-index: 3000000;
  overflow-y: scroll;
}
.menuMobileContainer.on {
  left: 0;
}
.menuMobileContainer .gtranslate_wrapper {
  padding: 16px 20px;
}

.nav-mobile {
  border-top: 1px solid #263138;
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 16px;
}
.nav-mobile ul {
  padding-bottom: 80px;
}
.nav-mobile li {
  line-height: 1.4;
  border-bottom: 1px solid #263138;
}
.nav-mobile li a {
  display: flex;
  align-items: center;
}
.nav-mobile li.current-menu-item a {
  font-weight: 600;
}
.nav-mobile li.mobile-menu-go-back a:before {
  content: "";
  display: block;
  width: 25px;
  height: 40px;
  background-image: url(img/SVG/Fleche-bas-white.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 25px auto;
  transform: rotate(90deg);
}
.nav-mobile > li {
  padding: 0;
}
.nav-mobile > li.menu-item-has-children > a {
  position: relative;
}
.nav-mobile > li.menu-item-has-children > a:before {
  content: "";
  background-image: url(img/SVG/Fleche-bas.svg);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border-radius: 50%;
}
.nav-mobile > li.current-menu-parent > a, .nav-mobile > li.current-menu-item > a, .nav-mobile > li.current-page-parent > a {
  font-weight: 700;
}
.nav-mobile > li > a {
  text-decoration: none;
  padding: 16px 20px;
  cursor: pointer;
  color: #000000;
}
.nav-mobile > li > a:not([href]) {
  color: #fff;
}
.nav-mobile > li > a:hover, .nav-mobile > li > a:focus {
  text-decoration: none;
  color: #F57210;
}
.nav-mobile > li > .sub-menu {
  transition: all 0.6s;
  margin-top: 67px;
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  z-index: 3000000;
  overflow-y: scroll;
}
.nav-mobile > li > .sub-menu.on {
  right: 0;
}
.nav-mobile > li > .sub-menu > li {
  display: block;
}
.nav-mobile > li > .sub-menu > li.menu-item-fake > a {
  display: none;
}
.nav-mobile > li > .sub-menu > li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 16px 20px;
  padding-left: 30px;
  text-transform: none;
  color: #fff;
  border-bottom: none;
}
.nav-mobile > li > .sub-menu > li > a .menu-mobile-icon {
  display: block;
  height: 60px;
  width: 60px;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: contain;
  margin-right: 20px;
  flex-shrink: 0;
}
.nav-mobile > li > .sub-menu > li .sub-menu {
  transition: all 0.6s;
  margin-top: 74px;
  background-color: #263138;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  z-index: 3000000;
  overflow-y: scroll;
}
.nav-mobile > li > .sub-menu > li .sub-menu.on {
  right: 0;
}
.nav-mobile > li > .sub-menu > li .sub-menu a {
  text-decoration: none;
  padding: 10px 20px;
  text-transform: none;
  color: #fff;
  border-bottom: none;
  display: flex;
  align-items: center;
}
.nav-mobile > li > .sub-menu > li .sub-menu a .menu-mobile-icon {
  display: block;
  height: 60px;
  width: 60px;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: contain;
  margin-right: 20px;
  flex-shrink: 0;
}

.lang-menu-mobile .gt-current-lang {
  display: none;
}
.lang-menu-mobile a {
  color: #fff;
  margin-right: 20px;
}
.lang-menu-mobile .footer-fb-link {
  margin-left: auto;
  width: 40px;
}

.nav-footer {
  margin-bottom: 0px;
}
@media (min-width: 1100px) {
  .nav-footer {
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 20px;
  }
}
.nav-footer > li {
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .nav-footer > li {
    display: block;
  }
}
.nav-footer > li.current-menu-parent > a, .nav-footer > li.current-menu-item > a, .nav-footer > li.current-page-parent > a {
  color: #F57210;
}
.nav-footer > li a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 0px 0 0 20px;
  font-weight: 400;
  color: #F57210;
}
@media screen and (max-width: 1100px) {
  .nav-footer > li a {
    display: block;
    padding: 20px 0px;
    font-size: 19px;
    color: #aeaca8;
  }
}

/*END _____  MENU ////////////////////////*/
.menu-regimes-container {
  background-color: rgba(214, 222, 237, 0.368627451);
  z-index: 10;
  /*
     .template-RCRUL & {
         background-color: $color-RCRUL;
         color: #fff;
     }
     .template-RREEUL & {
         background-color: $color-RREEUL;
         color: #fff;
     }
     .template-RRPePUL & {
         background-color: $color-RRPePUL;
         color: #fff;
     }
     .template-RRPPUL & {
         background-color: $color-RRPPUL;
         color: #fff;
     } 
     */
}
.single.template-RCRUL .menu-regimes-container {
  color: #D8704C;
}
.single.template-RREEUL .menu-regimes-container {
  color: #B9B64B;
}
.template-RRPePUL .menu-regimes-container {
  color: #8B743E;
}
.single.template-RRPPUL .menu-regimes-container {
  color: #50AABA;
}
.menu-regimes-container:hover > .navRegimes {
  max-height: 280px;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.menu-regimes-opener {
  padding: 20px 20px;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  padding-right: 24px;
  min-width: 246px;
}
.menu-regimes-opener span.active {
  font-size: calc(16px + 3 * (100vw - 1100px) / 339);
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .menu-regimes-opener span.active {
    font-size: 16px;
  }
}
@media screen and (min-width: 1439px) {
  .menu-regimes-opener span.active {
    font-size: 19px;
  }
}
.menu-regimes-opener span:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 100%;
  right: 0;
  top: 0%;
  background-color: #000;
  -webkit-mask-image: url("img/SVG/Bureau-De-La-Retraite-Menu-Icone-Les-Regimes-De-Retraites.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 14px auto;
}

.navRegimes {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  /* property name | duration | easing function | delay */
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  font-size: 19px;
  background-color: #767676;
}
.navRegimes > li {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(214, 222, 237, 0.368627451);
  /*
  		///////////
  		&.show-sm  {
  			> .sub-menu {
  				display: flex;
  			    transform: scaleY(1);
  		    	visibility: visible;

  		    	li {
  		    		visibility: visible;
  					opacity: 1;
  				    transform: none;
  		    	}
  			}
  		}
  */
}
.navRegimes > li.RCRUL .link-titre > a {
  color: #D8704C;
}
.navRegimes > li.RCRUL .sub-menu a:hover {
  color: #D8704C;
}
.navRegimes > li.RREEUL .link-titre > a {
  color: #B9B64B;
}
.navRegimes > li.RREEUL .sub-menu a:hover {
  color: #B9B64B;
}
.navRegimes > li.RRPePUL .link-titre > a {
  color: #8B743E;
}
.navRegimes > li.RRPePUL .sub-menu a:hover {
  color: #8B743E;
}
.navRegimes > li.RRPPUL .link-titre > a {
  color: #50AABA;
}
.navRegimes > li.RRPPUL .sub-menu a:hover {
  color: #50AABA;
}
.navRegimes > li > a {
  display: block;
  text-decoration: none;
  padding: 20px 20px;
  padding-left: 40px;
  color: #000000;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}
.navRegimes > li > a:hover, .navRegimes > li > a:focus {
  background-color: transparent;
  color: #fff;
}
.navRegimes > li.current-menu-parent > a, .navRegimes > li.current-menu-item > a, .navRegimes > li.current-page-parent > a, .navRegimes > li.current-menu-ancestor > a {
  position: relative;
}
.navRegimes > li:hover.RCRUL {
  background-color: #D8704C;
  color: #fff;
}
.navRegimes > li:hover.RREEUL {
  background-color: #B9B64B;
  color: #fff;
}
.navRegimes > li:hover.RRPePUL {
  background-color: #8B743E;
  color: #fff;
}
.navRegimes > li:hover.RRPPUL {
  background-color: #50AABA;
  color: #fff;
}
.navRegimes > li:hover > .sub-menu {
  transform: translateZ(0) scaleY(1);
  visibility: visible;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.navRegimes > li:hover > .sub-menu > li {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.navRegimes > li:hover > .sub-menu > li.current-menu-parent > a, .navRegimes > li:hover > .sub-menu > li.current-menu-item > a, .navRegimes > li:hover > .sub-menu > li.current-page-parent > a, .navRegimes > li:hover > .sub-menu > li.current-menu-ancestor > a {
  font-weight: 600;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(1) {
  transition-delay: 0.6s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(2) {
  transition-delay: 0.7s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(3) {
  transition-delay: 0.8s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(4) {
  transition-delay: 0.9s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(5) {
  transition-delay: 1s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(6) {
  transition-delay: 1.1s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(7) {
  transition-delay: 1.2s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(8) {
  transition-delay: 1.3s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(9) {
  transition-delay: 1.4s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(10) {
  transition-delay: 1.5s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(11) {
  transition-delay: 1.6s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(12) {
  transition-delay: 1.7s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(13) {
  transition-delay: 1.8s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(14) {
  transition-delay: 1.9s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(15) {
  transition-delay: 2s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(16) {
  transition-delay: 2.1s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(17) {
  transition-delay: 2.2s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(18) {
  transition-delay: 2.3s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(19) {
  transition-delay: 2.4s;
}
.navRegimes > li:hover > .sub-menu > li:nth-child(20) {
  transition-delay: 2.5s;
}
.navRegimes > li > .sub-menu {
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  right: 220px;
  top: 168px;
  z-index: 10;
  background-color: #ececec;
  visibility: hidden;
  z-index: 1;
  transform: translateZ(0) scaleY(0);
  transform-origin: center top;
  /* property name | duration | easing function | delay */
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.navRegimes > li > .sub-menu > li {
  display: block;
  width: 33.33333%;
  vertical-align: top;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.navRegimes > li > .sub-menu > li.link-titre > a {
  padding-left: 0;
  font-size: calc(16px + 3 * (100vw - 1100px) / 339);
}
@media screen and (max-width: 1100px) {
  .navRegimes > li > .sub-menu > li.link-titre > a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1439px) {
  .navRegimes > li > .sub-menu > li.link-titre > a {
    font-size: 19px;
  }
}
.navRegimes > li > .sub-menu > li.link-titre > a:before {
  display: none;
}
.navRegimes > li > .sub-menu > li:hover > a {
  opacity: 0.6;
}
.navRegimes > li > .sub-menu > li a {
  color: #000000;
  padding: 8px 20px 8px 0;
  padding-left: 20px;
  display: block;
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}
.navRegimes > li > .sub-menu > li a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: 0;
  top: 0%;
  background-color: #000;
  -webkit-mask-image: url("img/SVG/Bureau-De-La-Retraite-Menu-Icone-Les-Regimes-De-Retraites.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 10px auto;
  transform: rotate(-90deg);
  /*
  .template-RCRUL & {
      background-color: $color-RCRUL;
  }
  .template-RREEUL & {
      background-color: $color-RREEUL;
  }
  .template-RRPePUL & {
      background-color: $color-RRPePUL;
  }
  .template-RRPPUL & {
      background-color: $color-RRPPUL;
  }
  */
}

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  min-height: 900px;
}
body#tinymce {
  background-color: #ddd;
}
body #tinymce {
  font-size: 16px;
  background-color: #ddd;
}
#tinymce ol, #tinymce ul {
  list-style: disc;
  padding-left: 20px;
}
#tinymce img {
  max-width: 100%;
}
#tinymce a {
  text-decoration: underline !important;
  cursor: pointer !important;
}

a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}
a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}
a.white {
  color: #fff;
}
a.white:hover {
  color: #fff;
}

#breadcrumbs {
  color: #919aa5;
}
#breadcrumbs a {
  color: #919aa5;
}

ul li, ol li {
  line-height: 160%;
}

.psmall {
  font-size: 85%;
}

section {
  position: relative;
}

.home-video-bg {
  background-image: url(img/video-fond.jpg);
}

.header-video-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.header-background-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-background-video-wrapper video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1662px) {
  .header-background-video-wrapper video {
    width: 100%;
    height: auto;
  }
}

.header-background-video-wrapper-mobile {
  z-index: -1;
  overflow: hidden;
}
.header-background-video-wrapper-mobile video {
  width: 100%;
}

.accueil-image-container {
  height: calc(100dvh - 66px);
}
@media (min-width: 1100px) {
  .accueil-image-container {
    min-height: calc(100dvh - 123px);
  }
}

.swiper-slide {
  height: auto;
}
@media (max-width: 1100px) {
  .swiper-slide {
    padding-bottom: 40px;
  }
}

.slider-degrade {
  opacity: 0.74;
  background: transparent linear-gradient(90deg, #083C77 0%, rgba(6, 22, 44, 0) 100%) 0% 0% no-repeat padding-box;
}

.swiper-header-pagination-container-accueil .swiper-header-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  z-index: 10;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.accueilHeaderSliderSlider {
  height: 100vh; /* old browsers */
  height: calc(100dvh - 120px);
}
@media screen and (min-width: 1200px) {
  .accueilHeaderSliderSlider {
    height: calc(100vh - 115px);
    height: calc(100dvh - 115px);
  }
}
@media screen and (min-width: 1100px) {
  .accueilHeaderSliderSlider .slide-container {
    display: flex;
    height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .accueilHeaderSliderSlider .slide-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.slide-text-container {
  z-index: 2;
}

.swiper-button-next, .swiper-button-prev {
  color: #000000;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px;
}

.swiper-button-next {
  right: -30px;
}

.swiper-button-prev {
  left: -30px;
}

.texte-rotated {
  width: 40px;
  writing-mode: vertical-lr;
  transform: scale(-1, -1);
}

.round-corner-border {
  border-radius: 20px;
  border: 1px solid #263138;
  overflow: hidden;
}

.rounded-div {
  border-radius: 50%;
  overflow: hidden;
}

.usinesListTable {
  width: 100%;
  border: none;
  font-size: 16px;
  table-layout: fixed;
}
.usinesListTable thead {
  background-color: rgba(255, 255, 255, 0.7);
}
.usinesListTable tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.7);
}
.usinesListTable tr th {
  padding: 20px;
  font-weight: 700;
  text-align: left;
  position: relative;
  text-transform: none;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  vertical-align: top;
}
.usinesListTable tr td {
  padding: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  border-bottom: 1px solid #EFEFEF;
}

.h2-p-small {
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.marker-left {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px auto;
  background-image: url(img/marker.svg);
}

@media (max-width: 1100px) {
  .footer-spacer {
    height: 0 !important;
  }
}

footer {
  position: relative;
}
footer a {
  text-decoration: none;
  color: #fff;
}

.footer-logo {
  max-width: 70%;
}

.footer-logos img {
  height: 70px;
  width: auto;
  margin-right: 10px;
  margin-bottom: 30px;
}

.footer-menu li {
  display: block;
}
.footer-menu li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
}

.copy {
  padding: 10px;
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
}

.follow-us {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  z-index: 10;
}
.follow-us a {
  margin-right: 10px;
  width: 30px;
  display: inline-block;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: -2px;
  margin-left: -2px;
}
.follow-us a i {
  color: #000;
}
.follow-us a i:before {
  font-size: 23px;
}

@media (max-width: 1100px) {
  .socials-links {
    padding-top: 20px;
  }
}
.socials-links a {
  display: block;
  background-color: #555;
  width: 50px;
  height: 50px;
  font-size: 140%;
  color: #fff;
  background-image: url(img/SVG/Planete-Bleue-Facebook.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 56%;
  float: right;
}

.mfp-bottom-bar {
  display: none !important;
}

.side-image-container1 {
  height: 130%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 2;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1100px) {
  .imageHeader .embed-responsive::before {
    padding-top: 100%;
  }
  .gridHide, .gridTest {
    display: none;
  }
}
@media (min-width: 1100px) {
  .translated-featurette {
    transform: translateY(-80px);
    margin-bottom: 0 !important;
  }
  .copy2 {
    text-align: right;
  }
  .gutterBig {
    padding-right: 40px;
  }
  .grid {
    margin: 0 -20px;
    display: block;
  }
  .grid-item {
    width: 33.3%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .h-100-mobile {
    height: 100%;
  }
}

.clearfix {
  clear: both;
}

div {
  position: relative;
}

.flex-row {
  display: flex;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}
img.fullWidth {
  width: 100%;
}
.fullWidth img {
  width: 100%;
  max-width: none;
}

.fullWidth, .full-width {
  width: 100%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.transition-ease {
  transition: all 0.6s;
}

.bold {
  font-weight: bold;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration-line: underline;
}
.underline:focus, .underline:hover {
  text-decoration-line: underline;
}

.nopad {
  padding-right: 0px;
  padding-left: 0px;
}

.m-00 {
  margin: 0px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.m-50 {
  margin: 50px;
}

.m-60 {
  margin: 60px;
}

.m-70 {
  margin: 70px;
}

.m-80 {
  margin: 80px;
}

.m-90 {
  margin: 90px;
}

.m-100 {
  margin: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mt-00 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

.mb-00 {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-70 {
  padding: 70px;
}

.p-80 {
  padding: 80px;
}

.p-90 {
  padding: 90px;
}

.p-100 {
  padding: 100px;
}

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

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

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

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

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

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

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

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

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

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

.pbpx-1 {
  padding-bottom: 1px;
}

.pbpx-2 {
  padding-bottom: 2px;
}

.pbpx-3 {
  padding-bottom: 3px;
}

.pbpx-4 {
  padding-bottom: 4px;
}

.pbpx-5 {
  padding-bottom: 5px;
}

.pbpx-6 {
  padding-bottom: 6px;
}

.pbpx-7 {
  padding-bottom: 7px;
}

.pbpx-8 {
  padding-bottom: 8px;
}

.pbpx-9 {
  padding-bottom: 9px;
}

.pbpx-10 {
  padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.w-10 {
  width: 10%;
  margin: 0 auto;
}

.w-20 {
  width: 20%;
  margin: 0 auto;
}

.w-30 {
  width: 30%;
  margin: 0 auto;
}

.w-40 {
  width: 40%;
  margin: 0 auto;
}

.w-50 {
  width: 50%;
  margin: 0 auto;
}

.w-60 {
  width: 60%;
  margin: 0 auto;
}

.w-70 {
  width: 70%;
  margin: 0 auto;
}

.w-80 {
  width: 80%;
  margin: 0 auto;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}

.w-100 {
  width: 100%;
  margin: 0 auto;
}

.featurette {
  padding-top: 80px;
}
@media screen and (max-width: 1100px) {
  .featurette {
    padding-top: 40px;
  }
}

.featurette2 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .featurette2 {
    padding-bottom: 40px;
  }
}

.featuretteBig {
  padding-top: 120px;
}
@media screen and (max-width: 1100px) {
  .featuretteBig {
    padding-top: 40px;
  }
}

.featurette2Big {
  padding-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  .featurette2Big {
    padding-bottom: 40px;
  }
}

.featurette-half {
  padding-top: 40px;
}

.featurette2-half {
  padding-bottom: 40px;
}

.featurette-mini {
  padding-top: 20px;
}

.featurette2-mini {
  padding-bottom: 20px;
}

.featuretteLR {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1100px) {
  .featuretteLR {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.featuretteLRBig {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1100px) {
  .featuretteLRBig {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.translatey-feat {
  transform: translateY(80px);
}

@media (max-width: 1100px) {
  .featurette-half {
    padding-top: 20px;
  }
  .featurette2-half {
    padding-bottom: 20px;
  }
}
.ratio-map {
  height: 50vh;
}
@media screen and (max-width: 1100px) {
  .ratio-map {
    --bs-aspect-ratio: 0%;
    height: 50vh;
  }
}

.ratio-1x1 {
  aspect-ratio: 1/1;
}

.ratio-9x6 {
  aspect-ratio: 9/6;
}

.ratio-3x2 {
  aspect-ratio: auto 4/3;
  width: 100%;
}

.ratio-4x2 {
  aspect-ratio: auto 4/2;
  width: 100%;
}

/*//////////////////////////////////////*/
ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media (max-width: 1100px) {
  .table-cell.noMobile {
    display: inline-block;
  }
}

.text-bold {
  font-weight: bold;
}

.Xhidden, .xhidden, .xHidden {
  display: none;
}

@media screen and (max-width: 1199px) {
  .hiddenPhone {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hiddenDesktop {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .hiddenTablet {
    display: none;
  }
}

.coverBg, .bg-cover, .cover-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-contain, .contain-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-right-center {
  background-position: right center;
}

.overflow-hidden {
  overflow: hidden;
}

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

sup {
  top: -0.6em;
  font-size: 65%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 58.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pointer {
  cursor: pointer;
}

.absolute-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.absolute {
  position: absolute;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .mobileHidden, .mobile-hidden {
    display: none;
  }
}
@media (min-width: 1100px) {
  .desktopHidden, .desktop-hidden {
    display: none;
  }
}
.arrow {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
}
.arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}
.arrow.is-triangle::after {
  border-style: solid;
  border-width: 0 0 12px 12px;
  height: 0;
  width: 0;
}
.arrow.is-check::after {
  width: 6px;
}
.arrow.arrow-bar::before {
  bottom: 1px;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.arrow.is-top {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow.is-right {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.arrow.is-bottom {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.is-left {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrow::after,
.arrow .arrow::after {
  border-color: #F57210;
}
.arrow.is-triangle::after,
.arrow .arrow.is-triangle::after {
  border-color: transparent;
  border-bottom-color: #F57210;
}
.arrow::before,
.arrow .arrow::before {
  background-color: #F57210;
}
.arrow.arrow-white::after,
.arrow.arrow-white .arrow::after {
  border-color: #fff;
}
.arrow.arrow-white.is-triangle::after,
.arrow.arrow-white .arrow.is-triangle::after {
  border-color: transparent;
  border-bottom-color: #fff;
}
.arrow.arrow-white::before,
.arrow.arrow-white .arrow::before {
  background-color: #fff;
}
.arrow.arrow_li {
  position: absolute;
  right: 0;
  top: 50%;
}
.arrow.arrow_service_card {
  position: absolute;
  right: 3px;
  top: 7px;
}

.anchorDiv {
  transform: translateY(-140px);
}

.anchorBuilder {
  transform: translateY(-120px);
}
.boxCol .anchorBuilder {
  transform: translateY(-160px);
}

.tinyContent .btn, #tinymce .btn {
  margin-top: 10px;
}
.tinyContent iframe, #tinymce iframe {
  max-width: 100%;
}
.tinyContent img, #tinymce img {
  margin-bottom: 20px;
}
.tinyContent a:not(.button):not(.btn):not(.btn-arrow), #tinymce a:not(.button):not(.btn):not(.btn-arrow) {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.tinyContent a:not(.button):not(.btn):not(.btn-arrow):focus, .tinyContent a:not(.button):not(.btn):not(.btn-arrow):hover, #tinymce a:not(.button):not(.btn):not(.btn-arrow):focus, #tinymce a:not(.button):not(.btn):not(.btn-arrow):hover {
  text-decoration-line: underline;
}
.tinyContent a.btn, #tinymce a.btn {
  margin-top: 10px;
  text-decoration: none;
}
.tinyContent ul, #tinymce ul {
  margin-left: 0px;
  margin-bottom: 20px;
  margin-top: 0px;
  list-style: none;
}
.tinyContent ul > li, #tinymce ul > li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
.tinyContent ul > li::before, #tinymce ul > li::before {
  content: "›";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 21px;
}
.tinyContent ul.rond-chevron-white > li, #tinymce ul.rond-chevron-white > li {
  padding-left: 30px;
}
.tinyContent ul.rond-chevron-white > li::before, #tinymce ul.rond-chevron-white > li::before {
  top: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
}
.tinyContent ul.rond-chevron-bleu > li, #tinymce ul.rond-chevron-bleu > li {
  padding-left: 30px;
}
.tinyContent ul.rond-chevron-bleu > li:before, #tinymce ul.rond-chevron-bleu > li:before {
  content: "";
  background-image: url(img/SVG/Planete-Bleue-fleche-menu-white.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border-radius: 50%;
  background-color: #F57210;
}
.tinyContent ol, #tinymce ol {
  padding-left: 20px;
}
.tinyContent ol li, #tinymce ol li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.tinyContent ol li::marker, #tinymce ol li::marker {
  color: #F57210;
}

.boxFaq {
  border-top: 1px solid #d6d6d6;
  padding-bottom: 20px;
}
.boxFaq h3 {
  margin: 0;
  line-height: 140%;
}
.boxFaq .opener {
  cursor: pointer;
  padding: 20px 45px 0px 0px;
}
.boxFaq .opener .plusMinus {
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  background-image: url(img/plus.svg);
}
.boxFaq .opener .plusMinus.on {
  background-image: url(img/minus.svg);
}

.textw {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textw-10 {
  width: 10%;
}

.textw-20 {
  width: 20%;
}

.textw-30 {
  width: 30%;
}

.textw-40 {
  width: 40%;
}

.textw-50 {
  width: 50%;
}

.textw-60 {
  width: 60%;
}

.textw-70 {
  width: 70%;
}

.textw-80 {
  width: 80%;
}

.textw-90 {
  width: 90%;
}

.textw-100 {
  width: 100%;
}

.background-cover-all {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.bg-center-top {
  background-position: center top;
}

.bg-center-bottom {
  background-position: center bottom;
}

.background-overlay {
  mix-blend-mode: multiply;
}

.background-overlay_01 {
  opacity: 0.1;
}

.background-overlay_02 {
  opacity: 0.2;
}

.background-overlay_03 {
  opacity: 0.3;
}

.background-overlay_04 {
  opacity: 0.4;
}

.background-overlay_05 {
  opacity: 0.5;
}

.background-overlay_06 {
  opacity: 0.6;
}

.background-overlay_07 {
  opacity: 0.7;
}

.background-overlay_08 {
  opacity: 0.8;
}

.background-overlay_09 {
  opacity: 0.9;
}

@media screen and (min-width: 1100px) {
  .border-left-1 {
    border-left: 1px solid #263138;
  }
}

/*the container must be positioned relative:*/
/*style the arrow inside the select element:*/
/*point the arrow upwards when the select box is open (active):*/
/*style the items (options), including the selected item:*/
/*style items (options):*/
/*hide the items when the select box is closed:*/
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}

.select-selected {
  padding: 8px 16px;
  border: 1px solid #000000;
  cursor: pointer;
  user-select: none;
}
.select-selected:after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  right: 2px;
  aspect-ratio: 1/1;
  background-color: #F57210;
  background-image: url(img/SVG/chevron-white.svg);
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.select-hide {
  display: none;
}

.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=style.css.map */
