/******************************************************************
Site Name: LUMIERE
Author: Florent DESMIS
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: LUMIERE
Author: Florent DESMIS

******************************************************************/
/*@app-max-width: 1200px;
@app-max-width-large: 1440px;
@app-max-width-extra-large: 1600px;*/
/**
  COLOR DEFINITIONS
 */
/**
 TAGS
 */
/**
header
 */
/**
footer
 */
/*@footer-menu-color : @white;
@footer-menu-color-hover : @white;
@footer-menu-light-color : @white;
@footer-menu-light-color-hover : @white;*/
/**
*
  ANIMATION DURATION DEFINITIONS
*/
/**
*
*
  TEXT DEFINITIONS
*
*/
@keyframes type {
  from {
    box-shadow: inset -4px 0 0 #ffffff;
  }
  to {
    box-shadow: inset -4px 0 0 transparent;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.leaf-shape {
  background: linear-gradient(115deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  display: block;
  width: 500px;
  height: 275px;
  border-radius: 0 120px 0 120px;
}
.leaf-shape.inverted {
  background: linear-gradient(300deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
}
.rectangular-shape {
  background: linear-gradient(115deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  display: block;
  width: 500px;
  height: 440px;
  border-radius: 120px 120px 120px 0;
}
.rectangular-shape.inverted {
  background: linear-gradient(300deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  border-radius: 120px 120px 120px 120px;
}
.header-shape {
  background: linear-gradient(300deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  border-radius: 0 0 0 120px;
  display: block;
  width: 30vw;
  height: 250px;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.modal-backdrop {
  background-color: purple !important;
  opacity: 0.85 !important;
}
.progress-wrap {
  position: fixed;
  right: -50px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 998;
  transform: translateY(15px);
  transition: all 0.5s ease-in-out;
  background: #ffffff;
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #B500CF;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  display: block;
  z-index: 1;
  width: 20px;
  height: 20px;
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
  transform-origin: center center;
  background-image: url('../../library//images/ui/arrow-down-black.svg');
  background-size: contain;
  background-position: center center;
}
.progress-wrap.is-displayed {
  opacity: 1;
  right: 30px;
}
.button-primary {
  -webkit-appearance: none;
  outline: none;
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 28px;
  background: #B500CF;
  border-radius: 30px;
  text-decoration: none !important;
  border: none !important;
  transition: all 0.5s ease-in;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.button-primary > span {
  margin: 0 auto;
  position: relative;
  color: #ffffff;
  transition: all 0.5s ease-in;
  padding-right: 32px;
}
.button-primary > span:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../../library//images/ui/arrow-up-right.svg');
  background-size: contain;
  right: 0;
  top: 50%;
  transition: all 0.25s cubic-bezier(0.3, 1, 0.8, 1);
  transform: translateY(-50%) rotate(0deg);
}
.button-primary:before {
  content: "";
  position: absolute;
  left: -150%;
  transform: translateY(-50%);
  top: 50%;
  width: 140%;
  height: 180%;
  background-color: #000000;
  border-radius: 0 50% 50% 0;
  display: block;
  transition: all 0.5s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
.button-primary:hover {
  color: #ffffff;
}
.button-primary:hover:before {
  left: 0;
  width: 140%;
  background-color: #000000;
  transform: translateY(-50%);
}
.button-primary:hover > span:after {
  transform: translateY(-50%) rotate(45deg);
}
.button-primary.button-more > span {
  padding-left: 32px;
  padding-right: 0;
}
.button-primary.button-more > span:after {
  width: 20px;
  height: 20px;
  background-image: url('../../library//images/ui/arrow-down.svg');
  left: 0;
}
.button-primary.button-more:hover > span:after {
  transform: translateY(-50%) rotate(0);
}
.button-primary.disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #000000;
}
.button-secondary {
  -webkit-appearance: none;
  outline: none;
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 28px;
  background: #ffffff;
  border-radius: 30px;
  text-decoration: none !important;
  border: 1px solid #383C4C;
  transition: all 0.5s ease-in;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.button-secondary > span {
  margin: 0 auto;
  position: relative;
  color: #383C4C;
  transition: all 0.25s cubic-bezier(0.3, 1, 0.8, 1);
  padding-right: 32px;
}
.button-secondary > span:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../../library//images/ui/arrow-up-right-grey-900.svg');
  background-size: contain;
  right: 0;
  top: 50%;
  transition: all 0.25s cubic-bezier(0.3, 1, 0.8, 1);
  transform: translateY(-50%) rotate(0deg);
}
.button-secondary:before {
  content: "";
  position: absolute;
  left: -150%;
  transform: translateY(-50%);
  top: 50%;
  width: 140%;
  height: 180%;
  background-color: #000000;
  border-radius: 0 50% 50% 0;
  display: block;
  transition: all 0.5s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
.button-secondary:hover:before {
  left: 0;
  width: 140%;
  background-color: #000000;
  transform: translateY(-50%);
}
.button-secondary:hover > span {
  color: #ffffff;
}
.button-secondary:hover > span:after {
  background-image: url('../../library//images/ui/arrow-up-right.svg');
  transform: translateY(-50%) rotate(45deg);
}
.button-secondary.disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #000000;
}
.button-text {
  -webkit-appearance: none;
  outline: none;
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 10px 30px 10px 0;
  background: white;
  color: #667085;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none !important;
  transition: all 0.25s ease-in;
  z-index: 1;
  overflow: hidden;
}
.button-text:after,
.button-text:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url('../../library//images/ui/arrow-left.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.25s ease-out;
}
.button-text:before {
  right: auto;
  left: -15px;
  opacity: 0;
}
.button-text:hover,
.button-text:focus {
  padding: 10px 0 10px 30px;
  color: #000000;
}
.button-text:hover:after,
.button-text:focus:after,
.button-text:hover:before,
.button-text:focus:before {
  background-image: url('../../library//images/ui/arrow-left-black.svg');
}
.button-text:hover:before,
.button-text:focus:before {
  left: 0;
  opacity: 1;
}
.button-text:hover:after,
.button-text:focus:after {
  right: -15px;
  opacity: 0;
}
.button-text.previous {
  padding: 10px 0 10px 30px;
}
.button-text.previous:after,
.button-text.previous:before {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(0deg);
}
.button-text.previous:before {
  left: auto;
  right: -15px;
  opacity: 0;
}
.button-text.previous:hover,
.button-text.previous:focus {
  padding: 10px 30px 10px 0;
}
.button-text.previous:hover:before,
.button-text.previous:focus:before {
  right: 0;
  opacity: 1;
}
.button-text.previous:hover:after,
.button-text.previous:focus:after {
  left: -15px;
  opacity: 0;
}
.link-text {
  position: relative;
  z-index: 1;
  color: #B500CF;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
}
.link-text:after {
  content: '';
  position: absolute;
  background: linear-gradient(115deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  height: 1px;
  width: 100%;
  left: 50%;
  top: 100%;
  opacity: 1;
  transform: translate3D(-50%, -50%, 0);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.link-text:hover {
  color: #ffffff;
  text-decoration: none;
  padding: 2px 5px;
}
.link-text:hover:after {
  opacity: 1;
  top: 50%;
  height: 120%;
  width: 105%;
  bottom: -3px;
}
ul.inline-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.inline-list li {
  display: inline-block;
  padding: 0;
}
ul.inline-list li.social-network a {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-right: 25px;
  transition: all 0.5s ease-in-out;
}
ul.inline-list li.social-network.email a {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  text-decoration: none;
  margin-right: 0;
}
ul.inline-list li.social-network.email:hover a {
  transform: none;
}
ul.inline-list.light li.social-network a {
  margin: 0 10px;
}
ul.inline-list.tag-list li.tag-item {
  margin-right: 8px;
  margin-bottom: 8px;
}
ul.inline-list.tag-list li.tag-item a {
  display: block;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  border-radius: 16px;
}
/*************************/
/* AJAX - LOADER */
/*************************/
.bloc-loader {
  opacity: 1;
  position: absolute;
  z-index: 10;
  left: 0;
  display: block;
  width: 100%;
  min-height: 350px;
  height: 100%;
  background: #ffffff;
  /**
   * CIRCVLE LOADER
   */
}
.bloc-loader.tiny-loader {
  min-height: 200px;
}
.bloc-loader .lottie-loader {
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border: none;
  transition: all 0.5s ease-in-out;
  background-color: transparent !important;
  text-decoration: none !important;
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.bloc-loader .bar-loader {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.bloc-loader .bar-loader .loading {
  --speed-of-animation: 2s;
  --first-color: #2150CE;
  --second-color: #2150CE;
  --third-color: #2150CE;
  --fourth-color: #2150CE;
  --fifth-color: #2150CE;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  gap: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.bloc-loader .bar-loader .loading span {
  width: 6px;
  height: 150px;
  background: var(--first-color);
  animation: scale var(--speed-of-animation) ease-in-out infinite;
}
.bloc-loader .bar-loader .loading span:nth-child(1) {
  background: var(--second-color);
  animation-delay: -0.9s;
}
.bloc-loader .bar-loader .loading span:nth-child(2) {
  background: var(--second-color);
  animation-delay: -0.8s;
}
.bloc-loader .bar-loader .loading span:nth-child(3) {
  background: var(--third-color);
  animation-delay: -0.7s;
}
.bloc-loader .bar-loader .loading span:nth-child(4) {
  background: var(--fourth-color);
  animation-delay: -0.6s;
}
.bloc-loader .bar-loader .loading span:nth-child(5) {
  background: var(--fifth-color);
  animation-delay: -0.5s;
}
@keyframes scale {
  0%,
  40%,
  100% {
    transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
  }
}
.bloc-loader.black-background {
  background: #000000;
}
.bloc-loader .bar-h-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 10px;
  background: #B500CF;
  border-radius: 5px;
  animation: load 1.8s ease-in-out infinite;
}
.bloc-loader .bar-h-loader:before,
.bloc-loader .bar-h-loader:after {
  position: absolute;
  display: block;
  content: "";
  animation: load 1.8s ease-in-out infinite;
  height: 10px;
  border-radius: 5px;
}
.bloc-loader .bar-h-loader:before {
  top: -20px;
  left: 10px;
  width: 40px;
  background: #FFED00;
}
.bloc-loader .bar-h-loader:after {
  bottom: -20px;
  width: 35px;
  background: #FE557D;
}
@keyframes load {
  0% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(40px);
  }
}
.bloc-loader .loader {
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
}
.bloc-loader .loader circle {
  stroke-dasharray: 10,84;
  animation: stroke 1.5s ease infinite;
  stroke: #B500CF;
}
@keyframes hue {
  100% {
    filter: hue-rotate(360deg);
  }
}
@keyframes stroke {
  50% {
    stroke-dasharray: 84,10;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -94;
  }
}
/**
 * BLOCS
 */
.lumiere-bloc {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
.lumiere-bloc.marge-60 {
  padding-top: 0;
  padding-bottom: 0;
}
.lumiere-bloc.no-marge {
  padding-top: 0;
  padding-bottom: 0;
}
.lumiere-bloc.no-marge-top {
  padding-top: 0;
}
.lumiere-bloc.no-marge-bottom {
  padding-bottom: 0;
}
.lumiere-bloc.bloc-hero .bloc-shape {
  display: none;
  position: absolute;
  z-index: 0;
  left: 70%;
  bottom: -20%;
}
.lumiere-bloc.bloc-hero .hero-container {
  position: relative;
  width: 100%;
}
.lumiere-bloc.bloc-hero .hero-container .hero-video-container {
  position: relative;
  width: 100%;
  border-radius: 60px;
  height: 400px;
  overflow: hidden;
}
.lumiere-bloc.bloc-hero .hero-container .hero-video-container #player {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  background: #ffffff;
}
.lumiere-bloc.bloc-hero .hero-container .hero-video-container #player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lumiere-bloc.bloc-hero .hero-container .hero-video-fallback {
  position: relative;
  width: 100%;
  border-radius: 60px;
  height: 400px;
  overflow: hidden;
}
.lumiere-bloc.bloc-hero .hero-container .hero-video-fallback img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}
.lumiere-bloc.bloc-hero .hero-container .hero-image-container {
  position: relative;
  width: 100%;
  border-radius: 60px;
  height: 400px;
  overflow: hidden;
}
.lumiere-bloc.bloc-hero .hero-container .hero-image-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}
.lumiere-bloc.bloc-hero .hero-container .hero-text-container {
  position: relative;
  transform: translateY(-80px);
  width: 100%;
}
.lumiere-bloc.bloc-hero .hero-container .hero-text-container .hero-text-content {
  background-color: #FDF4F4;
  border-radius: 60px;
  width: 100%;
  padding: 40px 20px;
  top: 0;
}
.lumiere-bloc.bloc-hero .hero-container .hero-text-container .hero-text-content .hero-text-title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: clamp(26px, 5vw, 48px);
  line-height: clamp(30px, 5vw, 52px);
  margin: 0;
  padding: 0;
}
.lumiere-bloc.bloc-hero .hero-container .hero-text-container .hero-text-content .hero-text-subtitle {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: clamp(22px, 5vw, 32px);
  line-height: clamp(28px, 5vw, 36px);
  margin: 30px 0;
  padding: 0;
}
.lumiere-bloc.bloc-hero .hero-container .hero-text-container .hero-text-content .hero-text-content {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
}
.lumiere-bloc.bloc-hero .hero-container .hero-text-container .hero-text-content .hero-text-title + .hero-text-content {
  margin: 20px 0 20px 0;
}
.lumiere-bloc.bloc-hero .hero-container .hero-text-container .hero-text-content .hero-text-cta {
  text-align: center;
  margin-top: 20px;
}
.lumiere-bloc.bloc-hero.big .hero-container .hero-image-container,
.lumiere-bloc.bloc-hero.big .hero-container .hero-video-container,
.lumiere-bloc.bloc-hero.big .hero-container .hero-video-fallback {
  height: 230px;
}
.lumiere-bloc.bloc-hero.with-text {
  padding-bottom: 0;
  margin-bottom: -50px;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text {
  padding: 0 20px;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 0;
  padding: 0;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text h1.bloc-text-title {
  font-size: clamp(36px, 5vw, 48px);
  line-height: clamp(40px, 5vw, 52px);
}
.lumiere-bloc.bloc-text-title-cta .bloc-text h2.bloc-text-title {
  font-size: clamp(28px, 5vw, 36px);
  line-height: clamp(32px, 5vw, 40px);
}
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 20px 0;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content p > a:not([class^="button-"]),
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content li > a:not([class^="button-"]),
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content p > a:not([class^="juiz_"]),
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content li > a:not([class^="juiz_"]) {
  position: relative;
  z-index: 1;
  color: #B500CF;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content p > a:not([class^="button-"]):after,
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content li > a:not([class^="button-"]):after,
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content p > a:not([class^="juiz_"]):after,
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content li > a:not([class^="juiz_"]):after {
  content: '';
  position: absolute;
  background: linear-gradient(115deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  height: 1px;
  width: 100%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate3D(-50%, -50%, 0);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content p > a:not([class^="button-"]):hover,
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content li > a:not([class^="button-"]):hover,
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content p > a:not([class^="juiz_"]):hover,
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content li > a:not([class^="juiz_"]):hover {
  color: #ffffff;
  text-decoration: none;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content p > a:not([class^="button-"]):hover:after,
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content li > a:not([class^="button-"]):hover:after,
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content p > a:not([class^="juiz_"]):hover:after,
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-content li > a:not([class^="juiz_"]):hover:after {
  opacity: 1;
  height: 120%;
  width: 105%;
  bottom: -3px;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-cta {
  padding: 20px 0 20px 0;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-cta a {
  display: block;
  width: 100%;
  margin: 15px 0;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-center .bloc-text-title,
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-center .bloc-text-content {
  text-align: center;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-center .bloc-text-content {
  text-align: left !important;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-center .bloc-text-cta {
  text-align: center;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-center .bloc-text-cta a {
  display: block;
  width: 100%;
  margin: 15px 0;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-left .bloc-text-cta {
  text-align: left;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-left .bloc-text-cta a {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-left .bloc-text-cta a:last-of-type {
  margin-right: 0;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-right .bloc-text-title,
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-right .bloc-text-content {
  text-align: right;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-right .bloc-text-cta {
  text-align: right;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-right .bloc-text-cta a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15px;
}
.lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-right .bloc-text-cta a:first-of-type {
  margin-left: 0;
}
.lumiere-bloc.bloc-text-image .image-align-left .bloc-shape {
  display: none;
  position: absolute;
  z-index: 0;
  left: -25%;
  top: -20%;
}
.lumiere-bloc.bloc-text-image .image-align-right .bloc-shape {
  display: none;
  position: absolute;
  z-index: 0;
  right: -20%;
  bottom: 20%;
}
.lumiere-bloc.bloc-text-image .bloc-text {
  margin-top: 32px;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: clamp(28px, 5vw, 36px);
  line-height: clamp(32px, 5vw, 40px);
  margin: 0 0 20px 0;
  padding: 0;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
  padding: 0;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content p > a:not([class^="button-"]),
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content li > a:not([class^="button-"]),
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content p > a:not([class^="juiz_"]),
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content li > a:not([class^="juiz_"]) {
  position: relative;
  z-index: 1;
  color: #B500CF;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content p > a:not([class^="button-"]):after,
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content li > a:not([class^="button-"]):after,
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content p > a:not([class^="juiz_"]):after,
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content li > a:not([class^="juiz_"]):after {
  content: '';
  position: absolute;
  background: linear-gradient(115deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  height: 1px;
  width: 100%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate3D(-50%, -50%, 0);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content p > a:not([class^="button-"]):hover,
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content li > a:not([class^="button-"]):hover,
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content p > a:not([class^="juiz_"]):hover,
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content li > a:not([class^="juiz_"]):hover {
  color: #ffffff;
  text-decoration: none;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content p > a:not([class^="button-"]):hover:after,
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content li > a:not([class^="button-"]):hover:after,
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content p > a:not([class^="juiz_"]):hover:after,
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content li > a:not([class^="juiz_"]):hover:after {
  opacity: 1;
  height: 120%;
  width: 105%;
  bottom: -3px;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content ul {
  margin: 20px 0;
  padding-left: 30px;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-content ul li:last-of-type {
  margin-bottom: 0;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-cta {
  margin-top: 30px;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-cta a {
  display: block;
  width: 100%;
}
.lumiere-bloc.bloc-text-image .bloc-text .bloc-text-cta a + a {
  margin-left: 10px;
}
.lumiere-bloc.bloc-text-image .bloc-image {
  position: relative;
  width: 100%;
  border-radius: 60px;
  overflow: hidden;
}
.lumiere-bloc.bloc-text-image .bloc-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.lumiere-bloc.bloc-text-image .bloc-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}
.lumiere-bloc.bloc-kpi .bloc-shape {
  position: absolute;
  z-index: 0;
  left: 70%;
  bottom: -20%;
}
.lumiere-bloc.bloc-kpi .bloc-kpi-content {
  position: relative;
  z-index: 1;
  background-color: #FDF4F4;
  border-radius: 60px;
  width: 100%;
  padding: 80px 30px;
}
.lumiere-bloc.bloc-kpi .bloc-kpi-content .kpi-text {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 30px;
}
.lumiere-bloc.bloc-kpi .bloc-kpi-content .kpi-text .kpi-text-title {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
}
.lumiere-bloc.bloc-kpi .bloc-kpi-content .kpi-text .kpi-text-content {
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
}
.lumiere-bloc.bloc-kpi .bloc-kpi-content .kpi-item {
  margin: 56px 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #000000;
}
.lumiere-bloc.bloc-kpi .bloc-kpi-content .kpi-item .kpi-number .kpi-number-int,
.lumiere-bloc.bloc-kpi .bloc-kpi-content .kpi-item .kpi-number .kpi-number-unit {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
}
.lumiere-bloc.bloc-kpi .bloc-kpi-content .kpi-item .kpi-caption {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-top: 16px;
}
.lumiere-bloc.bloc-grid .bloc-title-content {
  margin: 20px 0 8px 0;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item {
  margin: 24px 0;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container {
  display: flex;
  flex-direction: column;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container .grid-item-cover {
  transition: all 0.5s ease-out;
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container .grid-item-cover a {
  display: block;
  width: 100%;
  height: 100%;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container .grid-item-cover a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.5s ease-out;
  transform: translate3d(-50%, -50%, 0) scale(1);
  transform-origin: center center;
  z-index: 0;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container .grid-item-texts {
  font-family: "Poppins", sans-serif;
  color: #000000;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container .grid-item-texts .grid-item-meta-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #B500CF;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container .grid-item-texts .grid-item-title {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 20px;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container .grid-item-texts .grid-item-title a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  text-decoration: none;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container .grid-item-texts .grid-item-title a:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../../library//images/ui/arrow-up-right-black.svg');
  background-size: contain;
  right: -20px;
  top: 7px;
  transform: rotate(0deg);
  transition: transform 0.25s ease-out;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container .grid-item-texts .grid-item-excerpt {
  font-size: 16px;
  line-height: 24px;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container .grid-item-tax {
  margin-top: 12px;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item .grid-item-container .grid-item-tax a {
  pointer-events: none;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item:hover .grid-item-container .grid-item-cover {
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.3);
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item:hover .grid-item-container .grid-item-cover a img {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item:hover .grid-item-container .grid-item-title a:after {
  transform: rotate(45deg);
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-arcep-item .grid-item-container {
  background-color: #FDF4F4;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-arcep-item .grid-item-container .grid-item-texts .grid-item-meta-month {
  background-color: #FE557D;
  border-radius: 16px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  color: #ffffff;
  text-align: center;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-arcep-item .grid-item-container .grid-item-texts .grid-item-texts-block {
  margin-top: 16px;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-arcep-item .grid-item-container .grid-item-texts .grid-item-texts-block date {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-arcep-item .grid-item-container .grid-item-texts .grid-item-texts-block .grid-item-texts-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-arcep-item .grid-item-container .grid-item-texts .grid-item-texts-block .grid-item-texts-row .item-dsp {
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-arcep-item .grid-item-container .grid-item-texts .grid-item-texts-block .grid-item-texts-row .item-link {
  flex: 0 0 auto;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-arcep-item .grid-item-container .grid-item-texts .grid-item-texts-block .grid-item-texts-row .item-link > a {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #B500CF;
  text-decoration: underline;
  padding-right: 30px;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-arcep-item .grid-item-container .grid-item-texts .grid-item-texts-block .grid-item-texts-row .item-link > a:before {
  content: '';
  position: absolute;
  margin: 0 auto;
  width: 25px;
  height: 20px;
  overflow: hidden;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/form/icon-download.svg');
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-offre-item .grid-item-container {
  background-color: #FDF4F4;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-offre-item .grid-item-container .grid-item-texts .grid-item-texts-block date {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-offre-item .grid-item-container .grid-item-texts .grid-item-texts-block .grid-item-texts-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-offre-item .grid-item-container .grid-item-texts .grid-item-texts-block .grid-item-texts-row .item-dsp {
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-offre-item .grid-item-container .grid-item-texts .grid-item-texts-block .grid-item-texts-row .item-link {
  flex: 0 0 auto;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-offre-item .grid-item-container .grid-item-texts .grid-item-texts-block .grid-item-texts-row .item-link > a {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #B500CF;
  text-decoration: underline;
  padding-right: 30px;
}
.lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item.doc-offre-item .grid-item-container .grid-item-texts .grid-item-texts-block .grid-item-texts-row .item-link > a:before {
  content: '';
  position: absolute;
  margin: 0 auto;
  width: 25px;
  height: 20px;
  overflow: hidden;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/form/icon-download.svg');
}
.lumiere-bloc.bloc-cards {
  padding-top: 0;
}
.lumiere-bloc.bloc-cards .bloc-cards-content {
  position: relative;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .bloc-shape {
  position: absolute;
  z-index: 0;
  left: -25%;
  top: 35%;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item {
  margin: 16px 0;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-cover {
  transition: all 0.5s ease-out;
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-cover:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-cover img {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  z-index: 0;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-cover img.upper_image {
  z-index: 2;
  object-fit: none;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-texts {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 400;
  text-align: center;
  flex: 1 1 auto;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-texts a {
  position: relative;
  z-index: 1;
  color: #B500CF;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-texts a:after {
  content: '';
  position: absolute;
  background: linear-gradient(115deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  height: 1px;
  width: 100%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate3D(-50%, -50%, 0);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-texts a:hover {
  color: #ffffff;
  text-decoration: none;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-texts a:hover:after {
  opacity: 1;
  height: 120%;
  width: 105%;
  bottom: -3px;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-texts .grid-item-title {
  font-size: clamp(24px, 5vw, 36px);
  line-height: clamp(30px, 5vw, 40px);
  font-weight: 700;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-texts .grid-item-subtitle {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-texts .grid-item-excerpt {
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-cta {
  margin-top: 24px;
}
.lumiere-bloc.bloc-cards .bloc-cards-content .grid-item .grid-item-container .grid-item-cta a {
  display: block;
  width: 100%;
}
.lumiere-bloc.bloc-cta-list .lumiere-bloc-cta-list-content > .cta-aligned-center a {
  margin: 0 15px;
}
.lumiere-bloc.bloc-cta-list .lumiere-bloc-cta-list-content > .cta-aligned-left a {
  margin: 0 30px 0 0;
}
.lumiere-bloc.bloc-cta-list .lumiere-bloc-cta-list-content > .cta-aligned-right a {
  margin: 0 0 0 30px;
}
.lumiere-bloc.bloc-notice .bloc-notice-content {
  background-color: #FDF4F4;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}
.lumiere-bloc.bloc-notice .bloc-notice-content .bloc-notice-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
}
.lumiere-bloc.bloc-notice .bloc-notice-content .bloc-notice-title:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../../library//images/ui/icon-i.svg');
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 2px;
}
.lumiere-bloc.bloc-notice .bloc-notice-content .bloc-notice-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 20px 0;
}
.lumiere-bloc.bloc-notice .bloc-notice-content .bloc-notice-cta a {
  margin: 0 10px;
}
.lumiere-bloc.bloc-calendar-grid .bloc-text-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: clamp(28px, 5vw, 36px);
  line-height: clamp(32px, 5vw, 40px);
}
.lumiere-bloc.bloc-calendar-grid .bloc-text-content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 20px 0;
  text-align: center;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content label {
  display: inline-block;
  width: auto;
  color: #344054;
  margin-right: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container {
  width: auto;
  min-width: 120px;
  height: 50px;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container .select2-selection {
  width: 100%;
  height: 50px;
  padding: 0 40px 0 16px;
  background-color: #ffffff;
  border: 1px solid #383C4C;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #383C4C;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  outline: none;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container .select2-selection .select2-selection__rendered {
  line-height: 50px;
  font-size: 14px;
  color: #383C4C;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #383C4C;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container .select2-selection .select2-selection__arrow {
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container .select2-selection .select2-selection__arrow b {
  font-size: 0;
  border: none !important;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/chevron-down-grey-900.svg');
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container .select2-selection.select2-selection--multiple .select2-selection__clear {
  margin: 0;
  padding: 0;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: transparent;
  border: none;
  color: black;
  font-weight: 400;
  border-radius: 50px;
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
  padding: 0 10px 0 10px;
  height: 50px;
  line-height: 50px;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container .select2-selection[aria-disabled=true] {
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container.select2-container--disabled {
  opacity: 0.5;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container.light-theme .select2-selection {
  width: 100%;
  height: 50px;
  padding: 0 40px 0 25px;
  border: 1px solid #ffffff;
  background: #ffffff !important;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  outline: none;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container.wc-select-transparent .select2-selection {
  background-color: transparent;
  background-image: none !important;
  border: 1px solid #B500CF;
  font-size: 13px;
  color: #ffffff;
}
.lumiere-bloc.bloc-filters .lumiere-bloc-filters-content .select2-container.wc-select-transparent .select2-selection .select2-selection__arrow b {
  border-top-color: #B500CF;
}
.lumiere-bloc.bloc-newsletter .lumiere-bloc-newsletter-content .newsletter-form-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
  margin-bottom: 24px;
}
.lumiere-bloc.bloc-newsletter .lumiere-bloc-newsletter-content .newsletter-form-text-cgu {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #667085;
  margin-top: 24px;
}
.lumiere-bloc.bloc-newsletter .lumiere-bloc-newsletter-content .newsletter-form-text-cgu > p {
  margin: 0;
}
.lumiere-bloc.bloc-newsletter .lumiere-bloc-newsletter-content .newsletter-form-text-cgu a {
  color: #667085;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
.lumiere-bloc.bloc-newsletter .lumiere-bloc-newsletter-content .newsletter-form-text-cgu a:hover,
.lumiere-bloc.bloc-newsletter .lumiere-bloc-newsletter-content .newsletter-form-text-cgu a:focus {
  color: #B500CF;
}
.select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
  transform: rotate(180deg);
}
.select2-container.select2-container--open .select2-dropdown {
  overflow: hidden !important;
  border-radius: 8px !important;
  z-index: 10000;
}
.select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 14px;
  margin-bottom: 0;
  padding: 15px 25px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #FDF4F4;
  color: #000000;
}
.select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  cursor: pointer;
  background-color: #FDF4F4;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .lumiere-bloc.marge-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lumiere-bloc.bloc-text-title-cta .bloc-text {
    padding: 0 40px;
  }
  .home .lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item:last-of-type,
  .single .lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item:last-of-type {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .lumiere-bloc.marge-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lumiere-bloc.bloc-hero .bloc-shape {
    display: block;
  }
  .lumiere-bloc.bloc-hero .hero-container .hero-video-container,
  .lumiere-bloc.bloc-hero .hero-container .hero-video-fallback,
  .lumiere-bloc.bloc-hero .hero-container .hero-image-container {
    height: 400px;
  }
  .lumiere-bloc.bloc-hero .hero-container .hero-video-fallback {
    display: none;
  }
  .lumiere-bloc.bloc-hero .hero-container .hero-text-container {
    position: absolute;
    bottom: -80px;
    transform: none;
  }
  .lumiere-bloc.bloc-hero .hero-container .hero-text-container .hero-text-content {
    padding: 50px 80px 50px 80px;
  }
  .lumiere-bloc.bloc-hero.big .hero-container .hero-image-container,
  .lumiere-bloc.bloc-hero.big .hero-container .hero-video-container,
  .lumiere-bloc.bloc-hero.big .hero-container .hero-video-fallback {
    height: 740px;
  }
  .lumiere-bloc.bloc-hero.with-text {
    padding-bottom: calc(32px + 80px);
    margin-bottom: 0;
  }
  .lumiere-bloc.bloc-text-image .bloc-shape {
    display: block;
  }
  .lumiere-bloc.bloc-text-image .bloc-text {
    margin-top: 0;
    padding-left: 65px;
  }
  .lumiere-bloc.bloc-text-image .bloc-text .bloc-text-cta a {
    display: inline-block;
    width: auto;
  }
  .lumiere-bloc.bloc-text-image .image-align-left .bloc-shape,
  .lumiere-bloc.bloc-text-image .image-align-right .bloc-shape {
    display: block;
  }
  .lumiere-bloc.bloc-text-image .image-align-right .bloc-text {
    padding-left: 0;
    padding-right: 65px;
  }
  .lumiere-bloc.bloc-kpi .bloc-kpi-content {
    padding: 80px;
  }
  .lumiere-bloc.bloc-kpi .bloc-kpi-content .kpi-item {
    margin: 0;
  }
  .lumiere-bloc.bloc-cards .bloc-cards-content .grid-item {
    margin: 32px 0;
  }
  .lumiere-bloc.bloc-text-title-cta .bloc-text {
    padding: 0 60px;
  }
  .lumiere-bloc.bloc-text-title-cta .bloc-text .bloc-text-cta {
    padding: 40px 0 20px 0;
  }
  .lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-center .bloc-text-cta {
    text-align: center;
  }
  .lumiere-bloc.bloc-text-title-cta .bloc-text.bloc-aligned-center .bloc-text-cta a {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 0 15px;
  }
  .home .lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item:last-of-type,
  .single .lumiere-bloc.bloc-grid .bloc-grid-content .grid-items .grid-item:last-of-type {
    display: block;
  }
}
/******************************************************************
Site Name: TDF
Author: Florent DESMIS

******************************************************************/
/*********************
NF FORM - STANDARD FORM
*********************/
.nf-form-cont {
  margin-bottom: 60px;
}
.nf-form-cont .nf-form-wrap {
  position: relative;
}
.nf-form-cont .nf-form-wrap .nf-response-msg {
  position: absolute;
  bottom: -70px;
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #59e688;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content .nf-form-fields-required {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-after-form-content .nf-form-errors {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 15px 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #e66559;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content {
  /* max-width: 100%;
         border: 1px solid red;*/
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.hr-container {
  margin-top: 5px;
  margin-bottom: 5px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.hr-container .field-wrap.field-wrap .nf-field-element hr {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.hr-container .field-wrap.field-wrap .nf-field-element:before {
  content: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.html-container .field-wrap.field-wrap .nf-field-element p {
  margin: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-after-field {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.submit-container {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.is-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-element::placeholder {
  font-family: "Poppins", sans-serif;
  color: rgba(52, 64, 84, 0.5);
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-label {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-label label,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-label .nf-label-span {
  position: relative;
  display: inline-block;
  width: auto;
  font-family: "Poppins", sans-serif;
  color: #344054;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
  padding-right: 20px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-label label .ninja-forms-req-symbol,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-label .nf-label-span .ninja-forms-req-symbol {
  font-size: 100%;
  top: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  color: #344054;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-label label .nf-help,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-label .nf-label-span .nf-help {
  position: absolute;
  right: 0;
  top: 4px;
  background: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-label label .nf-help:before,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-label .nf-label-span .nf-help:before {
  content: '';
  position: absolute;
  margin: 0 auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/form/form-help-primary.svg');
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="email"],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="text"],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="password"],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="tel"],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="number"],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 45px;
  padding: 0 32px 0 16px;
  background-color: transparent;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #344054;
  font-family: "Poppins", sans-serif;
  background-image: none;
  text-align: left;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="email"]:disabled,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="text"]:disabled,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="password"]:disabled,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="tel"]:disabled,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="number"]:disabled,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element textarea:disabled {
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="email"]:focus,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="text"]:focus,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="password"]:focus,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="tel"]:focus,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element input[type="number"]:focus,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element textarea:focus {
  border-color: #667085;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element textarea {
  height: 150px;
  background-color: #ffffff;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element select {
  width: 100%;
  height: 45px;
  padding: 0 32px 0 16px;
  background-color: transparent;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #344054;
  font-family: "Poppins", sans-serif;
  background-image: none;
  text-align: left;
  transition: border-color 0.2s ease-in-out;
  outline: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element select option {
  color: #344054;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element select option:hover,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap .nf-field-element select option:focus {
  background-color: #FDF4F4;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap {
  min-height: 40px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-label {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 40px !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-label label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
  white-space: initial;
  visibility: visible;
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-label label .ninja-forms-req-symbol {
  color: #e66559;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-element {
  flex: 1 1 auto;
  width: auto;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-element:before {
  content: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-element ul li {
  display: inline-block;
  position: relative;
  margin-right: 30px !important;
  margin-bottom: 0 !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-element ul li label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-element ul li input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  z-index: -9999;
  visibility: hidden;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-element ul li input[type="checkbox"] + label {
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
  line-height: 35px;
  margin-left: 5px !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-element ul li input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #000000;
  background-color: #ffffff;
  opacity: 1;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-element ul li input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  margin-top: 5px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: none;
  background-color: transparent;
  z-index: 2;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-element ul li input[type="checkbox"]:checked + label:before {
  background-color: #ffffff !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap .nf-field-element ul li input[type="checkbox"]:checked + label:after {
  background: #B500CF !important;
  transition: all 0.25s ease-in;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap.nf-fail .nf-field-element .ninja-forms-field,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap.nf-pass .nf-field-element .ninja-forms-field {
  border-color: transparent !important;
  padding: 0 40px 0 25px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap.nf-fail .nf-field-element:after,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listcheckbox-wrap.nf-pass .nf-field-element:after {
  top: 15px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap {
  height: auto;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-label {
  width: 30px;
  padding-top: 20px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-element {
  display: inline-block;
  position: initial;
  margin-right: 5px !important;
  width: 20px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-element:before {
  content: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-element label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-element input[type="checkbox"] {
  width: 20px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-description {
  width: calc(100% - 60px);
  color: #344054;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-description a {
  position: relative;
  z-index: 1;
  color: #B500CF;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-description a:after {
  content: '';
  position: absolute;
  background: linear-gradient(115deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  height: 1px;
  width: 100%;
  left: 50%;
  top: 100%;
  opacity: 1;
  transform: translate3D(-50%, -50%, 0);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-description a:hover {
  color: #ffffff;
  text-decoration: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-description a:hover:after {
  opacity: 1;
  top: 50%;
  height: 120%;
  width: 105%;
  bottom: -3px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap.nf-fail .nf-field-element:after,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap.nf-pass .nf-field-element:after {
  top: 12px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listselect-wrap .nf-field-element div {
  top: 3px;
  display: block;
  position: absolute;
  right: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  pointer-events: none;
  font-size: 0;
  background-color: #ffffff;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listselect-wrap .nf-field-element div:after {
  content: "";
  background-image: url('../../library//images/ui/chevron-down.svg');
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.textarea-wrap.nf-fail .nf-field-element .ninja-forms-field {
  border-color: #000000 !important;
  padding-top: 15px !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.textarea-wrap.nf-fail .nf-field-element:after {
  top: 15px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.textarea-wrap.nf-fail .nf-field-element .ninja-forms-field {
  border-color: #e66559 !important;
  padding-top: 15px !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.textarea-wrap.nf-fail .nf-field-element:after {
  top: 15px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.html-wrap .nf-field-element {
  text-align: left;
  font-size: 18px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element:before {
  content: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button {
  position: relative;
  cursor: pointer;
  display: table;
  width: auto;
  height: 40px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 0;
  text-align: left;
  transition: all 0.3s;
  padding-left: 30px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button span {
  color: #B500CF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button:focus {
  box-shadow: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-fileinput-button:before {
  content: '';
  position: absolute;
  margin: 0 auto;
  width: 25px;
  height: 20px;
  overflow: hidden;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/form/icon-upload.svg');
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-progress {
  margin-bottom: 0;
  height: 2px;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .nf-fu-progress .nf-fu-progress-bar {
  line-height: 2px;
  background-color: #B500CF;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .files_uploaded {
  display: table;
  margin: 0 auto;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .files_uploaded p {
  font-family: "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap .nf-field-element .files_uploaded p a {
  color: #e66559;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap.nf-fail .nf-field-element .nf-fu-fileinput-button,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap.nf-pass .nf-field-element .nf-fu-fileinput-button {
  padding: 0 40px 0 50px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap.nf-fail .nf-field-element:after,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.file_upload-wrap.nf-pass .nf-field-element:after {
  top: 20px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.submit-wrap {
  margin-top: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element {
  width: 100% !important;
  position: relative;
  display: block !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit'] {
  -webkit-appearance: none;
  outline: none;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 28px;
  background: #B500CF;
  border-radius: 30px;
  text-decoration: none !important;
  border: none !important;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s ease-in;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element input[type='submit']:hover {
  color: #ffffff;
  background-color: #000000;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.nf-fail .nf-field-element .ninja-forms-field {
  border-color: #e66559 !important;
  padding: 0 40px 0 16px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.nf-fail .nf-field-element:after {
  background-color: transparent;
  content: '';
  pointer-events: none;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 23px;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/form/icon-error.svg');
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.nf-pass .nf-field-element .ninja-forms-field {
  border: 1px solid #D0D5DD !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.nf-pass .nf-field-element:after {
  background-color: transparent;
  content: '';
  pointer-events: none;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/form/icon-check.svg');
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.textarea-wrap.nf-fail .nf-field-element:after,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.textarea-wrap.nf-pass .nf-field-element:after {
  top: 30px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listselect-wrap.nf-fail .nf-field-element:after,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listselect-wrap.nf-pass .nf-field-element:after {
  right: 30px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-after-field {
  position: absolute;
  width: 100%;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .nf-after-field .nf-error-wrap .nf-error-msg {
  text-align: left;
  font-size: 12px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.borderless .field-wrap .nf-field-element input[type="email"],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.borderless .field-wrap .nf-field-element input[type="text"],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.borderless .field-wrap .nf-field-element input[type="password"],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.borderless .field-wrap .nf-field-element input[type="tel"],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.borderless .field-wrap .nf-field-element input[type="number"],
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.borderless .field-wrap .nf-field-element textarea {
  border: none;
  padding-left: 0 !important;
  font-weight: 700;
  pointer-events: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.hidden-field {
  display: none;
  opacity: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-title .nf-field .field-wrap .nf-field-element {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #B500CF;
  text-transform: uppercase;
  margin-top: 15px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-title .nf-field .field-wrap .nf-field-element p {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-sub-title .nf-field .field-wrap .nf-field-element {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-sub-title .nf-field .field-wrap .nf-field-element p,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-sub-title .nf-field .field-wrap .nf-field-element span {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-mandatory .nf-field .field-wrap .nf-field-element {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-mandatory .nf-field .field-wrap .nf-field-element p {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-mandatory.spacer {
  margin-top: 50px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-mandatory.centered {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-helper .nf-field .field-wrap .nf-field-element {
  text-decoration: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-helper .nf-field .field-wrap .nf-field-element p {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-helper .nf-field .field-wrap .nf-field-element b,
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-helper .nf-field .field-wrap .nf-field-element strong {
  color: #000000;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-mention .nf-field .field-wrap .nf-field-element {
  text-decoration: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-mention .nf-field .field-wrap .nf-field-element p {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-mention.spacer {
  margin-top: 50px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-description .nf-field .field-wrap .nf-field-element {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #B500CF;
  font-style: italic;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.section-description .nf-field .field-wrap .nf-field-element p {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.repeater-container .nf-add-fieldset {
  width: auto;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  background: #B500CF;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  line-height: inherit;
  padding: 15px 60px 15px 50px;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  border: none;
  /*&:before {
                font-family: 'Florimont-arrows' !important;
                speak: never;
                font-size: 25px;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                content: "\e90b";
                padding: 0 15px 0 10px;
                height: auto;
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                color: @white;
                transform: translateY(-50%);
              }*/
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.repeater-container .nf-remove-fieldset {
  width: auto;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0;
  text-decoration: none;
  outline: none;
  line-height: inherit;
  padding: 15px 20px 35px 20px;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  border: none;
  /*&:before {
                font-family: 'Florimont-arrows' !important;
                speak: never;
                font-size: 25px;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                content: "\e909";
                padding: 0 15px 0 10px;
                height: auto;
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                color: @black;
                transform: translateY(-50%);
              }*/
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.listradio-container.radio-vertical .field-wrap.listradio-wrap {
  height: auto;
  align-items: start;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.listradio-container.radio-vertical .field-wrap.listradio-wrap .nf-field-label {
  width: 100%;
  margin-bottom: 15px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.listradio-container.radio-vertical .field-wrap.listradio-wrap .nf-field-label label {
  position: relative;
  padding-left: 30px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.listradio-container.radio-vertical .field-wrap.listradio-wrap .nf-field-label label:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  color: #B500CF;
  left: 0;
  top: -2px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../../library/images/ui/chevron-primary.svg');
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.listradio-container.radio-vertical .field-wrap.listradio-wrap .nf-field-element ul {
  margin-left: 25px !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.listradio-container.radio-vertical .field-wrap.listradio-wrap .nf-field-element ul li {
  display: block;
}
.form-field-container {
  position: relative;
  width: 100%;
}
.form-field-container .select2-container {
  width: 100% !important;
  height: 40px;
}
.form-field-container .select2-container .select2-selection {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 25px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background-image: none;
  text-align: left;
  transition: border-color 0.2s ease-in-out;
  outline: none;
}
.form-field-container .select2-container .select2-selection .select2-selection__clear {
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: all 0.3s ease-in-out;
}
.form-field-container .select2-container .select2-selection .select2-selection__rendered {
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
}
.form-field-container .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #000000;
}
.form-field-container .select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.form-field-container .select2-container .select2-selection .select2-selection__arrow b {
  transition: transform 0.15s ease-in-out;
  border: none;
  display: block;
  width: 12px;
  height: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('../../library//images/ui/form/select-arrow.svg');
}
.form-field-container .select2-container.select2-container--disabled .select2-selection {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.form-field-container .select2-container.select2-container--disabled .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.form-field-container .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
  transform: rotate(180deg);
}
.form-field-container .select2-container.select2-container--open .select2-dropdown {
  border-radius: 0;
  overflow: hidden;
  z-index: 10000;
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-search {
  position: relative;
  padding: 0;
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-search:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/form/search.svg');
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-search .select2-search__field {
  border: none;
  font-size: 14px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-indent: 15px;
  margin-bottom: 0;
  padding: 15px 50px 15px 25px;
  font-weight: normal;
  font-style: italic;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-search .select2-search__field:focus {
  outline: none !important;
  box-shadow: none;
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options {
  max-height: 250px;
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 14px;
  color: #000000;
  text-indent: 15px;
  margin-bottom: 0;
  padding: 15px 25px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #B500CF;
  color: #ffffff;
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--group {
  height: auto;
  padding: 0 25px;
  background-color: rgba(0, 0, 0, 0.05);
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--group > strong {
  padding: 15px;
  position: relative;
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--group > strong:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: #000000;
  border-radius: 50%;
  background-image: url('../../library//images/icons/list/list-calendar-light.svg');
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--group .select2-results__options--nested {
  margin: 0 -25px;
  background-color: #ffffff;
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--group .select2-results__options--nested .select2-results__option {
  padding: 15px 10px;
}
.form-field-container .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  cursor: pointer;
  background-color: #B500CF;
  color: #ffffff;
}
.jBox-Tooltip .jBox-container {
  max-width: 600px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.jBox-Tooltip .jBox-container img {
  display: block;
  margin: 5px auto 15px auto;
  width: 100%;
  max-width: 250px;
  height: auto;
}
.jBox-Tooltip .jBox-pointer-bottom:after {
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.newsletter-form-container form {
  position: relative;
}
.newsletter-form-container form.load .submit-cell input[type='submit'] {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 60px;
}
.newsletter-form-container form.load .submit-cell > span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: solid 2px;
  border-color: #ffffff transparent transparent transparent;
  border-radius: 100%;
  transition: transform 0.25s linear;
  animation: spin 1s infinite;
  transform-origin: 0 0;
  background-color: #B500CF;
}
@keyframes spin {
  from {
    transform: rotate(0) translate(-50%, -50%);
  }
  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
.newsletter-form-container form .input-cell {
  margin-bottom: 24px;
}
.newsletter-form-container form .input-cell input[type="email"] {
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  border-radius: 30px;
  background-color: transparent !important;
  border: 1px solid #D0D5DD;
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  font-family: "Poppins", sans-serif;
  background-image: none;
  text-align: left;
  transition: border-color 0.5s ease-in-out;
  outline: none !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.newsletter-form-container form .input-cell input[type="email"]:disabled {
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.newsletter-form-container form .input-cell input[type="email"]:focus {
  border-color: #667085 !important;
  background-color: transparent !important;
}
.newsletter-form-container form .input-cell input::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  color: rgba(102, 112, 133, 0.5);
}
.newsletter-form-container form .input-cell.field-error:after {
  background-color: transparent;
  content: '';
  pointer-events: none;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  right: 30px;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/form/icon-error.svg');
}
.newsletter-form-container form .input-cell label.field-error {
  position: absolute;
  left: 15px;
  bottom: -30px;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #e66559;
}
.newsletter-form-container form .input-cell label.field-success {
  position: absolute;
  left: 15px;
  bottom: -30px;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #59e688;
}
.newsletter-form-container form .submit-cell {
  /*position: absolute;
      right: 0;
      top: 0;*/
  width: auto;
  height: 50px !important;
}
.newsletter-form-container form .submit-cell input[type='submit'] {
  -webkit-appearance: none;
  outline: none;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 28px;
  background: #B500CF;
  border-radius: 30px;
  text-decoration: none !important;
  border: none !important;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s ease-in;
}
.newsletter-form-container form .submit-cell input[type='submit']:hover {
  color: #ffffff;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .nf-form-wrap .nf-form-layout .nf-field-container .field-wrap .nf-field-label label {
    font-size: 13px;
  }
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-label {
    width: 0;
  }
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.label-left.numbers .nf-field .field-wrap .nf-field-label {
    width: 50%;
  }
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.label-left.numbers .nf-field .field-wrap .nf-field-element {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap {
    height: 40px;
  }
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.checkbox-wrap .nf-field-label {
    position: absolute;
    left: 0;
  }
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.submit-wrap .nf-field-element {
    margin: 0 auto;
    width: auto;
    display: table;
    /*input[type='button'] {
                      font-size: 17px;
                      padding: 15px 30px;
                    }*/
  }
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.label-left.numbers .nf-field .field-wrap .nf-field-label {
    width: 70%;
  }
  .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.label-left.numbers .nf-field .field-wrap .nf-field-element {
    width: 30%;
  }
  .newsletter-form-container form .input-cell {
    margin-bottom: 0;
  }
  .newsletter-form-container form .submit-cell {
    padding: 0 !important;
  }
}
/***********************************/
/*           UI - MODAL            */
/***********************************/
.close-icon {
  margin: 0;
  padding: 5px;
  width: 33px;
  height: 33px;
  border: 0 solid #000000;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.close-icon div {
  display: block;
  height: 2px;
  position: relative;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 20px;
}
.close-icon div:first-child {
  transform: translate3d(0px, 10px, 0) rotate3d(0, 0, 1, -45deg);
}
.close-icon div:last-child {
  transform: translate3d(0px, 8px, 0) rotate3d(0, 0, 1, 45deg);
}
.close-icon div:before,
.close-icon div:after {
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  transition: background 0.5s ease-in-out;
}
.close-icon div:before {
  background: none repeat scroll 0 0 #000000;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.close-icon div:after {
  background: none repeat scroll 0 0 #000000;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.close-icon:hover div {
  /*&:before {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
      }

      &:after {
        opacity: 1;
        transform: translate3d(0px, 0, 0);
      }*/
}
.close-icon:hover div:before,
.close-icon:hover div:after {
  background-color: #FFED00;
}
.modal-form-overlay,
.modal-form-backdrop {
  display: none;
  z-index: 99999998;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1 !important;
  cursor: zoom-out;
}
.modal-form {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: inherit;
  transform: translate3d(-50%, -50%, 0);
  z-index: 99999999;
  height: auto;
  padding: 40px;
  overflow: hidden;
  max-width: 600px;
  width: 95%;
  background-color: #ffffff;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  border: transparent;
  border-radius: 10px;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
}
.modal-form .close-button-container {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
}
.modal-form .close-button-container .close-text,
.modal-form .close-button-container .close-icon {
  display: inline-block;
  vertical-align: middle;
}
.modal-form .modal-form-title {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  text-align: center;
}
.modal-form .modal-form-content {
  border: none;
  border-radius: 0;
  margin: 20px 0;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
#search-modal .modal-dialog {
  width: 100%;
  max-width: 700px;
}
#search-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  margin-top: 35vh;
}
#search-modal .modal-dialog .modal-content .modal-header {
  border: none;
}
#search-modal .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
#search-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  display: block;
  position: absolute;
  top: -60px;
  right: 20px;
}
#search-modal .modal-dialog .modal-content .modal-header .close span {
  color: #ffffff;
  font-size: 80px;
  text-shadow: none;
}
#search-modal .modal-dialog .modal-content .modal-body #searchform input[type=text] {
  float: left;
  height: 60px;
  width: calc(100% - 120px);
  background: transparent;
  outline: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  padding: 0 20px;
  font-style: italic;
}
#search-modal .modal-dialog .modal-content .modal-body #searchform input[type=submit] {
  float: right;
  width: 120px;
  height: 60px;
  background: #ffffff;
  outline: none;
  border: none;
  color: #B500CF;
  font-weight: 900;
  font-size: 20px;
}
/******************************************************************
Site Name: LUMIERE
Author: Florent DESMIS

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

/*********************
01. GENERAL STYLES
*********************/
body,
html {
  height: auto;
  min-height: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
body *,
html * {
  font-family: "Poppins", sans-serif;
}
body {
  position: relative;
  min-height: 100%;
  font-size: 100%;
  line-height: normal;
  transition: all 0.35s ease-in-out;
}
body .app-wrapper .container {
  width: 100%;
  max-width: 1280px;
}
body.no-scroll,
html.no-scroll {
  overflow: hidden !important;
}
/**
 * HEADER
 */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
header .header-shape {
  display: none;
}
header .inner-header-content .inner-header-logo #logo {
  width: 100%;
  max-width: 190px;
}
header .inner-header-content .inner-header-menu .menu-secondary-container,
header .inner-header-content .inner-header-menu .menu-social {
  display: none !important;
  visibility: hidden;
}
header .inner-header-content .inner-header-menu .menu-container {
  opacity: 0;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav {
  background: none !important;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: -60px;
  background: transparent;
  border-radius: 0;
  height: auto;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-right .mega-toggle-block:after {
  background-image: url('../../library//images/ui/icons/menu-close.svg');
  background-size: 80%;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-left {
  display: none;
  pointer-events: none;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-center {
  display: none;
  pointer-events: none;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-right {
  flex: 0;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box {
  display: none;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:after {
  content: none;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  transition: all 0.25s ease-in-out;
  transform: rotate(-180deg);
  /*top: 5px;
                  left: 15px;*/
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-label {
  display: none;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item {
  display: inline-block;
  margin: 0 2px;
  background-color: transparent !important;
  border: none !important;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item a {
  display: block;
  padding: 10px 16px;
  background-color: #ffffff;
  border-radius: 20px;
  color: #000000;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
  transition: all 0s ease-in-out;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item:hover a {
  background-color: #000000;
  color: #ffffff;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.mega-current_page_item a {
  background-color: #FE557D !important;
  color: #ffffff !important;
  pointer-events: none;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.mega-current_page_item.contact a {
  background-color: #FE557D !important;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.contact a {
  background-color: rgba(0, 0, 0, 0.04) !important;
  padding: 10px 16px 10px 40px;
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.contact a:before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url('../../library//images/ui/contact-icon.png');
  background-size: contain;
  left: 10px;
  top: 50%;
  transition: all 0.25s ease-in-out;
  transform: translateY(-50%);
}
header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.contact:hover a {
  color: #ffffff;
  background-color: #000000 !important;
}
header #menu-trigger-legend {
  position: absolute;
  opacity: 0;
  top: 15px;
  transition: opacity 0.25s ease-in-out;
  transition-delay: 0.1s;
}
header #menu-trigger {
  position: absolute;
  z-index: 1000;
  width: 30px;
  height: 30px;
  right: 15px;
  top: calc(20px + 3px);
  background-color: transparent;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
header #menu-trigger span {
  width: 100%;
  height: 3px;
  background-color: #FE557D;
  display: block;
  margin: 5px auto;
  transition: all 0.25s ease-in-out;
}
header #menu-trigger.is-active {
  transform: rotate(45deg);
}
header #menu-trigger.is-active span {
  background-color: #ffffff;
}
header #menu-trigger.is-active span:nth-child(2) {
  width: 0;
}
header #menu-trigger.is-active span:nth-child(1) {
  transform: translateY(8px);
}
header #menu-trigger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(90deg);
}
header #menu-mobile .inner-header-content .inner-header-menu {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
header.menu-open {
  height: 100dvh;
}
header.menu-open #menu-trigger {
  right: auto;
  left: 50%;
  top: 55px;
  margin-left: -15px;
  z-index: 1001;
}
header.menu-open #menu-trigger-legend {
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 1001;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  opacity: 1;
}
header.menu-open #menu-mobile {
  height: 100vh;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
}
header.menu-open #menu-mobile .inner-header-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(115deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  background-size: 300% 300%;
  transition: background 0.5s linear;
  animation: gradient 5s ease infinite;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-logo {
  display: none;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-logo #logo {
  width: 100%;
  max-width: 230px;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu {
  display: block !important;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-container {
  opacity: 1;
  float: none;
  width: 90%;
  max-width: 340px;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 60px;
  margin: 100px auto 24px auto;
  padding: 32px 40px;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-container .menu-container-logo {
  width: 100%;
  margin: 0 auto 30px auto;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav {
  height: auto;
  width: 100%;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav {
  position: relative;
  transition: none;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  visibility: visible;
  background-color: transparent;
  overflow: hidden;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item {
  display: block;
  margin: 8px 0;
  background-color: transparent !important;
  border: none !important;
  /*&:hover{

                    a{
                      background-color: @header-menu-item-active-bgcolor;
                      color: @header-menu-item-active-color;
                    }

                  }

                  &.mega-current_page_item{
                    a{
                      background-color: @header-menu-item-active-bgcolor;
                      color: @header-menu-item-active-color;
                      pointer-events: none;
                    }
                  }*/
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item a {
  display: block;
  padding: 10px 16px;
  background-color: #ffffff;
  border-radius: 20px;
  color: #000000;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.mega-current_page_item a {
  background-color: #FE557D;
  color: #ffffff;
  pointer-events: none;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.contact:hover a {
  color: #ffffff;
  background-color: #000000 !important;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-secondary-container {
  display: block !important;
  visibility: visible;
  width: 90%;
  margin: 0 auto;
  max-width: 340px;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-secondary-container .menu {
  display: table;
  margin: 0 auto;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-secondary-container .menu li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-secondary-container .menu li a {
  position: relative;
  display: block;
  padding: 0 7px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-secondary-container .menu li a:after {
  content: none;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-secondary-container .menu li a:before {
  content: "/";
  position: absolute;
  top: 0;
  right: -5px;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-secondary-container .menu li a:hover {
  cursor: pointer;
  color: #646774;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-secondary-container .menu li:first-of-type a {
  padding-left: 0;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-secondary-container .menu li:last-of-type a {
  padding-right: 0;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-secondary-container .menu li:last-of-type a:before {
  content: none;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-social {
  display: block !important;
  visibility: visible;
  width: 90%;
  margin: 32px auto;
  max-width: 340px;
}
header.menu-open #menu-mobile .inner-header-content .inner-header-menu .menu-social ul {
  display: table;
  margin: 0 auto;
}
/**
 * FOOTER
 */
footer {
  /* background: linear-gradient(115deg, @accent-primary 8%, @accent-tertiary 40%, @accent-secondary 100%);
  background-size: 300% 300%;
  transition: background @appear-transition-time linear;
  animation:  gradient 10s ease infinite;*/
}
footer.footer {
  padding-top: 40px;
}
footer.footer #inner-footer .pre-footer-container {
  background-color: transparent;
}
footer.footer #inner-footer .pre-footer-container .pre-footer-content {
  position: relative;
}
footer.footer #inner-footer .pre-footer-container .pre-footer-content .pre-footer-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: clamp(28px, 5vw, 32px);
  line-height: clamp(32px, 5vw, 36px);
}
footer.footer #inner-footer .pre-footer-container .pre-footer-content .pre-footer-cta a {
  display: block;
  width: 100%;
  margin-top: 24px;
}
footer.footer #inner-footer .footer-container {
  margin-top: 40px;
}
footer.footer #inner-footer .footer-container .container:before {
  display: block;
  content: "";
  position: relative;
  height: 1px;
  width: calc(100% + 0px);
  left: 0;
  margin-bottom: 40px;
  background: #E4E4E7;
}
footer.footer #inner-footer .footer-container .footer-area.footer-about-area {
  text-align: center;
  color: #000000;
  font-family: "Poppins", sans-serif;
  max-width: 450px;
  margin: 0 auto;
}
footer.footer #inner-footer .footer-container .footer-area.footer-about-area .footer-area-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
footer.footer #inner-footer .footer-container .footer-area.footer-about-area .footer-area-text {
  color: #646774;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area {
  overflow: hidden;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container {
  margin-bottom: 30px;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu {
  margin: 0;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li {
  /*display: table;
                  width: auto;
                  margin: 0 auto;*/
  background-color: transparent !important;
  border: none !important;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li a {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 10px 16px 10px 0;
  color: #B500CF;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../../library//images/ui/arrow-up-right-primary.svg');
  background-size: contain;
  right: -15px;
  top: 50%;
  opacity: 1;
  transition: all 0.25s ease-in-out;
  transform: translateY(-50%) rotate(0deg);
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #B500CF;
  padding-right: 20px;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li a:hover:after {
  right: 0;
  opacity: 1;
  background-image: url('../../library//images/ui/arrow-up-right-primary.svg');
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li .sub-menu li {
  display: table;
  width: auto;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li .sub-menu li a {
  position: relative;
  text-transform: none;
  display: block;
  padding: 5px 0;
  color: #000000;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li .sub-menu li a:after {
  content: none;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li .sub-menu li a:hover,
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li .sub-menu li a:focus {
  color: #B500CF;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container.menu-light {
  display: table;
  margin: 32px auto 0 auto;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container.menu-light .menu li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container.menu-light .menu li a {
  position: relative;
  display: block;
  padding: 0 10px;
  color: #646774;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container.menu-light .menu li a:after {
  content: none;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container.menu-light .menu li a:before {
  content: "/";
  position: absolute;
  top: 0;
  right: -5px;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container.menu-light .menu li a:hover {
  cursor: pointer;
  color: #646774;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container.menu-light .menu li:last-of-type a:before {
  content: none;
}
footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container.primary-links-only .menu li {
  display: block;
}
footer.footer #inner-footer .footer-container .footer-area.footer-social-area {
  margin-top: 32px;
}
footer.footer #inner-footer .footer-container .footer-area.footer-social-area .inline-list {
  display: table;
  margin: 0 auto 32px auto;
}
footer.footer #inner-footer .footer-container .footer-area.footer-social-area .inline-list .social-network a {
  margin: 0 14px;
}
footer.footer #inner-footer .footer-container .widget-menu-container .widget-menu .widget-content .menu li a {
  display: inline-block;
  position: relative;
  color: #000000;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: all 0.25s ease-in-out;
}
footer.footer #inner-footer .footer-container .widget-menu-container .widget-menu .widget-content .menu li a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #B500CF;
}
footer.footer #inner-footer .footer-container .widget-menu-container .widget-menu .widget-content .menu li .sub-menu li a {
  font-weight: 400;
  font-size: 15px;
  text-transform: initial;
  margin-bottom: 5px;
}
footer.footer #inner-footer .footer-container .widget-menu-container .widget-menu .widget-content .menu li .sub-menu li a:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
}
footer.footer #inner-footer .footer-container .widget-menu-container .widget-menu .widget-content .menu li .sub-menu li a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}
footer.footer #inner-footer .footer-container .widget-menu-container .widget-menu .widget-content .menu li .sub-menu li a:hover:after {
  width: 100%;
}
footer.footer #inner-footer .post-footer-container {
  background-color: #FDF4F4;
  padding-top: 25px;
  padding-bottom: 25px;
}
footer.footer #inner-footer .post-footer-container .footer-links-container {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
footer.footer #inner-footer .post-footer-container .footer-links-container .menu {
  width: 100%;
  margin: 0;
  text-align: center;
  display: block;
}
footer.footer #inner-footer .post-footer-container .footer-links-container .menu li {
  display: inline-block;
  /*&:last-of-type{
                a{
                  border: none;
                }
              }*/
}
footer.footer #inner-footer .post-footer-container .footer-links-container a {
  color: #000000;
  padding: 0 15px;
  transition: all 0.25s ease-in-out;
  border-right: 1px solid #000000;
  height: auto;
  line-height: initial;
  text-decoration: none;
}
footer.footer #inner-footer .post-footer-container .footer-links-container a:hover {
  color: #B500CF;
}
footer.footer #inner-footer .post-footer-container .footer-links-container .copyright {
  display: block;
  padding: 0 15px;
}
.page-template-page-form .header-shape {
  display: none;
  position: absolute;
  right: -10vw;
  top: -50px;
  z-index: 0;
}
.single-post #inner-content article.post-container .post-hero .bloc-hero {
  padding-top: 32px;
}
.single-post #inner-content article.post-container .post-content-meta {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post #inner-content article.post-container .post-content-meta .button-text {
  display: table;
  margin: 0 auto 24px auto;
}
.single-post #inner-content article.post-container .post-content-meta .post-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  color: #B500CF;
  margin-right: 8px;
}
.single-post #inner-content article.post-container .post-content-meta .post-tax {
  display: inline-block;
  vertical-align: middle;
}
.single-post #inner-content article.post-container .post-content-meta .post-tax .tag-item {
  margin-top: 4px;
  margin-bottom: 4px;
}
.single-post #inner-content article.post-container .post-content-meta .post-tax .tag-item:last-of-type {
  margin-right: 0;
}
.single-post #inner-content article.post-container .post-content-meta .post-tax .tag-item a {
  pointer-events: none;
}
.single-post #inner-content article.post-container .post-content .post-title {
  margin: 30px 0 16px 0;
}
.single-post #inner-content article.post-container .post-content .post-title h1 {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: clamp(36px, 5vw, 48px);
  line-height: clamp(40px, 5vw, 52px);
  margin: 0;
  padding: 0;
}
.single-post #inner-content article.post-container .post-content .post-text {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
.single-post #inner-content article.post-container .post-content .post-text h2,
.single-post #inner-content article.post-container .post-content .post-text h3,
.single-post #inner-content article.post-container .post-content .post-text h4,
.single-post #inner-content article.post-container .post-content .post-text h5,
.single-post #inner-content article.post-container .post-content .post-text h6 {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: clamp(22px, 5vw, 36px);
  line-height: clamp(28px, 5vw, 40px);
  margin: 0;
  padding: 0;
}
.single-post #inner-content article.post-container .post-content .post-text p > a:not([class^="button-"]),
.single-post #inner-content article.post-container .post-content .post-text li > a:not([class^="button-"]),
.single-post #inner-content article.post-container .post-content .post-text p > a:not([class^="juiz_"]),
.single-post #inner-content article.post-container .post-content .post-text li > a:not([class^="juiz_"]) {
  position: relative;
  z-index: 1;
  color: #B500CF;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
}
.single-post #inner-content article.post-container .post-content .post-text p > a:not([class^="button-"]):after,
.single-post #inner-content article.post-container .post-content .post-text li > a:not([class^="button-"]):after,
.single-post #inner-content article.post-container .post-content .post-text p > a:not([class^="juiz_"]):after,
.single-post #inner-content article.post-container .post-content .post-text li > a:not([class^="juiz_"]):after {
  content: '';
  position: absolute;
  background: linear-gradient(115deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  height: 1px;
  width: 100%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate3D(-50%, -50%, 0);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.single-post #inner-content article.post-container .post-content .post-text p > a:not([class^="button-"]):hover,
.single-post #inner-content article.post-container .post-content .post-text li > a:not([class^="button-"]):hover,
.single-post #inner-content article.post-container .post-content .post-text p > a:not([class^="juiz_"]):hover,
.single-post #inner-content article.post-container .post-content .post-text li > a:not([class^="juiz_"]):hover {
  color: #ffffff;
  text-decoration: none;
}
.single-post #inner-content article.post-container .post-content .post-text p > a:not([class^="button-"]):hover:after,
.single-post #inner-content article.post-container .post-content .post-text li > a:not([class^="button-"]):hover:after,
.single-post #inner-content article.post-container .post-content .post-text p > a:not([class^="juiz_"]):hover:after,
.single-post #inner-content article.post-container .post-content .post-text li > a:not([class^="juiz_"]):hover:after {
  opacity: 1;
  height: 120%;
  width: 105%;
  bottom: -3px;
}
.single-post #inner-content article.post-container .post-content .post-text b,
.single-post #inner-content article.post-container .post-content .post-text strong {
  font-weight: 700;
}
.single-post #inner-content article.post-container .post-content .post-text ul {
  margin: 20px 0;
  padding-left: 30px;
}
.single-post #inner-content article.post-container .post-content .post-text ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.single-post #inner-content article.post-container .post-content .post-text ul li:last-of-type {
  margin-bottom: 0;
}
.single-post #inner-content article.post-container .post-content .post-text blockquote {
  background-color: #FDF4F4;
  border-radius: 20px;
  width: 100%;
  padding: 40px;
  margin: 1em 0;
}
.single-post #inner-content article.post-container .post-content .post-text blockquote > * {
  margin: 0;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}
.single-post #inner-content article.post-container .post-content .post-text figure.wp-block-image {
  position: relative;
  width: 100%;
  border-radius: 60px;
  height: 400px;
  overflow: hidden;
  margin: 48px 0;
}
.single-post #inner-content article.post-container .post-content .post-text figure.wp-block-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}
.single-post #inner-content article.post-container .post-content .post-text figure.wp-block-video {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 48px 0;
}
.single-post #inner-content article.post-container .post-content .post-text figure.wp-block-embed.is-type-video {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 48px 0;
}
.single-post #inner-content article.post-container .post-content .post-text figure.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.single-post #inner-content article.post-container .post-content .post-text figure.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-post #inner-content article.post-container .post-content .post-text .bloc-cta-list a {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.single-post #inner-content article.post-container .post-content .post-text .bloc-cta-list a:last-of-type {
  margin-bottom: 0;
}
.page-template-default #content,
.page-template-page-form #content,
.single-post #content,
.page-template-page-transversal #content {
  margin-top: 65px;
}
.page-template-page-transversal #inner-content .post-container .post-hero .bloc-hero {
  padding-top: 32px;
  padding-bottom: 0;
}
.page-template-page-transversal #inner-content .post-container .post-hero .bloc-hero .hero-container .hero-text-container {
  margin-bottom: -60px;
}
.page-template-page-transversal #inner-content .post-container .post-content {
  margin: 0 auto 60px auto;
  padding: 0 20px;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text h2,
.page-template-page-transversal #inner-content .post-container .post-content .post-text h3,
.page-template-page-transversal #inner-content .post-container .post-content .post-text h4,
.page-template-page-transversal #inner-content .post-container .post-content .post-text h5,
.page-template-page-transversal #inner-content .post-container .post-content .post-text h6 {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: clamp(22px, 5vw, 36px);
  line-height: clamp(28px, 5vw, 40px);
  margin: 30px 0;
  padding: 0;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text p > a:not([class^="button-"]),
.page-template-page-transversal #inner-content .post-container .post-content .post-text li > a:not([class^="button-"]),
.page-template-page-transversal #inner-content .post-container .post-content .post-text p > a:not([class^="juiz_"]),
.page-template-page-transversal #inner-content .post-container .post-content .post-text li > a:not([class^="juiz_"]) {
  position: relative;
  z-index: 1;
  color: #B500CF;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text p > a:not([class^="button-"]):after,
.page-template-page-transversal #inner-content .post-container .post-content .post-text li > a:not([class^="button-"]):after,
.page-template-page-transversal #inner-content .post-container .post-content .post-text p > a:not([class^="juiz_"]):after,
.page-template-page-transversal #inner-content .post-container .post-content .post-text li > a:not([class^="juiz_"]):after {
  content: '';
  position: absolute;
  background: linear-gradient(115deg, #B500CF 8%, #FE557D 40%, #FFED00 100%);
  height: 1px;
  width: 100%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate3D(-50%, -50%, 0);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text p > a:not([class^="button-"]):hover,
.page-template-page-transversal #inner-content .post-container .post-content .post-text li > a:not([class^="button-"]):hover,
.page-template-page-transversal #inner-content .post-container .post-content .post-text p > a:not([class^="juiz_"]):hover,
.page-template-page-transversal #inner-content .post-container .post-content .post-text li > a:not([class^="juiz_"]):hover {
  color: #ffffff;
  text-decoration: none;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text p > a:not([class^="button-"]):hover:after,
.page-template-page-transversal #inner-content .post-container .post-content .post-text li > a:not([class^="button-"]):hover:after,
.page-template-page-transversal #inner-content .post-container .post-content .post-text p > a:not([class^="juiz_"]):hover:after,
.page-template-page-transversal #inner-content .post-container .post-content .post-text li > a:not([class^="juiz_"]):hover:after {
  opacity: 1;
  height: 120%;
  width: 105%;
  bottom: -3px;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text b,
.page-template-page-transversal #inner-content .post-container .post-content .post-text strong {
  font-weight: 700;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text ul {
  margin: 20px 0;
  padding-left: 30px;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text ul li:last-of-type {
  margin-bottom: 0;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text blockquote {
  background-color: #FDF4F4;
  border-radius: 20px;
  width: 100%;
  padding: 40px;
  margin: 1em 0;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text blockquote > * {
  margin: 0;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text figure.wp-block-image {
  position: relative;
  width: 100%;
  border-radius: 60px;
  height: 400px;
  overflow: hidden;
  margin: 48px 0;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text figure.wp-block-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text figure.wp-block-video {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 48px 0;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text figure.wp-block-embed.is-type-video {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 48px 0;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text figure.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.page-template-page-transversal #inner-content .post-container .post-content .post-text figure.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*********************
10. 404
*********************/
.error404 {
  overflow: hidden;
}
.error404 header,
.error404 footer {
  display: none;
}
.error404 .img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.error404 .img-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1vw solid white;
}
.error404 .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: blur(20px);
}
.error404 #content {
  padding-top: 0 !important;
  height: 100vh;
  overflow: hidden;
  margin: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.error404 #content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.error404 .error-404-main {
  position: relative;
  z-index: 2;
  height: 100%;
}
.error404 .error-404-main .content-404 {
  text-align: center;
  height: 100vh;
}
.error404 .error-404-main .content-404 h1 {
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 150px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: center;
}
.error404 .error-404-main .content-404 h2 {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 50px;
}
.error404 .error-404-main .content-404 h2.type-effect {
  animation: type 0.5s alternate infinite;
}
.error404 .error-404-main .content-404 .logo-404 {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.error404 .error-404-main .content-404 .cta-404 {
  display: table;
  margin: 50px auto;
}
@media only screen and (min-width: 768px) {
  /**
 * HEADER
 */
  header {
    height: 95px;
  }
  header #inner-header .pre-header .inner-header-logo img {
    width: 111px;
  }
  header #inner-header .header-navigation .inner-header-menu .menu-container .mega-menu-wrap .mega-menu-toggle.mega-menu-open + #mega-menu-main-nav {
    height: calc(100vh - 70px);
  }
  /**
 * FOOTER
 */
  footer.footer #inner-footer .pre-footer-container .pre-footer-content .pre-footer-cta a {
    display: inline-block;
    width: auto;
    margin-top: 0;
  }
  .single-post #inner-content article.post-container .post-content-meta .button-text {
    display: inline-block;
    margin: 0;
  }
  .single-post #inner-content article.post-container .post-content .post-text .bloc-cta-list a {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  /**
 * HEADER
 */
  header {
    height: auto;
    position: relative;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    background: #ffffff;
  }
  header .inner-header-content .inner-header-logo #logo {
    width: 100%;
    max-width: 180px;
  }
  header .inner-header-content .inner-header-menu .menu-container {
    float: right;
    opacity: 1;
  }
  header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle {
    display: none;
  }
  header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item {
    display: inline-block;
    margin: 0 2px;
    background-color: transparent !important;
    border: none !important;
  }
  header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item a {
    display: block;
    padding: 10px 16px;
    background-color: transparent;
    border-radius: 20px;
    color: #000000;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 22px;
  }
  header #menu-trigger {
    display: none;
  }
  /**
 * FOOTER
 */
  footer.footer #inner-footer .footer-container .footer-area.footer-about-area {
    text-align: left;
  }
  footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li {
    display: inline-block;
    margin: 0 2px;
  }
  footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li a {
    font-size: 14px;
    line-height: 22px;
  }
  footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container.menu-light {
    display: inline-block;
    margin: 0;
  }
  footer.footer #inner-footer .footer-container .footer-area.footer-social-area .inline-list {
    display: block;
    margin: 0;
  }
  footer.footer #inner-footer .footer-container .footer-area.footer-social-area .inline-list .social-network a {
    margin: 0 25px 0 0;
  }
  /**
 * PAGES
 */
  .page-template-default #content,
  .page-template-page-form #content,
  .single-post #content,
  .page-template-page-transversal #content {
    margin-top: 0;
  }
  .single-post #inner-content article.post-container .post-hero .bloc-hero {
    padding-top: 0;
  }
  .page-template-page-transversal #inner-content .post-container .post-hero .bloc-hero {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .page-template-page-transversal #inner-content .post-container .post-hero .bloc-hero .hero-container .hero-text-container {
    margin-bottom: 0;
  }
  .page-template-page-transversal #inner-content .post-container .post-content {
    margin: 100px auto 60px auto;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  /**
 * HEADER
 */
  header .inner-header-content .inner-header-logo #logo {
    width: 100%;
    max-width: 230px;
  }
  header .inner-header-content .inner-header-menu .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item a {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 22px;
  }
  /**
 * FOOTER
 */
  footer.footer #inner-footer .footer-container .footer-area.footer-menu-area .footer-menu-container .menu li a {
    font-size: 16px;
    line-height: 24px;
  }
}
/*# sourceMappingURL=style.css.map */