/******************************************************************
Site Name: Emocio ETSE
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;
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../../library/fonts/Quicksand/quicksand-v37-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../../library/fonts/Quicksand/quicksand-v37-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../../library/fonts/Quicksand/quicksand-v37-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../../library/fonts/Montserrat/montserrat-v31-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../../library/fonts/Montserrat/montserrat-v31-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/******************************************************************
Site Name: Emocio ETSE
Author: Florent DESMIS

******************************************************************/
/*@app-max-width: 1200px;
@app-max-width-large: 1440px;
@app-max-width-extra-large: 1600px;*/
/**
  COLOR DEFINITIONS
 */
/**
*
  ANIMATION DURATION DEFINITIONS
*/
/**
*
*
  TEXT DEFINITIONS
*
*/
@keyframes type {
  from {
    box-shadow: inset -4px 0 0 #F8F8F3;
  }
  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%;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * CRANVAN BUTTON
 */
.emocio-button-primary {
  position: relative;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 60px;
  padding: 15px 45px 15px 30px;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  background: #444BF3;
  border: 1px solid #444BF3;
  color: #ffffff !important;
}
.emocio-button-primary:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/arrow-diagonal-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s linear;
}
.emocio-button-primary:hover,
.emocio-button-primary:focus {
  background: #272FF1;
  border: 1px solid #272FF1;
  outline: none !important;
}
.emocio-button-primary:active {
  background: #062301;
  border: 1px solid #062301;
  color: #E6E7FA !important;
  outline: none !important;
}
.emocio-button-primary.white {
  background: #F8F8F3;
  border: 1px solid #F8F8F3;
  color: #111111 !important;
}
.emocio-button-primary.disabled {
  background: #E6E7FA;
  border: 1px solid #E6E7FA;
  color: #062301 !important;
  outline: none !important;
  pointer-events: none;
}
.emocio-button-primary.disabled:after {
  background-image: url('../../library//images/ui/arrow-diagonal-black.svg');
}
.emocio-button-secondary {
  font-family: 'Pitch Bold', sans-serif;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 70px;
  padding: 12px 25px;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  background: #F8F8F3;
  border: 1px solid #F8F8F3;
  color: #111111 !important;
}
.emocio-button-secondary:hover,
.emocio-button-secondary:focus {
  background: #F2F2EF;
  border: 1px solid #F2F2EF;
  outline: none !important;
}
.emocio-button-tertiary {
  font-family: 'Pitch Bold', sans-serif;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 70px;
  padding: 12px 25px;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  background: #F8F8F3;
  border: 1px solid #D2D2D1;
  color: #111111 !important;
}
.emocio-button-tertiary:hover,
.emocio-button-tertiary:focus {
  background: #F8F8F3;
  border: 1px solid #D2D2D1;
  color: #111111 !important;
}
.emocio-button-tertiary.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.emocio-button-link {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  color: #111111 !important;
  padding: 0 20px 0 0;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 16px;
}
.emocio-button-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: calc(100% - 20px);
  display: block;
  z-index: 1;
  transition: all 0.5s linear;
  background-color: #111111;
}
.emocio-button-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  height: 15px;
  width: 15px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/arrow-diagonal-black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s linear;
}
.emocio-button-link:hover {
  text-decoration: none !important;
}
.emocio-button-link.no-underline:before {
  content: none;
}
.emocio-button-link.light-theme {
  color: #ffffff !important;
}
.emocio-button-link.light-theme:before {
  background-color: #ffffff;
}
.emocio-button-link.light-theme:after {
  background-image: url('../../library//images/ui/arrow-diagonal-white.svg');
}
.emocio-button-link.vert-fluo-theme {
  color: #BBF57F !important;
}
.emocio-button-link.vert-fluo-theme:before {
  background-color: #BBF57F;
}
.emocio-button-link.vert-fluo-theme:after {
  background-image: url('../../library//images/ui/arrow-diagonal-vert-fluo.svg');
}
.emocio-button-link.vert-theme {
  color: #257C5F !important;
}
.emocio-button-link.vert-theme:before {
  background-color: #257C5F;
}
.emocio-button-link.vert-theme:after {
  background-image: url('../../library//images/ui/arrow-diagonal-vert.svg');
}
.emocio-button-link.bleu-theme {
  color: #444BF3 !important;
}
.emocio-button-link.bleu-theme:before {
  background-color: #444BF3;
}
.emocio-button-link.bleu-theme:after {
  background-image: url('../../library//images/ui/arrow-diagonal-bleu.svg');
}
.emocio-link-primary {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #444BF3 !important;
}
.emocio-link-primary:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #444BF3;
  transition: all 0.25s ease-in-out;
}
.emocio-link-primary:hover {
  text-decoration: none !important;
  color: #272FF1 !important;
}
.emocio-link-primary:hover:before {
  background-color: #272FF1;
}
.button-more-indicator {
  width: 120px;
  margin: 20px auto;
}
.button-more-indicator .button-more-pages {
  padding: 5px;
  text-align: center;
  font-family: 'Pitch Regular', sans-serif;
  color: 'Pitch Regular', sans-serif;
  font-size: 16px;
}
.button-more-indicator .button-more-pages > span:first-of-type {
  font-family: 'Pitch Bold', sans-serif;
  color: #444BF3;
}
.button-more-indicator .button-more-indicator-line {
  display: block;
  position: relative;
  width: 100%;
  background: #D2D2D1;
  height: 2px;
}
.button-more-indicator .button-more-indicator-line span {
  position: absolute;
  display: block;
  width: 24%;
  height: 2px;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  background: #444BF3;
}
/**
 * SEPARATOR LINE
 */
hr {
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #D2D2D1 !important;
}
hr.marge-40 {
  margin: 40px 0;
}
hr.no-marge {
  margin: 0;
}
hr.no-marge-top {
  margin-top: 0;
}
hr.no-marge-bottom {
  margin-bottom: 0;
}
/**
 * BACK TO TOP CTA
 */
.back-to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  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: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  background-color: #F8F8F3;
}
.back-to-top svg path {
  fill: none;
}
.back-to-top svg.progress-circle path {
  stroke: #444BF3;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.back-to-top.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background-color: #F8F8F3;
}
.back-to-top:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 15px;
  width: 15px;
  cursor: pointer;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/arrow-top.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 200ms linear;
}
/**
 * SCROLLBAR SKIN
 */
.c-scrollbar {
  z-index: 999;
}
.c-scrollbar .c-scrollbar_thumb {
  background-color: #444BF3;
  opacity: 1;
}
.c-scrollbar:hover {
  transform: scale(1);
}
/**
 * FLICKITY SLIDER
 */
.flickity-button {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transform: none;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #444BF3;
  background-color: #444BF3;
  transition: all 0.5s ease-in-out;
}
.flickity-button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 16px;
  width: 16px;
  display: block;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0);
  background-image: url('../../library//images/ui/arrow-right-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.flickity-button .flickity-button-icon {
  display: none;
}
.flickity-button:hover {
  background-color: #272FF1;
  border-color: #272FF1;
}
.flickity-button.previous {
  left: 0px;
}
.flickity-button.previous:before {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
.flickity-button.next {
  left: 70px;
}
.flickity-button:disabled {
  opacity: 0;
}
.flickity-page-dots {
  bottom: 0;
  height: 48px;
  width: auto;
  background-color: #F5F5F5;
  border-radius: 60px;
  border: none;
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  right: 0;
}
.flickity-page-dots .dot {
  background-color: transparent !important;
  border: 1px solid #111111 !important;
  width: 9px !important;
  height: 9px !important;
  opacity: 1 !important;
  margin: 0 6px !important;
  transition: all 0.5s ease-in-out !important;
}
.flickity-page-dots .dot.is-selected {
  background-color: #272FF1 !important;
  border-color: #272FF1 !important;
}
.flickity-page-dots li:only-child {
  display: none !important;
}
/***********************/
/* TOGGLES - ACCORDION */
/***********************/
.emocio-toggles {
  margin-top: 25px;
  width: 100%;
}
.emocio-toggles .emocio-toggle-container .emocio-toggle-header > a {
  position: relative;
  display: block;
  padding: 15px 30px 15px 0;
  font-family: 'Pitch Bold', sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111111;
  text-decoration: none !important;
  outline: none !important;
  border-top: 1px solid #D2D2D1;
}
.emocio-toggles .emocio-toggle-container .emocio-toggle-header > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  transform: translateY(-50%) rotate(0deg);
  height: 10px;
  width: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/arrow-down.svg');
}
.emocio-toggles .emocio-toggle-container .emocio-toggle-header > a[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(180deg);
}
.emocio-toggles .emocio-toggle-container .emocio-toggle-content .emocio-toggle-body {
  padding: 0;
  font-family: 'Pitch Regular', sans-serif;
  color: #111111 !important;
  font-size: 14px;
  text-decoration: none !important;
  outline: none !important;
}
.emocio-toggles .emocio-toggle-container .emocio-toggle-content .emocio-toggle-body * {
  color: #E4E4E7 !important;
}
.emocio-toggles .emocio-toggle-container .emocio-toggle-content .emocio-toggle-body > strong,
.emocio-toggles .emocio-toggle-container .emocio-toggle-content .emocio-toggle-body b {
  ont-family: 'Pitch Bold', sans-serif;
  color: #111111 !important;
}
.emocio-toggles .emocio-toggle-container .emocio-toggle-content .emocio-toggle-body h2 {
  display: none !important;
}
.emocio-toggles .emocio-toggle-container .emocio-toggle-content .emocio-toggle-body h3,
.emocio-toggles .emocio-toggle-container .emocio-toggle-content .emocio-toggle-body h4 {
  font-size: inherit;
  color: #111111 !important;
}
.emocio-toggles .emocio-toggle-container .emocio-toggle-content .emocio-toggle-body ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
}
.emocio-toggles .emocio-toggle-container .emocio-toggle-content .emocio-toggle-body ul li {
  margin-bottom: 10px;
  list-style: disc;
}
.emocio-toggles .emocio-toggle-container .emocio-toggle-content .emocio-toggle-body ul li:last-of-type {
  margin-bottom: 0;
}
.emocio-toggles .emocio-toggle-container:last-of-type {
  border-bottom: 1px solid #D2D2D1;
}
/*************************/
/* AJAX - LOADER */
/*************************/
.bloc-loader {
  opacity: 1;
  position: absolute;
  z-index: 10;
  left: 0;
  display: block;
  width: 100%;
  min-height: 350px;
  height: 100%;
  background: #F5F5F5;
}
.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: #C8102E;
}
@keyframes hue {
  100% {
    filter: hue-rotate(360deg);
  }
}
@keyframes stroke {
  50% {
    stroke-dasharray: 84,10;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -94;
  }
}
/**
 * BUTTON CLOSE MENU
 */
.close-menu-container {
  position: relative;
  z-index: 3;
}
.close-menu-container .hamburger-item {
  cursor: pointer;
}
.close-menu-container .hamburger-item .line {
  width: 22px;
  height: 2px;
  background-color: #F8F8F3;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}
.close-menu-container .hamburger-item.is-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}
.close-menu-container .hamburger-item.is-active .line:nth-child(2) {
  width: 0;
}
.close-menu-container .hamburger-item.is-active .line:nth-child(1),
.close-menu-container .hamburger-item.is-active .line:nth-child(3) {
  transition-delay: 0.3s;
}
.close-menu-container .hamburger-item.is-active .line:nth-child(1) {
  transform: translateY(7px);
}
.close-menu-container .hamburger-item.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(90deg);
}
/**
 * COMPONENT LIST
 */
.emocio-bloc {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.emocio-bloc:first-of-type {
  margin-top: 0;
}
.emocio-bloc.has-no-marge-bottom {
  margin-bottom: 0 !important;
}
.emocio-bloc.has-no-marge-top {
  margin-top: 0 !important;
}
.emocio-bloc.has-no-padding-bottom {
  padding-bottom: 0 !important;
}
.emocio-bloc.has-no-padding-top {
  padding-top: 0 !important;
}
.emocio-bloc .emocio-title-container .column-title .emocio-subtitle {
  font-family: 'Quicksand';
  font-weight: 400;
  font-size: 14px;
}
.emocio-bloc .emocio-title-container .column-title h3,
.emocio-bloc .emocio-title-container .column-title h2,
.emocio-bloc .emocio-title-container .column-title h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: clamp(22px, 5vw, 40px);
  color: #111111;
  margin-top: 0;
  margin-bottom: 20px;
}
.emocio-bloc .emocio-title-container .column-text p {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  color: #111111;
}
.emocio-bloc .emocio-title-container .column-text ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.emocio-bloc .emocio-title-container .column-text ul li:before {
  content: '';
  position: absolute;
  left: 16px;
  top: -1px;
  height: 24px;
  width: 24px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/list-1-2.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emocio-bloc .emocio-title-container .column-text ul li:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc .emocio-title-container .column-cta {
  margin-top: 20px;
  margin-bottom: 20px;
}
.emocio-bloc .emocio-text-container .column-text {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  color: #111111;
}
.emocio-bloc .emocio-text-container .column-text * {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  color: #111111;
}
.emocio-bloc .emocio-text-container .column-text h2,
.emocio-bloc .emocio-text-container .column-text h3 {
  font-family: 'Montserrat';
  font-size: 24px;
  color: #111111;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}
.emocio-bloc .emocio-text-container .column-text h2 b,
.emocio-bloc .emocio-text-container .column-text h3 b,
.emocio-bloc .emocio-text-container .column-text h2 strong,
.emocio-bloc .emocio-text-container .column-text h3 strong {
  font-family: 'Montserrat';
  font-size: 24px;
  color: #111111;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}
.emocio-bloc .emocio-text-container .column-text p {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  color: #111111;
}
.emocio-bloc .emocio-text-container .column-text p:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc .emocio-text-container .column-text b,
.emocio-bloc .emocio-text-container .column-text strong {
  font-weight: 700;
}
.emocio-bloc .emocio-text-container .column-text ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.emocio-bloc .emocio-text-container .column-text ul li:before {
  content: '';
  position: absolute;
  left: 16px;
  top: -1px;
  height: 24px;
  width: 24px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/list-1-2.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emocio-bloc .emocio-text-container .column-text ul li:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc .emocio-text-container .column-text a:not(.emocio-button-primary) {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  color: #444BF3 !important;
  font-weight: 700;
  padding: 0 20px 0 0;
}
.emocio-bloc .emocio-text-container .column-text a:not(.emocio-button-primary):before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  display: block;
  z-index: 1;
  transition: all 0.5s linear;
  background-color: #444BF3;
}
.emocio-bloc .emocio-text-container .column-text a:not(.emocio-button-primary):after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  height: 15px;
  width: 15px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/arrow-diagonal-bleu.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s linear;
}
.emocio-bloc .emocio-text-container .column-cta {
  margin-top: 20px;
}
.emocio-bloc .emocio-text-container.emocio-text-right {
  margin-top: 24px;
}
.emocio-bloc .tag-item-container {
  padding: 6px 12px;
  border-radius: 30px;
  background-color: #151A0A;
  display: inline-block;
  margin: 5px 0;
}
.emocio-bloc .tag-item-container .tag-item-icon {
  display: inline-block;
  vertical-align: middle;
}
.emocio-bloc .tag-item-container .tag-item-icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.emocio-bloc .tag-item-container .tag-item-name {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
}
.emocio-bloc.emocio-slider-image {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container {
  position: relative;
  z-index: 0;
  height: 70vh;
  min-height: 750px;
  width: 100vw;
  margin-left: -15px;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container {
  position: relative;
  overflow: hidden;
  border-radius: clamp(50px, 7vw, 80px) 0 clamp(50px, 7vw, 80px) 0;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_background_image {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  z-index: 1;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_background_image .carousel-main {
  height: 100%;
  width: 100%;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background: radial-gradient(95.73% 189.31% at 7.43% 53.91%, rgba(17, 21, 105, 0.4) 25%, rgba(68, 75, 243, 0.4) 100%);
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 5s linear;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell.is-selected img {
  transform: scale(1.08);
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 70px;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_container {
  height: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_title * {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: clamp(22px, 5vw, 40px);
  color: #ffffff;
  margin: 0;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_text {
  width: 100%;
  max-width: 90%;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin: 20px 0;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer {
  margin-top: 30px;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .carousel-nav {
  z-index: 10;
  display: block;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .carousel-nav .carousel-cell {
  position: relative;
  width: 170px;
  height: 110px;
  margin-right: 15px;
  cursor: pointer;
  transition: border 0.3s ease;
  overflow: hidden;
  border-radius: 30px 0 30px 0;
  border: 7px solid transparent;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .carousel-nav .carousel-cell img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  display: block;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .carousel-nav .carousel-cell.is-nav-selected {
  opacity: 1;
  border: 7px solid #ffffff;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .emocio__hero_content_footer_text {
  font-family: 'Quicksand';
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .emocio__hero_content_footer_logos {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 30px;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .emocio__hero_content_footer_logos .emocio__hero_content_footer_logo_item {
  flex: 1 1 auto;
  max-width: 60px;
  margin-right: 30px;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .emocio__hero_content_footer_logos .emocio__hero_content_footer_logo_item:last-of-type {
  margin: 0;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .carousel-progress-bar {
  position: absolute;
  bottom: -50px;
  left: 15px;
  height: 4px;
  width: calc(100% - 30px);
  z-index: 20;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .carousel-progress-bar .timeline {
  background-color: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .carousel-progress-bar .timeline .progress {
  background-color: #ffffff;
  display: block;
  width: 0;
  height: 4px;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container.height-100 {
  height: calc(100vh - 90px);
}
.emocio-bloc.emocio-slider-image.emocio-hero-container.height-80 {
  height: 80vh;
}
.emocio-bloc.emocio-slider-image.emocio-hero-container.height-50 {
  height: 50vh;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container {
  position: relative;
  z-index: 0;
  height: calc(100vh - 90px);
  min-height: 700px;
  width: 100vw;
  margin-left: -15px;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container {
  position: relative;
  overflow: hidden;
  border-radius: clamp(50px, 7vw, 80px) 0 clamp(50px, 7vw, 80px) 0;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image {
  position: relative;
  height: 100% !important;
  width: 100% !important;
  z-index: 1;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main {
  height: 100%;
  width: 100%;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background: radial-gradient(95.73% 189.31% at 7.43% 53.91%, rgba(17, 21, 105, 0.4) 25%, rgba(68, 75, 243, 0.4) 100%);
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 5s linear;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell .emocio__hero_content {
  position: relative;
  z-index: 10;
  padding-bottom: 100px;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell .emocio__hero_content .column-title .item-counter {
  margin-bottom: 24px;
  font-family: 'Montserrat';
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(22px, 5vw, 40px);
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell .emocio__hero_content .column-title h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: clamp(18px, 5vw, 24px);
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
  word-break: break-word;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell .emocio__hero_content .column-text {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell .emocio__hero_content .column-text ul {
  margin: 20px 0;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell .emocio__hero_content .column-text ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell .emocio__hero_content .column-text ul li:before {
  content: '';
  position: absolute;
  left: 16px;
  top: -1px;
  height: 24px;
  width: 24px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/list-1-2-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell .emocio__hero_content .column-text ul li:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_header {
  position: absolute;
  top: 40px;
  z-index: 10;
  width: 100%;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_header .emocio-title-container .column-title .emocio-subtitle,
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_header .emocio-title-container .column-title h2 {
  color: #ffffff;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_content_footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_content_footer .custom-nav-container {
  float: right;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_content_footer .custom-nav-container .custom-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transform: none;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #444BF3;
  background-color: #444BF3;
  transition: all 0.5s ease-in-out;
  font-size: 0;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_content_footer .custom-nav-container .custom-button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 16px;
  width: 16px;
  display: block;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0);
  background-image: url('../../library//images/ui/arrow-right-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_content_footer .custom-nav-container .custom-button.custom-prev-button:before {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_content_footer .custom-nav-container .custom-button:hover {
  background-color: #272FF1;
  border-color: #272FF1;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_content_footer .custom-nav-container .custom-page-dots {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: auto;
  background-color: #111111;
  border-radius: 60px;
  text-align: center;
  padding: 15px 30px;
  margin: 0 24px;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_content_footer .custom-nav-container .custom-page-dots .custom-dot {
  cursor: pointer;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 50%;
  padding: 0;
  width: 9px !important;
  height: 9px !important;
  opacity: 1 !important;
  margin: 0 6px !important;
  transition: all 0.5s ease-in-out !important;
  outline: none;
  display: inline-block;
}
.emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_content_footer .custom-nav-container .custom-page-dots .custom-dot.is-selected {
  cursor: default;
  background-color: #272FF1 !important;
  border-color: #272FF1 !important;
}
.emocio-bloc.emocio-text-image-layered {
  height: 90vh;
  position: relative;
  min-height: 700px;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-container {
  position: relative;
  height: 100%;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: clamp(50px, 7vw, 80px) 0 clamp(50px, 7vw, 80px) 0;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-background:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background: rgba(21, 26, 10, 0.4);
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-subtitle {
  font-family: 'Quicksand';
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-title h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: clamp(22px, 5vw, 40px);
  color: #ffffff;
  margin: 0 0 16px 0;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-logos {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-logos .emocio-text-image-layered-content-logo-item {
  flex: 1 1 auto;
  max-width: 60px;
  margin-right: 30px;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-logos .emocio-text-image-layered-content-logo-item:last-of-type {
  margin: 0;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-text {
  margin-top: 20px;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-text .column-text {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-text .column-text h3 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: clamp(18px, 5vw, 24px);
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
  word-break: break-word;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-text .column-text ul {
  margin: 40px 0;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-text .column-text ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-text .column-text ul li:before {
  content: '';
  position: absolute;
  left: 16px;
  top: -1px;
  height: 24px;
  width: 24px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/list-1-2-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-text .column-text ul li:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-text .column-text a {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: 700;
  padding: 0 20px 0 0;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-text .column-text a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  display: block;
  z-index: 1;
  transition: all 0.5s linear;
  background-color: #ffffff;
}
.emocio-bloc.emocio-text-image-layered .emocio-text-image-layered-content .emocio-text-image-layered-content-container .emocio-text-image-layered-content-text .column-text a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  height: 15px;
  width: 15px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/arrow-diagonal-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s linear;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container {
  position: relative;
  overflow: hidden;
  border-radius: clamp(50px, 7vw, 80px) 0 clamp(50px, 7vw, 80px) 0;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_background_image {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  z-index: 1;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_background_image .carousel-main {
  height: 100%;
  width: 100%;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background: radial-gradient(95.73% 189.31% at 7.43% 53.91%, rgba(17, 21, 105, 0.4) 25%, rgba(68, 75, 243, 0.4) 100%);
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 5s linear;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell.is-selected img {
  transform: scale(1.08);
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 70px;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_container {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_title {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: clamp(22px, 5vw, 40px);
  color: #ffffff;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_text {
  width: 100%;
  max-width: 70%;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin: 45px 0;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer {
  /* --- SLIDER DE NAVIGATION --- */
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .carousel-nav {
  z-index: 10;
  display: block;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .carousel-nav .carousel-cell {
  position: relative;
  width: 170px;
  height: 110px;
  margin-right: 15px;
  cursor: pointer;
  transition: border 0.3s ease;
  overflow: hidden;
  border-radius: 30px 0 30px 0;
  border: 7px solid transparent;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .carousel-nav .carousel-cell img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  display: block;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .carousel-nav .carousel-cell.is-nav-selected {
  opacity: 1;
  border: 7px solid #ffffff;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .emocio__hero_content_footer_text {
  font-family: 'Quicksand';
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .emocio__hero_content_footer_logos {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .emocio__hero_content_footer_logos .emocio__hero_content_footer_logo_item {
  flex: 1 1 auto;
  max-width: 60px;
  margin-right: 30px;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer .emocio__hero_content_footer_logos .emocio__hero_content_footer_logo_item:last-of-type {
  margin: 0;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .carousel-progress-bar {
  position: absolute;
  bottom: -50px;
  left: 15px;
  height: 4px;
  width: calc(100% - 30px);
  z-index: 20;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .carousel-progress-bar .timeline {
  background-color: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.emocio-bloc.emocio-text-image-layered .emocio__hero_container .emocio__hero_content .carousel-progress-bar .timeline .progress {
  background-color: #ffffff;
  display: block;
  width: 0;
  height: 4px;
}
.emocio-bloc.emocio-bloc-text-2-columns .emocio-title-container {
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container {
  padding-top: 10px;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  background-color: #257C5F;
  padding: 30px;
  border-radius: 30px 0 30px 0;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(37, 124, 95, 0.5);
  mix-blend-mode: normal;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container .blurb-item-top {
  margin-bottom: 40px;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container .blurb-item-top .blurb-item-counter,
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container .blurb-item-top .blurb-item-title {
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container .blurb-item-top .blurb-item-counter h3,
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container .blurb-item-top .blurb-item-title h3 {
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container .blurb-item-top .blurb-item-counter {
  font-size: 48px;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container .blurb-item-bottom .blurb-item-text {
  font-family: 'Quicksand';
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container .blurb-item-bottom .blurb-item-text ul {
  margin: 10px 0;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container .blurb-item-bottom .blurb-item-text ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container .blurb-item-bottom .blurb-item-text ul li:before {
  content: '';
  position: absolute;
  left: 16px;
  top: -1px;
  height: 24px;
  width: 24px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/list-1-2-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item .blurb-item-container .blurb-item-bottom .blurb-item-text ul li:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc.emocio-bloc-blurbs-highlight .emocio-blurbs-container .blurb-item-main-container .blurb-item.blurb-item-large {
  background-color: #257C5F;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container {
  padding-top: 40px;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  background-color: #257C5F;
  padding: 20px;
  border-radius: 30px 0 30px 0;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item .blurb-item-container {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item .blurb-item-container .blurb-item-top .blurb-item-icon img {
  display: block;
  width: 72px;
  height: 72px;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item .blurb-item-container .blurb-item-top .blurb-item-title {
  font-family: 'Montserrat';
  color: #BBF57F;
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item .blurb-item-container .blurb-item-top .blurb-item-title h3 {
  font-family: 'Montserrat';
  color: #BBF57F;
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
  margin: 0;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item .blurb-item-container .blurb-item-bottom .blurb-item-text {
  font-family: 'Quicksand';
  color: #BBF57F;
  font-size: 16px;
  font-weight: 500;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item .blurb-item-container .blurb-item-bottom .blurb-item-text ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item .blurb-item-container .blurb-item-bottom .blurb-item-text ul li:before {
  content: '';
  position: absolute;
  left: 16px;
  top: -1px;
  height: 24px;
  width: 24px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/list-1-2-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item .blurb-item-container .blurb-item-bottom .blurb-item-text ul li:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item-content {
  margin-top: 15px;
  margin-bottom: 15px;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item-content:nth-child(even) .blurb-item {
  background-color: #BBF57F;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item-content:nth-child(even) .blurb-item .blurb-item-container .blurb-item-top .blurb-item-title {
  color: #257C5F;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item-content:nth-child(even) .blurb-item .blurb-item-container .blurb-item-top .blurb-item-title h3 {
  color: #257C5F;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item-content:nth-child(even) .blurb-item .blurb-item-container .blurb-item-bottom .blurb-item-text {
  color: #257C5F;
}
.emocio-bloc.emocio-bloc-blurbs-alternate .emocio-blurbs-container .blurb-item-content:nth-child(even) .blurb-item .blurb-item-container .blurb-item-bottom .blurb-item-text ul li:before {
  background-image: url('../../library//images/ui/list-1-2-green-dark.svg');
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-text {
  background-color: #ffffff;
  border-radius: 30px 0 30px 0;
  padding: 30px;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel {
  margin-top: 20px;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main {
  /*padding-bottom: 80px;*/
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport {
  overflow: hidden;
  margin-bottom: 50px;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport .carousel-cell {
  width: 100%;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport .carousel-cell .slide-title {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 24px;
  color: #111111;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport .carousel-cell .slide-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport .carousel-cell .slide-text * {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  color: #111111;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport .carousel-cell .slide-text ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport .carousel-cell .slide-text ul li:before {
  content: '';
  position: absolute;
  left: 16px;
  top: -1px;
  height: 24px;
  width: 24px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/list-1-2.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport .carousel-cell .slide-text ul li:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport .carousel-cell .slide-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.6;
  overflow: hidden;
  border-radius: 30px 0 30px 0;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport .carousel-cell .slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport .carousel-cell .slide-link {
  position: relative;
  margin-top: 35px;
  transform: translateY(-20px);
  text-align: right;
  height: 25px;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-button {
  bottom: -50px;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-button.next {
  left: auto;
  right: 0;
}
.emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-page-dots {
  bottom: -50px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid,
.emocio-bloc.emocio-bloc-interventions-2-columns-list,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters,
.emocio-bloc.emocio-bloc-form-2-columns {
  /* Force full width*/
  width: 100vw;
  margin-left: -15px;
  /* Force full width*/
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: clamp(50px, 7vw, 80px) 0 clamp(50px, 7vw, 80px) 0;
  background-color: #101604;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-title-container .column-title .emocio-subtitle,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-title-container .column-title .emocio-subtitle,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-title-container .column-title .emocio-subtitle,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-title-container .column-title .emocio-subtitle {
  color: #ffffff;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-title-container .column-title h2,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-title-container .column-title h2,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-title-container .column-title h2,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-title-container .column-title h2,
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-title-container .column-title h1,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-title-container .column-title h1,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-title-container .column-title h1,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-title-container .column-title h1 {
  color: #ffffff;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-title-container .column-title h2 p,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-title-container .column-title h2 p,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-title-container .column-title h2 p,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-title-container .column-title h2 p,
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-title-container .column-title h1 p,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-title-container .column-title h1 p,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-title-container .column-title h1 p,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-title-container .column-title h1 p {
  margin: 0;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-title-container .column-title h2 del,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-title-container .column-title h2 del,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-title-container .column-title h2 del,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-title-container .column-title h2 del,
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-title-container .column-title h1 del,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-title-container .column-title h1 del,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-title-container .column-title h1 del,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-title-container .column-title h1 del {
  color: #BBF57F;
  text-decoration: none;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-title-container .column-text,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-title-container .column-text,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-title-container .column-text,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-title-container .column-text {
  color: #ffffff;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-title-container .column-text p,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-title-container .column-text p,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-title-container .column-text p,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-title-container .column-text p {
  color: #ffffff;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-title-container .column-cta,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-title-container .column-cta,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-title-container .column-cta,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-title-container .column-cta {
  margin-top: 20px;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item {
  margin-bottom: 20px;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item:first-of-type,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item:first-of-type,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item:first-of-type,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item:first-of-type {
  margin-top: 20px;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container {
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  padding: 20px;
  background-color: #151A0A;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top {
  margin-bottom: 20px;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-icon img,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-icon img,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-icon img,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-icon img {
  display: block;
  width: 48px;
  height: 48px;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-title,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-title,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-title,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-title {
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-title h3,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-title h3,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-title h3,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-title h3 {
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text *,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text *,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text *,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text * {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text h3,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text h3,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text h3,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text h3 {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text b,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text b,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text b,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text b,
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text strong,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text strong,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text strong,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text strong {
  font-weight: 700;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li:before,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li:before,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li:before,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li:before {
  content: '';
  position: absolute;
  left: 16px;
  top: -1px;
  height: 24px;
  width: 24px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/list-1-2-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li:last-of-type,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li:last-of-type,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li:last-of-type,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text ul li:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: 700;
  padding: 0 20px 0 0;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a:before,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a:before,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a:before,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  display: block;
  z-index: 1;
  transition: all 0.5s linear;
  background-color: #ffffff;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a:after,
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a:after,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a:after,
.emocio-bloc.emocio-bloc-form-2-columns .emocio-text-container .intervention-item .intervention-item-container .intervention-item-top .intervention-item-text a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  height: 15px;
  width: 15px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/arrow-diagonal-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s linear;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-is-sticky,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-is-sticky {
  position: absolute;
  left: 15px;
  top: 0px;
  margin-bottom: 0;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item .intervention-item-container .intervention-item-bottom .intervention-item-cta,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item .intervention-item-container .intervention-item-bottom .intervention-item-cta {
  text-align: right;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters {
  padding-top: 20px;
  /*.emocio-filter-item.is-selected{
      //color: lime;
    }*/
}
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-filters-title,
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-filters-texts {
  display: none;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-filters-container {
  margin-bottom: 50px;
  position: relative;
  /*.emocio-is-sticky{
        width: calc(100% - 30px);
        z-index: 999;
      }*/
}
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-filters-container .emocio-filters .emocio-filter-item {
  padding: 16px;
  background-color: #353731;
  border-right: 1px solid #101604;
  text-align: center;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 14px;
  color: #E6E7FA;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-filters-container .emocio-filters .emocio-filter-item.is-selected {
  background-color: #E6E7FA;
  color: #111111;
  text-decoration: underline;
  pointer-events: none;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-filters-container .emocio-filters .emocio-filter-item:first-of-type {
  border-radius: 60px 0 0 60px;
}
.emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-filters-container .emocio-filters .emocio-filter-item:last-of-type {
  border-radius: 0 60px 60px 0;
  border: none;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses {
  margin-top: 30px;
  margin-bottom: 30px;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item {
  margin-bottom: 20px;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  padding: 20px;
  background-color: #151A0A;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-location {
  font-family: 'Montserrat';
  color: #BBF57F;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-text {
  margin-bottom: 20px;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-phone a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  padding-left: 20px;
  transition: all 0.5s linear;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-phone a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 15px;
  width: 15px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/icon-tel.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-mail {
  margin-top: 10px;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-mail a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  padding-left: 20px;
  transition: all 0.5s linear;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-mail a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  height: 15px;
  width: 15px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/icon-mail.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-phone a:hover,
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-mail a:hover,
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-phone a:focus,
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-mail a:focus {
  color: #444BF3;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-social-network {
  margin-top: 20px;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-social-network .address-social-network-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-social-network .social-icon {
  position: relative;
  display: inline-block;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-social-network .social-icon:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-social-network .social-icon.instagram:before {
  background-image: url('../../library//images/ui/social/icon-instagram-white.svg');
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-social-network .social-icon.facebook:before {
  background-image: url('../../library//images/ui/social/icon-facebook-white.svg');
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-social-network .social-icon.linkedin:before {
  background-image: url('../../library//images/ui/social/icon-linkedin-white.svg');
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-social-network .social-icon.pinterest:before {
  background-image: url('../../library//images/ui/social/icon-pinterest-white.svg');
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item .address-social-network .social-icon.youtube:before {
  background-image: url('../../library//images/ui/social/icon-youtube.svg');
}
.emocio-bloc.emocio-bloc-form-2-columns .column-text .column-addresses .address-item:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc.emocio-bloc-logos-2-columns .emocio-text-container .logo-container {
  opacity: 0.4;
  margin-bottom: 40px;
}
.emocio-bloc.emocio-bloc-logos-2-columns .emocio-text-container .logo-container img {
  height: 35px;
  display: block;
  margin: 0 auto;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item {
  position: relative;
  background-color: #EAEAEA;
  border: 1px solid #DADADA;
  padding: 0;
  margin-bottom: 24px;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item:first-of-type {
  border-radius: 30px 0 0 0;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item:last-of-type {
  border-radius: 0 0 30px 0;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-title h3 {
  padding: 0;
  margin: 0;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-title h3 a {
  position: relative;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: clamp(18px, 3vw, 22px);
  padding: 20px 80px 20px 20px;
  text-decoration: none;
  color: #111111;
  display: block;
  width: 100%;
  outline: none!important;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-title h3 a .faq-accordion-indicator {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #444BF3;
  background-color: #444BF3;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-title h3 a .faq-accordion-indicator:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
  transform-origin: center;
  display: block;
  height: 16px;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../library//images/ui/arrow-top-white.svg');
  transition: all 0.25s ease-in-out;
  z-index: 2;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-title h3 a[aria-expanded="true"] .faq-accordion-indicator:after {
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-content {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  padding: 0 20px 20px 20px;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-content p:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-content b,
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-content strong {
  font-weight: 700;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-content ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-content ul li:before {
  content: '';
  position: absolute;
  left: 16px;
  top: -1px;
  height: 24px;
  width: 24px;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/list-1-2.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.emocio-bloc.emocio-bloc-text-accordion-2-columns .emocio-text-container .emocio-faq-accordion-item .faq-accordion-content ul li:last-of-type {
  margin-bottom: 0;
}
.emocio-bloc.emocio-bloc-audit-slider .emocio-audits-container {
  margin-top: 40px;
}
.emocio-bloc.emocio-bloc-audit-slider .emocio-audits-container .audit-item-content {
  width: 100%;
}
.emocio-bloc.emocio-bloc-audit-slider .emocio-audits-container .audit-item-content .audit-item {
  padding: 20px;
}
.emocio-bloc.emocio-bloc-audit-slider .emocio-audits-container .audit-item-content .audit-item .audit-item-container .audit-item-top .audit-item-icon img {
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
}
.emocio-bloc.emocio-bloc-audit-slider .emocio-audits-container .audit-item-content .audit-item .audit-item-container .audit-item-top .audit-item-title {
  margin: 24px 0;
}
.emocio-bloc.emocio-bloc-audit-slider .emocio-audits-container .audit-item-content .audit-item .audit-item-container .audit-item-top .audit-item-title h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: clamp(18px, 5vw, 24px);
  color: #111111;
  margin-top: 0;
  margin-bottom: 20px;
  word-break: break-word;
}
.emocio-bloc.emocio-bloc-audit-slider .emocio-audits-container .audit-item-content .audit-item .audit-item-container .audit-item-bottom .audit-item-text {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  color: #111111;
}
.emocio-bloc.emocio-bloc-audit-slider .flickity-page-dots {
  background-color: transparent;
  right: auto;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
.emocio-slider-fullscreen-container:has(+ .emocio-bloc-interventions-2-columns-list) {
  background: linear-gradient(#F5F5F5, #101604);
}
.emocio-slider-fullscreen-container + .emocio-bloc-interventions-2-columns-list {
  border-radius: 0 0 clamp(50px, 7vw, 80px) 0;
}
/**
  * COOKIE BANNERS
 */
#cmplz-cookiebanner-container .cmplz-cookiebanner {
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  grid-column-gap: 15px;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
  flex-direction: column !important;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  border-radius: 70px;
  padding: 12px 25px;
  transition: all 0.5s ease-in-out;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:focus {
  background: #AC0823;
  border: 1px solid #AC0823;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:focus,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:focus,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:focus {
  background: #ffffff;
  border: 1px solid #D2D2D1;
}
@media only screen and (min-width: 768px) {
  .emocio-bloc.emocio-bloc-audit-slider .emocio-audits-container .audit-item-content {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .emocio-title-container .column-cta {
    margin-bottom: 0;
  }
  .emocio-bloc {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .emocio-bloc.emocio-slider-image.emocio-hero-container {
    width: 100vw;
  }
  .emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_text {
    max-width: 70%;
    margin: 45px 0;
  }
  .emocio-bloc.emocio-slider-image.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio__hero_content_footer {
    margin-top: 90px;
  }
  .emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container {
    min-height: 700px;
  }
  .emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell .emocio__hero_content {
    padding-bottom: 45px;
  }
  .emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_background_image .carousel-main .carousel-cell .emocio__hero_content .column-text ul {
    margin: 40px 0;
  }
  .emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_container .emocio__hero_header {
    top: 60px;
  }
  .emocio-bloc.emocio-slider-image.emocio-slider-fullscreen-container .emocio__hero_content_footer {
    bottom: 60px;
  }
  .emocio-bloc.emocio-text-image-layered {
    height: 70vh;
    min-height: 700px;
  }
  .emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-title-container .column-text ul li:before,
  .emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-title-container .column-text ul li:before,
  .emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-title-container .column-text ul li:before {
    background-image: url('../../library//images/ui/list-1-2-green.svg');
  }
  .emocio-bloc.emocio-bloc-interventions-2-columns-grid .emocio-text-container .intervention-item:first-of-type,
  .emocio-bloc.emocio-bloc-interventions-2-columns-list .emocio-text-container .intervention-item:first-of-type,
  .emocio-bloc.emocio-bloc-interventions-2-columns-list-filters .emocio-text-container .intervention-item:first-of-type {
    margin-top: 0;
  }
  .emocio-bloc.emocio-bloc-audit-slider .emocio-audits-container .audit-item-content {
    width: 33.33%;
  }
  .emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport {
    margin-bottom: 10px;
  }
  .emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-viewport .carousel-cell .slide-link {
    transform: translateY(0px);
  }
  .emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-button {
    bottom: -10px;
  }
  .emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-button.next {
    left: 70px;
    right: auto;
  }
  .emocio-bloc.emocio-bloc-text-carousel-2-columns .emocio-text-container .column-carousel .emocio-bloc-text-carousel-main .flickity-page-dots {
    bottom: -10px;
  }
}
/*********************
NF FORM - STANDARD FORM
*********************/
.nf-form-cont {
  margin-bottom: 60px;
  padding: 70px 30px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: clamp(40px, 5vw, 70px) 0 clamp(40px, 5vw, 70px) 0;
}
.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: 'Quicksand';
  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: 'Quicksand';
  font-size: 16px;
  font-weight: 700;
  color: #C8102E;
}
.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 {
  /* &.section-mandatory {
            .nf-field {

              .field-wrap {

                .nf-field-element {
                  font-family: @main-font-family;
                  font-weight: 700;
                  font-size: 16px;
                  color: @black;
                  text-decoration: none;

                  p {
                    margin-bottom: 0;
                  }

                }

              }

            }

            &.spacer{
              margin-top: 50px;
            }

            &.centered{
              display: table;
              margin-left: auto;
              margin-right: auto;
            }
          }*/
}
.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(17, 17, 17, 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.submit-container {
  margin-top: 0px;
}
.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: 'Quicksand';
  color: rgba(17, 17, 17, 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: 'Quicksand';
  color: #111111;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  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: #111111;
}
.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: 50px;
  padding: 0 15px;
  background-color: transparent;
  border: 1px solid #D2D2D1;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #111111;
  font-family: 'Quicksand';
  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(17, 17, 17, 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: #111111;
}
.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 #D2D2D1;
  border-radius: 0;
  padding: 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: 50px;
  padding: 0 15px;
  background-color: transparent;
  border: 1px solid #D2D2D1;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #111111;
  font-family: 'Quicksand';
  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: #111111;
  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: #C8102E;
}
.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: 'Quicksand';
  font-size: 16px;
  color: #111111;
}
.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: #111111;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.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: #C8102E;
  transition: all 0.25s ease-in-out;
  text-decoration: underline !important;
}
.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: #E4E4E7;
}
.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.textarea-wrap.nf-fail .nf-field-element .ninja-forms-field {
  border-color: #111111 !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: #C8102E !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.listselect-wrap .nf-field-element .select2-container {
  width: 100% !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listselect-wrap .nf-field-element .select2-container .select2-selection {
  width: 100%;
  height: 50px;
  padding: 0 15px 0 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D2D2D1;
  border-radius: 0;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  background-image: none;
  text-align: left;
  box-shadow: none;
  outline: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listselect-wrap .nf-field-element .select2-container .select2-selection .select2-selection__rendered {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  line-height: 50px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listselect-wrap .nf-field-element .select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .field-wrap.field-wrap.listselect-wrap .nf-field-element .select2-container .select2-selection[aria-disabled=true] {
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.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: 5px;
  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/form/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.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: block;
  width: auto;
  height: auto;
  background: #F8F8F3;
  border: 1px solid #D2D2D1;
  color: #111111 !important;
  border-radius: 70px;
  padding: 12px 25px 12px 50px;
  outline: none;
  margin: 0;
  z-index: 0;
  text-align: left;
  transition: all 0.3s;
}
.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 {
  display: block;
  color: #111111;
  font-family: 'Pitch Bold', sans-serif;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  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;
  left: 15px;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%) rotate(0);
  transform-origin: center center;
  width: 20px;
  height: 20px;
  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-top: 10px;
  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: #C8102E;
}
.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: block;
  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: 'Quicksand';
  color: rgba(17, 17, 17, 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: #C8102E;
}
.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'] {
  position: relative;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: table;
  width: 100%;
  border-radius: 60px;
  padding: 15px 45px 15px 30px;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  background: #444BF3;
  border: 1px solid #444BF3;
  color: #ffffff !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']:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/arrow-diagonal-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s linear;
}
.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,
.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']:focus {
  background: #272FF1;
  border: 1px solid #272FF1;
  outline: none !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']:active {
  background: #062301;
  border: 1px solid #062301;
  color: #E6E7FA !important;
  outline: none !important;
}
.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: #C8102E !important;
}
.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 {
  color: #C8102E;
  text-align: left;
  font-size: 12px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container.hidden-field {
  display: none;
  opacity: 0;
}
.select2-container.select2-container--open .select2-results .select2-results__options .select2-results__option {
  font-size: 14px;
  color: #111111;
  margin-bottom: 0;
  padding: 15px 5px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select2-container.select2-container--open .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #C8102E;
  color: #ffffff;
}
.select2-container.select2-container--open .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  cursor: pointer;
  background-color: #C8102E;
  color: #ffffff;
}
@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 .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%;
  }
}
/******************************/
/******** WOOCOMMERCE *********/
/******************************/
form input.emocio_field_wc_container {
  width: 100%;
}
form .qty {
  width: 1.1em !important;
  padding: 0 !important;
}
form .quantity {
  width: 100%;
}
form .quantity input[type="number"].qty {
  font-family: 'Pitch Regular', sans-serif;
  width: 100%;
  height: 50px;
  padding: 0 !important;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  text-transform: none;
  background-image: none;
  text-align: center;
  transition: border-color 0.2s ease-in-out;
  outline: none;
}
form .quantity .minus,
form .quantity .plus {
  position: relative;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../../library//images/ui/wc/qty-minus.svg') !important;
  transform: translateY(-4px);
}
form .quantity .plus {
  background-image: url('../../library//images/ui/wc/qty-plus.svg') !important;
}
form .woocommerce-variation-add-to-cart-container {
  display: block;
  width: 100%;
}
/******************************************************************
Site Name: EMOCIO - ETSE
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.
******************************************************************/
body,
html {
  height: auto;
  min-height: 100%;
  background: #F5F5F5;
  overflow-x: hidden;
  color: #111111;
  font-family: 'Quicksand';
}
body {
  /*position: relative;
  min-height: 100%;*/
  font-size: 100%;
  line-height: normal;
  opacity: 1 !important;
}
body > * {
  letter-spacing: -0.05em;
}
body .menu-backdrop {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  background-color: #111111;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}
body .menu-backdrop.is-active {
  opacity: 0.4;
}
body.no-scroll,
html.no-scroll {
  overflow: hidden !important;
}
header {
  position: relative;
  z-index: 999999;
  padding: 20px 0;
  width: 100%;
  background-color: #F5F5F5;
  transition: all 0.5s ease-in-out;
  /*&.menu-open{
    height: 100dvh;


    #menu-trigger {
      width: 40px;
      height: 40px;
      left: 15px;
      background-color: @white;
      background-image: url('@{base-url}/images/ui/icon-close.svg');
      background-size: 80%;
    }

  }*/
  /*

  #inner-header{

    .inner-header-content{
      #logo{
        a{
          width: 60px;
          display: block;
          transition: all @button-transition-time ease-in-out;
          outline: none !important;
        }
      }

      .language-switcher{
        display: table;
        margin: 0 auto;

        .language-switcher-button{
          font-weight: 500;
          font-size: 18px;
        }
        .language-switcher-dropdown{
          .language-item{
            font-weight: 500;
            font-size: 18px;
          }
        }


      }

      .menu-container{
        width: 100%;
        display: block;

        &.secondary{
          margin-top: 0;
        }

        .nav {

          margin: 0;
          float: right;

          .menu-item {
            margin: 0;
            padding: 0;

            a{
              position: relative;
              display: table;
              text-decoration: none;
              padding: 15px 25px;
              margin: 0 5px;
              outline: none !important;
              background: transparent;
              border-radius: 8px;
              font-family: @main-font-family;
              color: @black;
              font-size: 14px;
              font-weight: 700;
              font-style: normal;
              transition: all ease-in-out @button-transition-time;
            }

            &:hover,
            &:focus,
            &.current-menu-item,
            &.current-page-ancestor{

              a{
                background-color: @menu-item-hover-bg;
              }

            }

            &.primary-link{

              a{
                position: relative;
                font-family: @main-font-family;
                font-weight: 700;
                font-size: 14px;
                text-align: center;
                display: inline-block;
                border-radius: 60px;
                padding: 15px 40px 15px 25px;
                text-decoration: none !important;
                transition: all @button-transition-time ease-in-out;
                background: @emocio-bleu;
                border: 1px solid @emocio-bleu;
                color: @white !important;

                &:after {
                  content: '';
                  position: absolute;
                  right: 15px;
                  top: 50%;
                  transform: translateY(-50%);
                  height: 20px;
                  width: 20px;
                  cursor: pointer;
                  display: block;
                  z-index: 1;
                  background-image: url('@{base-url}/images/ui/arrow-diagonal-white.svg');
                  background-position: center center;
                  background-repeat: no-repeat;
                  background-size: contain;
                  transition: all @appear-transition-time linear;
                }

                &:hover,
                &:focus {
                  background: @emocio-bleu-hover;
                  border: 1px solid @emocio-bleu-hover;
                  outline: none !important;
                }

                &:active{
                  background: @emocio-bleu-clicked;
                  border: 1px solid @emocio-bleu-clicked;
                  color: @font-color-light !important;
                  outline: none !important;
                }
              }

            }

          }

        }
      }

    }

  }

  &.fix-condensed {
    padding: 5px 0;
    #inner-header {
      .inner-header-content {
        #logo {
          a {
            width: 80px;
          }
        }

      }
    }
  }

  &.unpinned{
    background-color: transparent;
    transform: translate3d(0, -100%, 0);
  }*/
}
header .header-container-responsive {
  max-width: 100%;
}
header .inner-header-content #logo a {
  width: 60px;
  display: block;
  transition: all 0.5s ease-in-out;
  outline: none !important;
}
header .inner-header-content .language-switcher {
  display: table;
  margin: 0 auto;
}
header .inner-header-content .language-switcher .language-switcher-button {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
}
header .inner-header-content .language-switcher .language-switcher-dropdown .language-item {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav {
  background: none !important;
}
header .inner-header-content .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 .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-left {
  display: none;
  pointer-events: none;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-center {
  display: none;
  pointer-events: none;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-right {
  flex: 0;
}
header .inner-header-content .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 .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 .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 .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav {
  visibility: visible !important;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  background-color: #F5F5F5;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item {
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item a {
  line-height: normal;
  height: auto;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px;
  margin: 0;
  outline: none !important;
  background: transparent;
  border-radius: 0;
  font-family: 'Quicksand';
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  transition: all ease-in-out 0.5s;
  text-align: center;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item:hover a,
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item:focus a,
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.current-menu-item a,
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.current-page-ancestor a {
  background-color: #DEE4EF;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.mega-current_page_item a {
  background-color: #DEE4EF;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu {
  background-color: #ffffff;
  border: none;
  padding: 0;
  border-radius: 8px;
  margin: 0;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-menu-item {
  width: 100%;
  border-bottom: 1px solid #DEE4EF;
  padding: 15px;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-menu-item a {
  line-height: normal;
  height: auto;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  outline: none !important;
  background: transparent;
  border-radius: 8px;
  font-family: 'Quicksand';
  color: rgba(17, 17, 17, 0.8);
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  transition: all ease-in-out 0.5s;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-menu-item a:hover,
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-menu-item a:focus {
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #444BF3;
}
header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-menu-item .mega-sub-menu {
  background-color: #ffffff;
  left: -15px;
  position: relative;
  border-radius: 0;
  margin: 15px 0 0 0;
  padding: 0;
  width: calc(100% + 30px);
}
header .inner-header-content .menu-container.secondary .nav {
  margin: 0;
}
header .inner-header-content .menu-container.secondary .nav .menu-item.primary-link a {
  position: relative;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 60px;
  padding: 15px 40px 15px 25px;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  background: #444BF3;
  border: 1px solid #444BF3;
  color: #ffffff !important;
}
header .inner-header-content .menu-container.secondary .nav .menu-item.primary-link a:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: block;
  z-index: 1;
  background-image: url('../../library//images/ui/arrow-diagonal-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s linear;
}
header .inner-header-content .menu-container.secondary .nav .menu-item.primary-link a:hover,
header .inner-header-content .menu-container.secondary .nav .menu-item.primary-link a:focus {
  background: #272FF1;
  border: 1px solid #272FF1;
  outline: none !important;
}
header .inner-header-content .menu-container.secondary .nav .menu-item.primary-link a:active {
  background: #062301;
  border: 1px solid #062301;
  color: #E6E7FA !important;
  outline: none !important;
}
header.fix-condensed {
  padding: 5px 0;
}
header.fix-condensed #inner-header .inner-header-content #logo a {
  width: 80px;
}
header.unpinned {
  background-color: transparent;
  transform: translate3d(0, -100%, 0);
}
header #menu-trigger {
  position: absolute;
  z-index: 1000;
  width: 40px;
  height: 40px;
  right: 15px;
  background-color: #F5F5F5;
  background-image: url('../../library//images/ui/menu-trigger-burger-dark.svg');
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: 0.25s all ease-in-out;
  transform: rotate(180deg);
}
header #menu-trigger.is-active {
  background-image: url('../../library//images/ui/menu-trigger-close-dark.svg');
  background-size: 80%;
}
header.menu-open .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav {
  top: 80px;
  height: calc(100dvh - 80px);
}
footer.footer #inner-footer .footer-container .inner-pre-footer hr {
  margin: 0 15px 50px 15px;
  border-top: 1px solid #E4E4E7 !important;
}
footer.footer #inner-footer .footer-container .inner-pre-footer .pre-footer-text {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: clamp(22px, 5vw, 40px);
  line-height: clamp(32px, 5vw, 52px);
}
footer.footer #inner-footer .footer-container .inner-pre-footer .pre-footer-cta {
  margin-top: 20px;
}
footer.footer #inner-footer .footer-container .inner-footer-menus {
  padding-bottom: 60px;
}
footer.footer #inner-footer .footer-container .inner-footer-menus hr {
  margin: 50px 15px;
  border-top: 1px solid #E4E4E7 !important;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address {
  font-family: 'Pitch Regular', sans-serif;
  letter-spacing: -0.05em;
  font-size: 16px;
  line-height: 18px;
  color: #111111;
  margin: 0 12px;
  margin-top: 30px;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-address-content .address-title {
  text-transform: uppercase;
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-address-content .address-name {
  font-family: 'Quicksand';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  margin-bottom: 20px;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-address-content .address-text {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #52525B;
  margin-bottom: 20px;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-address-content .address-text p {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-contact-content a {
  font-family: 'Pitch Regular', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #111111;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-contact-content a.emocio-link-primary {
  margin-top: 10px;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-social-content {
  margin-top: 30px;
  font-family: 'Pitch Bold', sans-serif;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-social-content .social-icon {
  position: relative;
  display: inline-block;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-social-content .social-icon:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-social-content .social-icon.instagram:before {
  background-image: url('../../library//images/ui/social/icon-instagram.svg');
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-social-content .social-icon.facebook:before {
  background-image: url('../../library//images/ui/social/icon-facebook.svg');
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-social-content .social-icon.linkedin:before {
  background-image: url('../../library//images/ui/social/icon-linkedin.svg');
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-social-content .social-icon.pinterest:before {
  background-image: url('../../library//images/ui/social/icon-pinterest.svg');
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-address .inner-footer-social-content .social-icon.youtube:before {
  background-image: url('../../library//images/ui/social/icon-youtube.svg');
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area {
  margin-top: 30px;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container {
  margin-top: 30px;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu {
  margin: 0;
  /*.nav-content {

                    .footer-navigation {
                      margin: 0;
                      display: flex;
                      flex: 0 0 100%;
                      width: 100%;
                      justify-content: space-between;
                    }

                  }*/
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item {
  display: block;
  list-style: none !important;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item::marker {
  display: none;
  content: none;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item a {
  position: relative;
  display: table;
  text-decoration: none;
  padding: 10px 16px 10px 0;
  margin: 0 12px;
  outline: none !important;
  background: transparent;
  font-family: 'Quicksand';
  color: #444BF3;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item a:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../../library//images/ui/arrow-diagonal-bleu.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 .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #444BF3;
  padding-right: 20px;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item a:hover:after {
  right: 0;
  opacity: 1;
  background-image: url('../../library//images/ui/arrow-diagonal-bleu.svg');
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item .sub-menu {
  margin: 0;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item .sub-menu li {
  display: table;
  width: auto;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item .sub-menu li a {
  position: relative;
  text-transform: none;
  display: block;
  padding: 5px 0;
  color: #111111;
  text-decoration: none;
  font-family: 'Quicksand';
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item .sub-menu li a:after {
  content: none;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item .sub-menu li a:hover,
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container .menu .menu-item .sub-menu li a:focus {
  color: #444BF3;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container nav + nav {
  margin-bottom: 30px;
}
footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area .footer-menu-container nav + nav .nav-content {
  border-top: none;
}
footer.footer #inner-footer .footer-container .inner-footer-legal {
  padding-bottom: 40px;
  padding-top: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #111111;
  font-family: 'Pitch Bold', sans-serif;
}
footer.footer #inner-footer .footer-container .inner-footer-legal > * {
  margin: 0;
}
footer.footer #inner-footer .post-footer-container {
  background-color: #E4E4E7;
  padding-top: 25px;
  padding-bottom: 25px;
}
footer.footer #inner-footer .post-footer-container .footer-links-container {
  color: #111111;
  font-size: 14px;
  font-weight: 500;
}
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;
}
footer.footer #inner-footer .post-footer-container .footer-links-container a {
  color: #111111;
  padding: 0 15px;
  transition: all 0.25s ease-in-out;
  border-right: 1px solid #111111;
  height: auto;
  line-height: initial;
  text-decoration: none;
}
footer.footer #inner-footer .post-footer-container .footer-links-container a:hover {
  color: #444BF3;
}
footer.footer #inner-footer .post-footer-container .footer-links-container .copyright {
  display: block;
  padding: 0 15px;
}
/**
 * PAGE TRANSVERSALE
 */
.page-template-page-transversale .emocio-bloc.emocio-wysiwyg {
  padding: 30px 15px;
}
.page-template-page-transversale .emocio-bloc.emocio-wysiwyg .emocio__wysiwyg_text_container h2 {
  font-family: 'Pitch Regular', sans-serif;
  color: #C8102E;
  font-size: clamp(40px, 4vw, 60px);
  line-height: clamp(45px, 5vw, 55px);
  font-weight: normal;
}
.page-template-page-transversale .emocio-bloc.emocio-wysiwyg .emocio__wysiwyg_text_container h3 {
  font-family: 'Pitch Bold', sans-serif;
  color: #111111;
  font-size: clamp(18px, 3vw, 22px);
  line-height: clamp(20px, 3vw, 24px);
}
.page-template-page-transversale .emocio-bloc.emocio-wysiwyg .emocio__wysiwyg_text_container h4 {
  font-family: 'Pitch Bold', sans-serif;
  color: #111111;
  font-size: clamp(16px, 3vw, 18px);
  line-height: clamp(18px, 3vw, 20px);
}
.error404 {
  overflow: hidden;
}
.error404 header,
.error404 footer {
  display: none !important;
}
.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(10px);
}
.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;
  background-color: rgba(17, 17, 17, 0.35);
}
.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: 'Quicksand';
  color: #C8102E;
  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: 'Quicksand';
  font-weight: 400;
  color: #F8F8F3;
  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) {
  /*********************
WC - TABLES
*********************/
  .woocommerce table.shop_table {
    /**
     * CART TABLE
     */
    /**
    * ORDER REVIEW DETAILS
    */
    /**
     * RESPONSIVE
     */
  }
  .woocommerce table.shop_table .empty-cells {
    display: table-cell;
  }
  .woocommerce table.shop_table tbody tr td > * {
    text-align: left;
  }
  .woocommerce table.shop_table tbody tr td.product-remove {
    padding: 15px 0 15px 15px;
  }
  .woocommerce table.shop_table tbody tr td.product-thumbnail {
    display: table-cell !important;
  }
  .woocommerce table.shop_table tbody tr td.product-thumbnail img {
    float: none;
  }
  .woocommerce table.shop_table tfoot tr th {
    display: table-cell;
  }
  .woocommerce table.shop_table.cart tbody tr {
    border-bottom: none;
  }
  .woocommerce table.shop_table.cart tbody tr td {
    border-bottom: 1px solid transparent;
  }
  .woocommerce table.shop_table.cart tbody tr td.product-remove {
    position: relative;
    left: auto;
    top: 0;
    padding: 15px 0 15px 15px;
  }
  .woocommerce table.shop_table.cart tbody tr td.product-thumbnail {
    display: table-cell !important;
  }
  .woocommerce table.shop_table.cart tbody tr td.product-thumbnail img {
    float: none;
    width: 100px;
  }
  .woocommerce table.shop_table.cart tbody tr td.product-quantity {
    padding: 15px 10px;
  }
  .woocommerce table.shop_table.order-details tbody tr td.product-thumbnail,
  .woocommerce table.shop_table.order_details tbody tr td.product-thumbnail {
    display: table-cell;
  }
  .woocommerce table.shop_table.order-details tbody tr td.product-thumbnail img,
  .woocommerce table.shop_table.order_details tbody tr td.product-thumbnail img {
    display: block;
    margin: 0;
  }
  .woocommerce table.shop_table.shop_table_responsive tr td:before {
    content: none;
  }
  /*********************
WC - CART
*********************/
  .woocommerce-cart {
    /*********************
  WC - CART
  *********************/
  }
  .woocommerce-cart.woocommerce-cart .woocommerce-cart-form .coupon-code-container .coupon-row-cta {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer #inner-footer .footer-container .inner-footer-menus .inner-footer-menus-container .footer-menu-area {
    margin-top: 0;
  }
  .single-events_emocio article .emocio-hero.emocio-hero-container .emocio__hero_container .emocio__hero_content .emocio-subtitle-title-text-cta .emocio__title_container .emocio__title > * {
    font-size: 60px !important;
    line-height: 54px !important;
  }
  .single-events_emocio article .emocio__event_sticky_trigger .emocio__event-content-wrapper .emocio__event-sticky {
    position: absolute;
    left: 15px ;
    top: 30px;
    max-width: 350px;
    margin-bottom: 0;
  }
  .single-events_emocio article .emocio__event_sticky_trigger .emocio__event-content-wrapper .emocio-bloc.emocio-cta-list .emocio__cta {
    justify-content: start !important;
  }
  /*********************
WC - TABLES
*********************/
  .woocommerce table.shop_table {
    /**
     * CART TABLE
     */
  }
  .woocommerce table.shop_table .empty-cells {
    display: table-cell;
  }
  .woocommerce table.shop_table.cart tbody tr td.product-quantity {
    padding: 15px 20px;
  }
  /*********************
WC - CART
*********************/
  .woocommerce-cart.woocommerce-cart .woocommerce-cart-form .coupon-code-container .coupon-row {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  header .header-container-responsive {
    max-width: 1140px;
  }
  header .inner-header-content #logo a {
    width: 60px;
    display: block;
    transition: all 0.5s ease-in-out;
    outline: none !important;
  }
  header .inner-header-content .menu-container {
    float: right;
    opacity: 1;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav .mega-menu-toggle {
    display: none;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav {
    width: 100%;
    max-width: 100%;
    left: auto;
    top: 0;
    height: auto;
    overflow: visible;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item a {
    display: table;
    margin: 0 2px;
    border-radius: 8px;
    font-size: 14px;
    text-align: left;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item:hover a,
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item:focus a,
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.current-menu-item a,
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item.current-page-ancestor a {
    background-color: #DEE4EF;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu {
    border: 1px solid #DEE4EF;
    padding: 15px 25px;
    border-radius: 8px;
    margin: 10px 5px 0 5px;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-menu-item {
    border-bottom: 1px solid #DEE4EF;
    padding: 10px 0 10px 0;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-menu-item a {
    height: auto;
    display: table;
    border-radius: 8px;
    font-size: 14px;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-menu-item a:hover,
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-menu-item a:focus {
    font-size: 14px;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-menu-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item .mega-sub-menu .mega-menu-item .mega-sub-menu {
    left: calc(100% + 20px);
    position: absolute;
    padding: 15px 25px;
    border-radius: 8px;
    margin: 0;
    /*position: absolute;
                  border-radius: 8px;
                  margin: 0;
                  padding: 0;
                  width: auto;*/
  }
}
@media only screen and (min-width: 1450px) {
  body .container {
    max-width: 1280px;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item a {
    margin: 0 5px;
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 1600px) {
  body .container {
    max-width: 1360px;
  }
  header .inner-header-content .menu-container #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item a {
    padding: 15px 25px;
  }
}
/*# sourceMappingURL=style.css.map */