/*!
Theme Name: socialbuilder
Theme URI: http://underscores.me/
Author: Ocebo
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: socialbuilder
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

socialbuilder is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
a:hover {
  text-decoration: underline; }

.border-bleu {
  border: 1px solid #75cce7; }

.border-vert {
  border: 1px solid  #81F4C6; }

.border-jaune {
  border: 1px solid #fff000; }

.bleu {
  background-color: rgba(117, 204, 231, 0.33); }
  .bleu:hover {
    background-color: #56D6FF; }

.trombi__item__mobile.bleu {
  background-color: rgba(117, 204, 231, 0.9); }

.trombi__item__mobile.vert {
  background-color: rgba(155, 230, 200, 0.9); }

.trombi__item__mobile.jaune {
  background-color: rgba(255, 240, 0, 0.9); }

.vert {
  background-color: rgba(155, 230, 200, 0.33); }
  .vert:hover {
    background-color: #81F4C6; }

.jaune {
  background-color: rgba(255, 240, 0, 0.33); }
  .jaune:hover {
    background-color: #fff000; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; }

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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; }

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

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

.sb_underline {
  text-decoration: none !important;
  background-image: -webkit-linear-gradient(330deg, #fff000 0%, #fff000 100%);
  background-image: -o-linear-gradient(330deg, #fff000 0%, #fff000 100%);
  background-image: linear-gradient(120deg, #fff000 0%, #fff000 100%);
  background-repeat: repeat-y;
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 88%; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:after,
*:before {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline-style: none;
  outline: none !important; }

::-moz-selection {
  background: #81F4C6;
  /* WebKit/Blink Browsers */ }

::selection {
  background: #81F4C6;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #81F4C6;
  /* Gecko Browsers */ }

@font-face {
  font-family: Roboto;
  src: url("assets/fonts/Roboto-Condensed.ttf");
  font-weight: normal; }

p {
  font-family: 'Roboto', sans-serif; }

.elementor-image-carousel-wrapper {
  margin: 10px 16px !important; }

body {
  font-family: 'Lekton', sans-serif;
  background-color: white;
  /* Fallback for when there is no custom background color defined. */ }

#bgline {
  width: 1px;
  margin-left: 10%;
  background-color: #ddd;
  -webkit-animation: grow 3s forwards;
  animation: grow 3s forwards;
  position: fixed;
  left: 50%;
  margin-left: -1px; }

@-webkit-keyframes grow {
  0% {
    height: 0px;
    top: 0; }
  100% {
    height: 100vh; } }

@keyframes grow {
  0% {
    height: 0px;
    top: 0; }
  100% {
    height: 100vh; } }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.socialbuilder__puces {
  margin: 10px 16px;
  background: white; }
  .socialbuilder__puces ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none; }
    .socialbuilder__puces ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 16px; }
      .socialbuilder__puces ul li:before {
        content: ' ';
        display: inline-block;
        width: 16px;
        height: 16px;
        background: #fff000;
        margin-right: 16px; }

.socialbuilder__links {
  margin: 10px 16px;
  position: relative;
  background: white; }
  .socialbuilder__links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
    font-weight: bold;
    color: black; }
    .socialbuilder__links a:hover .caption:after {
      top: 1px; }
    .socialbuilder__links a .link {
      margin-left: 27px; }
    .socialbuilder__links a span {
      background-size: 0 0.0em;
      text-decoration: none;
      font-weight: normal;
      font-size: 1em; }
      .socialbuilder__links a span:hover {
        background-image: -webkit-linear-gradient(330deg, #fff000 0%, #fff000 100%);
        background-image: -o-linear-gradient(330deg, #fff000 0%, #fff000 100%);
        background-image: linear-gradient(120deg, #fff000 0%, #fff000 100%);
        background-repeat: repeat-y;
        background-repeat: no-repeat;
        background-size: 100% 0.2em;
        background-position: 0 88%;
        -webkit-transition: background-size 0.25s ease-in;
        -o-transition: background-size 0.25s ease-in;
        transition: background-size 0.25s ease-in; }
    .socialbuilder__links a .caption {
      background: #fff000;
      min-width: 30px;
      height: 30px;
      position: relative; }
      .socialbuilder__links a .caption:after {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: '';
        display: inline-block;
        position: absolute;
        left: 11px;
        top: 11px;
        background-image: url("assets/link.svg");
        width: 32px;
        height: 32px;
        z-index: 97; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0ad4ba; }
  a:visited {
    color: #0ad4ba; }
  a:hover, a:focus, a:active {
    color: #0ad4ba; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

#totop {
  display: inline-block;
  background-color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 100px;
  right: 0px;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  -o-transition: background-color .3s, opacity .5s, visibility .5s;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#totop::after {
  content: ' ';
  background: url("assets/arrow.svg");
  background-position: center;
  width: 40px;
  display: block;
  height: 40px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#totop:hover {
  cursor: pointer;
  background-color: #81F4C6; }

#totop:active {
  background-color: #555; }

#totop.show {
  opacity: 1;
  visibility: visible; }

@media only screen and (max-width: 640px) {
  #totop {
    display: none; } }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
## frontpage menu
--------------------------------------------------------------*/
#homepage__nav {
  background: white;
  text-align: center;
  z-index: 94;
  position: relative;
  margin-bottom: 20px; }
  #homepage__nav .title {
    display: table;
    margin: 0 auto;
    padding: 8px 16px;
    background: #fff000;
    margin-bottom: 50px; }
  #homepage__nav h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px; }
  #homepage__nav a {
    margin: 0 40px;
    color: black;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 120px;
    text-align: center; }
    #homepage__nav a span {
      font-size: 16px;
      line-height: 19px; }
    #homepage__nav a .nav-icon {
      position: relative;
      width: 48px;
      height: 48px;
      margin-bottom: 10px;
      border: 1px solid black;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #homepage__nav a .nav-icon img {
        width: 30px; }
      #homepage__nav a .nav-icon:before {
        content: '';
        display: inline-block;
        position: absolute;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        top: -9px;
        left: 9px;
        margin: 0 auto;
        width: 48px;
        height: 48px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #FFF000;
        z-index: -1; }
    #homepage__nav a:hover {
      cursor: pointer; }
      #homepage__nav a:hover .nav-icon {
        border: 0px solid black; }
        #homepage__nav a:hover .nav-icon:before {
          top: 0px;
          left: 0px; }
  #homepage__nav .active .nav-icon {
    border: 0px solid black; }
    #homepage__nav .active .nav-icon:before {
      top: 0px;
      left: 0px;
      background-color: #81F4C6; }
  #homepage__nav .homepage__nav__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
#loading {
  position: fixed;
  z-index: 125;
  background: white;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.custom-logo {
  max-height: 70px;
  width: auto; }

header {
  background: white;
  position: fixed;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  header .header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    height: 100px;
    z-index: 99; }
    header .header-container .header-logo {
      max-height: 80px; }
    header .header-container .header-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      height: 32px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer; }
      header .header-container .header-menu .english-menu a {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 99;
        margin-left: 20px;
        position: relative;
        padding-top: 8px;
        height: 20px;
        width: 30px;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("assets/flagnb.jpg"); }
        header .header-container .header-menu .english-menu a:after {
          content: '';
          top: -5px;
          left: -5px;
          height: 32px;
          width: 52px;
          display: block;
          position: absolute;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        header .header-container .header-menu .english-menu a:hover {
          background-image: url("assets/flag.jpg"); }
      header .header-container .header-menu .menu-title {
        padding-top: 4px;
        margin-right: 20px; }
      header .header-container .header-menu a {
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
        color: black;
        position: relative;
        text-decoration: none; }
        header .header-container .header-menu a span {
          padding-left: 10px; }

/*
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 1px;
  width: 32px;
  background: black;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  top: 10px;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  transition: all 0.5s ease-in-out;
}

#nav-toggle.activemenu span {
  background-color: transparent;
}

#nav-toggle.activemenu span:after,
#nav-toggle.activemenu span:before {
  top: 0;
}

#nav-toggle.activemenu span:before {
  transform: rotate(135deg);
}

#nav-toggle.activemenu span:after {
  transform: rotate(-135deg);
}
*/
#header-navigation.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#header-navigation {
  display: none;
  background-color: #F7f7f7;
  background-image: url("assets/dot-pattern-1.jpg");
  background-repeat: repeat;
  position: relative;
  width: 100%; }
  #header-navigation .divider {
    position: absolute;
    width: 100%;
    top: 61px;
    left: 0;
    display: none; }
  #header-navigation .bigmenu {
    height: 137px !important; }
  #header-navigation .header-navigation__container.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #header-navigation .header-navigation__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 50px;
    max-width: 1200px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; }
    #header-navigation .header-navigation__container a {
      margin: 0;
      text-decoration: none; }
    #header-navigation .header-navigation__container .navfirstlevel {
      display: inline-block;
      float: left;
      position: relative;
      margin-left: -30px; }
      #header-navigation .header-navigation__container .navfirstlevel a {
        padding: 10px 0;
        color: black;
        font-size: 22px;
        line-height: 29px;
        background-size: 0 0.5em;
        display: inline-block;
        left: 0; }
      #header-navigation .header-navigation__container .navfirstlevel a:first-child {
        padding-top: 20px; }
      #header-navigation .header-navigation__container .navfirstlevel:hover > a {
        background-image: -webkit-linear-gradient(330deg, #fff000 0%, #fff000 100%);
        background-image: -o-linear-gradient(330deg, #fff000 0%, #fff000 100%);
        background-image: linear-gradient(120deg, #fff000 0%, #fff000 100%);
        background-repeat: no-repeat;
        background-size: 100% 0.3em;
        background-position: 0 37px;
        -webkit-transition: background-size 0.3s ease-in-out;
        -o-transition: background-size 0.3s ease-in-out;
        transition: background-size 0.3s ease-in-out; }
      #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation-name: translate;
        animation-name: translate;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s; }
      #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 70px; }
        #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          max-width: 1200px;
          width: 100%;
          margin: 0 auto;
          position: relative; }
          #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .navsecondlevel {
            position: relative;
            display: block;
            /* max-width: 250px; */ }
            #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .navsecondlevel:hover .link-content span {
              background-image: -webkit-linear-gradient(330deg, #fff000 0%, #fff000 100%);
              background-image: -o-linear-gradient(330deg, #fff000 0%, #fff000 100%);
              background-image: linear-gradient(120deg, #fff000 0%, #fff000 100%);
              background-repeat: no-repeat;
              background-size: 100% 0.6em;
              background-position: 0 10px;
              -webkit-transition: background-size 0.3s ease-in-out;
              -o-transition: background-size 0.3s ease-in-out;
              transition: background-size 0.3s ease-in-out; }
            #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .navsecondlevel .link-content {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              position: relative;
              background-size: 0 0.5em;
              margin-right: 25px;
              margin-left: 0px; }
              #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .navsecondlevel .link-content a {
                white-space: nowrap;
                color: #2A2A2A;
                font-size: 18px;
                line-height: 27px;
                position: relative;
                font-weight: bold;
                padding: 7.5px 0; }
              #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .navsecondlevel .link-content span {
                background-size: 0 0.5em; }
            #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .navsecondlevel .navthirdlevel {
              border-left: 1px solid black;
              margin-left: 20px; }
              #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .navsecondlevel .navthirdlevel:hover a {
                background-image: -webkit-linear-gradient(330deg, #fff000 0%, #fff000 100%);
                background-image: -o-linear-gradient(330deg, #fff000 0%, #fff000 100%);
                background-image: linear-gradient(120deg, #fff000 0%, #fff000 100%);
                background-repeat: no-repeat;
                background-size: 100% 0.3em;
                background-position: 0 24px;
                -webkit-transition: background-size 0.3s ease-in-out;
                -o-transition: background-size 0.3s ease-in-out;
                transition: background-size 0.3s ease-in-out; }
              #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .navsecondlevel .navthirdlevel a {
                color: #2A2A2A;
                font-size: 18px;
                margin: 0 0 0px 20px;
                font-weight: normal; }
              #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .navsecondlevel .navthirdlevel a:first-child {
                padding-top: 10px; }
            #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .navsecondlevel:first-child .link-content {
              padding-top: 15px; }

@-webkit-keyframes translate {
  0% {
    -webkit-transform: translatey(35px);
    transform: translatey(35px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes translate {
  0% {
    -webkit-transform: translatey(35px);
    transform: translatey(35px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

#content {
  padding-top: 110px; }

.social-network {
  position: fixed;
  z-index: 98;
  right: 0;
  top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  max-width: 50px; }
  .social-network a {
    background: white;
    padding: 10px; }
    .social-network a path,
    .social-network a rect {
      fill: #2a2a2a !important;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .social-network a svg {
      width: 30px;
      height: 30px; }
    .social-network a:hover path,
    .social-network a:hover rect {
      fill: #81F4C6 !important; }

#global-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 96;
  background-color: rgba(42, 42, 42, 0.32); }

.burger-click-region {
  position: relative;
  width: 30px;
  height: 22px;
  cursor: pointer; }

.burger-menu-piece {
  display: block;
  position: absolute;
  width: 30px;
  border-top: 2px solid black;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out; }
  .burger-menu-piece:nth-child(1) {
    top: 0; }
  .burger-menu-piece:nth-child(2) {
    top: 10px;
    opacity: 1;
    -webkit-transition: opacity 0 linear 200ms, -webkit-transform 400ms ease-out;
    transition: opacity 0 linear 200ms, -webkit-transform 400ms ease-out;
    -o-transition: transform 400ms ease-out, opacity 0 linear 200ms;
    transition: transform 400ms ease-out, opacity 0 linear 200ms;
    transition: transform 400ms ease-out, opacity 0 linear 200ms, -webkit-transform 400ms ease-out; }
  .burger-menu-piece:nth-child(3) {
    top: 20px; }

/*
  .active & {
    &:nth-child(1) {
      animation: burger-open-top $menu-animation-duration $menu-animation-timing forwards;
    }

    &:nth-child(2) {
      opacity: 0;
      transition: transform $menu-animation-duration $menu-animation-timing, opacity 0 linear $menu-animation-duration / 2;
    }

    &:nth-child(3) {
      animation: burger-open-bot $menu-animation-duration $menu-animation-timing forwards;
    }
  }

  .closing & {
    &:nth-child(1) {
      animation: burger-close-top $menu-animation-duration $menu-animation-timing forwards;
    }

    &:nth-child(3) {
      animation: burger-close-bot $menu-animation-duration $menu-animation-timing forwards;
    }
  }
}
@keyframes burger-open-top {
  50% {
    transform: translate3d(0, 10px, 0);
  }

  100% {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
}
@keyframes burger-open-bot {
  50% {
    transform: translate3d(0, -10px, 0);
  }

  100% {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
}
@keyframes burger-close-top {
  0% {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }

  50% {
    transform: translate3d(0, 10px, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-bot {
  0% {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }

  50% {
    transform: translate3d(0, -10px, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}
*/
@media only screen and (max-width: 768px) {
  .social-network {
    display: none; }
  .full {
    position: fixed;
    bottom: 0; }
  .header-container {
    width: 100%; }
  #header-navigation {
    height: 100vh;
    display: none; }
  @-webkit-keyframes firstslide {
    0% {
      -webkit-transform: translateX(-768px);
      transform: translateX(-768px);
      opacity: 0;
      width: 100%; }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
      width: 100%; } }
  @keyframes firstslide {
    0% {
      -webkit-transform: translateX(-768px);
      transform: translateX(-768px);
      opacity: 0;
      width: 100%; }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
      width: 100%; } }
  @-webkit-keyframes slideright {
    0% {
      -webkit-transform: translateX(768px);
      transform: translateX(768px);
      opacity: 0; }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; } }
  @keyframes slideright {
    0% {
      -webkit-transform: translateX(768px);
      transform: translateX(768px);
      opacity: 0; }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; } }
  @-webkit-keyframes slideleft {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(-768px);
      transform: translateX(-768px);
      opacity: 0; } }
  @keyframes slideleft {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(-768px);
      transform: translateX(-768px);
      opacity: 0; } }
  @-webkit-keyframes sliderightout {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(768px);
      transform: translateX(768px);
      opacity: 0; } }
  @keyframes sliderightout {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(768px);
      transform: translateX(768px);
      opacity: 0; } }
    #header-navigation .header-navigation__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      height: auto;
      position: relative;
      height: calc(100vh - 140px);
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
      justify-content: stretch; }
      #header-navigation .header-navigation__container .navfirstlevel.slideright {
        padding: 20px 0;
        -webkit-animation: slideright;
        animation: slideright;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s; }
      #header-navigation .header-navigation__container .navfirstlevel.slideleft {
        -webkit-animation: slideleft;
        animation: slideleft;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-transform: translateX(-768px);
        -ms-transform: translateX(-768px);
        transform: translateX(-768px); }
        #header-navigation .header-navigation__container .navfirstlevel.slideleft:first-child {
          padding-top: 0; }
      #header-navigation .header-navigation__container .navfirstlevel.displayed {
        position: absolute;
        left: 0px;
        width: 100%; }
      #header-navigation .header-navigation__container .navfirstlevel {
        -webkit-animation: firstslide;
        animation: firstslide;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        padding: 10px 0 50px;
        position: relative;
        margin-left: 0px;
        font-size: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; }
        #header-navigation .header-navigation__container .navfirstlevel .haschild:after {
          content: '';
          width: 20px;
          height: 20px;
          background-image: url("assets/arrow-left.svg");
          background-position-y: 17px;
          display: inline-block;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        #header-navigation .header-navigation__container .navfirstlevel:hover a {
          background: none; }
        #header-navigation .header-navigation__container .navfirstlevel a.slideleft {
          -webkit-animation: slideleft;
          animation: slideleft;
          -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
          -webkit-transform: translateX(-768px);
          -ms-transform: translateX(-768px);
          transform: translateX(-768px); }
        #header-navigation .header-navigation__container .navfirstlevel a.slideright {
          -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
          -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
          transform: translateX(0px); }
        #header-navigation .header-navigation__container .navfirstlevel:last-child {
          padding-bottom: 20px; }
        #header-navigation .header-navigation__container .navfirstlevel > a {
          position: absolute;
          -webkit-animation: firstslide;
          animation: firstslide;
          -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
          display: inline;
          padding: 20px 0 20px 15px;
          white-space: nowrap; }
        #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer.slideright {
          -webkit-transform: translateX(768px);
          -ms-transform: translateX(768px);
          transform: translateX(768px);
          -webkit-animation: sliderightout;
          animation: sliderightout;
          -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
          display: block; }
        #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          padding-top: 0;
          display: none;
          top: 0;
          position: absolute; }
          #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            border-top: 0;
            font-weight: 500;
            padding: 0; }
            #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .toggleback {
              padding: 20px 10px;
              border-bottom: 1px solid #d7d7d7;
              width: 100%;
              font-weight: bold;
              text-transform: uppercase; }
              #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .toggleback:before {
                content: '';
                width: 20px;
                height: 20px;
                background-image: url("assets/arrow-left.svg");
                background-position-y: 4px;
                display: inline-block; }
              #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer .navsubcontainer--items .toggleback span {
                background-image: -webkit-linear-gradient(330deg, #fff000 0%, #fff000 100%);
                background-image: -o-linear-gradient(330deg, #fff000 0%, #fff000 100%);
                background-image: linear-gradient(120deg, #fff000 0%, #fff000 100%);
                background-repeat: no-repeat;
                background-size: 100% 0.5em;
                background-position: 0 16px; }
        #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer.child {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0);
          padding-top: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-animation: slideright;
          animation: slideright;
          -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
          position: relative; }
          #header-navigation .header-navigation__container .navfirstlevel .navsubcontainer.child .navsubcontainer--items {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; }
        #header-navigation .header-navigation__container .navfirstlevel .navsecondlevel {
          margin-top: 0;
          padding: 0 30px; }
          #header-navigation .header-navigation__container .navfirstlevel .navsecondlevel a,
          #header-navigation .header-navigation__container .navfirstlevel .navsecondlevel span {
            padding: 0;
            white-space: normal; }
          #header-navigation .header-navigation__container .navfirstlevel .navsecondlevel .link-content {
            padding: 20px 0; }
          #header-navigation .header-navigation__container .navfirstlevel .navsecondlevel .navthirdlevel a:last-child {
            padding-bottom: 10px; }
  header .header-container {
    padding: 0 15px; } }

@media only screen and (max-width: 640px) {
  .opened > a:before {
    content: '< '; }
  .menu-title {
    display: none; } }

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
footer {
  background-color: #2A2A2A;
  position: relative;
  text-align: center; }
  footer #toggle-newsletter {
    background: #fff000;
    width: 255px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 8px 16px;
    margin-top: -25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px; }
    footer #toggle-newsletter .newsletter-cta {
      margin-right: 7px; }
    footer #toggle-newsletter .rotate {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    footer #toggle-newsletter .arrow {
      width: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      footer #toggle-newsletter .arrow img {
        max-width: 18px;
        width: auto; }
  footer .footer-content {
    color: white;
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    footer .footer-content .footer-content__left p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
    footer .footer-content span {
      display: block;
      margin-bottom: 10px; }
    footer .footer-content p {
      font-family: 'Lekton', sans-serif;
      margin-bottom: 0;
      margin-top: 0;
      font-size: 14px; }
    footer .footer-content strong {
      margin-bottom: 10px; }
    footer .footer-content a {
      color: white;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      footer .footer-content a:hover {
        color: #81F4C6; }
    footer .footer-content > div {
      width: 33%; }
  footer .footer-bottom {
    font-size: 12px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    padding-bottom: 20px;
    color: white; }
    footer .footer-bottom hr {
      border: 0;
      border-top: 1px solid #444444;
      background: transparent; }
    footer .footer-bottom a {
      text-decoration: none;
      color: white;
      padding-right: 20px; }
  footer .footer-bottom__legal a {
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    footer .footer-bottom__legal a:hover {
      color: #81F4C6; }
  footer .social-footer {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer .social-footer a {
      color: transparent;
      background-color: #444444;
      margin: 0 5px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 32px;
      width: 32px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      footer .social-footer a:hover {
        background-color: #81F4C6; }
      footer .social-footer a path,
      footer .social-footer a rect {
        fill: white !important; }
      footer .social-footer a svg {
        width: 18px;
        height: 18px; }
      footer .social-footer a:hover path,
      footer .social-footer a:hover rect {
        fill: #444444 !important; }

@media only screen and (max-width: 768px) {
  footer .footer-bottom,
  footer .footer-content {
    margin: 10px 15px; }
    footer .footer-bottom span,
    footer .footer-content span {
      margin-top: 10px; } }

@media only screen and (max-width: 640px) {
  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 10px 15px; }
    footer .footer-content > div {
      width: 100%; }
  footer .footer-bottom {
    text-align: center; } }

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
#Widgets global
--------------------------------------------------------------*/
.socialbuilder__background__parallax {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
  margin: 0 auto; }

.socialbuilder__background__parallax.on {
  background-attachment: fixed; }

.elementor iframe {
  padding: 10px 15px !important; }

.elementor-custom-embed-image-overlay {
  margin: 10px 15px !important; }

.custom-player {
  width: 65px;
  height: 65px;
  display: block;
  position: relative; }
  .custom-player:before {
    content: '';
    width: 65px;
    display: block;
    height: 65px;
    background: #fff000;
    z-index: 0;
    left: 10px;
    top: -5px;
    position: absolute;
    border-radius: 50%; }
  .custom-player span {
    width: 65px;
    height: 65px;
    content: '';
    width: 65px;
    display: block;
    height: 65px;
    background-image: url("assets/play.svg");
    z-index: 2;
    position: absolute; }

@media only screen and (max-width: 768px) {
  .elementor-custom-embed-image-overlay {
    margin: 0 !important;
    padding: 10px 15px !important; } }

/*--------------------------------------------------------------
#Widgets
--------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.lae-flex-container a:hover,
.lae-flex-slider a:hover {
  outline: none; }

.lae-slides,
.lae-slides > li,
.lae-flex-control-nav,
.lae-flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.lae-flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.lae-flexslider {
  margin: 0;
  padding: 0; }

.lae-flexslider .lae-slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.lae-flexslider .lae-slides img {
  width: 100%;
  display: block; }

html[xmlns] .lae-flexslider .lae-slides {
  display: block; }

* html .lae-flexslider .lae-slides {
  height: 1%; }

.no-js .lae-flexslider .lae-slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.lae-flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

.lae-flexslider .lae-slides {
  zoom: 1;
  overflow: hidden; }

.lae-flexslider .lae-slides img {
  height: auto;
  -moz-user-select: none; }

.lae-flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .lae-flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.lae-flex-direction-nav {
  *height: 0; }

.lae-flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.lae-flex-prev {
  /* font-family: "flexslider-icon"; */
  font-size: 40px;
  /* display: inline-block; */
  /* content: '\f001'; */
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.lae-flex-direction-nav a.lae-flex-next:before {
  content: '\f002'; }

.lae-flex-direction-nav .lae-flex-prev {
  left: -50px; }

.lae-flex-direction-nav .lae-flex-next {
  right: -50px;
  text-align: right; }

.lae-flex-direction-nav .lae-flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.lae-flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.lae-flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.lae-flex-pauseplay a:hover {
  opacity: 1; }

.lae-flex-pauseplay a.lae-flex-play:before {
  content: '\f003'; }

.lae-flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.lae-flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.lae-flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.lae-flex-control-paging li a:hover {
  background: rgba(0, 0, 0, 0.7); }

.lae-flex-control-paging li a.lae-flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.lae-flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.lae-flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.lae-flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.lae-flex-control-thumbs img:hover {
  opacity: 1; }

.lae-flex-control-thumbs .lae-flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .lae-flex-direction-nav .lae-flex-prev {
    opacity: 1;
    left: 10px; }
  .lae-flex-direction-nav .lae-flex-next {
    opacity: 1;
    right: 10px; } }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZsZXhzbGlkZXIuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7O0dBVUc7O0FBRUg7O3lIQUV5SDtBQUN6SDs7RUFFRSxjQUFjO0NBQ2Y7QUFDRDs7OztFQUlFLFVBQVU7RUFDVixXQUFXO0VBQ1gsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSwyQkFBMkI7Q0FDNUI7QUFDRDs7eUhBRXlIO0FBQ3pIO0VBQ0UsVUFBVTtFQUNWLFdBQVc7Q0FDWjtBQUNEO0VBQ0UsY0FBYztFQUNkLG9DQUFvQztDQUNyQztBQUNEO0VBQ0UsWUFBWTtFQUNaLGVBQWU7Q0FDaEI7QUFDRDtFQUNFLGVBQWU7Q0FDaEI7QUFDRDtFQUNFLFdBQVc7Q0FDWjtBQUNEO0VBQ0UsZUFBZTtDQUNoQjtBQUNEOzt5SEFFeUg7QUFDekg7RUFDRSxVQUFVO0VBQ1YsbUJBQW1CO0VBQ25CLFFBQVE7Q0FDVDtBQUNEO0VBQ0UsUUFBUTtFQUNSLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsYUFBYTtFQUNiLHVCQUF1QjtDQUN4QjtBQUNEO0VBQ0UsbUJBQW1CO0VBQ25CLGdDQUFnQztFQUloQyx3QkFBd0I7Q0FDekI7QUFDRDtFQUNFLGtCQUFrQjtDQUNuQjtBQUNEO0VBQ0Usa0JBQWtCO0NBQ25CO0FBQ0Q7R0FGRSxVQUdXO0NBQ1o7QUFDRDtFQUNFLHNCQUFzQjtFQUN0QixlQUFlO0VBQ2YsWUFBWTtFQUNaLGFBQWE7RUFDYixrQkFBa0I7RUFDbEIsbUJBQW1CO0VBQ25CLFNBQVM7RUFDVCxZQUFZO0VBQ1osaUJBQWlCO0VBQ2pCLFdBQVc7RUFDWCxnQkFBZ0I7RUFDaEIsMEJBQTBCO0VBQzFCLGdEQUFnRDtFQUNoRCx5Q0FBeUM7RUFJekMsaUNBQWlDO0NBQ2xDO0FBQ0Q7RUFDRSxxQ0FBcUM7RUFDckMsZ0JBQWdCO0VBQ2hCLDRCQUE0QjtFQUM1Qix1QkFBdUI7RUFDdkIsMEJBQTBCO0VBQzFCLGdEQUFnRDtDQUNqRDtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxZQUFZO0NBQ2I7QUFDRDtFQUNFLGFBQWE7RUFDYixrQkFBa0I7Q0FDbkI7QUFDRDtFQUNFLHFCQUFxQjtFQUNyQix5QkFBeUI7RUFDekIsZ0JBQWdCO0VBQ2hCLFlBQVk7Q0FDYjtBQUNEO0VBQ0UsZUFBZTtFQUNmLFlBQVk7RUFDWixhQUFhO0VBQ2IsbUJBQW1CO0VBQ25CLFlBQVk7RUFDWixXQUFXO0VBQ1gsYUFBYTtFQUNiLFlBQVk7RUFDWixpQkFBaUI7RUFDakIsZ0JBQWdCO0VBQ2hCLFlBQVk7Q0FDYjtBQUNEO0VBQ0UsK0JBQStCO0VBQy9CLGdCQUFnQjtFQUNoQixzQkFBc0I7RUFDdEIsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxXQUFXO0NBQ1o7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsWUFBWTtFQUNaLG1CQUFtQjtFQUNuQixjQUFjO0VBQ2QsbUJBQW1CO0NBQ3BCO0FBQ0Q7RUFDRSxjQUFjO0VBQ2Qsc0JBQXNCO0VBQ3RCLFFBQVE7R0FMUixnQkFNaUI7Q0FDbEI7QUFDRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsZUFBZTtFQUNmLGlCQUFpQjtFQUNqQiwrQkFBK0I7RUFDL0IsZ0JBQWdCO0VBQ2hCLHFCQUFxQjtFQUNyQixxREFBcUQ7RUFFckQsZ0RBQWdEO0VBQ2hELDZDQUE2QztFQUc3QyxvQkFBb0I7Q0FDckI7QUFDRDtFQUNFLGlCQUFpQjtFQUNqQiwrQkFBK0I7Q0FDaEM7QUFDRDtFQUNFLGlCQUFpQjtFQUNqQiwrQkFBK0I7RUFDL0IsZ0JBQWdCO0NBQ2pCO0FBQ0Q7RUFDRSxnQkFBZ0I7RUFDaEIsaUJBQWlCO0VBQ2pCLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsV0FBVztFQUNYLFlBQVk7RUFDWixVQUFVO0NBQ1g7QUFDRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsZUFBZTtFQUNmLFlBQVk7RUFDWixnQkFBZ0I7RUFDaEIsdUJBQXVCO0VBQ3ZCLGdDQUFnQztFQUloQyx3QkFBd0I7Q0FDekI7QUFDRDtFQUNFLFdBQVc7Q0FDWjtBQUNEO0VBQ0UsV0FBVztFQUNYLGdCQUFnQjtDQUNqQjtBQUNEOzt5SEFFeUg7QUFDekg7RUFDRTtJQUNFLFdBQVc7SUFDWCxXQUFXO0dBQ1o7RUFDRDtJQUNFLFdBQVc7SUFDWCxZQUFZO0dBQ2I7Q0FDRiIsImZpbGUiOiJmbGV4c2xpZGVyLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBqUXVlcnkgRmxleFNsaWRlciB2Mi42LjBcbiAqIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9mbGV4c2xpZGVyL1xuICpcbiAqIENvcHlyaWdodCAyMDEyIFdvb1RoZW1lc1xuICogRnJlZSB0byB1c2UgdW5kZXIgdGhlIEdQTHYyIGFuZCBsYXRlciBsaWNlbnNlLlxuICogaHR0cDovL3d3dy5nbnUub3JnL2xpY2Vuc2VzL2dwbC0yLjAuaHRtbFxuICpcbiAqIENvbnRyaWJ1dGluZyBhdXRob3I6IFR5bGVyIFNtaXRoIChAbWJtdWZmZmluKVxuICpcbiAqL1xuXG4vKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuICogUkVTRVRTXG4gKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSovXG4ubGFlLWZsZXgtY29udGFpbmVyIGE6aG92ZXIsXG4ubGFlLWZsZXgtc2xpZGVyIGE6aG92ZXIge1xuICBvdXRsaW5lOiBub25lO1xufVxuLmxhZS1zbGlkZXMsXG4ubGFlLXNsaWRlcyA+IGxpLFxuLmxhZS1mbGV4LWNvbnRyb2wtbmF2LFxuLmxhZS1mbGV4LWRpcmVjdGlvbi1uYXYge1xuICBtYXJnaW46IDA7XG4gIHBhZGRpbmc6IDA7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG59XG4ubGFlLWZsZXgtcGF1c2VwbGF5IHNwYW4ge1xuICB0ZXh0LXRyYW5zZm9ybTogY2FwaXRhbGl6ZTtcbn1cbi8qID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4gKiBCQVNFIFNUWUxFU1xuICogPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0qL1xuLmxhZS1mbGV4c2xpZGVyIHtcbiAgbWFyZ2luOiAwO1xuICBwYWRkaW5nOiAwO1xufVxuLmxhZS1mbGV4c2xpZGVyIC5sYWUtc2xpZGVzID4gbGkge1xuICBkaXNwbGF5OiBub25lO1xuICAtd2Via2l0LWJhY2tmYWNlLXZpc2liaWxpdHk6IGhpZGRlbjtcbn1cbi5sYWUtZmxleHNsaWRlciAubGFlLXNsaWRlcyBpbWcge1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogYmxvY2s7XG59XG5odG1sW3htbG5zXSAubGFlLWZsZXhzbGlkZXIgLmxhZS1zbGlkZXMge1xuICBkaXNwbGF5OiBibG9jaztcbn1cbiogaHRtbCAubGFlLWZsZXhzbGlkZXIgLmxhZS1zbGlkZXMge1xuICBoZWlnaHQ6IDElO1xufVxuLm5vLWpzIC5sYWUtZmxleHNsaWRlciAubGFlLXNsaWRlcyA+IGxpOmZpcnN0LWNoaWxkIHtcbiAgZGlzcGxheTogYmxvY2s7XG59XG4vKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuICogREVGQVVMVCBUSEVNRVxuICogPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0qL1xuLmxhZS1mbGV4c2xpZGVyIHtcbiAgbWFyZ2luOiAwO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHpvb206IDE7XG59XG4ubGFlLWZsZXhzbGlkZXIgLmxhZS1zbGlkZXMge1xuICB6b29tOiAxO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLmxhZS1mbGV4c2xpZGVyIC5sYWUtc2xpZGVzIGltZyB7XG4gIGhlaWdodDogYXV0bztcbiAgLW1vei11c2VyLXNlbGVjdDogbm9uZTtcbn1cbi5sYWUtZmxleC12aWV3cG9ydCB7XG4gIG1heC1oZWlnaHQ6IDIwMDBweDtcbiAgLXdlYmtpdC10cmFuc2l0aW9uOiBhbGwgMXMgZWFzZTtcbiAgLW1vei10cmFuc2l0aW9uOiBhbGwgMXMgZWFzZTtcbiAgLW1zLXRyYW5zaXRpb246IGFsbCAxcyBlYXNlO1xuICAtby10cmFuc2l0aW9uOiBhbGwgMXMgZWFzZTtcbiAgdHJhbnNpdGlvbjogYWxsIDFzIGVhc2U7XG59XG4ubG9hZGluZyAubGFlLWZsZXgtdmlld3BvcnQge1xuICBtYXgtaGVpZ2h0OiAzMDBweDtcbn1cbi5jYXJvdXNlbCBsaSB7XG4gIG1hcmdpbi1yaWdodDogNXB4O1xufVxuLmxhZS1mbGV4LWRpcmVjdGlvbi1uYXYge1xuICAqaGVpZ2h0OiAwO1xufVxuLmxhZS1mbGV4LWRpcmVjdGlvbi1uYXYgYSB7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHdpZHRoOiA0MHB4O1xuICBoZWlnaHQ6IDQwcHg7XG4gIG1hcmdpbjogLTIwcHggMCAwO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogNTAlO1xuICB6LWluZGV4OiAxMDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgb3BhY2l0eTogMDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBjb2xvcjogcmdiYSgwLCAwLCAwLCAwLjgpO1xuICB0ZXh0LXNoYWRvdzogMXB4IDFweCAwIHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4zKTtcbiAgLXdlYmtpdC10cmFuc2l0aW9uOiBhbGwgMC4zcyBlYXNlLWluLW91dDtcbiAgLW1vei10cmFuc2l0aW9uOiBhbGwgMC4zcyBlYXNlLWluLW91dDtcbiAgLW1zLXRyYW5zaXRpb246IGFsbCAwLjNzIGVhc2UtaW4tb3V0O1xuICAtby10cmFuc2l0aW9uOiBhbGwgMC4zcyBlYXNlLWluLW91dDtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3MgZWFzZS1pbi1vdXQ7XG59XG5hLmxhZS1mbGV4LXByZXYge1xuICAvKiBmb250LWZhbWlseTogXCJmbGV4c2xpZGVyLWljb25cIjsgKi9cbiAgZm9udC1zaXplOiA0MHB4O1xuICAvKiBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7ICovXG4gIC8qIGNvbnRlbnQ6ICdcXGYwMDEnOyAqL1xuICBjb2xvcjogcmdiYSgwLCAwLCAwLCAwLjgpO1xuICB0ZXh0LXNoYWRvdzogMXB4IDFweCAwIHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4zKTtcbn1cbi5sYWUtZmxleC1kaXJlY3Rpb24tbmF2IGEubGFlLWZsZXgtbmV4dDpiZWZvcmUge1xuICBjb250ZW50OiAnXFxmMDAyJztcbn1cbi5sYWUtZmxleC1kaXJlY3Rpb24tbmF2IC5sYWUtZmxleC1wcmV2IHtcbiAgbGVmdDogLTUwcHg7XG59XG4ubGFlLWZsZXgtZGlyZWN0aW9uLW5hdiAubGFlLWZsZXgtbmV4dCB7XG4gIHJpZ2h0OiAtNTBweDtcbiAgdGV4dC1hbGlnbjogcmlnaHQ7XG59XG4ubGFlLWZsZXgtZGlyZWN0aW9uLW5hdiAubGFlLWZsZXgtZGlzYWJsZWQge1xuICBvcGFjaXR5OiAwIWltcG9ydGFudDtcbiAgZmlsdGVyOiBhbHBoYShvcGFjaXR5PTApO1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIHotaW5kZXg6IC0xO1xufVxuLmxhZS1mbGV4LXBhdXNlcGxheSBhIHtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHdpZHRoOiAyMHB4O1xuICBoZWlnaHQ6IDIwcHg7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgYm90dG9tOiA1cHg7XG4gIGxlZnQ6IDEwcHg7XG4gIG9wYWNpdHk6IDAuODtcbiAgei1pbmRleDogMTA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgY29sb3I6ICMwMDA7XG59XG4ubGFlLWZsZXgtcGF1c2VwbGF5IGE6YmVmb3JlIHtcbiAgZm9udC1mYW1pbHk6IFwiZmxleHNsaWRlci1pY29uXCI7XG4gIGZvbnQtc2l6ZTogMjBweDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBjb250ZW50OiAnXFxmMDA0Jztcbn1cbi5sYWUtZmxleC1wYXVzZXBsYXkgYTpob3ZlciB7XG4gIG9wYWNpdHk6IDE7XG59XG4ubGFlLWZsZXgtcGF1c2VwbGF5IGEubGFlLWZsZXgtcGxheTpiZWZvcmUge1xuICBjb250ZW50OiAnXFxmMDAzJztcbn1cbi5sYWUtZmxleC1jb250cm9sLW5hdiB7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogLTQwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5sYWUtZmxleC1jb250cm9sLW5hdiBsaSB7XG4gIG1hcmdpbjogMCA2cHg7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgem9vbTogMTtcbiAgKmRpc3BsYXk6IGlubGluZTtcbn1cbi5sYWUtZmxleC1jb250cm9sLXBhZ2luZyBsaSBhIHtcbiAgd2lkdGg6IDExcHg7XG4gIGhlaWdodDogMTFweDtcbiAgZGlzcGxheTogYmxvY2s7XG4gIGJhY2tncm91bmQ6ICM2NjY7XG4gIGJhY2tncm91bmQ6IHJnYmEoMCwgMCwgMCwgMC41KTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICB0ZXh0LWluZGVudDogLTk5OTlweDtcbiAgLXdlYmtpdC1ib3gtc2hhZG93OiBpbnNldCAwIDAgM3B4IHJnYmEoMCwgMCwgMCwgMC4zKTtcbiAgLW1vei1ib3gtc2hhZG93OiBpbnNldCAwIDAgM3B4IHJnYmEoMCwgMCwgMCwgMC4zKTtcbiAgLW8tYm94LXNoYWRvdzogaW5zZXQgMCAwIDNweCByZ2JhKDAsIDAsIDAsIDAuMyk7XG4gIGJveC1zaGFkb3c6IGluc2V0IDAgMCAzcHggcmdiYSgwLCAwLCAwLCAwLjMpO1xuICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDIwcHg7XG4gIC1tb3otYm9yZGVyLXJhZGl1czogMjBweDtcbiAgYm9yZGVyLXJhZGl1czogMjBweDtcbn1cbi5sYWUtZmxleC1jb250cm9sLXBhZ2luZyBsaSBhOmhvdmVyIHtcbiAgYmFja2dyb3VuZDogIzMzMztcbiAgYmFja2dyb3VuZDogcmdiYSgwLCAwLCAwLCAwLjcpO1xufVxuLmxhZS1mbGV4LWNvbnRyb2wtcGFnaW5nIGxpIGEubGFlLWZsZXgtYWN0aXZlIHtcbiAgYmFja2dyb3VuZDogIzAwMDtcbiAgYmFja2dyb3VuZDogcmdiYSgwLCAwLCAwLCAwLjkpO1xuICBjdXJzb3I6IGRlZmF1bHQ7XG59XG4ubGFlLWZsZXgtY29udHJvbC10aHVtYnMge1xuICBtYXJnaW46IDVweCAwIDA7XG4gIHBvc2l0aW9uOiBzdGF0aWM7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4ubGFlLWZsZXgtY29udHJvbC10aHVtYnMgbGkge1xuICB3aWR0aDogMjUlO1xuICBmbG9hdDogbGVmdDtcbiAgbWFyZ2luOiAwO1xufVxuLmxhZS1mbGV4LWNvbnRyb2wtdGh1bWJzIGltZyB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGF1dG87XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBvcGFjaXR5OiAuNztcbiAgY3Vyc29yOiBwb2ludGVyO1xuICAtbW96LXVzZXItc2VsZWN0OiBub25lO1xuICAtd2Via2l0LXRyYW5zaXRpb246IGFsbCAxcyBlYXNlO1xuICAtbW96LXRyYW5zaXRpb246IGFsbCAxcyBlYXNlO1xuICAtbXMtdHJhbnNpdGlvbjogYWxsIDFzIGVhc2U7XG4gIC1vLXRyYW5zaXRpb246IGFsbCAxcyBlYXNlO1xuICB0cmFuc2l0aW9uOiBhbGwgMXMgZWFzZTtcbn1cbi5sYWUtZmxleC1jb250cm9sLXRodW1icyBpbWc6aG92ZXIge1xuICBvcGFjaXR5OiAxO1xufVxuLmxhZS1mbGV4LWNvbnRyb2wtdGh1bWJzIC5sYWUtZmxleC1hY3RpdmUge1xuICBvcGFjaXR5OiAxO1xuICBjdXJzb3I6IGRlZmF1bHQ7XG59XG4vKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuICogUkVTUE9OU0lWRVxuICogPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0qL1xuQG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogODYwcHgpIHtcbiAgLmxhZS1mbGV4LWRpcmVjdGlvbi1uYXYgLmxhZS1mbGV4LXByZXYge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgbGVmdDogMTBweDtcbiAgfVxuICAubGFlLWZsZXgtZGlyZWN0aW9uLW5hdiAubGFlLWZsZXgtbmV4dCB7XG4gICAgb3BhY2l0eTogMTtcbiAgICByaWdodDogMTBweDtcbiAgfVxufVxuIl19 */
/*--------------------------------------------------------------
#Homepage
--------------------------------------------------------------*/
.even,
.first:nth-child(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: -120px;
  margin-right: 3px; }
  .even .category-filter__content,
  .first:nth-child(odd) .category-filter__content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .even .category-filter__content figure,
    .first:nth-child(odd) .category-filter__content figure {
      -webkit-box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.35);
      box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.35); }

.first:nth-child(even),
.odd {
  margin-top: -350px;
  margin-left: 1px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse; }
  .first:nth-child(even) .category-filter__content,
  .odd .category-filter__content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .first:nth-child(even) .category-filter__content figure,
    .odd .category-filter__content figure {
      -webkit-box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.35);
      box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.35); }

#homepage__nav__results--loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  position: fixed;
  background: white;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  z-index: 90; }
  #homepage__nav__results--loader img {
    position: absolute;
    /* width: 150px; */
    height: 50px; }

.category-filter__content--caption {
  width: 395px;
  padding-left: 20px; }
  .category-filter__content--caption .sticker {
    background: #fff000;
    margin-top: -35px;
    margin-bottom: 24px;
    display: table;
    padding: 8px 16px; }
  .category-filter__content--caption p {
    padding: 0 10px;
    margin: 0;
    font-size: 18px; }
  .category-filter__content--caption button {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff000), color-stop(50%, white));
    background: -webkit-linear-gradient(left, #fff000 50%, white 50%);
    background: -o-linear-gradient(left, #fff000 50%, white 50%);
    background: linear-gradient(to right, #fff000 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 2px solid #fff000;
    margin-left: 10px;
    font-weight: bold;
    padding: 8px 16px;
    font-size: 18px;
    font-family: 'Lekton', sans-serif;
    border-radius: 0px; }
    .category-filter__content--caption button:hover {
      background-position: left bottom;
      cursor: pointer; }

#hide-filter {
  max-width: 1100px;
  width: auto;
  margin: 0 auto; }

.quote-wrapper {
  margin: 90px 15px 10px;
  position: relative; }
  .quote-wrapper .quote-wrapper__content {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
    .quote-wrapper .quote-wrapper__content p {
      padding: 16px 36px 16px 51px;
      margin: 0;
      color: #2A2A2A;
      font-size: 24px;
      font-weight: bold;
      background: white;
      font-family: 'Lekton'; }
  .quote-wrapper .quote-wrapper__icon {
    width: 38px;
    position: absolute;
    left: 0;
    top: -20px; }

.socialbuilder {
  margin: 16px; }

.elementor-custom-embed-play {
  position: relative; }
  .elementor-custom-embed-play .elementor-custom-embed-play-overlay {
    width: 65px;
    height: 65px;
    background: #fff000;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    left: 10px;
    bottom: 15px; }
  .elementor-custom-embed-play #play {
    width: 65.5px;
    z-index: 99; }

@media only screen and (max-width: 640px) {
  #homepage__nav__results--loader {
    top: 60px; }
  .quote-wrapper .quote-wrapper__content p {
    padding: 30px 0;
    margin: 0;
    text-align: center; }
  .even .category-filter__content,
  .first:nth-child(odd) .category-filter__content {
    width: 100%; }
  .first:nth-child(even) .category-filter__content,
  .odd .category-filter__content {
    width: 100%; }
  .first:nth-child(even),
  .first:nth-child(odd) {
    margin: 50px 15px; }
  .even,
  .odd {
    margin: 0 15px 50px; }
  .category-filter__content--caption {
    width: 100%;
    text-align: center;
    padding-left: 0; }
    .category-filter__content--caption .sticker {
      margin: -15px auto 0; }
    .category-filter__content--caption button {
      width: 100%;
      margin-left: 0; }
    .category-filter__content--caption p {
      padding-top: 10px;
      background: white; }
  #homepage__nav a {
    margin: 0; }
  .homepage__nav__links {
    margin: 10px 15px; } }

/*--------------------------------------------------------------
#counter
--------------------------------------------------------------*/
.elementor-counter-wrapper {
  position: relative;
  margin: 90px 15px 10px 15px; }
  .elementor-counter-wrapper .elementor-counter--bg {
    position: relative;
    height: 176px;
    width: 176px;
    background-color: #81F4C6;
    left: 0; }
  .elementor-counter-wrapper .elementor-counter--border {
    border: 1px solid black;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 176px;
    height: 176px; }
  .elementor-counter-wrapper .elementor-counter {
    position: absolute;
    left: 39px;
    bottom: -18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background: #fff000; }
    .elementor-counter-wrapper .elementor-counter .elementor-counter-number-wrapper .start {
      font-size: 40px;
      padding-bottom: 10px; }
    .elementor-counter-wrapper .elementor-counter .elementor-counter-title {
      margin-top: -20px;
      font-size: 17px;
      line-height: 22.5px;
      padding-top: 10px; }

@media only screen and (max-width: 640px) {
  .elementor-counter-wrapper {
    position: relative;
    margin: 20px auto 20px  auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .elementor-counter-wrapper .elementor-counter--border {
      left: 120px; }
    .elementor-counter-wrapper .elementor-counter {
      left: 140px;
      bottom: -40px; }
  .quote-wrapper {
    margin: 20px 15px; } }

/*--------------------------------------------------------------
#slider
--------------------------------------------------------------*/
.elementor-slick-slider {
  max-width: 1200px;
  margin: 30px auto !important; }
  .elementor-slick-slider .slick-arrow {
    z-index: 80; }
    .elementor-slick-slider .slick-arrow:before {
      color: black !important; }
  .elementor-slick-slider .slick-arrow:hover:before {
    color: #81F4C6 !important; }

.slick-slide-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.elementor-slick-slider ul.slick-dots li button {
  width: 11px !important;
  height: 11px !important;
  background: white !important;
  border-radius: 50%;
  border: 1px solid black !important; }
  .elementor-slick-slider ul.slick-dots li button:before {
    font-size: 0px !important;
    width: 11px !important;
    height: 11px !important; }

.elementor-slick-slider ul.slick-dots {
  bottom: -40px !important; }

.elementor-slick-slider ul.slick-dots li {
  margin: 20px 10px !important;
  width: 11px !important;
  height: 11px !important; }

.elementor-slick-slider ul.slick-dots li.slick-active button {
  background: #81F4C6 !important;
  border: 0px solid black !important; }

.lae-flexslider .lae-flex-control-paging {
  z-index: 90; }
  .lae-flexslider .lae-flex-control-paging li a {
    background: white;
    border: 1px solid black;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .lae-flexslider .lae-flex-control-paging li a.lae-flex-active {
    background: #81F4C6;
    border: 0px; }

.lae-flexslider .flexslider .slides > li {
  height: 100%; }

.lae-flexslider .lae-slides .lae-testimonial {
  width: 80%;
  margin: 0 auto; }
  .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto; }
    .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-container {
      width: 100%;
      margin: 16px 0; }
    .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-image-wrapper {
      position: absolute;
      height: 170px; }
      .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-image-wrapper .lae-image-wrapper--bg {
        position: relative;
        height: 160px;
        width: 160px;
        background-color: #81F4C6;
        left: 0; }
      .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-image-wrapper .lae-image-wrapper--border {
        border: 1px solid black;
        position: absolute;
        left: 14px;
        top: 14px;
        width: 160px;
        height: 160px; }
      .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-image-wrapper img.avatar {
        position: absolute;
        bottom: -16px;
        left: 40px;
        width: 148px;
        height: 148px;
        border-radius: 50%; }
    .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-container--right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin: 80px auto 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-color: white; }
      .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-container--right:before {
        content: '';
        background-image: url("assets/quote-verbatim.svg");
        background-repeat: no-repeat;
        background-color: #fff000;
        position: absolute;
        right: 0;
        top: 80px;
        height: 48px;
        width: 48px;
        padding: 8px; }
    .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .quote-icon img {
      -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
      width: 22px; }
    .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-text {
      padding: 50px 0;
      width: 100%;
      display: block;
      margin: 0 auto; }
      .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-text .quote {
        text-align: left;
        font-size: 24px;
        font-weight: bold;
        margin-left: 220px;
        margin-right: 50px; }
      .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-text .lae-text {
        margin-left: 240px;
        text-align: right;
        margin-right: 20px; }
      .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-text .lae-author-credentials {
        font-weight: 400; }

@media only screen and (max-width: 768px) {
  .lae-flex-direction-nav {
    display: none; }
  .elementor-slick-slider {
    margin: 10px 25px !important; } }

@media only screen and (max-width: 640px) {
  .lae-flexslider {
    margin-bottom: 100px; }
    .lae-flexslider .lae-flex-control-paging {
      position: relative;
      bottom: 0; }
    .lae-flexslider .lae-slides .lae-testimonial {
      width: 100%; }
      .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .quote-icon {
        left: 43%;
        top: 215px; }
      .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-container--right {
        padding: 0;
        background: transparent;
        margin: 0;
        height: auto;
        position: relative; }
        .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-container--right:before {
          top: -60px;
          right: 43%; }
      .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-image-wrapper {
        position: relative;
        margin-bottom: 100px; }
        .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-image-wrapper .lae-image-wrapper--bg {
          margin: 0 auto; }
        .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-image-wrapper .lae-image-wrapper--border {
          left: 124px; }
        .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-image-wrapper img.avatar {
          left: 144px; }
      .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-text {
        top: 0;
        padding: 15px;
        position: relative;
        background: white; }
        .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-text .quote {
          margin-left: 0;
          margin-right: 0;
          text-align: center; }
        .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-text .lae-text {
          margin-left: 0;
          margin-right: 0;
          text-align: center; }
          .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-text .lae-text .lae-author-credentials,
          .lae-flexslider .lae-slides .lae-testimonial .lae-testimonial-user .lae-testimonial-text .lae-text .lae-author-name {
            display: block; } }

/*--------------------------------------------------------------
#newsletter
--------------------------------------------------------------*/
#newsletter-form {
  position: relative; }
  #newsletter-form .error {
    font-size: 80%;
    color: #fc3f3c;
    margin-bottom: 10px; }

#errorgroup,
.infos {
  margin-left: -10px;
  color: #2A2A2A;
  font-size: 10px;
  line-height: 16px;
  padding: 0 1%;
  width: 50%; }

.infos {
  -webkit-animation-name: fadeafter;
  animation-name: fadeafter;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin-top: -70px; }

#errorgroup {
  color: #fc3f3c;
  font-weight: bold; }

@-webkit-keyframes slideup {
  0% {
    height: 0; }
  100% {
    height: 451px; } }

@keyframes slideup {
  0% {
    height: 0; }
  100% {
    height: 451px; } }

.newsletter-iphone {
  -webkit-animation-name: slideup;
  animation-name: slideup;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  width: 25%;
  left: 73.5%;
  position: absolute;
  bottom: -50px; }
  .newsletter-iphone img {
    max-height: 451px; }

.sml_typologylabel {
  text-transform: uppercase; }

.newsletter {
  padding-bottom: 40px;
  position: relative; }
  .newsletter input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0); }
  .newsletter .newsletter-merci {
    text-align: center;
    font-weight: bold;
    width: 30%;
    margin: 50px auto; }

@-webkit-keyframes slidefromleft {
  from {
    opacity: 0;
    left: -1000px;
    background-color: white; }
  to {
    opacity: 1;
    left: 0;
    background-color: #81F4C6; } }

@keyframes slidefromleft {
  from {
    opacity: 0;
    left: -1000px;
    background-color: white; }
  to {
    opacity: 1;
    left: 0;
    background-color: #81F4C6; } }
  .newsletter .newsletter-bg {
    -webkit-animation-name: slidefromleft;
    animation-name: slidefromleft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    height: 100%;
    width: 74%;
    position: absolute;
    left: 0; }

@-webkit-keyframes fadeafter {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes fadeafter {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
  .newsletter .newsletter-container {
    max-width: 1144px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative; }
    .newsletter .newsletter-container label {
      font-weight: bold;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .newsletter .newsletter-container .sml_typologylabel {
      margin-left: -10px; }
    .newsletter .newsletter-container .radio * {
      cursor: pointer; }
    .newsletter .newsletter-container .radio .check {
      width: 25px;
      height: 25px;
      margin-right: 80px;
      position: absolute;
      left: 0;
      background: white;
      border: 1px solid #00CEC1;
      border-radius: 12px;
      display: block; }
    .newsletter .newsletter-container .radio label {
      padding-left: 20px; }
    .newsletter .newsletter-container .radio label:before {
      content: '';
      width: 11px;
      height: 11px;
      margin-right: 80px;
      position: absolute;
      left: 7px;
      background: transparent;
      border-radius: 50%;
      z-index: 2;
      display: block; }
    .newsletter .newsletter-container .radio label.active:before {
      background: #00CEC1; }
    .newsletter .newsletter-container .newsletter-container__left {
      -webkit-animation-name: fadeafter;
      animation-name: fadeafter;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      position: relative;
      width: 39%;
      padding: 40px 1% 1%;
      font-weight: bold; }
      .newsletter .newsletter-container .newsletter-container__left .radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 5px 0 35px;
        font-size: 16px; }
        .newsletter .newsletter-container .newsletter-container__left .radio:last-child {
          margin: 5px 0; }
        .newsletter .newsletter-container .newsletter-container__left .radio input {
          height: 25px;
          width: 25px;
          background: white; }
        .newsletter .newsletter-container .newsletter-container__left .radio span {
          width: 95%; }
    .newsletter .newsletter-container .newsletter-container__right {
      -webkit-animation-name: fadeafter;
      animation-name: fadeafter;
      -webkit-animation-delay: 0.55s;
      animation-delay: 0.55s;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      position: relative;
      width: 35%;
      padding: 40px 1% 1%; }
      .newsletter .newsletter-container .newsletter-container__right .sml_region {
        position: relative; }
        .newsletter .newsletter-container .newsletter-container__right .sml_region .rotate {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .newsletter .newsletter-container .newsletter-container__right .sml_region .custom-select {
          display: block;
          background: url("assets/arrow.svg");
          background-repeat: no-repeat;
          position: absolute;
          right: 15px;
          top: 35px;
          width: 18px;
          height: 18px; }
      .newsletter .newsletter-container .newsletter-container__right input,
      .newsletter .newsletter-container .newsletter-container__right select {
        width: 99%;
        border: 1px solid #00CEC1;
        background: white;
        height: 42px;
        border-radius: 0;
        margin-bottom: 15px;
        padding-left: 10px;
        font-family: 'Lekton', sans-serif;
        font-size: 14px; }
      .newsletter .newsletter-container .newsletter-container__right select {
        /* reset */
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none; }
      .newsletter .newsletter-container .newsletter-container__right input[type=submit] {
        width: auto;
        float: right;
        font-weight: bold;
        background: #fff000;
        cursor: pointer;
        font-size: 14px;
        padding: 8px 16px;
        border: none;
        margin-right: 1%;
        position: inherit;
        margin-top: 20px;
        right: 10px; }
      .newsletter .newsletter-container .newsletter-container__right .ns-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .newsletter .newsletter-container .newsletter-container__right .ns-group div {
          width: 49%; }

@media only screen and (max-width: 768px) {
  .newsletter-iphone {
    display: none; }
  .newsletter .newsletter-merci {
    text-align: center;
    font-weight: bold;
    width: 90%;
    margin: 50px 15px; }
  .newsletter .newsletter-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .newsletter .newsletter-container .radio label:before {
      content: '';
      width: 11px;
      height: 11px;
      margin-right: 80px;
      position: absolute;
      left: 17px;
      background: transparent;
      border-radius: 50%;
      z-index: 2;
      display: block; }
    .newsletter .newsletter-container .radio .check {
      left: 10px; }
    .newsletter .newsletter-container .radio label {
      padding-left: 40px; }
    .newsletter .newsletter-container .sml_typologylabel {
      margin-left: 0; }
    .newsletter .newsletter-container .newsletter-container__left,
    .newsletter .newsletter-container .newsletter-container__right {
      width: 100%;
      padding: 0; }
    .newsletter .newsletter-container .newsletter-container__left {
      padding-top: 15px; }
      .newsletter .newsletter-container .newsletter-container__left .sml_typology {
        padding-left: 15px; }
    .newsletter .newsletter-container .newsletter-container__right {
      padding: 10px 15px; }
      .newsletter .newsletter-container .newsletter-container__right input,
      .newsletter .newsletter-container .newsletter-container__right select {
        width: 100%;
        background: white; }
      .newsletter .newsletter-container .newsletter-container__right input[type='submit'] {
        float: none;
        position: relative;
        bottom: 0;
        right: 0;
        margin-right: 0;
        width: 100%;
        margin-top: 20px; }
    .newsletter .newsletter-container #errorgroup,
    .newsletter .newsletter-container .infos {
      width: 100%;
      margin-top: 0px;
      margin-left: 0;
      padding: 0 15px; }
  .newsletter .newsletter-bg {
    width: 100%; } }

/*--------------------------------------------------------------
#card
--------------------------------------------------------------*/
.socialbuilder__card {
  border-top: 4px solid #fff000;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  background: white;
  padding: 32px;
  margin: 10px 16px; }
  .socialbuilder__card .socialbuilder__card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px; }
    .socialbuilder__card .socialbuilder__card__header .socialbuilder__card__header--left {
      position: relative; }
      .socialbuilder__card .socialbuilder__card__header .socialbuilder__card__header--left img {
        width: 48px;
        border-radius: 50%;
        border: 2px solid black;
        margin-right: 30px;
        z-index: 2;
        position: relative; }
      .socialbuilder__card .socialbuilder__card__header .socialbuilder__card__header--left .socialbuilder__card__header--left--caption {
        position: absolute;
        background: #fff000;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        left: 10px;
        bottom: 15px;
        z-index: 0; }
    .socialbuilder__card .socialbuilder__card__header .socialbuilder__card__header--right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
      .socialbuilder__card .socialbuilder__card__header .socialbuilder__card__header--right p {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        font-family: 'Lekton', sans-serif; }
        .socialbuilder__card .socialbuilder__card__header .socialbuilder__card__header--right p:first-child {
          font-weight: bold; }

/*--------------------------------------------------------------
#Image caption
--------------------------------------------------------------*/
.socialbuilder__imagecaption {
  margin: 10px 16px 32px;
  position: relative; }
  .socialbuilder__imagecaption .socialbuilder__imagecaption--container {
    display: block;
    position: relative; }
    .socialbuilder__imagecaption .socialbuilder__imagecaption--container .socialbuilder__imagecaption--container--img img {
      width: 100%;
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.08); }
    .socialbuilder__imagecaption .socialbuilder__imagecaption--container .socialbuilder__imagecaption--container--content {
      background: #fff000;
      position: absolute;
      bottom: -22px;
      left: 16px;
      padding: 8px 16px;
      color: black;
      font-size: 24px;
      font-weight: bold;
      line-height: 32px; }

/*--------------------------------------------------------------
#Image Typos
--------------------------------------------------------------*/
.socialbuilder__heading {
  margin: 10px 16px; }
  .socialbuilder__heading * {
    padding: 8px 16px;
    background: #fff000;
    display: inline-block; }
  .socialbuilder__heading a {
    color: black;
    padding: 0; }

.text-socialbuilder {
  margin: 10px 16px; }

.btn-default a {
  background-color: white;
  border: 2px solid #fff000;
  color: black !important;
  padding: 8px 16px;
  border-radius: 0px !important; }
  .btn-default a:hover {
    background-color: #fff000;
    color: black; }

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
  color: black; }

.btn-transparent a {
  border: 2px solid white;
  color: white;
  padding: 8px 16px;
  border-radius: 0px !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff000), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #fff000 50%, transparent 50%);
  background: -o-linear-gradient(left, #fff000 50%, transparent 50%);
  background: linear-gradient(to right, #fff000 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .btn-transparent a:hover {
    background-position: left bottom;
    color: black; }

@media only screen and (max-width: 640px) {
  .elementor-button-wrapper-socialbuilder {
    width: 100%; } }

/*--------------------------------------------------------------
#Timeline
--------------------------------------------------------------*/
.timeline__socialbuilder {
  margin: 10px 16px; }

.timeline__item.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .timeline__item.right .timeline__item__caption {
    margin-left: 50px; }
  .timeline__item.right .timeline__item__content {
    text-align: right; }

.timeline__item {
  background: white;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 790px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 50px; }
  .timeline__item .timeline__item__caption {
    height: 160px;
    width: 160px;
    background-color: #81F4C6;
    position: relative;
    margin-right: 50px; }
    .timeline__item .timeline__item__caption .timeline__item__caption--container {
      position: relative;
      height: 160px;
      width: 160px; }
      .timeline__item .timeline__item__caption .timeline__item__caption--container img {
        height: 148px;
        width: 148px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: -30px;
        bottom: -30px; }
      .timeline__item .timeline__item__caption .timeline__item__caption--container .timeline__item__caption--border {
        position: absolute;
        right: -14px;
        bottom: -14px;
        border: 1px solid #2a2a2a;
        height: 160px;
        width: 160px; }
  .timeline__item .timeline__item__content {
    margin-top: 40px; }

@media only screen and (max-width: 768px) {
  #homepage__nav__results {
    padding: 10px 0px; }
    #homepage__nav__results .category-filter__content--caption {
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .timeline__socialbuilder .timeline__item,
  .timeline__socialbuilder .timeline__item:nth-of-type(even) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .timeline__socialbuilder .timeline__item .timeline__item__content,
    .timeline__socialbuilder .timeline__item:nth-of-type(even) .timeline__item__content {
      text-align: center; }
    .timeline__socialbuilder .timeline__item .timeline__item__caption,
    .timeline__socialbuilder .timeline__item:nth-of-type(even) .timeline__item__caption {
      margin-left: 0;
      margin-right: 0; } }

/*--------------------------------------------------------------
#Trombi
--------------------------------------------------------------*/
.socialbuilder__trombi {
  margin: 100px 16px;
  max-width: 1200px;
  position: relative; }
  .socialbuilder__trombi .inline-trombi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .socialbuilder__trombi .inline-trombi > .trombi-container {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-bottom: 150px;
      margin-top: -50px; }
    .socialbuilder__trombi .inline-trombi .trombi__item.left {
      right: 0; }
    .socialbuilder__trombi .inline-trombi .trombi__item.right {
      right: 60px; }
    .socialbuilder__trombi .inline-trombi .trombi__item {
      right: 30px;
      position: relative; }
      .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__avatar img {
        border-radius: 50%;
        width: 323px;
        height: 323px; }
      .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__infos {
        position: absolute;
        width: 276px;
        min-height: 276px;
        height: auto;
        right: -40px;
        bottom: -35px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
        .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__infos:hover .trombi__item__overlay--content {
          -webkit-animation: slideUp 0.5s both;
          animation: slideUp 0.5s both;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__infos:hover .trombi__item__overlay--content p {
            margin-top: 0; }
        .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__infos .trombi__item__overlay {
          -webkit-animation: slideUp 0.5s both;
          animation: slideUp 0.5s both; }
        .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__infos .trombi__item__overlay--content {
          display: none;
          padding: 16px 16px 100px;
          font-size: 18px;
          line-height: 26px; }
          .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__infos .trombi__item__overlay--content span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            padding: 7.5px; }
            .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__infos .trombi__item__overlay--content span a {
              width: 100%;
              height: 20px; }
      .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__caption {
        text-align: center;
        background: white;
        padding: 16px;
        position: absolute;
        right: -60px;
        bottom: -70px;
        width: 276px; }
        .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__caption p {
          margin: 0;
          font-family: 'Lekton', sans-serif; }
  .socialbuilder__trombi .modal-mobile {
    display: none; }

.trombi__item__mobile {
  display: none; }

@media only screen and (max-width: 1200px) {
  .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__avatar img {
    width: 285px;
    height: 285px; } }

@media only screen and (max-width: 785px) {
  .socialbuilder__trombi .inline-trombi .trombi-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 150px; }
  .socialbuilder__trombi .inline-trombi .trombi__item.left {
    right: 30px; }
  .socialbuilder__trombi .inline-trombi .trombi__item.right {
    margin-top: 150px;
    right: 30px; }
  .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__avatar img {
    width: 285px;
    height: 285px; } }

@media only screen and (max-width: 640px) {
  .trombi__item__mobile {
    left: 0px;
    position: fixed;
    display: none;
    height: 100vh;
    width: 100vw;
    z-index: 129;
    top: 0;
    overflow: scroll;
    padding: 15px;
    text-align: center; }
    .trombi__item__mobile .close {
      text-align: left; }
      .trombi__item__mobile .close img {
        width: 30px; }
    .trombi__item__mobile .trombi__item__mobile--avatar img {
      width: 50%;
      border-radius: 50%; }
    .trombi__item__mobile .trombi__item__mobile--content {
      font-family: 'Roboto',sans-serif; }
      .trombi__item__mobile .trombi__item__mobile--content span {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: white;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 7.5px; }
        .trombi__item__mobile .trombi__item__mobile--content span a {
          width: 100%;
          height: 20px; }
  .socialbuilder__trombi {
    margin: 70px 15px 25px; }
    .socialbuilder__trombi .modal-mobile {
      display: block; }
      .socialbuilder__trombi .modal-mobile img {
        width: 28px; }
    .socialbuilder__trombi .inline-trombi .trombi__item.right {
      margin-top: 0; }
    .socialbuilder__trombi .inline-trombi .trombi-container {
      margin-top: 0;
      margin-bottom: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
    .socialbuilder__trombi .inline-trombi .trombi__item,
    .socialbuilder__trombi .inline-trombi .trombi__item.left,
    .socialbuilder__trombi .inline-trombi .trombi__item.right {
      width: 100%;
      margin-bottom: 70px;
      right: 10px; }
      .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__caption,
      .socialbuilder__trombi .inline-trombi .trombi__item.left .trombi__item__caption,
      .socialbuilder__trombi .inline-trombi .trombi__item.right .trombi__item__caption {
        bottom: 0;
        padding: 5px 10px;
        right: 6px;
        width: 245px;
        position: absolute; }
      .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__avatar,
      .socialbuilder__trombi .inline-trombi .trombi__item.left .trombi__item__avatar,
      .socialbuilder__trombi .inline-trombi .trombi__item.right .trombi__item__avatar {
        width: 287px;
        min-height: 287px;
        margin: 0 auto; }
      .socialbuilder__trombi .inline-trombi .trombi__item .trombi__item__infos,
      .socialbuilder__trombi .inline-trombi .trombi__item.left .trombi__item__infos,
      .socialbuilder__trombi .inline-trombi .trombi__item.right .trombi__item__infos {
        position: absolute;
        right: 26px;
        width: 245px;
        min-height: 245px;
        margin: 0 auto;
        bottom: 30px; } }

/*--------------------------------------------------------------
#listes
--------------------------------------------------------------*/
.socialbuilder__puces {
  margin: 10px 16px;
  background: white; }
  .socialbuilder__puces ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
    .socialbuilder__puces ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 16px; }
      .socialbuilder__puces ul li:before {
        content: ' ';
        display: inline-block;
        min-width: 16px;
        min-height: 16px;
        background: #fff000;
        margin-right: 16px;
        margin-top: 5px; }

.socialbuilder__links {
  cursor: pointer;
  margin: 10px 16px;
  position: relative;
  background: white; }
  .socialbuilder__links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
    font-weight: bold;
    color: black; }
    .socialbuilder__links a .link {
      margin-left: 27px; }
    .socialbuilder__links a span {
      background-size: 0 0.0em;
      text-decoration: none;
      font-weight: normal;
      font-size: 1em; }
      .socialbuilder__links a span:hover {
        background-image: -webkit-linear-gradient(330deg, #fff000 0%, #fff000 100%);
        background-image: -o-linear-gradient(330deg, #fff000 0%, #fff000 100%);
        background-image: linear-gradient(120deg, #fff000 0%, #fff000 100%);
        cursor: pointer;
        background-repeat: repeat-y;
        background-repeat: no-repeat;
        background-size: 100% 0.2em;
        background-position: 0 88%;
        -webkit-transition: background-size 0.25s ease-in;
        -o-transition: background-size 0.25s ease-in;
        transition: background-size 0.25s ease-in; }
    .socialbuilder__links a .caption {
      background: #fff000;
      min-width: 30px;
      height: 30px;
      position: relative; }
      .socialbuilder__links a .caption:after {
        content: ' ';
        display: inline-block;
        position: absolute;
        left: 11px;
        top: 11px;
        background-image: url("assets/link.svg");
        width: 32px;
        height: 32px; }

.socialbuilder__file {
  cursor: pointer;
  margin: 10px 16px;
  position: relative;
  background: white; }
  .socialbuilder__file a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 24px;
    font-weight: bold;
    color: black; }
    .socialbuilder__file a .link {
      margin-left: 27px; }
    .socialbuilder__file a span {
      background-size: 0 0.0em;
      text-decoration: none;
      font-weight: normal;
      font-size: 1em; }
      .socialbuilder__file a span:hover {
        background-image: -webkit-linear-gradient(330deg, #fff000 0%, #fff000 100%);
        background-image: -o-linear-gradient(330deg, #fff000 0%, #fff000 100%);
        background-image: linear-gradient(120deg, #fff000 0%, #fff000 100%);
        cursor: pointer;
        background-repeat: repeat-y;
        background-repeat: no-repeat;
        background-size: 100% 0.2em;
        background-position: 0 88%;
        -webkit-transition: background-size 0.25s ease-in;
        -o-transition: background-size 0.25s ease-in;
        transition: background-size 0.25s ease-in; }
    .socialbuilder__file a .caption {
      background: #fff000;
      min-width: 30px;
      height: 30px;
      position: relative; }
      .socialbuilder__file a .caption:after {
        content: ' ';
        display: inline-block;
        position: absolute;
        left: 11px;
        top: 11px;
        background-image: url("assets/file.svg");
        width: 32px;
        height: 32px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
  .socialbuilder__file:hover .caption:after {
    content: ' ';
    top: 0; }

/*--------------------------------------------------------------
#Page style
--------------------------------------------------------------*/
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1232px !important; }

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important; }

#breadcrumbs {
  background: white;
  z-index: 1; }

select::-ms-expand {
  display: none; }

.breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .breadcrumbs a {
    text-decoration: none;
    color: black; }
  .breadcrumbs .breadcrumb_last {
    font-weight: bold;
    background-image: -webkit-linear-gradient(330deg, #fff000 0%, #fff000 100%);
    background-image: -o-linear-gradient(330deg, #fff000 0%, #fff000 100%);
    background-image: linear-gradient(120deg, #fff000 0%, #fff000 100%);
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: 0 12px; }

.socialbuilder__headings {
  margin: 10px 16px;
  padding: 16px 0;
  background: white; }
  .socialbuilder__headings .titre {
    display: table;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    padding: 8px 16px;
    background: #fff000;
    margin-bottom: 16px; }
  .socialbuilder__headings .soustitre {
    padding-left: 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px; }
  .socialbuilder__headings .content {
    padding-left: 16px;
    font-weight: normal;
    color: #2A2A2A;
    font-family: "Roboto";
    font-size: 18px;
    line-height: 26px; }
  .socialbuilder__headings a.cta {
    border: 2px solid #fff000;
    margin-left: 16px;
    padding: 8px 16px;
    color: black;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff000), color-stop(50%, white));
    background: -webkit-linear-gradient(left, #fff000 50%, white 50%);
    background: -o-linear-gradient(left, #fff000 50%, white 50%);
    background: linear-gradient(to right, #fff000 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .socialbuilder__headings a.cta:hover {
      background-position: left bottom; }

.animate {
  opacity: 0;
  -moz-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.animated {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animate.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.error-404 {
  background: #fff000;
  background-image: url("assets/pattern-digital-white.png"); }
  .error-404 .error-404-bg {
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .error-404 .error-404-bg .error-404-container {
      text-align: center;
      background: #81F4C6;
      z-index: 5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px 50px;
      position: relative; }
      .error-404 .error-404-bg .error-404-container:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid #81F4C6;
        left: 32px;
        top: 32px;
        z-index: 4; }
      .error-404 .error-404-bg .error-404-container:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff000;
        left: 16px;
        top: 16px;
        z-index: 3; }
      .error-404 .error-404-bg .error-404-container h1 {
        font-size: 148px;
        font-weight: bold;
        line-height: 178px;
        margin-top: 20px;
        z-index: 5; }
      .error-404 .error-404-bg .error-404-container h2 {
        font-size: 32px;
        font-weight: bold;
        line-height: 38px;
        z-index: 5; }
      .error-404 .error-404-bg .error-404-container a {
        margin: 20px;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #81F4C6), color-stop(50%, white));
        background: -webkit-linear-gradient(left, #81F4C6 50%, white 50%);
        background: -o-linear-gradient(left, #81F4C6 50%, white 50%);
        background: linear-gradient(to right, #81F4C6 50%, white 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        z-index: 5;
        padding: 10px 15px;
        border: 2px solid #81F4C6;
        text-decoration: none;
        color: #2A2A2A;
        font-size: 18px;
        font-weight: bold;
        line-height: 21px; }
        .error-404 .error-404-bg .error-404-container a:hover {
          background-position: left bottom; }

@media only screen and (max-width: 1200px) {
  .breadcrumbs {
    margin: 10px 15px; } }

@media only screen and (max-width: 768px) {
  .animate {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0 !important; } }

/*--------------------------------------------------------------
#listes
--------------------------------------------------------------*/
.simcal-calendar {
  background: white;
  max-width: 1200px;
  margin: 0 auto; }

.simcal-today .simcal-day-label {
  background: #0ad4ba !important;
  color: #404040 !important; }

.simcal-today > div {
  border: 2px solid #fff000 !important; }

.simcal-event-title {
  color: #0ad4ba !important; }

.simcal-event-details .simcal-tooltip-content a {
  color: #0ad4ba !important; }

.simcal-default-calendar-list dt.simcal-day-label span {
  background: #0ad4ba !important; }

/*--------------------------------------------------------------
#letsclic faux <hn>
--------------------------------------------------------------*/
.faux-h4 {
	/* Font & Text */
	font-family: Lekton, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
	text-decoration: none solid rgb(64, 64, 64);
	text-align: justify;
	text-indent: 0px;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
	word-spacing: 0px;}

.faux-h3 {
	/* Font & Text */
	font-family: Lekton, sans-serif;
	font-size: 18.72px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 28.08px;
	text-decoration: none solid rgb(255, 255, 255);
	text-align: center;
	text-indent: 0px;
	text-transform: none;
	white-space: normal;
	word-spacing: 0px;
}

.faux-h5
	{
	/* Font & Text */
	font-family: Lekton, sans-serif;
	font-size: 14.94px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 27px;
	text-decoration: none solid rgb(0, 0, 0);
	text-align: left;
	text-indent: 0px;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
	word-spacing: 0px;

	/* Color & Background */
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	color: rgb(0, 0, 0);

	/* Box */
	height: auto;
	width: auto;
	border: 0px none rgb(0, 0, 0);
	border-top: 0px none rgb(0, 0, 0);
	border-right: 0px none rgb(0, 0, 0);
	border-bottom: 0px none rgb(0, 0, 0);
	border-left: 0px none rgb(0, 0, 0);
	margin: 0px;
	padding: 0px;
	max-height: none;
	min-height: 0px;
	max-width: none;
	min-width: 0px;

	/* Positioning */
	position: static;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	float: none;
	display: inline;
	clear: none;
	z-index: auto;

	/* Table */
	border-collapse: separate;
	border-spacing: 0px 0px;
	caption-side: top;
	empty-cells: show;
	table-layout: auto;

	/* Miscellaneous */
	overflow: visible;
	cursor: auto;
	visibility: visible;
}

.faux-h2-bleu 
{
	/* Font & Text */
	font-family: Lekton, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 36px;
	text-decoration: none solid rgb(27, 60, 209);
	text-align: center;
	text-indent: 0px;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
	word-spacing: 0px;

	/* Color & Background */
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	color: rgb(27, 60, 209);

	/* Box */
	height: auto;
	width: auto;
	border: 0px none rgb(27, 60, 209);
	border-top: 0px none rgb(27, 60, 209);
	border-right: 0px none rgb(27, 60, 209);
	border-bottom: 0px none rgb(27, 60, 209);
	border-left: 0px none rgb(27, 60, 209);
	margin: 0px;
	padding: 0px;
	max-height: none;
	min-height: 0px;
	max-width: none;
	min-width: 0px;

	/* Positioning */
	position: static;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	float: none;
	display: inline;
	clear: none;
	z-index: auto;

	/* List */
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;

	/* Table */
	border-collapse: separate;
	border-spacing: 0px 0px;
	caption-side: top;
	empty-cells: show;
	table-layout: auto;

	/* Miscellaneous */
	overflow: visible;
	cursor: auto;
	visibility: visible;

	/* Effects */
	transform: none;
	transition: all 0s ease 0s;
	outline: rgb(27, 60, 209) none 0px;
	outline-offset: 0px;
	box-sizing: border-box;
	resize: none;
	text-shadow: none;
	text-overflow: clip;
	word-wrap: normal;
	box-shadow: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.faux-h2-noir
 {
	/* Font & Text */
	font-family: Lekton, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 36px;
	text-decoration: none solid rgb(64, 64, 64);
	text-align: center;
	text-indent: 0px;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
	word-spacing: 0px;

	/* Color & Background */
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	color: rgb(64, 64, 64);

	/* Box */
	height: 36px;
	width: 940px;
	border: 0px none rgb(64, 64, 64);
	border-top: 0px none rgb(64, 64, 64);
	border-right: 0px none rgb(64, 64, 64);
	border-bottom: 0px none rgb(64, 64, 64);
	border-left: 0px none rgb(64, 64, 64);
	margin: 0px;
	padding: 0px;
	max-height: none;
	min-height: 0px;
	max-width: none;
	min-width: 0px;

	/* Positioning */
	position: static;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	float: none;
	display: block;
	clear: both;
	z-index: auto;

	/* List */
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;

	/* Table */
	border-collapse: separate;
	border-spacing: 0px 0px;
	caption-side: top;
	empty-cells: show;
	table-layout: auto;

	/* Miscellaneous */
	overflow: visible;
	cursor: auto;
	visibility: visible;

	/* Effects */
	transform: none;
	transition: all 0s ease 0s;
	outline: rgb(64, 64, 64) none 0px;
	outline-offset: 0px;
	box-sizing: border-box;
	resize: none;
	text-shadow: none;
	text-overflow: clip;
	word-wrap: normal;
	box-shadow: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.faux-h2-gris
 	{
	/* Font & Text */
	font-family: Lekton, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 24px;
	text-decoration: none solid rgb(128, 128, 128);
	text-align: center;
	text-indent: 0px;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
	word-spacing: 0px;

	/* Color & Background */
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	color: rgb(128, 128, 128);

	/* Box */
	height: auto;
	width: auto;
	border: 0px none rgb(128, 128, 128);
	border-top: 0px none rgb(128, 128, 128);
	border-right: 0px none rgb(128, 128, 128);
	border-bottom: 0px none rgb(128, 128, 128);
	border-left: 0px none rgb(128, 128, 128);
	margin: 0px;
	padding: 0px;
	max-height: none;
	min-height: 0px;
	max-width: none;
	min-width: 0px;

	/* Positioning */
	position: static;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	float: none;
	display: inline;
	clear: none;
	z-index: auto;

	/* List */
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;

	/* Table */
	border-collapse: separate;
	border-spacing: 0px 0px;
	caption-side: top;
	empty-cells: show;
	table-layout: auto;

	/* Miscellaneous */
	overflow: visible;
	cursor: auto;
	visibility: visible;

	/* Effects */
	transform: none;
	transition: all 0s ease 0s;
	outline: rgb(128, 128, 128) none 0px;
	outline-offset: 0px;
	box-sizing: border-box;
	resize: none;
	text-shadow: none;
	text-overflow: clip;
	word-wrap: normal;
	box-shadow: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}