/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* RESET
/*--------------------------------------------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: underline;
    color: inherit; }

textarea {
  resize: vertical;
  overflow: auto; }

input:focus,
select:focus,
textarea:focus {
  outline: none; }

button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer; }

img,
iframe {
  border: none; }

/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* BASE
/*--------------------------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100%;
  scroll-behavior: smooth; }
  @media screen and (min-width: 64em) {
    html,
    body {
      font-size: 1.6vh; } }

body {
  min-width: 320px;
  color: #000000; }
  body p {
    overflow-wrap: anywhere;
    font-size: 14px;
    padding: 0; }
    body p:first-child {
      margin-top: 0; }
    body p:last-child {
      margin-bottom: 0; }
  body img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

@media screen and (max-width: 63.9375em) {
  .desktop {
    display: none; } }

@media screen and (min-width: 64em) {
  .mobile {
    display: none; } }

/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* BUTTON
/*--------------------------------------------------------------------------------------------------------------------*/
.cta {
  outline: none;
  border: none;
  background: #FFCD00;
  width: 16.6875rem;
  display: flex;
  justify-content: center;
  padding: 0.75rem 0;
  margin: 0;
  border-radius: 0.25rem;
  text-decoration: none;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all .3s ease;
  /* COLORS
  /*----------------------------------------------------------------------------------------------------------------*/ }
  @media screen and (max-width: 63.9375em) {
    .cta {
      width: 100%; } }
  .cta:hover, .cta:focus {
    text-decoration: none;
    transform: scale(1.04);
    box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.15); }
  .cta.black {
    color: #ffffff;
    background-color: #000000; }
  .cta span {
    color: #333;
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.625rem;
    /* 144.444% */ }

/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* CONTAINER
/*--------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONT
/*--------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Georgia';
  src: url("//d1h8fl8on3a554.cloudfront.net/fonts/Georgia/Georgia.woff") format("woff");
  src: url("//d1h8fl8on3a554.cloudfront.net/fonts/Georgia/Georgia.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122; }

/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* GRID
/*--------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 64em) {
  .inner {
    width: 1024px;
    margin: 0 auto; } }

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

.flex--center-betw {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* INPUT
/*--------------------------------------------------------------------------------------------------------------------*/
input[type="email"],
input[type="tel"],
input[type="text"],
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../static/arrow.png);
  background-repeat: no-repeat;
  background-position: 94% 54%;
  background-size: 6%;
  background-color: #FFF; }
  select option {
    background-color: #FFF;
    color: #000; }

input.error,
select.error {
  border-bottom: 2px solid red; }

@media screen and (min-width: 64em) {
  input.error {
    background-image: url(../static/close.png);
    background-repeat: no-repeat;
    background-position: 97% 50%; } }

@media screen and (min-width: 64em) {
  .form-firstname input.error {
    background-position: 95% 50%; } }

input.valid,
select.valid {
  border-bottom: 2px solid #09D409; }

@media screen and (min-width: 64em) {
  input.valid {
    background-image: url(../static/check.png);
    background-repeat: no-repeat;
    background-position: 97% 50%; } }

.civilite {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: xxxxxxxxxxx; }
  @media screen and (min-width: 64em) {
    .civilite {
      padding: xxxxxxxxxx; } }
  .civilite [type="radio"] {
    position: absolute;
    left: -9999px; }
  .civilite [type="radio"] + label {
    position: relative;
    padding-left: xxxxxxxxxx;
    cursor: pointer;
    line-height: xxxxxxx;
    display: inline-block;
    color: xxxxxxxxx;
    font-size: xxxxxxxx;
    letter-spacing: xxxxxxxxx; }
    @media screen and (min-width: 64em) {
      .civilite [type="radio"] + label {
        font-size: xxxxxxxxxx; } }
  .civilite [type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: xxxxx;
    height: xxxxx;
    border: 1px solid xxxxxxxxxxxxx;
    border-radius: 100%;
    background: xxxxxxxxxxxx; }
  .civilite [type="radio"] + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: xxxxxxxxxxx;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .civilite [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .civilite [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .civilite .error + label:before {
    border: 1px solid red; }

/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\D7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
.remodal {
  font-family: "Arial", sans-serif; }

/*--------------------------------------------------------------------------------------------------------------------*/
/* MIXINS
/*--------------------------------------------------------------------------------------------------------------------*/
/* Breakpoints
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND IMAGE & GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* BACKGROUND GRADIENT
/*--------------------------------------------------------------------------------------------------------------------*/
/* RGBA BACKGROUND (IE8+ COMPATIBLE)
/*--------------------------------------------------------------------------------------------------------------------*/
/* BORDER RADIUS
/*--------------------------------------------------------------------------------------------------------------------*/
/* BOX SHADOW
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSITION
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM
/*--------------------------------------------------------------------------------------------------------------------*/
/* TRANSFORM ORIGIN
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATION
/*--------------------------------------------------------------------------------------------------------------------*/
/* APPEARANCE
/*--------------------------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER COLOR
/*--------------------------------------------------------------------------------------------------------------------*/
/* ENABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/* DISABLE TEXT SELECTION
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* VARIABLES
/*--------------------------------------------------------------------------------------------------------------------*/
/* LAYOUT & GRID
/*--------------------------------------------------------------------------------------------------------------------*/
/* FONTS
/*--------------------------------------------------------------------------------------------------------------------*/
/* COLORS
/*--------------------------------------------------------------------------------------------------------------------*/
*
#scene-registration {
  position: relative;
  padding-top: 8rem;
  transition: all .3s ease-out; }
  @media screen and (max-width: 63.9375em) {
    *
#scene-registration {
      padding-top: 4rem; } }
  @media screen and (max-width: 63.9375em) {
    *
#scene-registration.menu-toggled {
      padding-top: 8rem; } }
  *
#scene-registration .container {
    padding: 4rem 0;
    max-width: 71.25rem;
    margin: auto; }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration .container {
        max-width: 500px;
        padding: 2rem 1rem; } }
    *
#scene-registration .container h1 {
      font-family: "Source Sans 3", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-size: 2.5rem;
      line-height: 3rem;
      color: #333; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration .container h1 {
          font-size: 2rem;
          line-height: 2.5rem; } }
    *
#scene-registration .container h2 {
      color: #333;
      font-family: "Source Sans 3", sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 2rem;
      /* 133.333% */ }
      *
#scene-registration .container h2 sup {
        font-size: 1rem;
        line-height: 1rem; }
    *
#scene-registration .container h3 {
      color: #333;
      font-family: "Source Sans 3", sans-serif;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.625rem; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration .container h3 {
          font-size: 1rem;
          line-height: 1.5rem; } }
    *
#scene-registration .container p span {
      font-weight: 600; }
    *
#scene-registration .container p,
    *
#scene-registration .container li {
      color: #333;
      font-family: "Source Sans 3", sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5rem;
      list-style-position: inside; }
      *
#scene-registration .container p sup,
      *
#scene-registration .container li sup {
        font-size: 0.625rem;
        line-height: 0; }
    *
#scene-registration .container h4 {
      color: #333;
      font-family: "Source Sans 3", sans-serif;
      font-size: 2rem;
      font-weight: 600;
      line-height: 2.5rem; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration .container h4 {
          font-size: 1.5rem;
          line-height: 2rem; } }
  *
#scene-registration .container.rejoindre {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    font-family: "Source Sans 3", sans-serif;
    padding-top: 0.94rem;
    padding-bottom: 1.5rem; }
  *
#scene-registration header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
    *
#scene-registration header .menu_desktop .bandeau_contact {
      width: 100%;
      padding: 1rem 0;
      background-color: #333; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration header .menu_desktop .bandeau_contact {
          display: none; } }
      *
#scene-registration header .menu_desktop .bandeau_contact .wrapper {
        margin: auto;
        padding: 0 2rem;
        max-width: 75.25rem;
        display: flex;
        justify-content: flex-end;
        gap: 1rem;
        align-items: center; }
        *
#scene-registration header .menu_desktop .bandeau_contact .wrapper p {
          color: #fff;
          font-weight: 400;
          font-family: 'Source Sans 3', sans-serif; }
        *
#scene-registration header .menu_desktop .bandeau_contact .wrapper .cta-size-large a {
          display: flex;
          align-items: center;
          background-color: #ffcd00;
          border: 1px solid #ffcd00;
          display: flex;
          gap: 0.5rem;
          line-height: 26px;
          max-width: 364px;
          padding: 11px 24px;
          border-radius: 4px; }
          *
#scene-registration header .menu_desktop .bandeau_contact .wrapper .cta-size-large a:hover {
            transform: scale(1.04); }
          *
#scene-registration header .menu_desktop .bandeau_contact .wrapper .cta-size-large a span {
            color: #333;
            pointer-events: none;
            text-align: center;
            font-family: 'Source Sans 3', sans-serif;
            font-width: 700; }
    @media screen and (min-width: 106.25rem) {
      *
#scene-registration header .menu_desktop .container_menu_top {
        padding-left: 13.875rem !important;
        justify-content: space-between !important;
        gap: 0 !important; } }
    @media screen and (min-width: 64em) {
      *
#scene-registration header .menu_desktop .container_menu_top {
        display: flex;
        margin-inline: auto;
        padding-left: 2rem;
        height: 100%;
        justify-content: space-between !important; } }
    *
#scene-registration header .menu_desktop .container_menu_top .headerTabs {
      padding-top: 0.6rem; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration header .menu_desktop .container_menu_top .headerTabs {
          display: none; } }
      *
#scene-registration header .menu_desktop .container_menu_top .headerTabs li:not(:last-child) {
        margin-right: 0; }
      *
#scene-registration header .menu_desktop .container_menu_top .headerTabs li.active {
        background-color: #fff; }
        *
#scene-registration header .menu_desktop .container_menu_top .headerTabs li.active:hover {
          background-color: #fff; }
        *
#scene-registration header .menu_desktop .container_menu_top .headerTabs li.active a {
          color: #008051; }
      *
#scene-registration header .menu_desktop .container_menu_top .headerTabs li {
        background-color: rgba(0, 0, 0, 0.2);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        cursor: pointer;
        transition: 0.2s;
        padding: 0 1rem; }
        *
#scene-registration header .menu_desktop .container_menu_top .headerTabs li:hover {
          background-color: rgba(255, 255, 255, 0.2); }
        *
#scene-registration header .menu_desktop .container_menu_top .headerTabs li a {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 0.875rem;
          font-weight: 600;
          height: 100%;
          text-transform: uppercase; }
          *
#scene-registration header .menu_desktop .container_menu_top .headerTabs li a:hover {
            text-decoration: none; }
    *
#scene-registration header .menu_desktop .container_menu {
      max-width: 90rem;
      margin: 0 auto; }
      @media screen and (min-width: 64em) {
        *
#scene-registration header .menu_desktop .container_menu {
          width: 90rem; } }
      *
#scene-registration header .menu_desktop .container_menu ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0; }
        *
#scene-registration header .menu_desktop .container_menu ul li:not(:last-child) {
          margin-right: 1.5rem; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration header .menu_desktop .container_menu ul li:not(:last-child) {
              margin-right: 1rem; } }
        *
#scene-registration header .menu_desktop .container_menu ul li {
          text-decoration: none; }
          *
#scene-registration header .menu_desktop .container_menu ul li a {
            display: flex;
            align-items: center;
            font-family: "Source Sans 3", sans-serif;
            font-weight: 600; }
    *
#scene-registration header .menu_desktop .menu_top {
      height: 3rem;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      background: #fff; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration header .menu_desktop .menu_top {
          justify-content: space-between;
          height: auto;
          padding: 0.5rem 2rem;
          border-bottom: 1px solid #008051; } }
      @media screen and (min-width: 64em) {
        *
#scene-registration header .menu_desktop .menu_top {
          background: linear-gradient(90deg, #95b849, #008354 42%, #008354);
          padding-right: 2rem; } }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration header .menu_desktop .menu_top .container_menu {
          margin: 0; } }
      *
#scene-registration header .menu_desktop .menu_top .logowrapper {
        margin-right: 3.5rem; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration header .menu_desktop .menu_top .logowrapper {
            margin-right: 1rem; } }
        *
#scene-registration header .menu_desktop .menu_top .logowrapper img {
          width: 10rem; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration header .menu_desktop .menu_top .logowrapper img {
              width: 7.75rem; } }
      *
#scene-registration header .menu_desktop .menu_top ul.pre-nav {
        justify-content: end;
        align-items: center; }
        *
#scene-registration header .menu_desktop .menu_top ul.pre-nav li a {
          color: #FFF;
          font-size: 0.875rem;
          line-height: 1.125rem; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration header .menu_desktop .menu_top ul.pre-nav li a {
              color: #008051;
              display: block;
              margin: 0; } }
          *
#scene-registration header .menu_desktop .menu_top ul.pre-nav li a picture {
            margin-right: 0.5rem;
            display: flex; }
            @media screen and (max-width: 63.9375em) {
              *
#scene-registration header .menu_desktop .menu_top ul.pre-nav li a picture {
                justify-content: center;
                margin-right: 0; } }
            @media screen and (min-width: 64em) {
              *
#scene-registration header .menu_desktop .menu_top ul.pre-nav li a picture img {
                width: 1.25rem; } }
    *
#scene-registration header .menu_desktop .menu_bottom {
      height: 5rem;
      display: flex;
      align-items: center;
      padding-left: 2rem;
      box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.3);
      background-color: #fff; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration header .menu_desktop .menu_bottom {
          display: none;
          padding: 0 1rem;
          justify-content: space-between;
          box-shadow: 0 8px 8px 0 rgba(51, 51, 51, 0.3); } }
      *
#scene-registration header .menu_desktop .menu_bottom.active {
        display: flex; }
      *
#scene-registration header .menu_desktop .menu_bottom .container_menu {
        display: flex; }
      *
#scene-registration header .menu_desktop .menu_bottom .logowrapper {
        margin-right: 3.5rem; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration header .menu_desktop .menu_bottom .logowrapper {
            margin-right: 1rem; } }
        *
#scene-registration header .menu_desktop .menu_bottom .logowrapper img {
          width: 10rem; }
      *
#scene-registration header .menu_desktop .menu_bottom .headerTabsContent {
        display: flex;
        align-items: center; }
        *
#scene-registration header .menu_desktop .menu_bottom .headerTabsContent ul {
          justify-content: start; }
          *
#scene-registration header .menu_desktop .menu_bottom .headerTabsContent ul li a {
            color: #333;
            font-size: 1rem;
            line-height: 1.25rem;
            cursor: pointer;
            border-bottom: 2px solid transparent;
            text-decoration: none; }
            *
#scene-registration header .menu_desktop .menu_bottom .headerTabsContent ul li a:hover {
              border-bottom: 2px solid #008051;
              color: #008051; }
            *
#scene-registration header .menu_desktop .menu_bottom .headerTabsContent ul li a img {
              margin-left: 0.25rem;
              display: flex;
              width: 0.625rem;
              transition: transform 0.3s ease; }
            *
#scene-registration header .menu_desktop .menu_bottom .headerTabsContent ul li a img.rotated {
              transform: rotate(180deg); }
          *
#scene-registration header .menu_desktop .menu_bottom .headerTabsContent ul li a.active {
            border-bottom: 2px solid #008051;
            color: #008051; }
    *
#scene-registration header .menu_desktop .menu_sub.active {
      opacity: 1;
      visibility: visible;
      display: block;
      padding-bottom: 2rem; }
    *
#scene-registration header .menu_desktop .menu_sub {
      background-color: #f4f4f4;
      opacity: 0;
      visibility: hidden;
      display: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      position: absolute;
      top: 8rem;
      left: 0;
      right: 0;
      z-index: 1; }
      *
#scene-registration header .menu_desktop .menu_sub .content.cage {
        display: flex;
        align-items: start;
        justify-content: space-between;
        padding: 2rem 0;
        width: 100%; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration header .menu_desktop .menu_sub .content.cage {
            flex-direction: column;
            padding: 1.5rem; } }
        *
#scene-registration header .menu_desktop .menu_sub .content.cage .area.area_pro {
          width: 35%; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration header .menu_desktop .menu_sub .content.cage .area.area_pro {
              width: 100%; } }
        *
#scene-registration header .menu_desktop .menu_sub .content.cage .area {
          width: 23%; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration header .menu_desktop .menu_sub .content.cage .area {
              width: 100%; } }
          @media screen and (min-width: 64em) {
            *
#scene-registration header .menu_desktop .menu_sub .content.cage .area:first-of-type {
              width: 31%; } }
        *
#scene-registration header .menu_desktop .menu_sub .content.cage .card.card_pro {
          height: 148pt; }
          *
#scene-registration header .menu_desktop .menu_sub .content.cage .card.card_pro .card-text {
            line-height: 1.67;
            margin: 0.8rem 0; }
        *
#scene-registration header .menu_desktop .menu_sub .content.cage .card {
          background-color: #fff;
          box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.3);
          border-radius: 10px;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          justify-content: space-between;
          height: 78pt;
          align-items: center;
          padding-left: 1rem;
          overflow: hidden;
          width: 80%; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration header .menu_desktop .menu_sub .content.cage .card {
              width: 90%;
              height: 85pt; } }
          *
#scene-registration header .menu_desktop .menu_sub .content.cage .card .card-title {
            cursor: pointer;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.5;
            margin-bottom: 0;
            font-family: "Source Sans 3", sans-serif; }
          *
#scene-registration header .menu_desktop .menu_sub .content.cage .card .card-text {
            font-size: 0.75rem;
            line-height: 1.67;
            margin-bottom: 0;
            font-family: "Source Sans 3", sans-serif;
            font-weight: 400; }
          *
#scene-registration header .menu_desktop .menu_sub .content.cage .card picture {
            -ms-flex-negative: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom-right-radius: 0.625rem;
            border-top-right-radius: 0.625rem;
            clip-path: circle(15.625rem at 15.625rem 50%);
            display: flex;
            flex-shrink: 0;
            justify-content: center;
            overflow: hidden;
            position: relative;
            width: 5.75rem; }
            @media screen and (max-width: 63.9375em) {
              *
#scene-registration header .menu_desktop .menu_sub .content.cage .card picture {
                width: 7.75rem; } }
            *
#scene-registration header .menu_desktop .menu_sub .content.cage .card picture img {
              width: 100%; }
          *
#scene-registration header .menu_desktop .menu_sub .content.cage .card .pln-btn-underlined span {
            font-size: 0.875rem;
            font-weight: 700;
            line-height: 1.5;
            margin-bottom: 0;
            font-family: "Source Sans 3", sans-serif;
            display: inline-block;
            position: relative;
            z-index: 1;
            text-transform: uppercase; }
            *
#scene-registration header .menu_desktop .menu_sub .content.cage .card .pln-btn-underlined span:after {
              content: "";
              background: #ffcd00;
              width: 100%;
              height: 0.325rem;
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0.25rem;
              z-index: -1; }
        *
#scene-registration header .menu_desktop .menu_sub .content.cage .imgbox {
          background: url(https://eniplenitude.scene7.com/is/image/enigaseluce/eni-plenitude-a-propos-de-plenitude_02:3-4?wid=1200&hei=1520) no-repeat center top #fff;
          background-size: cover;
          width: 18.75rem;
          min-height: 23.75rem;
          display: flex;
          align-items: end;
          justify-content: center;
          padding-bottom: 2rem;
          position: relative; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration header .menu_desktop .menu_sub .content.cage .imgbox {
              width: 100%; } }
          *
#scene-registration header .menu_desktop .menu_sub .content.cage .imgbox:before {
            content: "";
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
            background-image: linear-gradient(180deg, transparent, #000);
            border-radius: 5px;
            content: "";
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1;
            bottom: -2rem; }
          *
#scene-registration header .menu_desktop .menu_sub .content.cage .imgbox .wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 3; }
            *
#scene-registration header .menu_desktop .menu_sub .content.cage .imgbox .wrapper .imgbox-title span {
              cursor: pointer;
              font-size: 1.1rem;
              font-weight: 700;
              color: #fff;
              font-family: "Source Sans 3", sans-serif; }
            *
#scene-registration header .menu_desktop .menu_sub .content.cage .imgbox .wrapper .cta {
              width: 13.6875rem; }
        *
#scene-registration header .menu_desktop .menu_sub .content.cage .title {
          font-size: 1rem;
          font-weight: 700;
          line-height: 1.5;
          margin-bottom: 0.8rem;
          text-transform: uppercase;
          font-family: "Source Sans 3", sans-serif; }
        *
#scene-registration header .menu_desktop .menu_sub .content.cage .link a {
          font-size: 0.875rem;
          line-height: 1.57;
          margin-bottom: 0.313rem;
          color: #333;
          font-weight: 400;
          font-family: "Source Sans 3", sans-serif; }
        *
#scene-registration header .menu_desktop .menu_sub .content.cage .divider {
          -webkit-box-flex: 0;
          -ms-flex-positive: 0;
          -ms-flex-negative: 0;
          background-color: #eaeaea;
          flex-grow: 0;
          flex-shrink: 0;
          width: 1px;
          height: 23.75rem;
          margin-right: 2rem; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration header .menu_desktop .menu_sub .content.cage .divider {
              width: 100%;
              height: 1px;
              margin: 2rem 0; } }
  *
#scene-registration section.bandeau {
    width: 100%;
    position: relative;
    background: url(https://d1h8fl8on3a554.cloudfront.net/plenitude/2026/hellofresh/img/background-dyn.1.png) no-repeat 50% #fff;
    background-size: cover;
    overflow: hidden; }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration section.bandeau {
        background: #fff; } }
    *
#scene-registration section.bandeau img.slice {
      display: none; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration section.bandeau img.slice {
          width: 100%;
          display: block; } }
    *
#scene-registration section.bandeau .offer {
      position: absolute;
      right: 0;
      top: -2rem;
      bottom: 0;
      background: url("https://d1h8fl8on3a554.cloudfront.net/plenitude/2026/hellofresh/img/offer.png") no-repeat center;
      background-size: cover;
      height: 24.57819rem;
      width: 19.57819rem;
      border-radius: 0 0 0 6.25rem; }
      *
#scene-registration section.bandeau .offer .smartbox {
        margin-top: 1.39rem; }
        *
#scene-registration section.bandeau .offer .smartbox__img {
          width: 24.21031rem;
          margin-left: -1.25rem; }
        *
#scene-registration section.bandeau .offer .smartbox__logo {
          width: 11.50556rem;
          display: block;
          margin-inline: auto; }
      *
#scene-registration section.bandeau .offer .decathlon__img {
        width: 19.375rem;
        display: block;
        margin-inline: auto;
        margin-bottom: 3.54rem; }
      *
#scene-registration section.bandeau .offer .decathlon__logo {
        width: 10.651rem;
        display: block;
        margin-inline: auto; }
      *
#scene-registration section.bandeau .offer .decathlon P {
        color: #fff;
        font-family: "Source Sans 3", sans-serif;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 2.25rem;
        /* 133.333% */
        text-align: center;
        text-transform: uppercase; }
    *
#scene-registration section.bandeau .container {
      position: relative; }
      *
#scene-registration section.bandeau .container p.intro {
        font-weight: 600; }
      *
#scene-registration section.bandeau .container h3 {
        margin: 0.5rem 0 2.25rem 0; }
      *
#scene-registration section.bandeau .container .container_timer {
        width: 20.5rem;
        margin-top: 2.5rem;
        box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
        border-radius: 0 0 0.5rem 0.5rem; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration section.bandeau .container .container_timer {
            width: 100%;
            margin-top: 2.75rem; } }
        *
#scene-registration section.bandeau .container .container_timer .title {
          background: #333;
          padding: 0.5rem 0;
          border-radius: 0.5rem 0.5rem 0rem 0rem; }
          *
#scene-registration section.bandeau .container .container_timer .title p {
            color: #FFF;
            font-family: "Source Sans 3", sans-serif;
            font-size: 0.875rem;
            font-weight: 600;
            line-height: 1.125rem;
            text-align: center; }
        *
#scene-registration section.bandeau .container .container_timer .content {
          padding: 0.5rem 0;
          background: #fff;
          text-align: center;
          border-radius: 0 0 0.5rem 0.5rem; }
          *
#scene-registration section.bandeau .container .container_timer .content p.time {
            color: #333;
            font-family: "Source Sans 3";
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 600;
            line-height: 1.125rem;
            /* 128.571% */
            margin-bottom: 1rem; }
          *
#scene-registration section.bandeau .container .container_timer .content .timer {
            display: flex;
            justify-content: center; }
            *
#scene-registration section.bandeau .container .container_timer .content .timer p.point {
              margin: 0 0.3rem; }
            *
#scene-registration section.bandeau .container .container_timer .content .timer p {
              color: #333;
              text-align: center;
              font-family: "Source Sans Pro", sans-serif;
              font-size: 2rem;
              font-weight: 700;
              line-height: 1.5rem; }
              *
#scene-registration section.bandeau .container .container_timer .content .timer p strong {
                color: #333;
                text-align: center;
                font-family: "Source Sans Pro", sans-serif;
                font-size: 2rem;
                font-weight: 700;
                line-height: 1.5rem; }
              *
#scene-registration section.bandeau .container .container_timer .content .timer p span {
                font-size: 0.75rem;
                font-weight: 400;
                line-height: 1rem;
                /* 133.333% */
                text-transform: uppercase; }
  *
#scene-registration .bandeau_offre {
    margin: 4rem 0 2rem; }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration .bandeau_offre {
        margin: 0;
        padding: 1rem; } }
    *
#scene-registration .bandeau_offre__container {
      margin-inline: auto;
      max-width: 71.25rem;
      display: flex;
      gap: 1rem;
      padding: 2rem 1.5rem;
      border-radius: 1rem;
      box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15); }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration .bandeau_offre__container {
          padding: 1rem;
          flex-direction: column; } }
      *
#scene-registration .bandeau_offre__container .bloc_img {
        max-width: 3rem;
        width: 100%; }
        *
#scene-registration .bandeau_offre__container .bloc_img img {
          width: 100%; }
      *
#scene-registration .bandeau_offre__container .desc h3 {
        color: #333;
        font-family: "Source Sans 3", sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 2rem;
        margin-bottom: 0.5rem; }
      *
#scene-registration .bandeau_offre__container .desc p {
        color: #333;
        font-family: "Source Sans 3", sans-serif;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.625rem;
        /* 144.444% */ }
  *
#scene-registration .carte {
    background: #FAF8F5;
    padding: 4rem 0; }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration .carte {
        padding: 1rem 1rem; } }
    *
#scene-registration .carte__container {
      display: flex;
      justify-content: center;
      gap: 1.5rem; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration .carte__container {
          flex-direction: column-reverse; } }
      *
#scene-registration .carte__container .bloc_left h3 {
        color: #333;
        font-family: "Source Sans 3", sans-serif;
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.5rem;
        margin-bottom: 0.5rem; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration .carte__container .bloc_left h3 {
            font-size: 1.5rem; } }
      *
#scene-registration .carte__container .bloc_left p.intro {
        margin-bottom: 1rem; }
      *
#scene-registration .carte__container .bloc_left p {
        color: #333;
        font-family: "Source Sans 3", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem; }
      *
#scene-registration .carte__container .bloc_left .item {
        display: flex;
        gap: 1rem;
        align-items: flex-start;
        margin-bottom: 1rem; }
      *
#scene-registration .carte__container .bloc_right {
        width: 100%; }
        @media screen and (min-width: 64em) {
          *
#scene-registration .carte__container .bloc_right {
            max-width: 47rem; } }
        *
#scene-registration .carte__container .bloc_right img {
          width: 100%; }
  *
#scene-registration .offre h4.title {
    text-align: center;
    margin-bottom: 2.5rem; }
  @media screen and (min-width: 64em) {
    *
#scene-registration .offre .container {
      padding-top: 0; } }
  *
#scene-registration .offre__container {
    margin-bottom: 1rem; }
    @media screen and (min-width: 64em) {
      *
#scene-registration .offre__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.19rem; } }
  *
#scene-registration .offre__header {
    background: #333;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 0 1rem; }
    *
#scene-registration .offre__header p {
      color: #FFF;
      font-family: "Source Sans 3", sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 2rem; }
  *
#scene-registration .offre__el {
    border-radius: 1rem;
    box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.15);
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 64em) {
      *
#scene-registration .offre__el {
        width: 22.75rem; } }
    *
#scene-registration .offre__el .img {
      width: 100%;
      height: 16.25rem;
      top: -1rem;
      position: relative; }
      *
#scene-registration .offre__el .img img {
        object-fit: cover;
        object-position: top;
        width: 100%;
        height: 100%; }
    *
#scene-registration .offre__el .description {
      border-radius: 1rem;
      background-color: #fff;
      position: relative;
      top: -1.5rem;
      padding: 1.5rem 1rem; }
      @media screen and (min-width: 64em) {
        *
#scene-registration .offre__el .description {
          height: 30.5rem; } }
      *
#scene-registration .offre__el .description h4 {
        line-height: 2rem;
        margin-bottom: 0.2rem; }
      *
#scene-registration .offre__el .description h5 {
        font-family: 'Source Sans 3', sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.5rem;
        /* 120% */
        margin-bottom: 2.38rem;
        position: relative; }
        *
#scene-registration .offre__el .description h5 sup {
          line-height: 0;
          font-size: .8rem; }
      *
#scene-registration .offre__el .description .items .item {
        margin-top: 1rem;
        display: flex;
        align-items: flex-start; }
        *
#scene-registration .offre__el .description .items .item .bullet {
          margin-right: 0.5rem;
          width: 1.5rem; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration .offre__el .description .cta {
          margin-top: 1.9rem; } }
      @media screen and (min-width: 64em) {
        *
#scene-registration .offre__el .description .cta {
          position: absolute;
          left: 1rem;
          right: 1rem;
          bottom: 0;
          width: 20.75rem; } }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration .offre__el:not(:last-of-type) {
        margin-bottom: 1.71rem; } }
  *
#scene-registration .lots h4.title {
    text-align: center;
    margin-bottom: 2.5rem; }
  @media screen and (min-width: 64em) {
    *
#scene-registration .lots__container {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  *
#scene-registration .lots__container .lot {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.15); }
    @media screen and (min-width: 64em) {
      *
#scene-registration .lots__container .lot {
        display: flex;
        align-items: center;
        width: calc(50% - .75rem);
        height: 25rem; } }
    *
#scene-registration .lots__container .lot__left {
      position: relative;
      overflow: hidden;
      height: 9rem;
      background: url(../static/gradient-lot.png) no-repeat center;
      background-size: cover; }
      @media screen and (min-width: 64em) {
        *
#scene-registration .lots__container .lot__left {
          width: 12.0625rem;
          height: 100%; } }
      *
#scene-registration .lots__container .lot__left img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        *
#scene-registration .lots__container .lot__left img.velo {
          width: 11.43244rem; }
        *
#scene-registration .lots__container .lot__left img.smartbox {
          width: 12rem; }
    *
#scene-registration .lots__container .lot__right {
      padding: 1.5rem 1rem;
      background: #fff; }
      @media screen and (min-width: 64em) {
        *
#scene-registration .lots__container .lot__right {
          width: calc(100% - 12.0625rem);
          height: 100%; } }
      *
#scene-registration .lots__container .lot__right .pastille {
        border-radius: 1.5rem;
        background: #F1F5F4;
        padding: 0.5rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        color: #333;
        font-family: "Source Sans 3", sans-serif;
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 1rem;
        /* 133.333% */
        text-transform: uppercase;
        margin-bottom: 1rem; }
      *
#scene-registration .lots__container .lot__right h5 {
        color: #333;
        font-family: "Source Sans 3", sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 2rem;
        /* 133.333% */ }
      *
#scene-registration .lots__container .lot__right .items .item {
        margin-top: 1rem;
        display: flex;
        align-items: flex-start; }
        *
#scene-registration .lots__container .lot__right .items .item .bullet {
          margin-right: 0.5rem;
          width: 1.5rem; }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration .lots__container .lot:first-of-type {
        margin-bottom: 1.62rem; } }
  *
#scene-registration section.plenidex .container {
    display: flex;
    align-items: flex-start;
    padding: 2rem 0 4rem; }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration section.plenidex .container {
        flex-direction: column;
        padding: 2rem 1rem 4rem; } }
    *
#scene-registration section.plenidex .container .bloc_left {
      margin-right: 1.5rem;
      max-width: 21.25rem; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration section.plenidex .container .bloc_left {
          margin-right: 0;
          max-width: 100%; } }
    *
#scene-registration section.plenidex .container .bloc_right {
      box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.15);
      padding: 1.5rem;
      display: flex;
      border-radius: 1rem; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration section.plenidex .container .bloc_right {
          flex-direction: column-reverse;
          margin-top: 1rem; } }
      *
#scene-registration section.plenidex .container .bloc_right .cta {
        width: 100%; }
      *
#scene-registration section.plenidex .container .bloc_right .cta.cta_blanc {
        background: transparent;
        border: 1px solid #333; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration section.plenidex .container .bloc_right .cta.cta_blanc {
            margin-bottom: 1rem; } }
      *
#scene-registration section.plenidex .container .bloc_right .bloc_desc {
        margin-right: 1.5rem; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration section.plenidex .container .bloc_right .bloc_desc {
            margin-right: 0; } }
        @media screen and (min-width: 64em) {
          *
#scene-registration section.plenidex .container .bloc_right .bloc_desc .cta.mobile {
            display: none !important; } }
        *
#scene-registration section.plenidex .container .bloc_right .bloc_desc .background_green {
          border-radius: 1rem;
          background: #EAF2EF;
          box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
          margin-bottom: 1.5rem; }
          *
#scene-registration section.plenidex .container .bloc_right .bloc_desc .background_green .container_title {
            display: flex;
            align-items: center;
            padding: 1rem; }
            *
#scene-registration section.plenidex .container .bloc_right .bloc_desc .background_green .container_title .elec {
              width: 2rem;
              margin-right: 0.5rem; }
          *
#scene-registration section.plenidex .container .bloc_right .bloc_desc .background_green .desc {
            padding: 0 1rem;
            border-radius: 1rem;
            background-color: #fff; }
            *
#scene-registration section.plenidex .container .bloc_right .bloc_desc .background_green .desc .item:not(:last-child) {
              border-bottom: 0.5px solid #767676; }
            *
#scene-registration section.plenidex .container .bloc_right .bloc_desc .background_green .desc .item {
              display: flex;
              align-items: self-start;
              padding: 0.75rem; }
              *
#scene-registration section.plenidex .container .bloc_right .bloc_desc .background_green .desc .item .bullet {
                margin-right: 1rem;
                width: 1.5rem; }
      *
#scene-registration section.plenidex .container .bloc_right .bloc_img {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        *
#scene-registration section.plenidex .container .bloc_right .bloc_img div {
          display: flex;
          justify-content: end;
          width: 21.25rem;
          position: relative;
          background: url(../static/promo.png) no-repeat 50% #fff;
          background-size: cover;
          border-radius: 1rem;
          padding-bottom: 18.25rem; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration section.plenidex .container .bloc_right .bloc_img div {
              width: 100%;
              margin-bottom: 1.5rem;
              padding-bottom: 17.5rem; } }
          *
#scene-registration section.plenidex .container .bloc_right .bloc_img div p {
            color: #FFF;
            font-family: "Source Sans 3", sans-serif;
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 2rem;
            border-radius: 0rem 1rem;
            background: #333;
            padding: 0.2rem .75rem 0.5rem; }
            @media screen and (max-width: 63.9375em) {
              *
#scene-registration section.plenidex .container .bloc_right .bloc_img div p {
                font-size: 1.25rem; } }
            *
#scene-registration section.plenidex .container .bloc_right .bloc_img div p sup {
              font-weight: 400;
              font-size: 1rem; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration section.plenidex .container .bloc_right .bloc_img .cta {
            display: none; } }
  *
#scene-registration section.nespresso {
    background: #FAF8F5; }
    *
#scene-registration section.nespresso .container {
      display: flex;
      align-items: flex-start; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration section.nespresso .container {
          flex-direction: column-reverse;
          padding: 1rem 1rem; } }
      *
#scene-registration section.nespresso .container .bloc_left {
        margin-right: 1.5rem; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration section.nespresso .container .bloc_left {
            margin-right: 0; } }
        *
#scene-registration section.nespresso .container .bloc_left h4 {
          margin-bottom: 0.5rem; }
        *
#scene-registration section.nespresso .container .bloc_left .item {
          margin-top: 1rem;
          display: flex;
          align-items: flex-start; }
          *
#scene-registration section.nespresso .container .bloc_left .item .bullet {
            margin-right: 1rem;
            width: 1.5rem;
            height: 1.5rem; }
      *
#scene-registration section.nespresso .container .bloc_right img.nespresso {
        width: 47rem; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration section.nespresso .container .bloc_right img.nespresso {
            width: 100%; } }
  *
#scene-registration section.points {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem 0; }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration section.points {
        flex-direction: column;
        align-items: center;
        gap: 2rem; } }
    @media screen and (min-width: 64em) {
      *
#scene-registration section.points .point {
        width: 16.6875rem; } }
    *
#scene-registration section.points .point img {
      width: 2rem;
      display: block;
      margin: 0 auto 0.5rem; }
    *
#scene-registration section.points .point p {
      color: #333;
      text-align: center;
      font-family: "Source Sans 3", sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 2rem;
      /* 133.333% */ }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration section.points .point p {
          font-size: 1.25rem;
          line-height: 1.75rem; } }
      *
#scene-registration section.points .point p sup {
        font-size: 1rem;
        line-height: 1rem; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration section.points .point p sup {
            font-size: .75rem;
            line-height: .75rem; } }
  @media screen and (min-width: 64em) {
    *
#scene-registration section.energie .container {
      padding-top: 2rem; } }
  *
#scene-registration section.energie .container_items {
    margin-top: 1rem;
    display: flex; }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration section.energie .container_items {
        flex-direction: column; } }
    *
#scene-registration section.energie .container_items .item:not(:last-child) {
      margin-right: 1.5rem; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration section.energie .container_items .item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 1.5rem; } }
    *
#scene-registration section.energie .container_items .item h2,
    *
#scene-registration section.energie .container_items .item p {
      text-align: center; }
    *
#scene-registration section.energie .container_items .item .item_img {
      width: 22.75rem;
      margin-bottom: 0.5rem; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration section.energie .container_items .item .item_img {
          width: 14rem;
          margin: auto;
          display: flex;
          margin-bottom: 0.5rem; } }
  *
#scene-registration section.docs .container_docs {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration section.docs .container_docs {
        flex-direction: column; } }
    *
#scene-registration section.docs .container_docs .doc {
      margin-bottom: 2.5rem;
      margin-right: 0.8rem;
      width: 32%; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration section.docs .container_docs .doc {
          width: 100%;
          margin-bottom: 1.5rem;
          margin-right: 0rem; } }
    *
#scene-registration section.docs .container_docs .doc {
      display: flex;
      align-items: center; }
      *
#scene-registration section.docs .container_docs .doc a p {
        color: #333;
        font-family: "Source Sans 3", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem; }
      *
#scene-registration section.docs .container_docs .doc img {
        width: 2rem;
        height: 2rem;
        margin-right: 1rem; }
  *
#scene-registration section.pourquoi .container_buble {
    display: flex;
    align-items: self-start;
    justify-content: center; }
  *
#scene-registration section.pourquoi .container {
    padding: 0rem 0rem 0rem 0; }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration section.pourquoi .container {
        padding: 0rem 1rem 0rem 1rem; } }
  *
#scene-registration section.pourquoi .bloc_pourquoi {
    padding: 2rem 1.5rem 4rem;
    border-radius: 1rem;
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: space-around;
    position: relative; }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration section.pourquoi .bloc_pourquoi {
        flex-direction: column; } }
    *
#scene-registration section.pourquoi .bloc_pourquoi img.rectangle {
      position: absolute;
      bottom: -4rem;
      left: 3.5rem;
      width: 19.75rem; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration section.pourquoi .bloc_pourquoi img.rectangle {
          width: 16.5rem;
          bottom: -3.4rem; } }
    @media screen and (max-width: 63.9375em) {
      *
#scene-registration section.pourquoi .bloc_pourquoi .item:not(:last-child) {
        margin-bottom: 1.5rem; } }
    *
#scene-registration section.pourquoi .bloc_pourquoi .item {
      position: relative; }
      *
#scene-registration section.pourquoi .bloc_pourquoi .item h2 {
        position: relative;
        z-index: 1; }
      *
#scene-registration section.pourquoi .bloc_pourquoi .item img.circle {
        width: 2rem;
        height: 2rem;
        margin-right: -1rem; }
  *
#scene-registration footer {
    background-color: #FAF8F5; }
    @media screen and (min-width: 64em) {
      *
#scene-registration footer .container {
        max-width: 75.25rem; } }
    *
#scene-registration footer img.trait {
      width: 100%; }
    *
#scene-registration footer p, *
#scene-registration footer li {
      font-family: "Source Sans 3", sans-serif;
      font-size: 0.875rem !important;
      font-weight: 400;
      line-height: 1.125rem; }
      *
#scene-registration footer p a, *
#scene-registration footer li a {
        text-decoration: underline; }
    *
#scene-registration footer .container.container_inner {
      padding: 1.5rem 0 0 0; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration footer .container.container_inner {
          padding: 1.5rem 1rem 0 1rem; } }
      *
#scene-registration footer .container.container_inner .logo {
        width: 10rem; }
      *
#scene-registration footer .container.container_inner .container_links {
        padding: 2.5rem 0;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration footer .container.container_inner .container_links {
            flex-direction: column;
            padding: 1.5rem 0 1.2rem 0; } }
        *
#scene-registration footer .container.container_inner .container_links .link {
          width: 16.6875rem; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration footer .container.container_inner .container_links .link {
              width: 100%; } }
          *
#scene-registration footer .container.container_inner .container_links .link .title:nth-of-type(2) {
            margin-top: 2.5rem; }
            @media screen and (max-width: 63.9375em) {
              *
#scene-registration footer .container.container_inner .container_links .link .title:nth-of-type(2) {
                margin-top: 0; } }
          *
#scene-registration footer .container.container_inner .container_links .link p.title {
            color: #008051;
            font-weight: 600;
            border-bottom: 1px solid #95B849;
            margin-bottom: 0.5rem; }
            @media screen and (max-width: 63.9375em) {
              *
#scene-registration footer .container.container_inner .container_links .link p.title {
                cursor: pointer;
                padding: 10px 0;
                position: relative;
                padding-right: 20px; } }
            *
#scene-registration footer .container.container_inner .container_links .link p.title:after {
              content: "";
              position: absolute;
              right: 0;
              top: 50%;
              width: 15px;
              height: 17px;
              background: url(../static/chevron.svg) no-repeat center/contain;
              transform: translateY(-50%) rotate(0deg);
              transition: transform 0.3s ease-in-out; }
              @media screen and (min-width: 64em) {
                *
#scene-registration footer .container.container_inner .container_links .link p.title:after {
                  display: none; } }
          *
#scene-registration footer .container.container_inner .container_links .link p.title.active::after {
            transform: translateY(-50%) rotate(180deg); }
          *
#scene-registration footer .container.container_inner .container_links .link a {
            cursor: pointer; }
            @media screen and (max-width: 63.9375em) {
              *
#scene-registration footer .container.container_inner .container_links .link a {
                display: none; } }
            *
#scene-registration footer .container.container_inner .container_links .link a p {
              margin-bottom: 0.5rem;
              line-height: normal; }
              @media screen and (max-width: 63.9375em) {
                *
#scene-registration footer .container.container_inner .container_links .link a p {
                  margin-bottom: 1rem; } }
    *
#scene-registration footer .container_footer_bottom.container {
      padding: 1.5rem 0rem; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration footer .container_footer_bottom.container {
          padding: 1.5rem 1rem; } }
    *
#scene-registration footer .container_footer_bottom_inner {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 63.9375em) {
        *
#scene-registration footer .container_footer_bottom_inner {
          flex-direction: column; } }
      *
#scene-registration footer .container_footer_bottom_inner div {
        display: flex; }
        @media screen and (max-width: 63.9375em) {
          *
#scene-registration footer .container_footer_bottom_inner div {
            flex-wrap: wrap; } }
        *
#scene-registration footer .container_footer_bottom_inner div a {
          text-transform: uppercase; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration footer .container_footer_bottom_inner div a {
              width: 50%; } }
        *
#scene-registration footer .container_footer_bottom_inner div a:not(:last-child) {
          margin-right: 1rem; }
          @media screen and (max-width: 63.9375em) {
            *
#scene-registration footer .container_footer_bottom_inner div a:not(:last-child) {
              margin-right: 0; } }

#bannerDescription {
  color: #333;
  font-size: 1rem;
  font-weight: 400; }

