@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #898989;
  font-family: open-sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: open-sans, sans-serif;
  line-height: 1em;
  color: black;
  font-weight: 800;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.5rem;
}

h4, h5, h6 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1240px) {
  h1 {
    font-size: 4.8rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 2.8rem;
  }
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

div ::-moz-selection, p ::-moz-selection {
  background-color: rgb(246.4077253219, 81.5922746781, 128.4592274678);
  color: #fff;
}

div ::selection, p ::selection {
  background-color: rgb(246.4077253219, 81.5922746781, 128.4592274678);
  color: #fff;
}

body:not(.elementor-editor-active) .elementor-menu-anchor::before {
  content: "";
  display: block;
  height: 80px; /* fixed header height*/
  margin: -100px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

body .toastify {
  padding: 0.8em 2em;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 14px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #f4215d;
}
a:not(.button):visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #f4215d;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

a.button-primary,
span.button-primary,
button.button-primary,
.button-primary .elementor-button-wrapper a {
  background: #f4215d;
  color: #fff;
}

a.button-orange,
span.button-orange,
button.button-orange,
.button-orange .elementor-button-wrapper a {
  background: #FF6A00;
  color: #fff;
}
a.button-orange:hover,
span.button-orange:hover,
button.button-orange:hover,
.button-orange .elementor-button-wrapper a:hover {
  background-color: #FF6A00;
}

a.button-secondary,
span.button-secondary,
button.button-secondary,
.button-secondary .elementor-button-wrapper a {
  border: 2px solid #f4215d !important;
  color: #f4215d;
  padding: 12px 63px !important;
}

a.button-primary,
span.button-primary,
button.button-primary,
a.button-secondary,
span.button-secondary,
button.button-secondary {
  cursor: pointer;
  padding: 14px 60px;
  font-size: 18px;
  line-height: 1.6em;
  border-radius: 3px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  text-align: center;
}
a.button-primary.button-full,
span.button-primary.button-full,
button.button-primary.button-full,
a.button-secondary.button-full,
span.button-secondary.button-full,
button.button-secondary.button-full {
  width: 100%;
}

.button.button-reverse {
  color: #f4215d;
  background-color: #fff;
  border: solid 1px #f4215d;
}

.button.btn-small {
  font-size: 14px;
  padding: 0.4em 0.8em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.nice-checkbox label input:checked + i::before {
  display: inline-block;
}
.nice-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nice-checkbox label input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  background-color: #fff;
  position: absolute;
  left: -300vw;
}
.nice-checkbox label i {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #898989;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  margin-top: 2px;
  cursor: pointer;
}
.nice-checkbox label i::before {
  content: "✓";
  display: none;
  color: black;
  padding: 0;
  position: absolute;
  margin-top: -5px;
}
.nice-checkbox label p {
  color: #000;
  margin-top: 0;
  line-height: 1.2em;
}
.nice-checkbox label p a {
  color: #f4215d;
}

.form-errors p {
  color: red;
}

#hm-login-form label.error {
  margin-left: 15px;
}

label.error {
  color: red !important;
  font-size: 12px;
  font-weight: 400 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-text {
  color: #717171;
  font-size: 10px;
  text-align: left;
}

.form-success {
  color: #f4215d;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#wpadminbar {
  display: none;
}

#masthead.site-header.logged .container .site-branding .nav-logo-color {
  display: none;
}

body.not-top #masthead.site-header.simple {
  background: white;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
}

.hamburger .hamburger-box .hamburger-inner {
  background-color: black;
}
.hamburger .hamburger-box .hamburger-inner::before {
  background-color: black;
}
.hamburger .hamburger-box .hamburger-inner::after {
  background-color: black;
}

.home:not(.not-top) .hamburger .hamburger-box .hamburger-inner {
  background-color: white;
}
.home:not(.not-top) .hamburger .hamburger-box .hamburger-inner::before {
  background-color: white;
}
.home:not(.not-top) .hamburger .hamburger-box .hamburger-inner::after {
  background-color: white;
}

#masthead.logged .hamburger .hamburger-box .hamburger-inner {
  background-color: white;
}
#masthead.logged .hamburger .hamburger-box .hamburger-inner::before {
  background-color: white;
}
#masthead.logged .hamburger .hamburger-box .hamburger-inner::after {
  background-color: white;
}

#masthead.site-header.simple .container .site-branding .nav-logo-transparent {
  display: none;
}

#masthead {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 58px;
  z-index: 9999;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#masthead .custom-logo {
  max-height: 50px;
  width: auto;
}
#masthead .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 90px;
}
#masthead #main-menu-container {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100vh - 0px);
  width: 100%;
  max-width: 500px;
  background-color: #f4215d;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  padding: 20px;
  padding-top: 78px;
  z-index: -1;
}
#masthead #main-menu-container #primary-menu li.menu-item-object-page.current-menu-item:not(.menu-item-btn) a {
  color: #f4215d;
}
#masthead #main-menu-container ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#masthead #main-menu-container ul.menu li a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  width: 100%;
  text-decoration: none;
}
#masthead.side-open #main-menu-container {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
@media (max-width: 760px) {
  #masthead #main-menu-container #menu-logged-mobile {
    margin-top: 25px;
  }
  #masthead #main-menu-container #menu-logged-mobile li {
    padding: 7px 15px !important;
  }
  #masthead #main-menu-container #menu-logged-mobile li.menu-item-object-campaign.current-menu-item {
    background: #DB275E;
    border-radius: 8px !important;
  }
}
@media (min-width: 1240px) {
  #masthead .hamburger {
    display: none;
  }
  #masthead #main-menu-container {
    position: static;
    height: auto;
    width: auto;
    background-color: transparent;
    padding: 0px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  #masthead #main-menu-container #primary-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #masthead #main-menu-container #primary-menu li {
    margin-right: 15px;
  }
  #masthead #main-menu-container #primary-menu li a {
    color: #a3a3a3;
    font-size: 13px;
  }
}
@media (min-width: 760px) {
  #masthead #masthead.site-header.logged .container #site-navigation .hamburger {
    display: none !important;
  }
  #masthead #main-menu-container {
    max-width: none;
  }
  #masthead #main-menu-container #primary-menu li.menu-item-btn {
    background: #f4215d;
    color: white;
    border-radius: 6px;
  }
  #masthead #main-menu-container #primary-menu li.menu-item-btn a {
    color: white;
  }
  #masthead #main-menu-container ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #masthead #main-menu-container ul.menu li {
    margin-right: 40px;
  }
  #masthead #main-menu-container ul.menu li.menu-item-object-campaign.current-menu-item {
    background: #F5608F;
    border-radius: 9px;
  }
  #masthead #main-menu-container ul.menu li a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-decoration: none;
  }
}
#masthead.logged {
  background-color: #f4215d;
}
#masthead.logged #main-menu-container ul.menu#menu-logged {
  display: none;
}
@media (min-width: 760px) {
  #masthead.logged #main-menu-container ul.menu#menu-logged {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #masthead.logged #main-menu-container ul.menu#menu-logged-mobile {
    display: none;
  }
}
#masthead.logged #main-menu-container ul.menu li a {
  color: #fff;
}
#masthead.logged .tablet-user-nav,
#masthead.logged #sidebar-logged {
  display: none;
}
#masthead.logged .mobile-user-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead.logged .mobile-user-nav div p:nth-child(2) span::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-left: 5px;
  position: absolute;
  background-image: url("../img/icons/happy.svg");
  background-repeat: no-repeat;
}
#masthead.logged .mobile-user-nav a.logout::before {
  content: "";
  width: 23px;
  height: 23px;
  margin-top: -8px;
  margin-right: 16px;
  right: 0;
  position: absolute;
  background-image: url(../img/icons/logout.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 760px) {
  #masthead.logged .mobile-user-nav {
    display: none;
  }
}
#masthead.logged .mobile-user-nav div {
  padding: 20px;
}
#masthead.logged .mobile-user-nav p {
  margin: 0;
  color: #f4215d;
}
#masthead.logged .mobile-user-nav p.username {
  font-size: 1.2em;
  font-weight: 600;
}
#masthead.logged .mobile-user-nav p span.happy {
  font-size: 1.2em;
  font-weight: 600;
}
@media (min-width: 760px) {
  #masthead.logged .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #masthead.logged .container #site-navigation {
    margin-left: 20px;
  }
  #masthead.logged .container #site-navigation .hamburger {
    display: none;
  }
  #masthead.logged .container .tablet-user-nav {
    display: block;
    position: absolute;
    top: 14px;
    bottom: 0;
    right: 20px;
  }
  #masthead.logged .container .tablet-user-nav div {
    padding: 5px 30px 5px 0;
  }
  #masthead.logged .container .tablet-user-nav p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
  }
  #masthead.logged .container .tablet-user-nav p.username {
    font-size: 1.1em;
    font-weight: 600;
  }
  #masthead.logged .container .tablet-user-nav p span.happy {
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
  }
  #masthead.logged .container .tablet-user-nav p span.happy::after {
    content: "";
    width: 23px;
    height: 23px;
    margin-top: 2px;
    margin-left: 9px;
    position: absolute;
    background-image: url("../img/icons/happy-white.svg");
    background-repeat: no-repeat;
  }
  #masthead.logged .container #sidebar-logged {
    display: block;
    width: 100%;
    max-width: 320px;
    height: calc(100vh - 58px);
    position: absolute;
    top: 90px;
    right: 0;
    background-color: #f4215d;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform ease-in-out 0.3s;
    transition: -webkit-transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    padding: 20px;
  }
  #masthead.logged .container #sidebar-logged #menu-logged-sidebar {
    margin: 0;
    padding: 0;
  }
  #masthead.logged .container #sidebar-logged #menu-logged-sidebar li {
    list-style-type: none;
    padding: 15px !important;
    border-radius: 8px;
  }
  #masthead.logged .container #sidebar-logged #menu-logged-sidebar li a {
    color: #000;
    display: inline-block;
    width: auto;
    font-size: 1rem;
    line-height: 1.4em;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px;
    width: 100%;
    text-decoration: none;
  }
  #masthead.logged .container #sidebar-logged #menu-logged-sidebar li:hover {
    background: #F56190;
  }
  #masthead.logged.sidebar-open .container #sidebar-logged {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  #masthead.logged.sidebar-open .container #sidebar-logged div {
    position: absolute;
    right: 100%;
    width: 100vw;
    height: 100%;
    top: 0;
  }
}

@media (min-width: 1240px) {
  .home #masthead .container #site-navigation {
    margin-right: calc(50% + 10px);
  }
}
#masthead.logged + main {
  margin-top: 80px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
#page > #site-footer {
  margin-top: auto;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.container {
  width: calc(100% - 20px);
  margin: 0 auto;
}

@media only screen and (min-width: 1240px) {
  .site-main.container {
    width: 100vw;
  }
}
#head-title {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
  padding: 112px 0px 22px 0px;
  margin-bottom: 30px;
}
#head-title .container h1 {
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
}
#head-title .container ul#type-campagne-filter {
  display: none;
}
#head-title .container ul#type-campagne-filter li {
  cursor: pointer;
}

@media (min-width: 760px) {
  #head-title .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #head-title .container ul#type-campagne-filter {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #head-title .container ul#type-campagne-filter li {
    list-style-type: none;
    margin-right: 40px;
    font-size: 0.8em;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 5px 15px;
    text-transform: uppercase;
  }
  #head-title .container ul#type-campagne-filter li.action {
    border-color: rgba(237, 33, 229, 0.62);
    color: rgba(237, 33, 229, 0.62);
  }
  #head-title .container ul#type-campagne-filter li.survey {
    border-color: #f32b69;
    color: #f32b69;
  }
  #head-title .container h1 {
    font-size: 2rem;
    text-align: left;
  }
}
#header-section-happy .buttons-header {
  width: 80%;
  overflow: inherit;
}
#header-section-happy .buttons-header .button-discover {
  width: 230px;
}

.posts-grid {
  max-width: 450px;
  width: 100%;
  margin: auto;
  margin-bottom: 150px;
}
@media (min-width: 760px) {
  .posts-grid {
    max-width: 800px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1240px) {
  .posts-grid {
    max-width: 1200px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1920px) {
  .posts-grid {
    max-width: 100%;
    grid-template-columns: repeat(4, 1fr);
  }
}

.posts-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.posts-navigation a {
  width: 50px;
  height: 50px;
  color: transparent;
}
.posts-navigation a::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url(../img/icons/load-more.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

article.block-campaign {
  position: relative;
  border-radius: 8px;
  padding: 34px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
  background-image: url(../img/lace_red.png);
  background-position: bottom right -20px;
  background-size: 200px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
}
article.block-campaign a {
  position: absolute;
  inset: 0;
}
article.block-campaign.disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
  opacity: 0.5;
}
article.block-campaign .miles {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 21px;
  font-weight: 500;
}
article.block-campaign .tag {
  font-size: 12px;
  margin-bottom: 4px;
}
article.block-campaign h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}
article.block-campaign .time {
  font-size: 17px;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
article.block-campaign .time::before {
  content: "";
  display: inline-block;
  background-image: url(../img/horloge.png);
  background-size: contain;
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
}
article.block-campaign .arrow-link {
  font-size: 20px;
  line-height: 1.1em;
  padding: 0 14px;
  background-color: #F4225D;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  bottom: 34px;
  right: 24px;
}
article.block-campaign.big-miles {
  background: #F5265C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(245, 38, 92)), to(rgb(255, 160, 114)));
  background: linear-gradient(90deg, rgb(245, 38, 92) 0%, rgb(255, 160, 114) 100%);
  color: #fff;
}
article.block-campaign.big-miles h3 {
  color: #fff;
}
article.block-campaign.big-miles .time::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

article.block-campaign-front {
  border-radius: 16px;
  background-color: #ffc5a9;
  padding: 20px;
}

#survey-thanks {
  margin-top: 40px;
}
#survey-thanks #surveyThanksEnquete {
  margin: 0 30px;
  display: grid;
  grid-template-columns: 1fr;
}
#survey-thanks #surveyThanksEnquete a {
  margin: 25px 0;
  border-radius: 34px;
  overflow: hidden;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 250px;
}
#survey-thanks #surveyThanksEnquete a:has(.disabled) {
  pointer-events: none;
}
#survey-thanks #surveyThanksEnquete a:has(.disabled) article.disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
#survey-thanks #surveyThanksEnquete article {
  position: relative;
}
#survey-thanks #surveyThanksEnquete article .post-thumbnail img {
  border-radius: 34px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#survey-thanks #surveyThanksEnquete article .entry-content-title {
  position: absolute;
  top: 25px;
  left: 25px;
}
#survey-thanks #surveyThanksEnquete article .entry-content-title h3 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}
#survey-thanks #surveyThanksEnquete article .entry-content-brand {
  padding: 6px 30px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 34px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#survey-thanks #surveyThanksEnquete article .entry-content-brand .miles, #survey-thanks #surveyThanksEnquete article .entry-content-brand .time {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
  font-weight: 600;
}
#survey-thanks #surveyThanksEnquete article .entry-content-brand .miles img, #survey-thanks #surveyThanksEnquete article .entry-content-brand .time img {
  margin-right: 10px;
}
#survey-thanks h2 {
  text-align: center;
  font-size: 1.7rem;
  margin: 0;
}
#survey-thanks h2 span {
  color: #f4215d;
}
#survey-thanks p {
  color: #212f44;
  text-align: center;
  font-weight: 400;
  margin: 0;
  margin-top: 10px;
}
#survey-thanks p.happy {
  font-size: 3rem;
  color: #f4215d;
  font-weight: 600;
  margin: 50px 0;
  margin-left: -25px;
}
#survey-thanks p.happy::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url("/wp-content/themes/happymiles/dist/img/icons/iconUser.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 10px;
}
@media (min-width: 960px) {
  #survey-thanks #surveyThanksEnquete {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1240px) {
  #survey-thanks #surveyThanksEnquete {
    gap: 30px;
  }
}

div:has(> .row-sondages) {
  container-type: inline-size;
}

.row-sondages {
  display: grid;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@container (width>500px) {
  .row-sondages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (width>720px) {
  .row-sondages {
    grid-template-columns: repeat(4, 1fr);
  }
}
.row-sondages .sondage-block {
  background-color: #ffc5a9;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  width: 100%;
}
.row-sondages .sondage-block > p:first-child {
  font-size: 11px;
  color: #000;
  margin-bottom: 4px;
}
.row-sondages .sondage-block h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 0;
}
.row-sondages .sondage-block .sondage-time {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: 500;
}
.row-sondages .sondage-block .arrow-icon {
  display: inline-block;
  background-color: #f4215d;
  color: #fff;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 10px;
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}
.row-sondages .sondage-block a {
  position: absolute;
  inset: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

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

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

.hm-popin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
  padding: 10px;
  background: white;
  border-radius: 10px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  -webkit-transform: translateY(calc(100% + 5px));
      -ms-transform: translateY(calc(100% + 5px));
          transform: translateY(calc(100% + 5px));
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.hm-popin.active {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

/*cospo*/
#container-quest {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  min-height: 400px;
}
#container-quest.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
#container-quest > form {
  width: calc(100% - 20px);
  max-width: 760px;
  margin: auto;
  margin-bottom: 40px;
}
#container-quest > form #quest-progress-message {
  display: none;
  text-align: center;
  margin-top: 10px;
}
#container-quest > form #quest-progression {
  display: block;
  height: 15px;
  position: relative;
  border-radius: 40px;
  padding: 2px;
  border: solid 1px #f4215d;
}
#container-quest > form #quest-progression > div {
  width: 0%;
  -webkit-transition: width ease-in-out 0.3s;
  transition: width ease-in-out 0.3s;
  height: 100%;
  background-color: #f4215d;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #f32b69), color-stop(99%, #f45439));
  background-image: linear-gradient(to right, #f32b69 2%, #f45439 99%);
  border-radius: 15px;
}
#container-quest > form #quest-progression > span {
  display: inline-block;
  position: absolute;
  left: calc(100% + 5px);
  top: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}
#container-quest > form .form-group.sub-quest {
  display: none;
  padding: 15px;
  text-align: center;
}
#container-quest > form .form-group.sub-quest > .control-label {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
#container-quest > form .form-group.sub-quest .quest-text-gdpr {
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 20px;
  color: #9b9b9b;
}
#container-quest > form .form-group.sub-quest .checkbox-q,
#container-quest > form .form-group.sub-quest .submit-q {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f4215d;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  cursor: pointer;
}
#container-quest > form .form-group.sub-quest .checkbox-q:hover,
#container-quest > form .form-group.sub-quest .submit-q:hover {
  background-color: rgb(215.330472103, 10.669527897, 68.8669527897);
}
#container-quest > form .form-group.sub-quest .checkbox-q-skip {
  color: #000;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
#container-quest > form .form-group.sub-quest .checkbox-wrapper,
#container-quest > form .form-group.sub-quest .radios-quest {
  text-align: center;
  margin-bottom: 15px;
}
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .checkbox,
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .radio,
#container-quest > form .form-group.sub-quest .radios-quest > .checkbox,
#container-quest > form .form-group.sub-quest .radios-quest > .radio {
  width: 100%;
  max-width: 220px;
  margin: 8px auto;
}
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .checkbox input,
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .radio input,
#container-quest > form .form-group.sub-quest .radios-quest > .checkbox input,
#container-quest > form .form-group.sub-quest .radios-quest > .radio input {
  position: absolute;
  left: -3000vw;
}
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .checkbox label,
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .radio label,
#container-quest > form .form-group.sub-quest .radios-quest > .checkbox label,
#container-quest > form .form-group.sub-quest .radios-quest > .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-shadow: 0 0 2px #d8d8d8;
          box-shadow: 0 0 2px #d8d8d8;
  border-radius: 2px;
  height: 100%;
  cursor: pointer;
}
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .checkbox label img,
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .radio label img,
#container-quest > form .form-group.sub-quest .radios-quest > .checkbox label img,
#container-quest > form .form-group.sub-quest .radios-quest > .radio label img {
  display: block;
  margin: auto;
  max-width: 100px;
  max-height: 100px;
}
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .checkbox label p,
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .radio label p,
#container-quest > form .form-group.sub-quest .radios-quest > .checkbox label p,
#container-quest > form .form-group.sub-quest .radios-quest > .radio label p {
  margin-bottom: 0;
}
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .checkbox label > span,
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .radio label > span,
#container-quest > form .form-group.sub-quest .radios-quest > .checkbox label > span,
#container-quest > form .form-group.sub-quest .radios-quest > .radio label > span {
  display: block;
}
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .checkbox input:checked + label,
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .checkbox label:hover,
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .radio input:checked + label,
#container-quest > form .form-group.sub-quest .checkbox-wrapper > .radio label:hover,
#container-quest > form .form-group.sub-quest .radios-quest > .checkbox input:checked + label,
#container-quest > form .form-group.sub-quest .radios-quest > .checkbox label:hover,
#container-quest > form .form-group.sub-quest .radios-quest > .radio input:checked + label,
#container-quest > form .form-group.sub-quest .radios-quest > .radio label:hover {
  -webkit-box-shadow: 0 0 4px #f4215d;
          box-shadow: 0 0 4px #f4215d;
}
@media (min-width: 640px) {
  #container-quest > form .form-group.sub-quest .checkbox-wrapper,
  #container-quest > form .form-group.sub-quest .radios-quest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #container-quest > form .form-group.sub-quest .checkbox-wrapper > .checkbox,
  #container-quest > form .form-group.sub-quest .checkbox-wrapper .radio,
  #container-quest > form .form-group.sub-quest .radios-quest > .checkbox,
  #container-quest > form .form-group.sub-quest .radios-quest .radio {
    margin: 8px;
  }
}
#container-quest.loading {
  background-image: url(../img/icons/loading.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7%;
}

.admin-bar .mfn-sidemenu-tmpl, .mfn-sidemenu-tmpl {
  margin-top: 0 !important;
  height: 100% !important;
}
.admin-bar .mfn-sidemenu-tmpl .mfn-sidemenu-menu, .mfn-sidemenu-tmpl .mfn-sidemenu-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admin-bar .mfn-sidemenu-tmpl .mfn-sidemenu-menu li, .mfn-sidemenu-tmpl .mfn-sidemenu-menu li {
  width: 60%;
  margin: 20px 0;
}
.admin-bar .mfn-sidemenu-tmpl .mfn-sidemenu-menu li.btnLogin, .mfn-sidemenu-tmpl .mfn-sidemenu-menu li.btnLogin {
  margin-left: 0;
}
.admin-bar .mfn-sidemenu-tmpl .mfn-sidemenu-menu li.btnLogin a.mfn-menu-link, .mfn-sidemenu-tmpl .mfn-sidemenu-menu li.btnLogin a.mfn-menu-link {
  color: #f4215d !important;
}
.admin-bar .mfn-sidemenu-tmpl .mfn-sidemenu-menu li.btnLogin, .admin-bar .mfn-sidemenu-tmpl .mfn-sidemenu-menu li.btnRegister, .admin-bar .mfn-sidemenu-tmpl .mfn-sidemenu-menu li.btnSurveys, .mfn-sidemenu-tmpl .mfn-sidemenu-menu li.btnLogin, .mfn-sidemenu-tmpl .mfn-sidemenu-menu li.btnRegister, .mfn-sidemenu-tmpl .mfn-sidemenu-menu li.btnSurveys {
  padding: 15px 0;
}

div.nsl-container, div.nsl-container-buttons {
  width: 100%;
}
div.nsl-container a div.nsl-button[data-skin=light], div.nsl-container-buttons a div.nsl-button[data-skin=light] {
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  border: 1px gray solid;
}

.seepass {
  padding: 0 !important;
  position: relative;
}
.seepass span.toggle-password {
  cursor: pointer;
  position: absolute;
  top: 22px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.site-main {
  margin: 0;
  width: 100vw;
}

#happyForm.login {
  min-height: 100vh;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#happyForm.login h1 {
  display: none;
}
#happyForm.login .logo-container img:first-child {
  display: block;
}
#happyForm.login .logo-container img:last-child {
  display: none;
}
#happyForm.login #form-password-forgot p, #happyForm.login #createPassword p, #happyForm.login #validEmail p {
  text-align: center;
}
#happyForm.login #hm-login-form, #happyForm.login #createPassword, #happyForm.login #form-password-forgot, #happyForm.login #validEmail {
  padding: 50px;
  max-width: 500px;
  background-color: #fff;
  border-radius: 34px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#happyForm.login #hm-login-form div.submit-container, #happyForm.login #createPassword div.submit-container, #happyForm.login #form-password-forgot div.submit-container, #happyForm.login #validEmail div.submit-container {
  margin-bottom: 15px;
}
#happyForm.login #hm-login-form .password-forgot-link-container a, #happyForm.login #createPassword .password-forgot-link-container a, #happyForm.login #form-password-forgot .password-forgot-link-container a, #happyForm.login #validEmail .password-forgot-link-container a {
  color: #f4215d;
}
#happyForm.login #hm-login-form div label, #happyForm.login #createPassword div label, #happyForm.login #form-password-forgot div label, #happyForm.login #validEmail div label {
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 5px;
  display: block;
}
#happyForm.login #hm-login-form input, #happyForm.login #createPassword input, #happyForm.login #form-password-forgot input, #happyForm.login #validEmail input {
  margin-bottom: 10px;
  color: rgb(137, 137, 137);
  width: 100%;
  border-radius: 6px;
  padding: 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(218, 218, 218);
  -o-border-image: initial;
     border-image: initial;
}
#happyForm.login #hm-login-form h3, #happyForm.login #createPassword h3, #happyForm.login #form-password-forgot h3, #happyForm.login #validEmail h3 {
  font-size: 30px;
  line-height: 25px;
  text-align: center;
}
#happyForm.login #hm-login-form button, #happyForm.login #createPassword button, #happyForm.login #form-password-forgot button, #happyForm.login #validEmail button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 20px 30px;
  width: 100%;
}
#happyForm.login #validEmail {
  margin-top: 80px;
  padding: 90px 50px;
}

#happyFormBg {
  min-height: 100vh;
  width: 100%;
  background-image: url("/wp-content/uploads/2024/04/background-img-min.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#happyFormBg div {
  padding: 0 150px;
}
#happyFormBg div h1, #happyFormBg div p {
  color: white;
  max-width: 30ch;
}
#happyFormBg div p {
  line-height: 35px;
  font-size: 40px;
}

#happyForm.subscribe.home {
  background-color: transparent;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

#happyForm.subscribe {
  min-height: 100vh;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#happyForm.subscribe a {
  color: #f4215d;
}
#happyForm.subscribe h1 {
  display: none;
}
#happyForm.subscribe #happyFormSubscribe {
  background-color: white;
  max-width: 500px;
  width: 100%;
  border-radius: 34px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 1400px) {
  #happyForm.subscribe #happyFormSubscribe {
    margin: 20px;
  }
}
#happyForm.subscribe #happyFormSubscribe p.mail {
  color: #f4215d;
}
#happyForm.subscribe #happyFormSubscribe div.nsl-container, #happyForm.subscribe #happyFormSubscribe div.nsl-container-buttons {
  width: 100%;
}
#happyForm.subscribe #happyFormSubscribe section {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#happyForm.subscribe #happyFormSubscribe section #nextStep + p {
  margin: 20px 0;
}
#happyForm.subscribe #happyFormSubscribe section h3 {
  font-size: 30px;
  line-height: 25px;
}
#happyForm.subscribe #happyFormSubscribe section .fields {
  margin: 20px 0;
  width: 100%;
}
#happyForm.subscribe #happyFormSubscribe button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 20px 30px;
  width: 100%;
}
#happyForm.subscribe #happyFormSubscribe button#prevStep {
  background-color: #fff;
  border: 2px solid #f4215d;
  color: #f4215d;
}
@media (max-width: 500px) {
  #happyForm.subscribe #happyFormSubscribe #inscriptionFirst h3 {
    text-align: center;
    font-size: 22px;
  }
  #happyForm.subscribe #happyFormSubscribe #inscriptionFirst .nsl-button-label-container, #happyForm.subscribe #happyFormSubscribe #inscriptionFirst button {
    text-wrap: auto;
  }
  #happyForm.subscribe #happyFormSubscribe #inscriptionFirst button {
    font-size: 14px;
    padding: 10px 20px;
  }
}
#happyForm.subscribe .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#happyForm.subscribe .logo-container img:first-child {
  display: block;
}
#happyForm.subscribe .logo-container img:last-child {
  display: none;
}
#happyForm.subscribe h1 {
  margin-bottom: 10px;
  font-size: 49px;
  line-height: 1.6em;
  text-align: center;
}
#happyForm.subscribe .description p {
  font-size: 14px;
  color: #898989;
}
#happyForm.subscribe #form-password-create .fields input,
#happyForm.subscribe #hm-login-form .fields input,
#happyForm.subscribe #form-password-forgot .fields input {
  width: 100%;
  line-height: 43px;
  font-size: 14px;
  padding: 5px 15px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
#happyForm.subscribe #form-password-create .fields.fields-login,
#happyForm.subscribe #hm-login-form .fields.fields-login,
#happyForm.subscribe #form-password-forgot .fields.fields-login {
  border: solid 1px #898989;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}
#happyForm.subscribe #form-password-create .fields.fields-login > div:not(:last-child),
#happyForm.subscribe #hm-login-form .fields.fields-login > div:not(:last-child),
#happyForm.subscribe #form-password-forgot .fields.fields-login > div:not(:last-child) {
  border-bottom: solid 1px #898989;
}
#happyForm.subscribe #form-password-create .fields.fields-create-password div,
#happyForm.subscribe #form-password-create .fields.fields-forgot-password div,
#happyForm.subscribe #hm-login-form .fields.fields-create-password div,
#happyForm.subscribe #hm-login-form .fields.fields-forgot-password div,
#happyForm.subscribe #form-password-forgot .fields.fields-create-password div,
#happyForm.subscribe #form-password-forgot .fields.fields-forgot-password div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#happyForm.subscribe #form-password-create .fields.fields-create-password div label,
#happyForm.subscribe #form-password-create .fields.fields-forgot-password div label,
#happyForm.subscribe #hm-login-form .fields.fields-create-password div label,
#happyForm.subscribe #hm-login-form .fields.fields-forgot-password div label,
#happyForm.subscribe #form-password-forgot .fields.fields-create-password div label,
#happyForm.subscribe #form-password-forgot .fields.fields-forgot-password div label {
  color: #898989;
  margin-bottom: 10px;
}
#happyForm.subscribe #form-password-create .fields.fields-create-password div input,
#happyForm.subscribe #form-password-create .fields.fields-forgot-password div input,
#happyForm.subscribe #hm-login-form .fields.fields-create-password div input,
#happyForm.subscribe #hm-login-form .fields.fields-forgot-password div input,
#happyForm.subscribe #form-password-forgot .fields.fields-create-password div input,
#happyForm.subscribe #form-password-forgot .fields.fields-forgot-password div input {
  border: solid 1px #898989;
  border-radius: 6px;
  color: #898989;
}
#happyForm.subscribe #form-password-create .fields.fields-create-password div input[type=password],
#happyForm.subscribe #form-password-create .fields.fields-forgot-password div input[type=password],
#happyForm.subscribe #hm-login-form .fields.fields-create-password div input[type=password],
#happyForm.subscribe #hm-login-form .fields.fields-forgot-password div input[type=password],
#happyForm.subscribe #form-password-forgot .fields.fields-create-password div input[type=password],
#happyForm.subscribe #form-password-forgot .fields.fields-forgot-password div input[type=password] {
  font-size: 32px;
  margin-bottom: 10px;
}
#happyForm.subscribe #form-password-create .fields.fields-create-password div:nth-child(2),
#happyForm.subscribe #form-password-create .fields.fields-forgot-password div:nth-child(2),
#happyForm.subscribe #hm-login-form .fields.fields-create-password div:nth-child(2),
#happyForm.subscribe #hm-login-form .fields.fields-forgot-password div:nth-child(2),
#happyForm.subscribe #form-password-forgot .fields.fields-create-password div:nth-child(2),
#happyForm.subscribe #form-password-forgot .fields.fields-forgot-password div:nth-child(2) {
  margin-bottom: 30px;
}
#happyForm.subscribe #form-password-create .password-forgot-link-container,
#happyForm.subscribe #hm-login-form .password-forgot-link-container,
#happyForm.subscribe #form-password-forgot .password-forgot-link-container {
  text-align: right;
}
#happyForm.subscribe #form-password-create .password-forgot-link-container a,
#happyForm.subscribe #hm-login-form .password-forgot-link-container a,
#happyForm.subscribe #form-password-forgot .password-forgot-link-container a {
  text-decoration: none;
  color: #f4215d;
}

@media (min-width: 1240px) {
  .site-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .site-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (max-width: 1240px) {
  .site-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-main #happyForm.login {
    background-image: url("/wp-content/uploads/2024/04/home-bg-min.png");
    background-size: 1400px;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .site-main #happyForm.login #createPassword, .site-main #happyForm.login #form-password-forgot, .site-main #happyForm.login #validEmail {
    margin: 120px 30px 0 30px;
  }
  .site-main #happyForm.login #hm-login-form {
    margin: 0 30px 30px 30px;
  }
  .site-main #happyForm.login #hm-login-form h3 {
    margin-bottom: 30px;
  }
  .site-main #happyForm.login h1 {
    display: block;
    color: white;
    margin: 50px 0;
    text-align: center;
  }
  .site-main #happyForm.login .logo-container img:last-child {
    display: block;
    scale: 0.6;
    margin-top: 20px;
  }
  .site-main #happyForm.login .logo-container img:first-child {
    display: none;
  }
  .site-main #happyFormBg {
    display: none;
  }
  .site-main #happyForm.subscribe {
    background-image: url("/wp-content/uploads/2024/04/home-bg-min.png");
    background-size: 1000px;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .site-main #happyForm.subscribe #happyFormSubscribe {
    margin: 0 30px 30px 30px;
  }
  .site-main #happyForm.subscribe h1 {
    display: block;
    color: white;
    margin: 50px 0;
  }
  .site-main #happyForm.subscribe .logo-container img:last-child {
    display: block;
    scale: 0.6;
    margin-top: 20px;
  }
  .site-main #happyForm.subscribe .logo-container img:first-child {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .site-main #happyForm.login {
    background-size: 1200px;
  }
  .site-main #happyForm.login h1 {
    text-align: center;
    font-size: clamp(14px, 8vw, 50px);
  }
  .site-main #happyForm.login #hm-login-form {
    padding: 35px;
  }
  .site-main #happyForm.subscribe {
    background-size: 1200px;
  }
  .site-main #happyForm.subscribe h1 {
    font-size: clamp(14px, 8vw, 50px);
  }
  .site-main #happyForm.subscribe #happyFormSubscribe section {
    padding: 35px;
  }
  #happyForm.subscribe.home #happyFormSubscribe section {
    padding: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .site-main #happyForm.login {
    background-size: 1400px;
  }
  .site-main #happyForm.login h1 {
    font-size: clamp(14px, 10vw, 50px);
    padding: 0 100px;
  }
  .site-main #happyForm.subscribe {
    background-size: 1400px;
  }
  .site-main #happyForm.subscribe h1 {
    font-size: clamp(14px, 10vw, 50px);
    padding: 0 100px;
  }
}
#loading_login {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("../img/icons/loading.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
}

body.hm-user-subscribed #main-section-subscription {
  display: none !important;
}

::-webkit-input-placeholder {
  color: #dadada;
}

::-moz-placeholder {
  color: #dadada;
}

:-ms-input-placeholder {
  color: #dadada;
}

::-ms-input-placeholder {
  color: #dadada;
}

::placeholder {
  color: #dadada;
}

.profile-form .fields-civilities {
  margin: 15px 0;
  width: 100%;
}
.profile-form .fields-civilities > input[type=radio] {
  position: absolute;
  left: -300vw;
}
.profile-form .fields-civilities div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: white;
  padding: 12px 0px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
  position: relative;
}
.profile-form .fields-civilities div label {
  position: relative;
  cursor: pointer !important;
}
.profile-form .fields-civilities div::before {
  content: "";
  width: 50%;
  background: #fff;
  height: 100%;
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer !important;
}
.profile-form .fields-civilities input:checked ~ div::before {
  background-color: #f4215d;
}
.profile-form .fields-civilities input[value=f]:checked ~ div label[for=gender-f] {
  color: white;
}
.profile-form .fields-civilities input[value=m]:checked ~ div::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.profile-form .fields-civilities input[value=m]:checked ~ div label[for=gender-m] {
  color: white;
}
.profile-form .fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.profile-form .fields div {
  grid-column: span 1;
}
.profile-form .fields div label {
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 5px;
  display: block;
}
.profile-form .fields div input, .profile-form .fields div select {
  margin-bottom: 10px;
  color: #898989;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  outline: none;
  border: 1px solid #DADADA;
}
.profile-form .fields div input:focus {
  border: 1px solid #ABABAB;
}
.profile-form .fields .field-street-nb,
.profile-form .fields .field-box,
.profile-form .fields .field-zip,
.profile-form .fields .field-city {
  grid-column: span 1;
  gap: 0px;
}
.profile-form .submit-container button {
  width: 100%;
  padding: 20px;
  border: none;
  border-radius: 9px;
}

@media (min-width: 768px) {
  .fields-login div {
    width: 100%;
    padding: 10px 0;
  }
  .fields-login div input {
    width: 100%;
  }
  .profile-form .fields {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
  .profile-form .fields div input {
    width: 100%;
  }
  .profile-form .fields div select {
    width: 100%;
  }
  .profile-form .fields .field-oldpass {
    grid-column: span 6;
  }
  .profile-form .fields .field-street, .profile-form .fields .field-firstname, .profile-form .fields .field-name, .profile-form .fields .field-birthdate, .profile-form .fields .field-phone {
    grid-column: span 3;
  }
  .profile-form .fields .field-street-nb {
    grid-column: span 2;
  }
  .profile-form .fields .field-newpass, .profile-form .fields .field-confirmpass {
    grid-column: span 3;
  }
  .profile-form .fields .field-street-box {
    grid-column: span 1;
  }
  .profile-form .fields .field-zip {
    grid-column: span 3;
  }
  .profile-form .fields .field-city {
    grid-column: span 3;
  }
  .profile-form .fields .field-email {
    grid-column: span 6;
  }
  .profile-form .fields .submit-container {
    grid-column: span 6;
  }
  .profile-form .fields .captcha-required {
    grid-column: span 6;
  }
  .profile-form .submit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .profile-form .submit-container button {
    width: auto;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
  }
}
#pre-form {
  width: clamp(320px, 90vw, 1180px);
  margin: 0 auto;
  padding-top: 80px;
}
#pre-form::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(300px, 90vw, 2400px);
  background-image: url(../img/preformbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1.77;
  opacity: 0.55;
  top: -8vw;
}
#pre-form > * {
  position: relative;
}
#pre-form h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  text-wrap: balance;
}
#pre-form h3 span {
  color: #f4215d;
}
@media (min-width: 960px) {
  #pre-form h3 {
    font-size: 42px;
  }
}
#pre-form .radio-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#pre-form .fields {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 80px;
  -webkit-box-shadow: 2px 2px 29px 0px rgba(0, 0, 0, 0.0901960784);
          box-shadow: 2px 2px 29px 0px rgba(0, 0, 0, 0.0901960784);
  padding: 40px;
  background-color: transparent;
  border-radius: 17px;
  backdrop-filter: blur(4px);
}
@media (min-width: 960px) {
  #pre-form .fields {
    gap: 20px;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#pre-form .fields > div:not(:last-child) input, #pre-form .fields > div:not(:last-child) select {
  background-color: transparent !important;
  border-bottom: solid 1px rgba(0, 0, 0, 0.0901960784) !important;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 960px) {
  #pre-form .fields > div:not(:last-child) {
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 29px 0px rgba(0, 0, 0, 0.0901960784);
            box-shadow: 2px 2px 29px 0px rgba(0, 0, 0, 0.0901960784);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  #pre-form .fields > div:not(:last-child) input, #pre-form .fields > div:not(:last-child) select {
    margin-bottom: 0;
    width: 120px;
  }
  #pre-form .fields > div:not(:last-child) > label {
    color: #000;
    font-weight: 600;
  }
  #pre-form .fields > div:not(:last-child) > label.error {
    width: 100%;
  }
}
#pre-form .fields > div:last-child {
  margin-top: 40px;
  width: 100%;
}
#pre-form .fields > div:last-child .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#pre-form .fields > div:last-child .btn-container #submitpreform {
  border-radius: 50px;
}
#pre-form .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pre-form .returnmessage {
  padding: 16px;
  color: #b92727;
  text-align: center;
}

/*historique*/
.histo-side {
  padding: 0 30px;
}

.histo-blocks {
  display: grid;
  gap: 20px;
}
@media (min-width: 1240px) {
  .histo-blocks {
    grid-template-columns: 1fr 1fr;
  }
}
.histo-blocks .histo-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(128, 128, 128, 0.1019607843);
          box-shadow: 0px 0px 30px 5px rgba(128, 128, 128, 0.1019607843);
  position: relative;
}
.histo-blocks .histo-block .histo-picto {
  position: absolute;
  top: -25px;
  left: calc(50% - 30px);
  width: 60px;
  height: 50px;
  background-color: #ffe9ef;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}
.histo-blocks .histo-block > div:nth-child(2) {
  text-align: center;
  font-weight: 600;
}
.histo-blocks .histo-block > div:nth-child(2) > span {
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
  color: #F5215E;
}

.histo-logs {
  margin-top: 20px;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px;
}
.histo-logs ul.histo-logs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 8px;
}
.histo-logs ul.histo-logs-head li {
  color: #202020;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
}
.histo-logs .log-table {
  margin-top: 10px;
}
.histo-logs .log-table .log-table-head {
  display: none;
  background-color: #f4f4f4;
  color: #CEC6C6;
  font-weight: 600;
  padding: 4px;
  margin-right: -20px;
  margin-left: -20px;
}
.histo-logs .log-table .log-table-head span {
  padding: 0 1em;
  font-size: 15px;
  text-transform: uppercase;
}
.histo-logs .log-table .log-rows .log-row {
  display: grid;
  padding: 4px;
  border-bottom: solid 1px #ebebeb;
}
.histo-logs .log-table .log-rows .log-row > span::before {
  content: attr(data-pref);
  margin-right: 1em;
  color: #000;
  font-weight: 600;
}
.histo-logs .log-table .log-rows .log-row span.log-miles {
  background-image: url(../img/icons/iconUser.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  padding-right: 2em;
  width: 80px;
  display: inline-block;
}
.histo-logs .log-table .log-rows .log-row span.log-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1em;
  background-color: #ecf8ef;
  color: #3FB75F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.histo-logs .log-table .log-rows .log-row span.log-status::before {
  content: url(../img/icons/log-success.png);
}
.histo-logs .log-table .log-rows .log-row span.log-status.reward {
  background-color: #eceef8;
  color: #325fb3;
}
@media (min-width: 1240px) {
  .histo-logs .log-table .log-table-head,
  .histo-logs .log-table .log-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .histo-logs .log-table .log-row > span::before {
    display: none;
  }
}

/*slider*/
.dash-slider {
  margin-bottom: 50px;
  width: 100%;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.dash-slider .swiper {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dash-slider .swiper .swiper-wrapper {
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dash-slider .swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dash-slider .swiper .swiper-slide .hello-slide {
  background: #F5265C;
  background: -webkit-gradient(linear, left top, right top, from(rgb(245, 38, 92)), to(rgb(255, 160, 114)));
  background: linear-gradient(90deg, rgb(245, 38, 92) 0%, rgb(255, 160, 114) 100%);
  padding: 68px 40px;
  color: #fff;
}
.dash-slider .swiper .swiper-slide .hello-slide p.hello {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.dash-slider .swiper .swiper-slide .hello-slide p {
  font-size: 15px;
  line-height: 1.2em;
}
.dash-slider .swiper .swiper-button-prev {
  width: 60px;
  aspect-ratio: 1;
  background-image: url(../img/slider-chevron-left.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.dash-slider .swiper .swiper-button-prev::after {
  display: none !important;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Footer
--------------------------------------------- */
footer#site-footer {
  padding: 20px 0;
  background: #e6e6e6;
}
footer#site-footer .site-info.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer#site-footer .site-info.container .footer-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer#site-footer .site-info.container .footer-1 div:first-child {
  margin: 0;
}
footer#site-footer .site-info.container .footer-1 figure {
  margin: 0;
}
footer#site-footer .site-info.container .footer-1 p {
  color: #7b7b7b;
  display: none;
}
footer#site-footer .site-info.container .footer-2 #nav_menu-2 .menu-menu-footer-container .menu {
  display: none;
}
footer#site-footer .site-info.container .footer-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer#site-footer .site-info.container .footer-3 .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer#site-footer .site-info.container .footer-3 .footer-socials img {
  width: 25px;
  height: auto;
}
footer#site-footer .site-info.container .footer-copyright {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer#site-footer .site-info.container .footer-copyright p {
  color: #7b7b7b;
  line-height: 3.1;
}
footer#site-footer .site-info.container .footer-copyright hr {
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  footer#site-footer .site-info.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  footer#site-footer .site-info.container .footer-1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer#site-footer .site-info.container .footer-1 .widget.widget_text {
    position: absolute;
    margin-top: 70px;
  }
  footer#site-footer .site-info.container .footer-1 p {
    color: #7b7b7b;
    display: block;
    color: #7b7b7b;
    font-size: 0.7rem;
  }
  footer#site-footer .site-info.container .footer-2 {
    width: 700px;
  }
  footer#site-footer .site-info.container .footer-2 .widget.widget_nav_menu {
    margin: 0;
  }
  footer#site-footer .site-info.container .footer-2 #nav_menu-2 .menu-menu-footer-container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
  }
  footer#site-footer .site-info.container .footer-2 #nav_menu-2 .menu-menu-footer-container .menu li, footer#site-footer .site-info.container .footer-2 #nav_menu-2 .menu-menu-footer-container .menu a {
    text-decoration: none;
    color: #a5a5a5;
    font-weight: 400;
    font-size: 0.9rem;
  }
  footer#site-footer .site-info.container .footer-2 #nav_menu-2 .menu-menu-footer-container .menu li:not(li:nth-child(1)) {
    margin-left: 80px;
  }
  footer#site-footer .site-info.container .footer-3 .widget.widget_block {
    margin: 0;
  }
  footer#site-footer .site-info.container .footer-3 p {
    display: none;
  }
  footer#site-footer .site-info.container .footer-copyright {
    display: none;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Utilities colors
--------------------------------------------- */
.theme-color-text {
  color: #f4215d;
}

#dashboard div.dashboard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#dashboard div.dashboard-container button {
  margin: 0 auto;
  border-radius: 8px;
  overflow: visible;
}
#dashboard div.dashboard-scroll {
  overflow-y: auto;
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#dashboard div.dashboard-scroll div.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 30px;
}
#dashboard div.dashboard-scroll div.dashboard-grid a {
  margin: 25px 0;
  border-radius: 34px;
  overflow: hidden;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 250px;
}
#dashboard div.dashboard-scroll div.dashboard-grid a:has(.disabled) {
  pointer-events: none;
}
#dashboard div.dashboard-scroll div.dashboard-grid a:has(.disabled) article.disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
#dashboard div.dashboard-scroll div.dashboard-grid article {
  position: relative;
}
#dashboard div.dashboard-scroll div.dashboard-grid article .post-thumbnail img {
  border-radius: 34px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#dashboard div.dashboard-scroll div.dashboard-grid article .entry-content-title {
  position: absolute;
  top: 25px;
  left: 25px;
}
#dashboard div.dashboard-scroll div.dashboard-grid article .entry-content-title h3 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}
#dashboard div.dashboard-scroll div.dashboard-grid article .entry-content-brand {
  padding: 6px 30px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 34px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#dashboard div.dashboard-scroll div.dashboard-grid article .entry-content-brand .miles, #dashboard div.dashboard-scroll div.dashboard-grid article .entry-content-brand .time {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
  font-weight: 600;
}
#dashboard div.dashboard-scroll div.dashboard-grid article .entry-content-brand .miles img, #dashboard div.dashboard-scroll div.dashboard-grid article .entry-content-brand .time img {
  margin-right: 10px;
}
@media (min-width: 960px) {
  #dashboard div.dashboard-scroll {
    width: 100%;
    margin-bottom: 0;
    padding: 25px 0;
  }
  #dashboard div.dashboard-scroll div.dashboard-grid {
    padding-top: 90px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  #dashboard div.dashboard-scroll div.dashboard-grid a {
    margin: 0;
  }
  #dashboard div.dashboard-scroll div.dashboard-grid article {
    margin: 0;
  }
}
@media (min-width: 1240px) {
  #dashboard div.dashboard-scroll div.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}

#dashboard div.dash-container.row div.dashboard-account-bloc, #dashboard div.dash-container.col div.dashboard-account-bloc {
  margin: 0 30px;
}
#dashboard div.dash-container.row div.dashboard-account-bloc div.userAccount, #dashboard div.dash-container.col div.dashboard-account-bloc div.userAccount {
  background-color: #fff;
  border-radius: 34px;
  padding: 60px 30px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(128, 128, 128, 0.1019607843);
          box-shadow: 0px 0px 30px 5px rgba(128, 128, 128, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dashboard div.dash-container.row div.dashboard-account-bloc div.userAccount p.userIcon, #dashboard div.dash-container.col div.dashboard-account-bloc div.userAccount p.userIcon {
  width: 140px;
  height: 140px;
  font-weight: 700;
  font-size: 45px;
  background-color: #F5215E;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  text-transform: uppercase;
}
#dashboard div.dash-container.row div.dashboard-account-bloc div.userAccount p.username, #dashboard div.dash-container.col div.dashboard-account-bloc div.userAccount p.username {
  font-weight: 800;
  font-size: 20px;
}
#dashboard div.dash-container.row div.dashboard-account-bloc div.userAccount p.points, #dashboard div.dash-container.col div.dashboard-account-bloc div.userAccount p.points {
  color: #F5215E;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 30px;
  border: 2px solid #F4F4F4;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dashboard div.dash-container.row div.dashboard-account-bloc div.userAccount p.points img, #dashboard div.dash-container.col div.dashboard-account-bloc div.userAccount p.points img {
  width: 35px;
  margin-left: 10px;
}
#dashboard div.dash-container.row div.dashboard-account-bloc div.userAccount a, #dashboard div.dash-container.col div.dashboard-account-bloc div.userAccount a {
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  background-color: #F5215E;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
}
#dashboard div.dash-container.row div.dashboard-account-bloc div.userAccount a:hover, #dashboard div.dash-container.col div.dashboard-account-bloc div.userAccount a:hover {
  color: white;
  text-decoration: none;
}
#dashboard div.dash-container.row div.dashboard-parent, #dashboard div.dash-container.col div.dashboard-parent {
  padding-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 170px);
}
#dashboard div.dash-container.row div.dashboard-parent button#voirPlusReward, #dashboard div.dash-container.col div.dashboard-parent button#voirPlusReward {
  margin-top: auto;
}
#dashboard div.dash-container.row div.dashboard-parent h3, #dashboard div.dash-container.col div.dashboard-parent h3 {
  color: #F5215E;
  margin: 30px;
  font-size: 25px;
  line-height: 35px;
}
#dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 30px;
  margin-bottom: 40px !important;
}
#dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second > h3, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second > h3 {
  grid-column: 1/-1;
  color: #fff;
  background-color: #F5215E;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding: 0.6em;
  border-radius: 0 40px 40px 0;
  font-weight: 400;
  position: relative;
  width: 95%;
  left: -50px;
}
@media (min-width: 1700px) {
  #dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second > h3, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second > h3 {
    left: calc((100vw - 100px - 1380px) / -2);
    width: 100%;
  }
}
#dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second article, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second article {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  margin: 25px 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 34px;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 250px;
  overflow: hidden;
}
#dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second article.disable, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second article.disable {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second article .entry-header .entry-title, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second article .entry-header .entry-title {
  display: none;
}
#dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second article .entry-content, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second article .entry-content {
  display: none;
}
#dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second article .post-thumbnail img, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second article .post-thumbnail img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 25px;
}
#dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second article span.points, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second article span.points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  padding: 6px 30px;
  color: black;
  margin: 0;
  border-radius: 0 34px;
  font-weight: 600;
  font-size: 15px;
}
#dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second article span.points img, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second article span.points img {
  -o-object-fit: none;
     object-fit: none;
  margin-right: 10px;
  padding: 0;
}
#dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second article span.banner, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second article span.banner {
  position: absolute;
  top: 0;
  padding: 6px 30px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  left: 0;
  border-radius: 34px 0 34px 0;
  background-color: #F5215E;
}
#dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second.reward, #dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second:has(form#happyFormUpdate), #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second.reward, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second:has(form#happyFormUpdate) {
  padding-top: 0;
}
@media (min-width: 960px) {
  #dashboard div.dash-container.row, #dashboard div.dash-container.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #dashboard div.dash-container.row div.dashboard-account-bloc, #dashboard div.dash-container.col div.dashboard-account-bloc {
    padding: 25px 0;
    width: 50vw;
    margin: 0 0 0 30px;
  }
  #dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second {
    margin: 0 30px 0 20px;
    padding-top: 90px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second article, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second article {
    margin: 0;
  }
  #dashboard div.dash-container.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #dashboard div.dash-container.col > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #dashboard div.dash-container.col div.dashboard-parent {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
  }
}
@media (min-width: 1240px) {
  #dashboard div.dash-container.row div.dashboard-account-bloc, #dashboard div.dash-container.col div.dashboard-account-bloc {
    width: 35vw;
  }
  #dashboard div.dash-container.row div.dashboard-parent div.dashboard-grid-second, #dashboard div.dash-container.col div.dashboard-parent div.dashboard-grid-second {
    margin: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  #dashboard div.dash-container.col div.giftList div.dashboard-parent div.dashboard-grid-second {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#dashboard .gift_dialog {
  text-align: center;
  position: relative;
  padding: 70px 100px 30px 100px;
  border-radius: 34px;
  border: 0;
}
#dashboard .gift_dialog button {
  font-size: 15px;
}
#dashboard .gift_dialog .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dashboard .gift_dialog .content h3 {
  margin: 0 !important;
  background: -webkit-gradient(linear, left top, right top, from(#F5215E), color-stop(60%, #F4533B));
  background: linear-gradient(90deg, #F5215E 0%, #F4533B 60%);
  font-weight: 700;
  font-size: 22px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#dashboard .gift_dialog .content .imgContainer {
  margin-top: 50px;
  max-width: 320px;
  width: 100%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(245, 33, 94, 0.0901960784);
          box-shadow: 2px 2px 20px 0px rgba(245, 33, 94, 0.0901960784);
  border-radius: 20px;
}
#dashboard .gift_dialog .content .imgContainer img {
  margin: 0;
  width: 180px;
}
#dashboard .gift_dialog .content .giftForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#dashboard .gift_dialog .content .giftForm .description {
  max-width: 500px;
  font-size: 12px;
}
#dashboard .gift_dialog .content .giftForm .giftAmount {
  margin-top: 50px;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#dashboard .gift_dialog .content .giftForm .giftAmount label input {
  position: absolute;
  left: -999px;
}
#dashboard .gift_dialog .content .giftForm .giftAmount label p {
  cursor: pointer;
  border: 1px solid #F4533B;
  font-size: 14px;
  color: #F4533B;
  border-radius: 20px;
  padding: 17px 27px;
  margin: 0;
}
#dashboard .gift_dialog .content .giftForm .giftAmount label:has(input:checked) p {
  background-color: #F4533B;
  color: white;
}
#dashboard .gift_dialog .content .giftForm .confirmEmail {
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#dashboard .gift_dialog .content .giftForm .confirmEmail input {
  border-radius: 10px;
  border: 1px solid #DADADA;
  color: rgba(0, 0, 0, 0.4);
  padding: 11px;
  width: 300px;
  margin: 0;
}
#dashboard .gift_dialog .content .giftForm .btn {
  margin-top: 25px;
  max-width: 320px;
  width: 100%;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(244, 83, 59, 0.0901960784);
          box-shadow: 2px 2px 20px 0px rgba(244, 83, 59, 0.0901960784);
  background: -webkit-gradient(linear, left top, right top, from(#F5215E), color-stop(67%, #F4533B));
  background: linear-gradient(90deg, #F5215E 0%, #F4533B 67%);
  margin-bottom: 15px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
}
#dashboard .gift_dialog .msg {
  color: rgb(234, 105, 0);
}
#dashboard .gift_dialog .msg.sucess {
  color: rgb(18, 237, 18);
}
#dashboard .gift_dialog .msg.error {
  color: red;
}
#dashboard .gift_dialog .close {
  position: absolute;
  background-color: transparent;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  top: 30px;
  right: 30px;
}
#dashboard dialog::-ms-backdrop {
  background: #000;
  opacity: 0.5;
}
#dashboard dialog::backdrop {
  background: #000;
  opacity: 0.5;
}

#passReset {
  color: #f4215d;
}

dialog.popPreferences {
  border-radius: 34px;
  border: 0;
  scrollbar-width: thin;
}
dialog.popPreferences #happyFormPreferences {
  margin: 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0) 0px 7px 29px 0px;
}

div.blocksContainer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
div.blocksContainer div.userDatas::before {
  background-image: url("/wp-content/themes/happymiles/dist/img/icons/user-round.svg");
}
div.blocksContainer div.userPasses::before {
  background-image: url("/wp-content/themes/happymiles/dist/img/icons/lock.svg");
}
div.blocksContainer div::before {
  width: 2em;
  height: 2em;
  content: "";
  background-repeat: no-repeat;
  background-size: 2em;
}
div.blocksContainer div {
  background-repeat: no-repeat;
  background-position: center left 50px;
  background-size: 30px;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 18px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  width: 100%;
  padding: 10px 10px;
}
div.blocksContainer div p {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
div.blocksContainer div svg {
  width: 25px;
}
div.blocksContainer div.active {
  border: 2px solid #F5215E;
}

#happyFormUpdate, #happyFormPassword, #happyFormPreferences {
  margin: 30px 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
  border-radius: 34px;
}
#happyFormUpdate a.politique, #happyFormUpdate a.mesPreferences, #happyFormPassword a.politique, #happyFormPassword a.mesPreferences, #happyFormPreferences a.politique, #happyFormPreferences a.mesPreferences {
  color: #f4215d;
  display: block;
  width: 100%;
}
#happyFormUpdate a.politique:hover, #happyFormUpdate a.mesPreferences:hover, #happyFormPassword a.politique:hover, #happyFormPassword a.mesPreferences:hover, #happyFormPreferences a.politique:hover, #happyFormPreferences a.mesPreferences:hover {
  color: #f4215d;
}
#happyFormUpdate button.button-primary, #happyFormPassword button.button-primary, #happyFormPreferences button.button-primary {
  text-transform: initial !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#happyFormUpdate div.confid, #happyFormPassword div.confid, #happyFormPreferences div.confid {
  margin: 25px 0;
}

div.userAccount {
  background-color: #fff;
  border-radius: 34px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(128, 128, 128, 0.1019607843);
          box-shadow: 0px 0px 30px 5px rgba(128, 128, 128, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.userAccount p.userIcon {
  width: 140px;
  height: 140px;
  font-weight: 700;
  font-size: 45px;
  background-color: #F5215E;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  text-transform: uppercase;
}
div.userAccount p.username {
  font-weight: 800;
  font-size: 20px;
}
div.userAccount p.points {
  color: #F5215E;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 30px;
  border: 2px solid #F4F4F4;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.userAccount p.points img {
  width: 35px;
  margin-left: 10px;
}
div.userAccount a {
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  background-color: #F5215E;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
}
div.userAccount a:hover {
  color: white;
  text-decoration: none;
}

#happyFormPreferences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#happyFormPreferences input[type=submit] {
  border-radius: 8px;
  margin: 0 auto 20px auto !important;
}
#happyFormPreferences p {
  margin: 0;
}
#happyFormPreferences p#or {
  color: #F5215E;
  width: 100%;
  text-align: center;
  position: relative;
}
#happyFormPreferences p#or::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  background: #F5215E;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#happyFormPreferences p#or::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30%;
  background-color: #F5215E;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#happyFormPreferences a#deleteacc {
  color: lightgray;
  margin: 10px 0;
  text-align: center;
}
#happyFormPreferences a#deleteacc:hover {
  color: lightgray;
}
#happyFormPreferences div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
#happyFormPreferences div.content div.personnal label {
  margin-bottom: 0;
}
#happyFormPreferences div.content div.personnal label:first-child, #happyFormPreferences div.content div.personnal label:nth-child(2).on {
  display: block;
}
#happyFormPreferences div.content div.personnal label:nth-child(2), #happyFormPreferences div.content div.personnal label.off {
  display: none;
}
#happyFormPreferences div.content div.personnal label:last-child {
  font-size: 15px;
  color: lightgray;
  margin-top: 10px;
}
#happyFormPreferences div.content .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-bottom: 0;
}
#happyFormPreferences div.content .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#happyFormPreferences div.content .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: lightgray;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#happyFormPreferences div.content .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 6px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#happyFormPreferences div.content input:checked + .slider {
  background-color: #F5215E;
}
#happyFormPreferences div.content input:checked + .slider:before {
  -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
          transform: translateX(26px);
}
#happyFormPreferences div.content .slider.round {
  border-radius: 34px;
}
#happyFormPreferences div.content .slider.round:before {
  border-radius: 50%;
}

@media (min-width: 960px) {
  #happyFormPreferences div.content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #happyFormUpdate, #happyFormPassword, #happyFormPreferences {
    margin: 0;
  }
  div.blocksContainer {
    margin-top: 0;
  }
  dialog.popPreferences {
    padding: 50px;
  }
}
@media (min-width: 1240px) {
  #dashboard div.dashboard-container div.dashboard-parent div.dashboard-grid-second:has(#happyFormUpdate, #happyFormPassword, #happyFormPreferences) {
    grid-template-columns: 1fr;
  }
  div.blocksContainer {
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  div.blocksContainer div {
    padding: 20px 10px;
  }
}
.circular-progress {
  position: relative;
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-circle {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: white;
}

.percentage {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}

.sponsorship {
  margin-top: 40px;
  text-align: center;
}
.sponsorship h3 {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 16px !important;
}

#dashboard div.enquetes-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 20px;
  gap: 20px;
}
@media (min-width: 960px) {
  #dashboard div.enquetes-container {
    padding-top: 60px;
  }
  #dashboard div.enquetes-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  #dashboard div.enquetes-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#no-campaigns {
  padding: 40px;
  text-align: center;
}

.dash-container {
  width: calc(100% - 20px);
  max-width: 1440px;
  margin: 0 auto;
}

#Wrapper:has(> #dashboard) {
  background-color: #F9FAFC;
}

#dashboard-section {
  display: grid;
  gap: 40px;
}
@media (width > 1500px) {
  #dashboard-section {
    grid-template-columns: 1fr 2fr;
  }
}

@media (min-width: 960px) {
  body.sidebar-closed #dashboard #userMenu div.menuContent hr {
    background-color: transparent;
    border-color: transparent;
  }
  body.sidebar-closed #dashboard #userMenu div.menuContent ul li a {
    color: transparent;
  }
  body.sidebar-closed #dashboard #userMenu div.menuContent a#burgerMenuDesktop img:first-child {
    display: none;
  }
  body.sidebar-closed #dashboard #userMenu div.menuContent a#burgerMenuDesktop img:last-child {
    display: block;
    position: static;
  }
}
@media (min-width: 960px) {
  body.sidebar-closed #dashboard {
    display: grid;
    gap: 40px;
    grid-template-columns: 100px 1fr;
  }
}

#dashboard {
  min-height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
@media (min-width: 960px) {
  #dashboard:not(.not-logged) {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    -webkit-transition: grid-template-columns 0.5s ease-in-out;
    transition: grid-template-columns 0.5s ease-in-out;
    transition: grid-template-columns 0.5s ease-in-out, -ms-grid-columns 0.5s ease-in-out;
  }
}
#dashboard div.enquetes-grid.noQuestMsg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#dashboard div.enquetes-grid.noQuestMsg img {
  width: 200px;
}
#dashboard #dashboard-content {
  width: 100%;
  height: 100vh;
}
#dashboard #userMenu.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  opacity: 1;
  left: 0;
}
#dashboard img.close {
  position: fixed;
}
#dashboard #userMenu {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 200;
  position: absolute;
  opacity: 0;
  -webkit-transition: left 0.5s ease-in-out, opacity 0.3s ease-in-out;
  transition: left 0.5s ease-in-out, opacity 0.3s ease-in-out;
  left: -300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  width: 80vw;
  max-width: 100%;
  border-radius: 0 34px 34px 0;
  background-color: #fbfafb;
  -webkit-box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.07);
}
@media (width > 1500px) {
  #dashboard #userMenu {
    border-radius: 34px;
  }
}
#dashboard #userMenu div.menuContent {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  height: 100vh;
}
#dashboard #userMenu div.menuContent a#burgerMenuDesktop {
  display: none;
}
#dashboard #userMenu div.menuContent > div:last-child {
  margin-top: auto;
  margin-bottom: 20px;
}
#dashboard #userMenu div.menuContent a#logout {
  color: #fff;
  padding: 5px 5px;
  background-color: #F4225D;
  border-radius: 10px;
  font-size: 14px;
  line-height: 2.5em;
  width: 100%;
  display: inline-block;
  text-align: center;
}
#dashboard #userMenu div.menuContent > ul {
  margin: 0;
  margin-top: 30px;
  padding: 0;
  display: block;
  width: calc(100% + 20px);
}
#dashboard #userMenu div.menuContent > ul li {
  list-style-type: none;
}
#dashboard #userMenu div.menuContent > ul ul {
  margin: 0;
  padding: 0;
}
#dashboard #userMenu div.menuContent > ul > li {
  margin-bottom: 30px;
}
#dashboard #userMenu div.menuContent > ul > li > span {
  color: #828f96;
  font-size: 20px;
  display: block;
  margin-bottom: 14px;
  padding-left: 30px;
}
#dashboard #userMenu div.menuContent > ul > li:has(.active) > span {
  color: #f4225D;
}
#dashboard #userMenu div.menuContent > ul > li li {
  padding-left: 30px;
  line-height: 2em;
}
#dashboard #userMenu div.menuContent > ul > li li a, #dashboard #userMenu div.menuContent > ul > li li a:visited {
  font-size: 20px;
  color: #f4225D;
}
#dashboard #userMenu div.menuContent > ul > li li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1ch;
}
#dashboard #userMenu div.menuContent > ul > li li a:hover {
  text-decoration: none;
}
#dashboard #userMenu div.menuContent > ul > li li a::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#dashboard #userMenu div.menuContent > ul > li li.menu-dash a::before {
  background-image: url(../img/dash-icons/icon-dashboard.png);
}
#dashboard #userMenu div.menuContent > ul > li li.active a::before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
#dashboard #userMenu div.menuContent > ul > li li.active {
  background-color: #f4225d;
  border-radius: 40px 0 0 40px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: -1;
}
#dashboard #userMenu div.menuContent > ul > li li.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background-image: url(../img/nav-radius.png);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat;
}
#dashboard #userMenu div.menuContent > ul > li li.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: -40px;
  background-image: url(../img/nav-radius.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#dashboard #userMenu div.menuContent > ul > li li.active a, #dashboard #userMenu div.menuContent > ul > li li.active a:visited {
  color: #fff;
}
#dashboard #userNav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 30px;
}
#dashboard #userNav div.userBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 3px solid #F4F4F4;
}
#dashboard #userNav div.userBar div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dashboard #userNav div.userBar div a#burgerMenu {
  display: block;
}
#dashboard #userNav div.userBar div a.points {
  text-decoration: none;
}
#dashboard #userNav div.userBar div p.points {
  margin: 0;
  color: #F5215E;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 15px;
  border: 2px solid #F4F4F4;
  border-radius: 8px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#dashboard #userNav div.userBar div p.points img {
  width: 35px;
  margin-left: 10px;
  opacity: 1;
  position: static;
}
#dashboard #userNav div.userBar div p.userIcon {
  height: 45px;
  width: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-color: #F5215E;
  margin-left: 20px;
  text-transform: uppercase;
}
#dashboard #userNav div.userBar a#burgerMenu {
  z-index: 200;
}
#dashboard #userNav div.userBar a#burgerMenu img:first-child {
  display: block;
}
#dashboard #userNav div.userBar a#burgerMenu img:last-child {
  opacity: 0;
  left: -300px;
  position: fixed;
  -webkit-transition: left 0.5s ease-in-out, opacity 0.3s ease-in-out;
  transition: left 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
#dashboard #userNav div.userBar a#burgerMenu img.open {
  display: none;
}
#dashboard #userNav div.userBar a#burgerMenu img.close {
  opacity: 1;
  left: 30px;
  top: 25px;
  display: block;
}
#dashboard #userNav h1 {
  margin: 20px 0;
  width: 100%;
  font-size: 30px;
}
#dashboard .wpml-ls-legacy-dropdown {
  width: unset !important;
}
@media (min-width: 960px) {
  #dashboard .dashboard-scroll {
    height: calc(100vh - 120px);
    scrollbar-color: #f5225d white;
    scrollbar-width: thin;
  }
  #dashboard #userMenu {
    display: block;
    opacity: 1;
    position: static;
  }
  #dashboard #userMenu div.menuContent {
    position: relative;
  }
  #dashboard #userMenu div.menuContent a#burgerMenuDesktop {
    display: none !important;
    width: 35px;
    position: absolute;
    bottom: 55px;
    right: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 200;
  }
  #dashboard #userMenu div.menuContent a#burgerMenuDesktop img:first-child {
    display: block;
  }
  #dashboard #userMenu div.menuContent a#burgerMenuDesktop img:last-child {
    display: none;
  }
  #dashboard #userMenu div.menuContent p.firstName {
    white-space: nowrap;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  #dashboard #userNav {
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 3px solid #F4F4F4;
  }
  #dashboard #userNav div.userContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #dashboard #userNav .wpml-ls-legacy-dropdown {
    width: unset !important;
  }
  #dashboard #userNav div.userBar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 0;
    border: none;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #dashboard #userNav div.userBar a#burgerMenu {
    display: none;
  }
  #dashboard #userNav div.userBar div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #dashboard #userNav div.userBar div input#searchField {
    margin-bottom: 0;
    border-radius: 8px;
    color: #898989;
    padding: 10px;
    outline: none;
    border: 1px solid #DADADA;
  }
  #dashboard #userNav div.userBar div p.points {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    font-size: 25px;
    padding: 10px 30px;
  }
  #dashboard #userNav div.userBar div a#logout {
    padding: 10px 30px;
  }
  #dashboard #userNav div.userBar div a#logout img {
    display: none;
  }
  #dashboard #userNav div.userBar div a#logout span {
    display: block;
  }
  #dashboard #userNav div.userBar div p.userIcon {
    font-size: 25px;
    width: 54px;
    height: 54px;
  }
  #dashboard #userNav h1 {
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #dashboard #userNav h1 img {
    width: 250px;
  }
  #dashboard #userNav .wpml-ls-statics-shortcode_actions .wpml-ls-link {
    display: inline;
  }
}
#dashboard .wpml-ls-menu-item {
  margin: 0 !important;
  padding: 0 !important;
}
#dashboard .wpml-ls-menu-item:has(ul) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#dashboard .wpml-ls-menu-item a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding-top: 0;
}
@media (min-width: 960px) {
  #dashboard .wpml-ls-menu-item {
    display: none !important;
  }
}
@media (max-width: 1150px) {
  #dashboard #userNav h1 img {
    width: 170px;
  }
}
@media (max-width: 450px) {
  #dashboard .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-touch-device.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    display: none !important;
  }
}

#menu-menu-principal-1, #menu-menu-principale-1 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#menu-menu-principal-1 .wpml-ls-menu-item ul li, #menu-menu-principale-1 .wpml-ls-menu-item ul li {
  list-style: none;
}

#menu-menu-principal-2 .wpml-ls-menu-item, #menu-menu-principale-2 .wpml-ls-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#menu-menu-principal-2 .wpml-ls-menu-item ul, #menu-menu-principale-2 .wpml-ls-menu-item ul {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#confirm-email-block {
  -webkit-box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 4px 19px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 125px 20px;
  min-height: 500px;
  text-align: center;
}
#confirm-email-block h3 {
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#confirm-email-block p {
  font-size: 15px;
  line-height: 1.4em;
  color: #7e7e7e;
  font-weight: 500;
}
#confirm-email-block p + p {
  color: #FF6A00;
  font-size: 12px;
  font-weight: 600;
}

body.thanks {
  height: 100%;
}

body.thanks #Wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.thanks #Wrapper #ThanksContent {
  margin-top: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.thanks #Wrapper #ThanksContent .header {
  text-align: center;
}
body.thanks #Wrapper #ThanksContent .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html {
  background-color: #fff !important;
}

main {
  background-color: #fff;
}

body:not(.hm-user-subscribed) .hide-not-subscribed {
  display: none;
}

body:not(.hm-user-logged) .hide-not-logged {
  display: block;
}

body.hm-user-logged .hide-not-logged {
  display: none;
}

.visible-subscribed {
  display: block;
}

body.hm-user-subscribed .visible-subscribed {
  display: none;
}

.btnRegister {
  border: 1px #fff solid;
  border-radius: 8px;
}

li.mfn-menu-li.btnLogin, li.mfn-menu-li.btnSurveys {
  margin-left: 20px;
  border-radius: 8px;
  background-color: #fff;
}

.mcb-section .mcb-wrap .mfn-header-menu > li.mfn-menu-li.btnLogin > a.mfn-menu-link, li.mfn-menu-li.btnSurveys span.menu-label {
  color: #F5215E !important;
}

footer p {
  margin: 0 !important;
}

html {
  margin-top: 0 !important;
}

.otgs-development-site-front-end {
  display: none;
}

#Content {
  padding-top: 0 !important;
}

.admin-bar .mfn-header-tmpl-fixed, .admin-bar.mfn-header-scrolled .mfn-header-tmpl:not(.mfn-header-tmpl-default) {
  margin: 0 !important;
  top: 0 !important;
}

.spanColor {
  color: #F5215E;
}

button.btnPlusHome {
  background-color: #F5215E !important;
  border-radius: 8px !important;
  padding: 20px 30px !important;
}

#swiperCampaignMobile a {
  display: block;
  height: 500px;
}

@media (max-width: 568px) {
  div#swiperCampaignMobile a {
    display: block;
    height: 200px;
  }
}
@media (max-width: 768px) {
  #swiperCampaignMobile a {
    display: block;
    height: 300px;
  }
  #swiperCampaign {
    width: 100%;
  }
  #swiperCampaign .swiper-slide {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  button.btnPlusHome {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (min-width: 958px) {
  #swiperCampaign {
    width: 100%;
  }
  #swiperCampaign .swiper-slide {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #swiperCampaign ~ div {
    color: black;
  }
  #swiperCampaign ~ div.swiper-button-prev {
    left: -3vw;
  }
  #swiperCampaign ~ div.swiper-button-next {
    right: -3vw;
  }
}
@media (min-width: 1240px) and (max-width: 1400px) {
  #swiperCampaign ~ div {
    color: black;
  }
  #swiperCampaign ~ div.swiper-button-prev {
    left: -2.5vw;
  }
  #swiperCampaign ~ div.swiper-button-next {
    right: -2.5vw;
  }
}
@media (min-width: 1400px) {
  #swiperCampaign ~ div {
    color: black;
  }
  #swiperCampaign ~ div.swiper-button-prev {
    left: -2vw;
  }
  #swiperCampaign ~ div.swiper-button-next {
    right: -2vw;
  }
}
@media (min-width: 2000px) {
  #swiperCampaign ~ div {
    color: black;
  }
  #swiperCampaign ~ div.swiper-button-prev {
    left: -2vw;
  }
  #swiperCampaign ~ div.swiper-button-next {
    right: -2vw;
  }
}
#swiperCampaignMobile ~ div.swiper-button-prev, #swiperCampaignMobile ~ div.swiper-button-next {
  top: 100%;
  width: 20%;
}

#swiperCampaignMobile a:has(.disabled), #swiperCampaign a:has(.disabled) {
  pointer-events: none;
}
#swiperCampaignMobile a:has(.disabled) article.disabled, #swiperCampaign a:has(.disabled) article.disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
#swiperCampaignMobile article.campaignssssss, #swiperCampaign article.campaignssssss {
  margin: 0 10px;
  height: 100%;
  position: relative;
}
#swiperCampaignMobile article.campaignssssss .post-thumbnail, #swiperCampaign article.campaignssssss .post-thumbnail {
  height: 100%;
}
#swiperCampaignMobile article.campaignssssss .post-thumbnail img, #swiperCampaign article.campaignssssss .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 34px;
}
#swiperCampaignMobile article.campaignssssss .entry-content-title, #swiperCampaign article.campaignssssss .entry-content-title {
  position: absolute;
  top: 25px;
  left: 25px;
}
#swiperCampaignMobile article.campaignssssss .entry-content-title h3, #swiperCampaign article.campaignssssss .entry-content-title h3 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}
#swiperCampaignMobile article.campaignssssss .entry-content-brand, #swiperCampaign article.campaignssssss .entry-content-brand {
  padding: 10px 50px 10px 30px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 34px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#swiperCampaignMobile article.campaignssssss .entry-content-brand .miles, #swiperCampaignMobile article.campaignssssss .entry-content-brand .time, #swiperCampaign article.campaignssssss .entry-content-brand .miles, #swiperCampaign article.campaignssssss .entry-content-brand .time {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#swiperCampaignMobile article.campaignssssss .entry-content-brand .miles img, #swiperCampaignMobile article.campaignssssss .entry-content-brand .time img, #swiperCampaign article.campaignssssss .entry-content-brand .miles img, #swiperCampaign article.campaignssssss .entry-content-brand .time img {
  margin-right: 10px;
}

#swiperCampaign article.campaign .entry-content-brand {
  padding: 5px 50px 5px 30px;
}

#swiper-avis .swiper-slide {
  opacity: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swiper-avis .swiper-slide div {
  border-radius: 30px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#swiper-avis .swiper-slide h3 {
  margin: 25px 0;
  padding: 0 20px;
  font-size: 22px;
}
#swiper-avis .swiper-slide img {
  width: 15%;
}
#swiper-avis .swiper-slide p {
  padding: 0 20px;
  font-size: 16px;
  color: black;
}
#swiper-avis .swiper {
  overflow: visible;
}
#swiper-avis .swiper-slide-active {
  opacity: 1;
}
#swiper-avis div.swiper-button-prev, #swiper-avis div.swiper-button-next {
  top: 100%;
  width: 20%;
}

pre {
  background: black !important;
  color: white;
}

.logged {
  display: none;
}/*# sourceMappingURL=style.css.map */