@charset "UTF-8";
@charset 'UTF-8';
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://vivezlevitrail.com/wp-content/themes/larouche/css/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://vivezlevitrail.com/wp-content/themes/larouche/css/fonts/slick.eot);
    src: url(https://vivezlevitrail.com/wp-content/themes/larouche/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://vivezlevitrail.com/wp-content/themes/larouche/css/fonts/slick.woff) format('woff'), url(https://vivezlevitrail.com/wp-content/themes/larouche/css/fonts/slick.ttf) format('truetype'), url(https://vivezlevitrail.com/wp-content/themes/larouche/css/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 10px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 50px;
    height: 50px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;
    height: 50px;

    content: '•';
    text-align: center;

    opacity: .50;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: transparent;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: white;
}
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}


/* 
 Theme Name:     Larouche
 Author:         Larouche Marketing | Communications
 Author URI:     https://larouchemc.com 
 Version:        1.0 
*/
/****** Stylesheets ********/
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Book.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BookItalic.otf);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Black.otf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BlackItalic.otf);
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Circular Std", sans-serif;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #000;
}

html {
  height: 100%;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 90%;
  }
}
.container .left, .container .right {
  width: 49.1525423729%;
}

.hidden {
  display: none;
}

@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Book.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BookItalic.otf);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Black.otf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BlackItalic.otf);
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
#menu_second {
  display: none;
}
@media screen and (max-width: 1024px) {
  #menu_second {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
}

#top-header .container {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
#top-header .container .logo_top {
  width: 10%;
  margin-bottom: 15px;
}
@media screen and (max-width: 540px) {
  #top-header .container .logo_top {
    width: 20%;
  }
}
@media screen and (max-width: 411px) {
  #top-header .container .logo_top {
    width: 50%;
  }
}
#top-header .container .bloc-menu {
  width: 90%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top-header .container .bloc-menu {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 540px) {
  #top-header .container .bloc-menu {
    width: 80%;
  }
}
@media screen and (max-width: 414px) {
  #top-header .container .bloc-menu {
    width: 60%;
  }
}
@media screen and (max-width: 411px) {
  #top-header .container .bloc-menu {
    width: 50%;
  }
}
#top-header .container .bloc-menu .sectionRs {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#top-header .container .bloc-menu .sectionMenuDesktop {
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  #top-header .container .bloc-menu .sectionMenuDesktop {
    display: none;
  }
}
#top-header .container .bloc-menu .sectionMenuDesktop .menu-menu-principal-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#top-header .container .bloc-menu .sectionMenuDesktop .menu-menu-principal-container ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
#top-header .container .bloc-menu .sectionMenuDesktop .menu-menu-principal-container ul li a {
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}

#top-header .container .bloc-menu .sectionMenuDesktop .menu-menu-principal-container ul li a:hover {
  padding-bottom: 26px;
  border-bottom: 4px #95CEC3 solid;
}
#top-header .container .bloc-menu .sectionMenuDesktop .menu-menu-principal-container ul .current-menu-item a {
  color: #95CEC3;
}

/*-------------------------- MENU ----------------------------- */
header .menu-buger {
  transition: 0.1s -webkit-transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear;
  position: relative;
  background: 0;
  float: right;
  margin: 0;
  height: 2rem;
  width: 3rem;
  z-index: 111;
  outline: 0;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 667px) {
  header .menu-buger {
    width: 3rem;
  }
}

.bar, .bar::before, .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
  position: absolute;
  background: black;
  margin: auto;
  width: 100%;
  height: 0.2rem;
  content: "";
  top: 60%;
  left: 0;
  cursor: pointer;
}

.menu-buger.blanc .bar, .menu-buger.blanc .bar::before, .menu-buger.blanc .bar::after {
  background: black;
}

.menu-buger.blanc.active .bar {
  background: 0;
}

.menu-burger.active .bar::before, .menu-burger.active .bar::after {
  background: white;
}

.bar {
  margin-top: -0.2rem;
}

.bar::before {
  top: -0.7rem;
}

.bar::after {
  top: 0.7rem;
}

.bar::before, .bar::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.active .bar {
  background: 0;
}

.active .bar::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.active .bar::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.active .bar::before, .active .bar::after {
  top: 0;
  background: white;
}
@media screen and (max-width: 667px) {
  .active .bar::before, .active .bar::after {
    top: 0;
  }
}

.active .bar, .active .bar::before, .active .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s;
}

header nav.nav-burger {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #c1c1c1;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.8s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.8s cubic-bezier(0.56, 0.1, 0.34, 0.91), -webkit-transform 0.8s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  padding-top: 4rem;
  z-index: 11;
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  header nav.nav-burger {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px), screen and (max-width: 720px) and (max-height: 540px) {
  header nav.nav-burger {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  header nav.nav-burger {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 653px) and (max-height: 280px) {
  header nav.nav-burger {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 540px) {
  header nav.nav-burger {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 414px) {
  header nav.nav-burger {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 320px) {
  header nav.nav-burger {
    padding-top: 10rem;
  }
}

@media screen and (max-width: 1024px) {
  header .menu-open div.tel.blanc {
    display: flex;
  }
}

header .menu-open nav.nav-burger {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

header nav.nav-burger ul {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 823px) and (max-height: 411px), screen and (max-width: 736px) and (max-height: 414px), screen and (max-width: 720px) and (max-height: 540px) {
  header nav.nav-burger ul {
    margin-top: 0;
  }
}
@media screen and (max-width: 667px) {
  header nav.nav-burger ul {
    margin-top: 0;
  }
}
header nav.nav-burger ul .logos-reseaux-menu {
  padding: 40px 40px 20px 40px;
}
header nav.nav-burger ul .logos-reseaux-menu a {
  border-bottom: none;
}
header nav.nav-burger ul .logos-reseaux-menu a #img_logo_fb_menu {
  padding-right: 10px;
}

header nav.nav-burger ul li {
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 600;
  width: 50%;
}
@media screen and (max-width: 823px) and (max-height: 411px), screen and (max-width: 736px) and (max-height: 414px), screen and (max-width: 720px) and (max-height: 540px) {
  header nav.nav-burger ul li {
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  header nav.nav-burger ul li {
    width: 100%;
    font-size: 20px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  header nav.nav-burger ul li {
    padding: 10px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 653px) and (max-height: 280px) {
  header nav.nav-burger ul li {
    font-size: 15px;
    padding: 7px 0;
  }
}
@media screen and (max-width: 568px) and (max-height: 320px) {
  header nav.nav-burger ul li {
    font-size: 16px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 375px) {
  header nav.nav-burger ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  header nav.nav-burger ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  header nav.nav-burger ul li {
    font-size: 15px;
  }
}

header nav.nav-burger ul li a:hover {
  color: #000;
  border-bottom: 2px solid #000000;
}

header nav.nav-burger ul li a {
  color: #000;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
  padding-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 653px) and (max-height: 280px), screen and (max-width: 568px) and (max-height: 320px) {
  header nav.nav-burger ul li a {
    padding-bottom: 0;
  }
}

header nav.nav-burger ul li ul {
  margin-top: 5px;
}
header nav.nav-burger ul li ul li {
  font-size: 18px;
  padding: 5px 40px;
}
@media screen and (max-width: 360px) {
  header nav.nav-burger ul li ul li {
    font-size: 18px;
  }
}

header nav.nav-burger ul li:hover > a {
  font-weight: 300;
}

@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Book.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BookItalic.otf);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Black.otf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BlackItalic.otf);
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
#main-footer .sectionPlanFooter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 540px) {
  #main-footer .sectionPlanFooter {
    align-items: flex-start;
  }
}
#main-footer .sectionPlanFooter img {
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
#main-footer .sectionPlanFooter .imgFooterDesktop {
  display: block;
}
@media screen and (max-width: 540px) {
  #main-footer .sectionPlanFooter .imgFooterDesktop {
    display: none;
  }
}
#main-footer .sectionPlanFooter .imgFooterMobile {
  display: none;
}
@media screen and (max-width: 540px) {
  #main-footer .sectionPlanFooter .imgFooterMobile {
    display: block;
  }
}
#main-footer .sectionPlanFooter .bouton {
  z-index: 1;
  position: absolute;
}
@media screen and (max-width: 540px) {
  #main-footer .sectionPlanFooter .bouton {
    top: 25%;
  }
}
#main-footer .section-InfosContact {
  background-color: #000000;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #main-footer .section-InfosContact {
    padding: 50px 0 30px 0;
  }
}
#main-footer .section-InfosContact .container {
  padding: 30px 0;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  #main-footer .section-InfosContact .container {
    margin-bottom: 30px;
  }
}
#main-footer .section-InfosContact .container .zone_logo_footer {
  width: 20.3389830508%;
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #main-footer .section-InfosContact .container .zone_logo_footer {
    width: 32.2033898305%;
  }
}
@media screen and (max-width: 768px) {
  #main-footer .section-InfosContact .container .zone_logo_footer {
    width: 32.2033898305%;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  #main-footer .section-InfosContact .container .zone_logo_footer {
    width: 40.6779661017%;
  }
}
@media screen and (max-width: 540px) {
  #main-footer .section-InfosContact .container .zone_logo_footer {
    width: 49.1525423729%;
  }
}
@media screen and (max-width: 414px) {
  #main-footer .section-InfosContact .container .zone_logo_footer {
    width: 66.1016949153%;
  }
}
@media screen and (max-width: 375px) {
  #main-footer .section-InfosContact .container .zone_logo_footer {
    width: 83.0508474576%;
  }
}
#main-footer .section-InfosContact .container .zone_logo_footer img {
  width: 100%;
}
#main-footer .section-InfosContact .container .contact_footer {
  width: 40.6779661017%;
}
@media screen and (max-width: 1500px) {
  #main-footer .section-InfosContact .container .contact_footer {
    width: 45.7627118644%;
  }
}
@media screen and (max-width: 1024px) {
  #main-footer .section-InfosContact .container .contact_footer {
    width: 60%;
  }
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #main-footer .section-InfosContact .container .contact_footer {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #main-footer .section-InfosContact .container .contact_footer {
    width: 100%;
    margin-top: 40px;
  }
}
#main-footer .section-InfosContact .container .contact_footer .bloc-contacts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main-footer .section-InfosContact .container .contact_footer .bloc-contacts .contact {
  width: 40.6779661017%;
}
@media screen and (max-width: 1500px) {
  #main-footer .section-InfosContact .container .contact_footer .bloc-contacts .contact {
    width: 45.7627118644%;
  }
}
@media screen and (max-width: 414px) {
  #main-footer .section-InfosContact .container .contact_footer .bloc-contacts .contact {
    width: 100%;
  }
}
#main-footer .section-InfosContact .container .contact_footer .bloc-contacts .contact:nth-child(1) {
  margin-right: 10px;
}
@media screen and (max-width: 414px) {
  #main-footer .section-InfosContact .container .contact_footer .bloc-contacts .contact:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#main-footer .section-InfosContact .container .contact_footer .bloc-contacts .contact h3 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}
#main-footer .section-InfosContact .container .contact_footer .bloc-contacts .contact p {
  color: #898989;
  line-height: 1.4;
}
#main-footer .section-InfosContact .container .contact_footer .bloc-contacts .contact p a {
  color: #898989;
  text-decoration: underline;
}
#main-footer .section-InfosContact .copyright .container {
  padding: 0;
  margin-bottom: 0;
}
#main-footer .section-InfosContact .copyright .container p, #main-footer .section-InfosContact .copyright .container a {
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
@media screen and (max-width: 360px) {
  #main-footer .section-InfosContact .copyright .container p, #main-footer .section-InfosContact .copyright .container a {
    font-size: 10px;
  }
}

@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Book.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BookItalic.otf);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Black.otf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BlackItalic.otf);
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Book.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BookItalic.otf);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Black.otf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BlackItalic.otf);
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
h1 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 720px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 540px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 720px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 540px) {
  h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 414px) {
  h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 375px) {
  h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  h2 {
    font-size: 20px;
  }
}

p {
  font-weight: 300;
  font-size: 16px;
}
@media screen and (max-width: 375px) {
  p {
    font-size: 15px;
  }
}

a {
  cursor: pointer;
}

a.bouton {
  background-color: #95CEC3;
  color: #000000;
  padding: 15px 25px;
  font-weight: 300;
  font-size: 25px;
  text-decoration: none;
  border-radius: 4px;
}
a.bouton:hover {
  color: #ffffff;
  background-color: #000000;
}
@media screen and (max-width: 720px) {
  a.bouton {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  a.bouton {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  a.bouton {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  a.bouton {
    font-size: 16px;
    padding: 10px 20px;
  }
}

span.soustitre {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  span.soustitre {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  span.soustitre {
    font-size: 17px;
  }
}

@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Book.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BookItalic.otf);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Black.otf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BlackItalic.otf);
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Book.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BookItalic.otf);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Black.otf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BlackItalic.otf);
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
#accueil .zone_header {
  position: relative;
}
#accueil .zone_header img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
@media screen and (max-width: 1500px) {
  #accueil .zone_header img {
    height: 80vh;
  }
}
@media screen and (max-width: 1024px) {
  #accueil .zone_header img {
    height: 60vh;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  #accueil .zone_header img {
    height: 80vh;
  }
}
@media screen and (max-width: 540px) {
  #accueil .zone_header img {
    height: 100%;
  }
}
#accueil .zone_header .headerdesktop {
  display: block;
}
@media screen and (max-width: 540px) {
  #accueil .zone_header .headerdesktop {
    display: none;
  }
}
#accueil .zone_header .headermobile {
  display: none;
}
@media screen and (max-width: 540px) {
  #accueil .zone_header .headermobile {
    display: block;
  }
}
#accueil .zone_header .bg-shape {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-image: url(//vivezlevitrail.com/wp-content/uploads/2021/09/formeHeaderHome.svg);
  width: 850px;
  height: 350px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) and (max-height: 1080px) {
  #accueil .zone_header .bg-shape {
    bottom: 0;
  }
}
@media screen and (max-width: 1500px) {
  #accueil .zone_header .bg-shape {
    width: 700px;
    height: 220px;
  }
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #accueil .zone_header .bg-shape {
    position: relative;
    width: 100%;
    height: auto;
    background-image: unset;
    background-color: #95CEC3;
  }
}
@media screen and (max-width: 768px) {
  #accueil .zone_header .bg-shape {
    position: relative;
    width: 100%;
    height: auto;
    background-image: unset;
    background-color: #95CEC3;
  }
}
#accueil .zone_header .bg-shape .contenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 10px auto 50px auto;
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #accueil .zone_header .bg-shape .contenu {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #accueil .zone_header .bg-shape .contenu {
    width: 90%;
  }
}
#accueil .zone_header .bg-shape .contenu h1 {
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1500px) {
  #accueil .zone_header .bg-shape .contenu h1 {
    margin-bottom: 25px;
  }
}
#accueil .zone_header .bg-shape .contenu p {
  font-size: 25px;
}
@media screen and (max-width: 414px) {
  #accueil .zone_header .bg-shape .contenu p {
    font-size: 22px;
  }
}
#accueil .zone_presentation .container-big {
  margin: -3px auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  #accueil .zone_presentation .container-big {
    margin: -3px auto 0 auto;
  }
}
#accueil .zone_presentation .container-big .left {
  padding: 40px 0;
  width: 40.6779661017%;
}
@media screen and (max-width: 1500px) {
  #accueil .zone_presentation .container-big .left {
    width: 46.4406779661%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 1366px) {
  #accueil .zone_presentation .container-big .left {
    width: 49%;
  }
}
@media screen and (max-width: 1024px) {
  #accueil .zone_presentation .container-big .left {
    width: 90%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px), screen and (max-width: 414px) {
  #accueil .zone_presentation .container-big .left {
    padding: 0;
  }
}
#accueil .zone_presentation .container-big .left p {
  color: #898989;
  padding: 20px 0;
  line-height: 1.4;
  margin-left: 8%;
}
@media screen and (max-width: 1500px) {
  #accueil .zone_presentation .container-big .left p {
    padding: 10px 0;
    margin-left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  #accueil .zone_presentation .container-big .left p {
    margin-left: 0;
    padding: 15px 0;
  }
}
#accueil .zone_presentation .container-big .right {
  width: 57.6271186441%;
}
@media screen and (max-width: 1500px) {
  #accueil .zone_presentation .container-big .right {
    width: 51%;
  }
}
@media screen and (max-width: 1366px) {
  #accueil .zone_presentation .container-big .right {
    width: 49%;
  }
}
@media screen and (max-width: 1024px) {
  #accueil .zone_presentation .container-big .right {
    width: 100%;
  }
}
#accueil .zone_presentation .container-big .right img {
  width: 100%;
  object-fit: cover;
}
#accueil .zone_presentation .container-big .right .imgDesktop {
  display: block;
}
@media screen and (max-width: 1024px) {
  #accueil .zone_presentation .container-big .right .imgDesktop {
    display: none;
  }
}
#accueil .zone_presentation .container-big .right .imgMobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  #accueil .zone_presentation .container-big .right .imgMobile {
    display: block;
  }
}

@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Book.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BookItalic.otf);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Black.otf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BlackItalic.otf);
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
#about .zone_header {
  position: relative;
}
#about .zone_header img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
@media screen and (max-width: 1500px) {
  #about .zone_header img {
    height: 80vh;
  }
}
@media screen and (max-width: 1024px) {
  #about .zone_header img {
    height: 55vh;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  #about .zone_header img {
    height: 80vh;
  }
}
@media screen and (max-width: 540px) {
  #about .zone_header img {
    height: 100%;
  }
}
#about .zone_header .headerdesktop {
  display: block;
}
@media screen and (max-width: 540px) {
  #about .zone_header .headerdesktop {
    display: none;
  }
}
#about .zone_header .headermobile {
  display: none;
}
@media screen and (max-width: 540px) {
  #about .zone_header .headermobile {
    display: block;
  }
}
#about .zone_presentation .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0;
}
@media screen and (max-width: 736px) and (max-height: 414px), screen and (max-width: 720px) {
  #about .zone_presentation .container {
    padding: 50px 0;
  }
}
#about .zone_presentation .container span {
  width: 100%;
}
#about .zone_presentation .container h1 {
  color: #95CEC3;
  width: 100%;
  margin: 10px 0 0 0;
}
#about .zone_presentation .container .left {
  width: 40.6779661017%;
}
@media screen and (max-width: 1024px) {
  #about .zone_presentation .container .left {
    width: 90%;
  }
}
@media screen and (max-width: 653px) and (max-height: 280px) {
  #about .zone_presentation .container .left {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #about .zone_presentation .container .left {
    width: 100%;
  }
}
#about .zone_presentation .container .left p, #about .zone_presentation .container .left li {
  color: #898989;
  width: 80.3389830508%;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #about .zone_presentation .container .left p, #about .zone_presentation .container .left li {
    width: 100%;
  }
}
#about .zone_presentation .container .left ul {
  margin-top: 30px;
  padding-left: 17px;
}
#about .zone_presentation .container .left ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
#about .zone_presentation .container .left p:nth-child(1) {
  margin-top: 60px;
}
@media screen and (max-width: 823px) and (max-height: 411px), screen and (max-width: 736px) and (max-height: 414px), screen and (max-width: 720px) {
  #about .zone_presentation .container .left p:nth-child(1) {
    margin-top: 25px;
  }
}
#about .zone_presentation .container .right {
  width: 57.6271186441%;
}
@media screen and (max-width: 1024px) {
  #about .zone_presentation .container .right {
    width: 100%;
    margin-top: 50px;
  }
}
#about .zone_presentation .container .right img {
  width: 90%;
}
@media screen and (max-width: 1366px) {
  #about .zone_presentation .container .right img {
    width: 100%;
  }
}
#about .zone_images img {
  width: 100%;
  object-fit: cover;
}
#about .zone_images .imgDoubleDesktop {
  display: block;
}
@media screen and (max-width: 540px) {
  #about .zone_images .imgDoubleDesktop {
    display: none;
  }
}
#about .zone_images .imgDoubleMobile {
  display: none;
}
@media screen and (max-width: 540px) {
  #about .zone_images .imgDoubleMobile {
    display: block;
  }
}
#about .section-more .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0;
}
@media screen and (max-width: 736px) and (max-height: 414px), screen and (max-width: 720px) {
  #about .section-more .container {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  #about .section-more .container .left, #about .section-more .container .right {
    width: 100%;
  }
}
#about .section-more .container .left h2, #about .section-more .container .right h2 {
  color: #95CEC3;
  margin: 10px 0 50px 0;
}
@media screen and (max-width: 1024px) {
  #about .section-more .container .left h2, #about .section-more .container .right h2 {
    margin: 10px 0 30px 0;
  }
}
#about .section-more .container .left p, #about .section-more .container .right p {
  width: 66.1016949153%;
  color: #898989;
  padding-bottom: 15px;
}
@media screen and (max-width: 1366px) {
  #about .section-more .container .left p, #about .section-more .container .right p {
    width: 83.0508474576%;
  }
}
@media screen and (max-width: 1024px) {
  #about .section-more .container .left p, #about .section-more .container .right p {
    width: 100%;
  }
}
#about .section-more .container .left ul, #about .section-more .container .right ul {
  margin: 10px 0;
  width: 66.1016949153%;
  padding-left: 17px;
}
@media screen and (max-width: 1366px) {
  #about .section-more .container .left ul, #about .section-more .container .right ul {
    width: 83.0508474576%;
  }
}
@media screen and (max-width: 1024px) {
  #about .section-more .container .left ul, #about .section-more .container .right ul {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #about .section-more .container .left ul, #about .section-more .container .right ul {
    width: auto;
  }
}
#about .section-more .container .left ul li, #about .section-more .container .right ul li {
  color: #898989;
  font-weight: 300;
  padding-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  #about .section-more .container .right {
    margin-top: 50px;
  }
}

@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Book.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BookItalic.otf);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Black.otf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BlackItalic.otf);
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
#contact .zone_header {
  position: relative;
}
@media screen and (max-width: 720px) and (max-height: 540px) {
  #contact .zone_header iframe {
    height: 80vh;
  }
}
@media screen and (max-width: 540px) {
  #contact .zone_header iframe {
    height: 80vh;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  #contact .zone_header iframe {
    height: 70vh;
  }
}
#contact .zone_header .bg-shape {
  position: absolute;
  bottom: 3px;
  left: 0;
  background-image: url(//vivezlevitrail.com/wp-content/uploads/2021/09/formeHeaderContact.svg);
  width: 851px;
  height: 229px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  #contact .zone_header .bg-shape {
    width: 801px;
    height: 179px;
  }
}
@media screen and (max-width: 768px) {
  #contact .zone_header .bg-shape {
    position: relative;
    width: 100%;
    height: auto;
    background-image: unset;
    background-color: #95CEC3;
  }
}
#contact .zone_header .bg-shape .contenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  margin: 10px auto 50px auto;
}
@media screen and (max-width: 1500px) {
  #contact .zone_header .bg-shape .contenu {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #contact .zone_header .bg-shape .contenu {
    width: 90%;
  }
}
#contact .zone_header .bg-shape .contenu h1 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1500px) {
  #contact .zone_header .bg-shape .contenu h1 {
    margin-bottom: 15px;
  }
}
#contact .zone_header .bg-shape .contenu p {
  font-size: 20px;
  color: #ffffff;
}
#contact .zone_presentation .container {
  padding: 70px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #contact .zone_presentation .container {
    padding: 50px 0;
  }
}
@media screen and (max-width: 720px) {
  #contact .zone_presentation .container {
    padding: 50px 0;
  }
}
@media screen and (max-width: 540px) {
  #contact .zone_presentation .container {
    padding: 50px 0 0 0;
  }
}
#contact .zone_presentation .container .soustitre {
  width: 100%;
}
#contact .zone_presentation .container .left {
  width: 37.2881355932%;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #contact .zone_presentation .container .left {
    width: 100%;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #contact .zone_presentation .container .left {
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  #contact .zone_presentation .container .left {
    margin-top: 10px;
  }
}
#contact .zone_presentation .container .left h2 {
  color: #95CEC3;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  #contact .zone_presentation .container .left h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  #contact .zone_presentation .container .left h2 {
    font-size: 20px;
  }
}
#contact .zone_presentation .container .right {
  width: 57.6271186441%;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #contact .zone_presentation .container .right {
    width: 100%;
  }
}
#contact .zone_presentation .container .right p {
  color: #898989;
  width: 49.1525423729%;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 1366px) {
  #contact .zone_presentation .container .right p {
    width: 74.5762711864%;
  }
}
@media screen and (max-width: 1024px) {
  #contact .zone_presentation .container .right p {
    width: 100%;
  }
}
#contact .zone_presentation .container .right p span {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 300;
}
#contact .zone_presentation .container .right p strong {
  font-size: 17px;
  font-weight: 700;
  display: block;
  color: #000000;
}
#contact .zone_presentation .container .right p a {
  color: #898989;
  padding-bottom: 3px;
  display: inline-block;
  cursor: pointer;
}

@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Book.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BookItalic.otf);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Black.otf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BlackItalic.otf);
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
#galerie .NextArrow {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  color: #FFF;
  z-index: 5;
}
#galerie .NextArrow:before {
  content: "";
}
#galerie .PrevArrow {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 20px/45px FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  color: #FFF;
  z-index: 5;
}
#galerie .PrevArrow:before {
  content: "";
}
#galerie .slick-container div {
  width: 100%;
  position: relative;
}
#galerie .slick-container div img {
  height: 90vh;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 667px) {
  #galerie .slick-container div img {
    height: 90vh;
  }
}
@media screen and (max-width: 1024px) {
  #galerie .slick-container div img {
    height: 55vh;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  #galerie .slick-container div img {
    height: 80vh;
  }
}
@media screen and (max-width: 540px) {
  #galerie .slick-container div img {
    height: 65vh;
  }
}
@media screen and (max-width: 414px) {
  #galerie .slick-container div img {
    height: 50vh;
  }
}
@media screen and (max-width: 375px) {
  #galerie .slick-container div img {
    height: 45vh;
  }
}

@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Book.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BookItalic.otf);
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BoldItalic.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-Black.otf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Circular Std;
  src: url(//vivezlevitrail.com/wp-content/themes/larouche/fonts/CircularStd/CircularStd-BlackItalic.otf);
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
#appartements .zone_header {
  position: relative;
}
#appartements .zone_header img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  #appartements .zone_header img {
    height: 80vh;
  }
}
@media screen and (max-width: 1366px) and (max-height: 800px) {
  #appartements .zone_header img {
    height: 80vh;
  }
}
@media screen and (max-width: 1366px) {
  #appartements .zone_header img {
    height: 100vh;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  #appartements .zone_header img {
    height: 80vh;
  }
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_header img {
    height: 140vh;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #appartements .zone_header img {
    height: 135vh;
  }
}
@media screen and (max-width: 720px) and (max-height: 540px) {
  #appartements .zone_header img {
    height: 85vh;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  #appartements .zone_header img {
    height: 120vh;
  }
}
@media screen and (max-width: 653px) and (max-height: 280px) {
  #appartements .zone_header img {
    height: 160vh;
  }
}
@media screen and (max-width: 568px) and (max-height: 320px) {
  #appartements .zone_header img {
    height: 150vh;
  }
}
@media screen and (max-width: 375px) and (max-height: 812px) {
  #appartements .zone_header img {
    height: 70vh;
  }
}
@media screen and (max-width: 375px) {
  #appartements .zone_header img {
    height: 90vh;
  }
}
@media screen and (max-width: 320px) {
  #appartements .zone_header img {
    height: 95vh;
  }
}
#appartements .zone_header a {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 800;
  border-radius: 50%;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  height: 60px;
  width: 60px;
  border: 1px solid #898989;
  text-decoration: none;
}
@media screen and (max-width: 1500px) {
  #appartements .zone_header a {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 1366px) {
  #appartements .zone_header a {
    height: 45px;
    width: 45px;
  }
}
@media screen and (max-width: 1024px) {
  #appartements .zone_header a {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 768px) {
  #appartements .zone_header a {
    height: 45px;
    width: 45px;
  }
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_header a {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  #appartements .zone_header a {
    height: 45px;
    width: 45px;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #appartements .zone_header a {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 720px) and (max-height: 540px) {
  #appartements .zone_header a {
    height: 35px;
    width: 35px;
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  #appartements .zone_header a {
    height: 40px;
    width: 40px;
  }
}
#appartements .zone_header a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0.1px;
}
#appartements .zone_header a:active, #appartements .zone_header a:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
#appartements .zone_header .bgcouleur {
  cursor: pointer;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
#appartements .zone_header .appartements100 {
  bottom: 3%;
}
@media screen and (max-width: 720px) and (max-height: 540px) {
  #appartements .zone_header .appartements100 {
    bottom: 1%;
  }
}
#appartements .zone_header .appartements200 {
  bottom: 11%;
}
@media screen and (max-width: 720px) and (max-height: 540px) {
  #appartements .zone_header .appartements200 {
    bottom: 10%;
  }
}
#appartements .zone_header .appartements300 {
  bottom: 19%;
}
#appartements .zone_header .appartements400 {
  bottom: 27%;
}
@media screen and (max-width: 720px) and (max-height: 540px) {
  #appartements .zone_header .appartements400 {
    bottom: 28%;
  }
}
#appartements .zone_header .appartements500 {
  bottom: 35%;
}
@media screen and (max-width: 720px) and (max-height: 540px) {
  #appartements .zone_header .appartements500 {
    bottom: 37%;
  }
}
#appartements .zone_header .appartements600 {
  bottom: 43%;
}
@media screen and (max-width: 720px) and (max-height: 540px) {
  #appartements .zone_header .appartements600 {
    bottom: 46%;
  }
}
#appartements .zone_header .section-contenu {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
#appartements .zone_header .section-contenu .contenu {
  max-width: 1400px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px auto 50px auto;
}
@media screen and (max-width: 1500px) {
  #appartements .zone_header .section-contenu .contenu {
    max-width: 90%;
  }
}
@media screen and (max-width: 1366px) {
  #appartements .zone_header .section-contenu .contenu {
    margin: 50px auto 0 auto;
  }
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_header .section-contenu .contenu {
    margin: 30px auto 30px auto;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px), screen and (max-width: 720px) and (max-height: 540px) {
  #appartements .zone_header .section-contenu .contenu {
    margin: 30px auto 50px auto;
  }
}
@media screen and (max-width: 540px) {
  #appartements .zone_header .section-contenu .contenu {
    margin: 30px auto 30px auto;
  }
}
#appartements .zone_header .section-contenu .contenu h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1500px) {
  #appartements .zone_header .section-contenu .contenu h1 {
    margin-bottom: 25px;
  }
}
#appartements .zone_header .section-contenu .contenu .soustitre {
  width: 49.1525423729%;
}
@media screen and (max-width: 1024px) {
  #appartements .zone_header .section-contenu .contenu .soustitre {
    width: 65%;
  }
}
@media screen and (max-width: 414px) {
  #appartements .zone_header .section-contenu .contenu .soustitre {
    width: 100%;
  }
}
#appartements .zone_plans .container {
  margin-bottom: 80px;
}
#appartements .zone_plans .container .zone_planEtage {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#appartements .zone_plans .container .zone_planEtage .section-etage {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage {
    max-width: 90%;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage {
    max-width: 100%;
  }
}
#appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg {
  width: 100%;
  margin-bottom: 40px;
}
#appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg h2 {
  width: 100%;
  color: #95CEC3;
  margin-bottom: 10px;
}
#appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul {
  width: 100%;
  list-style-type: none;
  width: 23.7288135593%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul {
    width: 32.2033898305%;
  }
}
@media screen and (max-width: 1024px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul {
    width: 40.6779661017%;
  }
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul {
    width: 49.1525423729%;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px), screen and (max-width: 720px) and (max-height: 540px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul {
    width: 57.6271186441%;
  }
}
@media screen and (max-width: 540px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul {
    width: 66.1016949153%;
  }
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul {
    width: 100%;
  }
}
#appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul li {
  font-size: 14px;
  font-size: 14px;
  text-decoration: none;
  color: #898989;
  cursor: pointer;
}
#appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul li a {
  font-size: 14px;
  font-size: 14px;
  text-decoration: none;
  color: #898989;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul li a {
    font-size: 18px;
  }
}
#appartements .zone_plans .container .zone_planEtage .section-etage .entete-svg ul li.active {
  border-bottom: 2px #95CEC3 solid;
  padding-bottom: 5px;
}
#appartements .zone_plans .container .zone_planEtage .section-etage svg {
  width: 800px;
  height: 100%;
  padding-bottom: 3%;
}
@media screen and (max-width: 1366px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage svg {
    width: 900px;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage svg {
    width: 80%;
    height: 100%;
  }
}
@media screen and (max-width: 823px) and (max-height: 411px), screen and (max-width: 812px) and (max-height: 375px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage svg {
    width: 87%;
    height: 100%;
  }
}
@media screen and (max-width: 731px) and (max-height: 411px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 540px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage svg {
    width: 87%;
    height: 100%;
  }
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage svg {
    width: 100%;
    height: 100%;
  }
}
#appartements .zone_plans .container .zone_planEtage .section-etage svg .etat g:active polygon, #appartements .zone_plans .container .zone_planEtage .section-etage svg .etat g:active rect, #appartements .zone_plans .container .zone_planEtage .section-etage svg .etat g:hover polygon, #appartements .zone_plans .container .zone_planEtage .section-etage svg .etat g:hover rect {
  fill: #95CEC3;
  cursor: pointer;
}
#appartements .zone_plans .container .zone_planEtage .section-etage svg .etat .base:active polygon, #appartements .zone_plans .container .zone_planEtage .section-etage svg .etat .base:active rect, #appartements .zone_plans .container .zone_planEtage .section-etage svg .etat .base:hover polygon, #appartements .zone_plans .container .zone_planEtage .section-etage svg .etat .base:hover rect {
  fill: none;
  cursor: unset;
}
#appartements .zone_plans .container .zone_planEtage .section-etage .txtOrientationLeft {
  display: flex;
  align-items: center;
  margin-right: 3%;
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .txtOrientationLeft {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .txtOrientationLeft {
    display: none;
  }
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .txtOrientationLeft img {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .txtOrientationLeft img {
    display: none;
  }
}
#appartements .zone_plans .container .zone_planEtage .section-etage .txtOrientationBottom {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .txtOrientationBottom {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .txtOrientationBottom {
    display: none;
  }
}
#appartements .zone_plans .container .zone_planEtage .section-etage .imgOrientation {
  margin-left: 5%;
}
@media screen and (max-width: 1024px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .imgOrientation {
    margin-left: 2%;
  }
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .imgOrientation {
    display: none;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .imgOrientation {
    width: 5%;
  }
}
@media screen and (max-width: 540px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .imgOrientation {
    width: 5%;
  }
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .imgOrientation {
    display: none;
  }
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .imgOrientation img {
    display: none;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .imgOrientation img {
    width: 100%;
  }
}
@media screen and (max-width: 720px) and (max-height: 540px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .imgOrientation img {
    width: 70%;
  }
}
@media screen and (max-width: 540px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .imgOrientation img {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .zone_planEtage .section-etage .imgOrientation img {
    display: none;
  }
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes {
  margin: 80px 0 80px 0;
  padding-top: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) and (max-height: 414px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes {
    margin: 20px 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 720px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes {
    margin: 40px 0 40px 0;
  }
}
@media screen and (max-width: 540px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes {
    margin: 20px 0 20px 0;
  }
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_image {
  width: 57.6271186441%;
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_image {
    width: 49.1525423729%;
  }
}
@media screen and (max-width: 768px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_image {
    width: 100%;
    margin-top: 40px;
  }
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_image img {
  width: 100%;
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos {
  width: 40.6779661017%;
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos {
    width: 49.1525423729%;
  }
}
@media screen and (max-width: 768px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos {
    width: 100%;
  }
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos .titleBig {
  font-size: 115px;
  color: #898989;
  font-weight: 300;
}
@media screen and (max-width: 720px) and (max-height: 540px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos .titleBig {
    font-size: 100px;
  }
}
@media screen and (max-width: 540px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos .titleBig {
    font-size: 90px;
  }
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos .titleBig {
    font-size: 80px;
  }
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos h3 {
  color: #898989;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos h3 {
    font-size: 18px;
  }
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos h2 {
  color: #898989;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos h2 {
    font-size: 20px;
  }
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos .modele {
  margin-bottom: 20px;
  color: #95CEC3;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos .modele {
    font-size: 18px;
  }
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table {
  margin-bottom: 50px;
  width: 60%;
}
@media screen and (max-width: 823px) and (max-height: 411px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table {
    width: 45%;
  }
}
@media screen and (max-width: 568px) and (max-height: 320px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table {
    width: 55%;
  }
}
@media screen and (max-width: 540px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table {
    width: 60%;
  }
}
@media screen and (max-width: 414px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table {
    width: 80%;
  }
}
@media screen and (max-width: 360px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table {
    width: 85%;
  }
}
@media screen and (max-width: 320px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table {
    width: 95%;
  }
}
@media screen and (max-width: 280px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table {
    width: 100%;
  }
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table tbody tr {
  line-height: 25px;
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table tbody tr td {
  font-size: 17px;
  color: #898989;
  font-weight: 300;
}
@media screen and (max-width: 280px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table tbody tr td {
    font-size: 15px;
  }
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos table tbody tr td:last-child {
  font-weight: 500;
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 17px;
  color: #898989;
  font-weight: 300;
}
@media screen and (max-width: 280px) {
  #appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos a {
    font-size: 16px;
  }
}
#appartements .zone_plans .container .affichage_propriete div .apparition_infos_proprietes .zone_infos a img {
  margin-right: 10px;
}

#politique .imageHeader  {
position: relative;
}

#politique .titre  {
  position: absolute;
  left: 140px;
  top: 40px;
  }

#politique .imageHeader img {
  width: 100%;
  height: auto;
}

#politique .content {
  max-width: 1200px;
  margin: auto;
  padding: 37px 0 113px 0;
}



#politique .content p,
#politique .content ul,
#politique .content li {
font-weight: lighter;
line-height: 2 !important;
}

#politique .content h2 {
  font-size: 22px;
  padding-bottom: 5px;
  }

#politique .content ul li {
  list-style-position: outside;
  margin-left: 1em;
}

@media screen and (max-width: 1440px) {
  #politique .content {
   width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  #politique .titre  {
    left: 5%;
    }
  
}

@media screen and (max-width: 900px) {
  #politique .titre  {
    top: 5px;
    }
}

@media screen and (max-width: 500px) {
  #politique .titre  {
    top: 5px;
    font-size: 18px;
    }
}

/*# sourceMappingURL=style.css.map */
@font-face{font-family:Nunito;src:url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot);src:url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot?#iefix) format("embedded-opentype"),url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff2) format("woff2"),url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff) format("woff"),url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.ttf) format("truetype"),url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.svg#svgFontName) format("svg");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Nunito;src:url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot);src:url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot?#iefix) format("embedded-opentype"),url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff2) format("woff2"),url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff) format("woff"),url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.ttf) format("truetype"),url(//vivezlevitrail.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.svg#svgFontName) format("svg");font-style:normal;font-weight:700;font-display:swap}.gdpr_lightbox-active,.gdpr_lightbox-active body{overflow:hidden}.gdpr_lightbox{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,.9);outline:none!important;opacity:0;transition:opacity .3s ease}.gdpr_lightbox.gdpr_lightbox-opened{opacity:1}.gdpr_lightbox.gdpr_lightbox-closed{opacity:0}.gdpr_lightbox *{box-sizing:border-box}.gdpr_lightbox-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}.gdpr_lightbox-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.gdpr_lightbox-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;transition:opacity .3s ease}.gdpr_lightbox-loading .gdpr_lightbox-loader{opacity:1}.gdpr_lightbox-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important}.gdpr_lightbox-content{z-index:9993;width:100%;transform:scale(1);transition:transform .3s ease}.gdpr_lightbox-closed .gdpr_lightbox-content,.gdpr_lightbox-loading .gdpr_lightbox-content{transform:scale(.8)}.gdpr_lightbox-content:after{content:"";position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6)}.gdpr_lightbox-close,.gdpr_lightbox-close:active,.gdpr_lightbox-close:focus,.gdpr_lightbox-close:hover,.gdpr_lightbox-close:visited{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:none;box-shadow:none}.gdpr_lightbox-close::-moz-focus-inner{border:0;padding:0}.gdpr_lightbox-close:active{top:1px}.gdpr_lightbox-image img{max-width:100%;display:block;line-height:0;border:0}.gdpr_lightbox-iframe .gdpr_lightbox-container{width:100%;max-width:964px}.gdpr_lightbox-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;transform:translateZ(0);-webkit-overflow-scrolling:touch}.gdpr_lightbox-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}body.moove_gdpr_overflow{overflow:hidden}body.moove_gdpr_overflow #page{position:relative;z-index:10}body.moove_gdpr_overflow #main-header,body.moove_gdpr_overflow #page-container{z-index:99}.gdpr_lightbox-hide,body.logged-in.et_divi_builder.et-fb #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button{padding:0;display:inline-block;border:none;box-shadow:none;background-color:transparent;color:inherit;text-decoration:underline;cursor:pointer;transition:all .2s ease;font-size:inherit;text-transform:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.cookie-switch.focus-g,.cookie-switch:focus,.gdpr-shr-switch.focus-g,.gdpr-shr-switch:focus{box-shadow:1px 1px 5px #010101;border-radius:50px}#moove_gdpr_cookie_modal .mgbutton.focus-g,#moove_gdpr_cookie_modal .mgbutton:focus{box-shadow:1px 1px 5px #010101}#moove_gdpr_cookie_info_bar .gdpr-fbo-0{-ms-flex-order:1;order:1}#moove_gdpr_cookie_info_bar .gdpr-fbo-1{-ms-flex-order:2;order:2}#moove_gdpr_cookie_info_bar .gdpr-fbo-2{-ms-flex-order:3;order:3}#moove_gdpr_cookie_info_bar .gdpr-fbo-3{-ms-flex-order:4;order:4}#moove_gdpr_cookie_info_bar .gdpr-fbo-4{-ms-flex-order:5;order:5}#moove_gdpr_cookie_info_bar .gdpr-fbo-5{-ms-flex-order:6;order:6}.gdpr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{height:30px;display:inline-block;float:left;width:35px;margin-right:5px;position:relative;top:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:30px;width:auto;background-color:transparent}body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu .gdpr-svg-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:none}.moove_gdpr_cookie_modal_open .gdpr_lightbox-content:after{box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content{-ms-flex-pack:justify;justify-content:space-between}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{margin:0 -4px;max-width:calc(100% + 8px);width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}@media (min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px 4px}}#moove_gdpr_cookie_info_bar{content-visibility:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{display:none}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:block;position:absolute;top:-15px;right:-15px;background-color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{background-color:transparent;padding:0;display:inline-block;float:right;position:relative;font-size:14px;line-height:20px;margin:3px 4px;width:36px;height:36px;border-radius:50%;box-shadow:inset 0 0 0 1px #626262;color:#626262;transition:all .3s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:32px;top:-1px;position:relative;height:30px;display:block;overflow:hidden}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{color:#fff;opacity:.7;box-shadow:inset 0 0 0 1px #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover{background-color:#fff;opacity:1;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{text-decoration:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{overflow:visible;box-shadow:1px 1px transparent}#moove_gdpr_cookie_modal{margin:0 auto;margin-top:0;min-height:60vh;font-family:Nunito,sans-serif;content-visibility:hidden}#moove_gdpr_cookie_modal span.tab-title{display:block}#moove_gdpr_cookie_modal button{letter-spacing:0;outline:none;cursor:pointer}#moove_gdpr_cookie_modal *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:inherit}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{position:relative;display:inline-block;width:50px;height:30px;padding:0}#moove_gdpr_cookie_modal .cookie-switch input,#moove_gdpr_cookie_modal .switch input{display:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .cookie-switch .slider,#moove_gdpr_cookie_modal .switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:red;transition:.4s;margin:0;padding:0}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:1px;bottom:1px;transition:.4s;border:1px solid #f2f2f2;border-radius:50%;background-color:#fff;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);display:block;box-sizing:content-box}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch .slider:after,#moove_gdpr_cookie_modal .switch .cookie-slider:after,#moove_gdpr_cookie_modal .switch .slider:after{content:attr(data-text-disabled);position:absolute;top:0;left:60px;font-weight:700;font-size:16px;line-height:30px;color:red;display:block;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .slider.round,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .switch .cookie-slider.round,#moove_gdpr_cookie_modal .switch .slider.cookie-round,#moove_gdpr_cookie_modal .switch .slider.round{border-radius:34px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .slider.round:before{border-radius:50%}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .switch input:checked+.slider{background-color:#2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:after,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .switch input:checked+.slider:after{content:attr(data-text-enable);color:#2e9935;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:focus+.slider,#moove_gdpr_cookie_modal .switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .switch input:focus+.slider{box-shadow:0 0 1px #2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(20px)}#moove_gdpr_cookie_modal a,#moove_gdpr_cookie_modal button{outline:none;box-shadow:none;text-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{color:#000;background-color:#fff;width:900px;width:80vw;max-width:1170px;min-height:600px;border-radius:10px;position:relative;margin:0 auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content fieldset{background-color:transparent}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder{text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-center .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-right .moove-gdpr-company-logo-holder{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-left-content{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{width:100%;border-top-left-radius:5px;border-bottom-left-radius:5px;position:relative;float:none;padding-bottom:135px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content{max-height:50vh;overflow:hidden;overflow-y:auto;padding-bottom:0;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px;white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{padding-right:0;text-align:right;color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;position:relative;top:0;text-decoration:none;display:block;-ms-flex-align:baseline;align-items:baseline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main{display:block;position:relative}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{position:relative;overflow:hidden;padding-right:190px;padding-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar{position:absolute;top:0;right:0;width:190px;text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider{position:relative;width:50px;height:30px;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider:after{text-align:right;left:auto;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:20px;margin-bottom:15px;padding-right:190px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;height:75px;position:relative;margin-bottom:20px;padding-right:180px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{max-width:180px;margin:0;float:right;position:absolute;top:0;right:0;width:100%;text-align:right;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img{max-width:100%;text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{width:100%;font-weight:700;font-size:28px;line-height:1.1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;text-decoration:none;top:-30px;right:-30px;display:block;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;background:transparent;padding:0;z-index:99;margin:0;outline:none;box-shadow:none;border:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon{background-color:#fff;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{display:block;width:60px;height:60px;line-height:60px;font-size:48px;background-color:#0c4da2;border:1px solid #0c4da2;color:#fff;border-radius:50%;transition:all .3s ease}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{padding:0;margin-bottom:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:75px;max-width:70%;width:auto;display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title h2{font-weight:400;font-size:20px;margin:5px 0 0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main span.tab-title{margin-top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:28px;line-height:1.2;margin:0;padding:0;color:#000;margin-bottom:25px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:calc(100% - 155px);overflow-y:auto;padding-right:20px;padding-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:16px;line-height:1.4;margin-bottom:18px;margin-top:0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-size:18px;line-height:1.4;margin-bottom:20px;margin-top:0;font-weight:700;text-transform:none;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a{color:#000;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content.moove-gdpr-strict-warning-message{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:5px;margin-right:10px;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled{opacity:.6;pointer-events:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider{background-color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider:after{color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar p{display:inline-block;float:right;color:#09a501;margin:0;line-height:1.2;font:700 11px Arial,Helvetica,sans-serif;font-weight:700}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset{border:none;padding:0;margin:0;box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset:hover label{color:#09a501}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:130px;position:absolute;left:0;bottom:0;width:100%;background-color:#f1f1f1;z-index:15;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{content:"";position:absolute;bottom:130px;left:60px;right:60px;height:1px;display:block;background-color:#c9c8c8}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding{text-decoration:none;padding:0 10px;font-size:10px;color:#000;font-weight:700;line-height:13px;display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;width:auto;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding img{height:15px;margin-left:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{width:calc(100% + 16px);display:-ms-flexbox;display:flex;padding:0 60px;-ms-flex-pack:justify;justify-content:space-between;margin:0 -2px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:8px;text-decoration:none;border-radius:150px;color:#fff;padding:15px 10px;transition:all .3s ease;border:1px solid transparent;min-width:160px;text-align:center;text-transform:none;letter-spacing:0;font-weight:700;font-size:14px;line-height:20px;cursor:pointer}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings{color:#fff;display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:40%;display:inline-block;float:left;padding:40px 60px;position:absolute;height:100%;top:0;box-shadow:0 0 30px 0 rgba(35,35,35,.1);background:#fff;z-index:10;left:0;border-top-left-radius:5px;border-bottom-left-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{position:absolute;bottom:0;padding-bottom:30px;left:60px;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;padding:20px 0;position:relative;top:10px;text-decoration:none;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a img{width:60px;height:auto;display:inline-block;margin-left:5px;position:relative;top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{padding:0;list-style:none;margin:0;z-index:12}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{margin:0;padding:0;list-style:none;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button{background-color:#fff;border-color:#f1f1f1;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon{color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:800;font-size:14px;text-decoration:none;text-transform:uppercase;background-color:#f1f1f1;border:1px solid #f1f1f1;line-height:1.1;padding:13px 20px;color:#0c4da2;width:100%;transition:all .3s ease;border-radius:5px;text-align:left;white-space:normal}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover span.gdpr-icon{text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:inline-block;float:left;font-size:30px;width:40px;margin-right:5px;position:relative;top:0;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;width:calc(100% - 40px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:60%;display:inline-block;float:right;padding:40px 60px;position:absolute;top:0;height:auto;right:0;background-color:#f1f1f1;border-top-right-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{width:100%;height:0;padding-bottom:38px;background-size:contain;background-position:0;background-repeat:no-repeat}.moove-hidden{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar:after,.moove-clearfix:after{content:"";display:table;clear:both}#moove_gdpr_cookie_info_bar{position:fixed;bottom:0;left:0;width:100%;min-height:60px;max-height:400px;color:#fff;z-index:9900;background-color:#202020;border-top:1px solid #fff;font-family:Nunito,sans-serif;transition:bottom .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top{bottom:auto;top:0;transition:top .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-dark-scheme{border-top:0;border-bottom:1px solid #fff}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-light-scheme{border-top:0;border-bottom:1px solid #202020}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-info-bar-hidden{bottom:auto;top:-400px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar),#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar){width:600px;max-width:calc(100% - 30px);bottom:15px;border-radius:10px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme{border:1px solid #d3ced2}@media (min-width:767px){#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn{position:absolute;top:-5px;right:-5px;border:none;box-shadow:none;background-color:transparent}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover{background-color:transparent;color:#000}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{position:absolute;top:-5px;right:-5px;border:none;box-shadow:none;background-color:transparent}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover{background-color:transparent;color:#fff}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container{padding:10px 25px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding:10px 0}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton{width:100%}}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left{left:15px;right:auto}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right{right:15px;left:auto}#moove_gdpr_cookie_info_bar *{font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden{bottom:-400px}#moove_gdpr_cookie_info_bar.moove-gdpr-align-center,#moove_gdpr_cookie_info_bar.moove-gdpr-align-right{text-align:center}#moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn{border:none}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{background-color:#fff;border-top:1px solid #202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p{color:#202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{background-color:#202020;border-top:1px solid #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p{color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none;transition:all .2s ease}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{border-color:#fff;color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#fff;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover{box-shadow:none;opacity:1;color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#fff}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover{box-shadow:none;opacity:1;color:#202020;background-color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 40px;position:static;display:inline-block}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{font-size:40px;width:60px;height:50px;line-height:50px;text-align:center;position:absolute;top:calc(50% - 25px);left:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup{position:absolute;width:60px;height:50px;line-height:50px;text-align:center;top:calc(50% - 25px);right:0;text-decoration:none;outline:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup span.gdpr-icon{width:28px;height:28px;line-height:26px;text-align:center;text-decoration:none;background-color:#fff;color:#424449;border-radius:50%;display:block;border:1px solid #fff;font-size:16px;position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover span.gdpr-icon{background-color:#424449;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:30px;padding-right:30px;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a{margin:0;font-size:14px;line-height:18px;font-weight:700;padding-bottom:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6{font-size:22px;line-height:30px;margin-bottom:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{display:inline-block;width:35px;height:35px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:35px;text-align:center;border-radius:50%;font-size:28px;padding-top:1px;transition:all .2s ease;margin-left:10px;margin-left:6vw}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#202020;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:14px;line-height:20px;color:#fff;font-weight:700;text-decoration:none;border-radius:150px;padding:8px 30px;transition:all .3s ease;border:none;display:inline-block;margin:3px 4px;white-space:nowrap;text-transform:none;letter-spacing:0;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{background-color:#424449;color:#fff;border-color:transparent;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:hover{border-color:#fff;background-color:#000}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button{text-decoration:underline;cursor:pointer;transition:all .2s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:15px;padding-left:3vw}.gdpr_lightbox.moove_gdpr_cookie_modal_open #moove_gdpr_cookie_modal{content-visibility:visible}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-container{max-width:100%}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-close{opacity:0;visibility:hidden}#moove_gdpr_save_popup_settings_button{display:block;z-index:1001;position:fixed;background-color:rgba(0,0,0,.8);transition:all .3s ease;color:#fff;padding:0;text-align:center;height:40px;outline:none;font-weight:400;font-size:14px;line-height:20px;border-radius:0;border:none;text-decoration:none;border-radius:50px}#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position){bottom:20px;left:20px}#moove_gdpr_save_popup_settings_button span{background-color:inherit;transition:all .3s ease}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon{display:-ms-inline-flexbox;display:inline-flex;line-height:40px;float:left;font-size:30px;min-width:40px;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;z-index:15;position:relative;background-color:inherit;border-radius:inherit;transition:none}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i,#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon span.gdpr-icon{position:relative;top:0;font-weight:900;background-color:transparent}#moove_gdpr_save_popup_settings_button span.moove_gdpr_text{font:normal 12px Arial,sans-serif;text-transform:uppercase;white-space:nowrap;padding:0 15px 0 5px;top:0;left:0;position:relative;line-height:40px;display:none;overflow:hidden;z-index:5;background-color:transparent;text-decoration:none}#moove_gdpr_save_popup_settings_button:focus,#moove_gdpr_save_popup_settings_button:hover{background-color:#000}#moove_gdpr_save_popup_settings_button:focus span.moove_gdpr_text,#moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{-ms-flex-pack:start;justify-content:flex-start}#moove_gdpr_cookie_info_bar *{box-sizing:border-box}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mright{float:right}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey{background-color:#424449}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey:hover{background-color:#202020}@media (max-width:767px){#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{min-height:30px;font-weight:400}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{font-size:10px;line-height:1.2}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{margin-right:0;text-align:center;width:25px;height:25px}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:25px}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{width:30px;height:30px;border:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:27px;height:25px}.gdpr-fb-hide-mobile{display:none!important}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{width:calc(100vw - 50px)}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{width:40px;height:24px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{height:20px;width:20px}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(16px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{padding-right:0;height:auto;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{font-weight:700;font-size:22px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:80vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:calc(80vh - 155px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin-right:2px;margin-bottom:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{position:relative;padding-right:10px;max-width:50%;width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{font-weight:700;font-size:11px;padding-left:0;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding-right:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar{position:relative;left:0;right:auto;width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form{text-align:left;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider{width:40px;height:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider:after{left:45px;right:0;text-align:left;top:-3px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{padding-right:0;font-weight:700;font-size:16px;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{max-height:500px;max-height:90vh;min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .slider:after{font-weight:800;font-size:12px;line-height:30px;min-width:130px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button button{display:inline-block;width:30px;height:30px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:30px;text-align:center;border-radius:50%;font-size:27px;padding-top:1px;transition:all .2s ease;margin-left:15px;margin-left:6vw;position:absolute;right:5px;top:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;top:-15px;right:-15px;display:block;width:30px;height:30px;line-height:30px;text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{width:30px;height:30px;line-height:30px;font-size:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{padding-bottom:30px;background-size:contain;background-position:50%;margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:10px;padding-top:30px;position:relative;top:0;left:0;text-align:center;min-height:140px;border-radius:0;border-top-left-radius:5px;border-top-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{display:-ms-flexbox;display:flex;margin:0 -3px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{list-style:none;margin-bottom:20px;display:-ms-inline-flexbox;display:inline-flex;margin:3px;-ms-flex:1;flex:1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{margin:0;text-align:center;width:24px;font-size:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{font-size:8px;line-height:1.2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{top:3px;right:3px;left:auto;padding:0;bottom:auto;transform:scale(.8)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:100%;position:relative;padding:15px 10px;border-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:16px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding:0;position:relative;overflow:auto;max-height:calc(100% - 110px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:14px;line-height:1.3}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-weight:700;font-size:14px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{margin-bottom:55px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:100%;max-height:calc(90vh - 320px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{left:10px;right:10px;bottom:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:0;background-color:#fff;text-decoration:none;border-radius:150px;font-weight:700;font-size:12px;line-height:18px;padding:5px;transition:all .3s ease;border:1px solid #fff;color:#fff;min-width:110px;text-align:center;text-transform:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt button{top:0;padding:5px 0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:40px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:0;padding-right:0;display:block;min-height:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice{padding-left:4px;margin-bottom:10px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:0}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:12px;font-weight:700;padding:5px 20px}.moove-gdpr-branding-cnt a{padding:10px 0}}@media screen and (max-width:767px) and (orientation:landscape){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{margin-top:0;background-position:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content{margin-bottom:35px;max-height:55vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:600px;height:90vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:500px;max-height:calc(80vh - 80px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:left;margin:0;display:inline-block;float:left;width:40%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{max-width:60%;float:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding-top:30px;min-height:75px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:350px;max-height:calc(100% - 70px)}#moove_gdpr_cookie_modal{background:transparent;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{min-height:55vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a.moove-gdpr-branding{top:0;padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{padding-bottom:80px}}@media (min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{height:100%}}@media (min-width:768px) and (max-width:999px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:20px;right:20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:620px;transform:scale(.75)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:20px;right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p>a{font-size:13px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:10px 15px;font-weight:700;font-size:12px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:20px;padding-right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button button{margin-left:15px;margin-left:5vw}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:24px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:7px 15px;font-size:13px;margin:4px 8px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:8px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{white-space:normal}}@media (min-width:1000px) and (max-width:1300px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:40px 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-width:700px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:10px 30px;margin-left:8px;margin-right:8px}}@media (min-width:768px) and (max-height:700px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:600px;transform:scale(.7)}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media print{#moove_gdpr_cookie_info_bar,#moove_gdpr_cookie_modal,#moove_gdpr_save_popup_settings_button,.gdpr_cookie_settings_shortcode_content{display:none!important}body.moove_gdpr_overflow{overflow:auto}body.moove_gdpr_overflow .gdpr_lightbox{display:none!important}}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg{height:30px;width:auto}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg *{fill:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close,.gdpr-icon.moovegdpr-arrow-close,i.moovegdpr-arrow-close.moovegdpr-arrow-close{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{position:absolute;content:" ";height:24px;width:1px;top:calc(50% - 12px);background-color:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{transform:rotate(45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after{transform:rotate(-45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:before,.gdpr-icon i.moovegdpr-arrow-close:after,.gdpr-icon i.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:before{height:18px;top:calc(50% - 8px)}@media (max-width:767px){#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;padding:5px 0;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:5px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{text-align:left;padding-left:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-left-content #moove-gdpr-menu{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-main{display:block!important;min-height:auto;max-height:100%;margin-bottom:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-content{margin-bottom:80px;max-height:50vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title{padding:10px;background-color:#fff;border:1px solid #fff;display:block;margin:10px 0 0;cursor:pointer;transition:all .3s ease;border-radius:5px;position:relative;padding-left:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title:before{content:"\203A";position:absolute;left:0;top:0;bottom:2px;font-size:24px;color:currentColor;width:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;line-height:1;font-family:Georgia,serif}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .moove-gdpr-tab-main-content{display:none;padding:10px;background-color:#fff}}@media (max-width:350px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:3px 12px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{opacity:0}}