@charset "UTF-8";
/*
Theme Name: Boilerplate WP Theme
Theme URI: https://www.b17.fr
Description: Boilerplate created by B17.
Version: 2.0

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
More information: http://codex.wordpress.org/Theme_Review#Licensing

Author: B17
Author URI: https://www.b17.fr
*
*
*/
@font-face {
  font-family: "DIN";
  src: url("./assets/fonts/dinpro-light.eot");
  src: url("./assets/fonts/dinpro-light.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/dinpro-light.woff") format("woff"), url("./assets/fonts/dinpro-light.ttf") format("truetype"), url("./assets/fonts/dinpro-light.svg#dinprolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("./assets/fonts/dinpro-bold.eot");
  src: url("./assets/fonts/dinpro-bold.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/dinpro-bold.woff") format("woff"), url("./assets/fonts/dinpro-bold.ttf") format("truetype"), url("./assets/fonts/dinpro-bold.svg#dinprobold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*

    VARIABLES

*/
/*

  DEBUG CHILDREN
  Docs: http://tachyons.io/docs/debug/

  Just add the debug class to any element to see outlines on its
  children.

*/
.debug * {
  outline: 1px solid gold;
}
.debug-white * {
  outline: 1px solid white;
}
.debug-black * {
  outline: 1px solid black;
}
/*

   DEBUG GRID
   http://tachyons.io/docs/debug-grid/

   Can be useful for debugging layout issues
   or helping to make sure things line up perfectly.
   Just tack one of these classes onto a parent element.

*/
.debug-grid {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRDOTY4N0U2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRDOTY4N0Q2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3NjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3NzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsBS+GMAAAAjSURBVHjaYvz//z8DLsD4gcGXiYEAGBIKGBne//fFpwAgwAB98AaF2pjlUQAAAABJRU5ErkJggg==)  repeat top left;
}
.debug-grid-16 {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODYyRjhERDU2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODYyRjhERDQ2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QTY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3QjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvCS01IAAABMSURBVHjaYmR4/5+BFPBfAMFm/MBgx8RAGWCn1AAmSg34Q6kBDKMGMDCwICeMIemF/5QawEipAWwUhwEjMDvbAWlWkvVBwu8vQIABAEwBCph8U6c0AAAAAElFTkSuQmCC)  repeat top left;
}
.debug-grid-8-solid {
  background: white url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAAAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxMjI0OTczNjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxMjI0OTc0NjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjEyMjQ5NzE2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjEyMjQ5NzI2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAbGhopHSlBJiZBQi8vL0JHPz4+P0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHAR0pKTQmND8oKD9HPzU/R0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0f/wAARCAAIAAgDASIAAhEBAxEB/8QAWQABAQAAAAAAAAAAAAAAAAAAAAYBAQEAAAAAAAAAAAAAAAAAAAIEEAEBAAMBAAAAAAAAAAAAAAABADECA0ERAAEDBQAAAAAAAAAAAAAAAAARITFBUWESIv/aAAwDAQACEQMRAD8AoOnTV1QTD7JJshP3vSM3P//Z)  repeat top left;
}
.debug-grid-16-solid {
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzY3MkJEN0U2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzY3MkJEN0Y2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3RDY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pve6J3kAAAAzSURBVHjaYvz//z8D0UDsMwMjSRoYP5Gq4SPNbRjVMEQ1fCRDg+in/6+J1AJUxsgAEGAA31BAJMS0GYEAAAAASUVORK5CYII=)  repeat top left;
}
/*

   WIDTHS
   Docs: http://tachyons.io/docs/layout/widths/

   Base:
     w = width

     Modifiers
       1 = 1st step in width scale
       2 = 2nd step in width scale
       3 = 3rd step in width scale
       4 = 4th step in width scale
       5 = 5th step in width scale

       -10  = literal value 10%
       -20  = literal value 20%
       -25  = literal value 25%
       -30  = literal value 30%
       -33  = literal value 33%
       -34  = literal value 34%
       -40  = literal value 40%
       -50  = literal value 50%
       -60  = literal value 60%
       -70  = literal value 70%
       -75  = literal value 75%
       -80  = literal value 80%
       -90  = literal value 90%
       -100 = literal value 100%

       -third      = 100% / 3 (Not supported in opera mini or IE8)
       -two-thirds = 100% / 1.5 (Not supported in opera mini or IE8)
       -auto       = string value auto


     Media Query Extensions:
       -ns = not-small
       -m  = medium
       -l  = large

  */
/* Width Scale */
.w1 {
  width: 1rem;
}
.w2 {
  width: 2rem;
}
.w3 {
  width: 4rem;
}
.w4 {
  width: 8rem;
}
.w5 {
  width: 16rem;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.w-third {
  width: 33.3333333333%;
}
.w-two-thirds {
  width: 66.6666666667%;
}
.w-auto {
  width: auto;
}
@media screen and (min-width: 30em) {
  .w1-ns {
    width: 1rem;
  }
  .w2-ns {
    width: 2rem;
  }
  .w3-ns {
    width: 4rem;
  }
  .w4-ns {
    width: 8rem;
  }
  .w5-ns {
    width: 16rem;
  }
  .w-10-ns {
    width: 10%;
  }
  .w-20-ns {
    width: 20%;
  }
  .w-25-ns {
    width: 25%;
  }
  .w-30-ns {
    width: 30%;
  }
  .w-33-ns {
    width: 33%;
  }
  .w-34-ns {
    width: 34%;
  }
  .w-40-ns {
    width: 40%;
  }
  .w-50-ns {
    width: 50%;
  }
  .w-60-ns {
    width: 60%;
  }
  .w-70-ns {
    width: 70%;
  }
  .w-75-ns {
    width: 75%;
  }
  .w-80-ns {
    width: 80%;
  }
  .w-90-ns {
    width: 90%;
  }
  .w-100-ns {
    width: 100%;
  }
  .w-third-ns {
    width: 33.3333333333%;
  }
  .w-two-thirds-ns {
    width: 66.6666666667%;
  }
  .w-auto-ns {
    width: auto;
  }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
  .w1-m {
    width: 1rem;
  }
  .w2-m {
    width: 2rem;
  }
  .w3-m {
    width: 4rem;
  }
  .w4-m {
    width: 8rem;
  }
  .w5-m {
    width: 16rem;
  }
  .w-10-m {
    width: 10%;
  }
  .w-20-m {
    width: 20%;
  }
  .w-25-m {
    width: 25%;
  }
  .w-30-m {
    width: 30%;
  }
  .w-33-m {
    width: 33%;
  }
  .w-34-m {
    width: 34%;
  }
  .w-40-m {
    width: 40%;
  }
  .w-50-m {
    width: 50%;
  }
  .w-60-m {
    width: 60%;
  }
  .w-70-m {
    width: 70%;
  }
  .w-75-m {
    width: 75%;
  }
  .w-80-m {
    width: 80%;
  }
  .w-90-m {
    width: 90%;
  }
  .w-100-m {
    width: 100%;
  }
  .w-third-m {
    width: 33.3333333333%;
  }
  .w-two-thirds-m {
    width: 66.6666666667%;
  }
  .w-auto-m {
    width: auto;
  }
}
@media screen and (min-width: 60em) {
  .w1-l {
    width: 1rem;
  }
  .w2-l {
    width: 2rem;
  }
  .w3-l {
    width: 4rem;
  }
  .w4-l {
    width: 8rem;
  }
  .w5-l {
    width: 16rem;
  }
  .w-10-l {
    width: 10%;
  }
  .w-20-l {
    width: 20%;
  }
  .w-25-l {
    width: 25%;
  }
  .w-30-l {
    width: 30%;
  }
  .w-33-l {
    width: 33%;
  }
  .w-34-l {
    width: 34%;
  }
  .w-40-l {
    width: 40%;
  }
  .w-50-l {
    width: 50%;
  }
  .w-60-l {
    width: 60%;
  }
  .w-70-l {
    width: 70%;
  }
  .w-75-l {
    width: 75%;
  }
  .w-80-l {
    width: 80%;
  }
  .w-90-l {
    width: 90%;
  }
  .w-100-l {
    width: 100%;
  }
  .w-third-l {
    width: 33.3333333333%;
  }
  .w-two-thirds-l {
    width: 66.6666666667%;
  }
  .w-auto-l {
    width: auto;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: 400;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
body, button, input, select, textarea {
  color: #000;
  font-family: "DIN", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
p {
  margin-bottom: 10px;
}
.text--small {
  font-size: 14px;
}
b, strong {
  font-weight: 700;
}
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: 75%;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-size: 75%;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #00687F;
  font-family: "DIN", "Montserrat", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
}
h1 {
  font-size: 30px;
  margin: 0 0 20px;
}
h1.site-title {
  margin: 0;
}
h2 {
  font-size: 22px;
  margin: 15px 0;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
h3 {
  font-size: 18px;
  margin: 15px 0;
}
h4 {
  font-size: 18px;
  margin: 15px 0;
}
h4.title__sidebar {
  border-bottom: 1px solid #F5F5F5;
  text-transform: uppercase;
}
h5, h6 {
  font-size: 16px;
  margin: 10px 0;
}
blockquote {
  color: #000;
  font-style: italic;
  margin: 0.5em 0;
  padding: 0.5em 1em 0;
}
blockquote p {
  font-size: 22px;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 30em) {
  blockquote p {
    font-size: 18px;
  }
}
hr {
  background-color: #717073;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.no-padding-list, .widget--block .widget_nav_menu ul, #brands .section--text .brands--logo, #prestation .prestation--list, #tutorials .tutorials--list, .page-template-template-tutorial #tutorials .filter--brand, nav ul.cd-primary-nav, .main__nav .cd-secondary-nav, #reassurance .reassurance--list, .site__footer .footer--item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.icon--ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
ul.icon--ul li {
  position: relative;
  padding-left: 30px;
}
ul.icon--ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("./assets/svg/list-icon.svg") no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}
ul.check--ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
ul.check--ul li {
  position: relative;
  padding-left: 30px;
  margin: 0.8em 0;
}
ul.check--ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("./assets/svg/check-list.svg") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: 700;
}
td, th {
  padding: 3px 5px;
}
/*
*
* HEADING PART ON HOME
* 
 */
.heading__part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #00687F;
}
.heading__part.heading__wh {
  color: #fff;
}
.heading__part.heading__wh span.heading__separator {
  background: #fff;
}
.heading__part span.heading__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.heading__part span.heading__number img {
  width: 18px;
  height: 23px;
  vertical-align: middle;
}
.heading__part span.heading__separator {
  width: 75px;
  height: 1px;
  background: #00687F;
  margin: 0 1em;
}
/**
 *
 *  RGPD BOTTOM BAR
 * 
 */
@font-face {
  font-family: moovegdpr;
  src: url(./assets/fonts/moovegdpr.eot);
  src: url(./assets/fonts/moovegdpr.eot#iefix) format("embedded-opentype"), url(./assets/fonts/moovegdpr.ttf) format("truetype"), url(./assets/fonts/moovegdpr.woff) format("woff"), url(./assets/fonts/moovegdpr.svg#moovegdpr) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" moovegdpr-"], [class^=moovegdpr-] {
  font-family: moovegdpr !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.moovegdpr-arrow-close:before {
  content: "";
}
.moovegdpr-policy:before {
  content: "";
}
.moovegdpr-advanced:before {
  content: "";
}
.moovegdpr-3rd-party:before {
  content: "";
}
.moovegdpr-strict-necessary:before {
  content: "";
}
.moovegdpr-privacy-overview:before {
  content: "";
}
body.moove_gdpr_overflow {
  overflow: hidden;
}
.lity-hide {
  display: none;
}
#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button, #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button {
  text-decoration: none;
}
#moove_gdpr_cookie_modal {
  margin: 0 auto;
  margin-top: 0;
  min-height: 60vh;
  font-family: Nunito, sans-serif;
}
#moove_gdpr_cookie_modal button {
  letter-spacing: 0;
  outline: none;
  cursor: pointer;
}
#moove_gdpr_cookie_modal * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
}
#moove_gdpr_cookie_modal .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
#moove_gdpr_cookie_modal .switch input {
  display: none;
}
#moove_gdpr_cookie_modal .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  transition: 0.4s;
  margin: 0;
  padding: 0;
}
#moove_gdpr_cookie_modal .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 1px;
  bottom: 1px;
  transition: 0.4s;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  display: block;
  box-sizing: content-box;
}
#moove_gdpr_cookie_modal .switch .slider:after {
  content: attr(data-text-disabled);
  position: absolute;
  top: 0;
  left: 60px;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  color: red;
  display: block;
  white-space: nowrap;
}
#moove_gdpr_cookie_modal .switch .slider.round {
  border-radius: 34px;
}
#moove_gdpr_cookie_modal .switch .slider.round:before {
  border-radius: 50%;
}
#moove_gdpr_cookie_modal .switch input:checked + .slider {
  background-color: #2e9935;
}
#moove_gdpr_cookie_modal .switch input:checked + .slider:after {
  content: attr(data-text-enable);
  color: #2e9935;
  white-space: nowrap;
}
#moove_gdpr_cookie_modal .switch input:focus + .slider {
  box-shadow: 0 0 1px #2e9935;
}
#moove_gdpr_cookie_modal .switch input:checked + .slider:before {
  transform: translateX(20px);
}
#moove_gdpr_cookie_modal a, #moove_gdpr_cookie_modal button {
  outline: none;
  box-shadow: none;
  text-shadow: none;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
  color: #000;
  background-color: #fff;
  width: 900px;
  width: 80vw;
  max-width: 1170px;
  min-height: 600px;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content fieldset {
  background-color: transparent;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder {
  text-align: left;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-center .moove-gdpr-company-logo-holder {
  text-align: center;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-right .moove-gdpr-company-logo-holder {
  text-align: right;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main {
  height: 100%;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 {
  min-height: auto;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-left-content {
  display: none;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  float: none;
  padding-bottom: 130px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content {
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 0;
  height: 100%;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
  padding-right: 30px;
  white-space: nowrap;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
  padding-right: 0;
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.3px;
  position: relative;
  top: 0;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
  float: left;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main {
  display: block;
  position: relative;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
  position: relative;
  padding-right: 190px;
  padding-bottom: 10px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  text-align: right;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider {
  position: relative;
  width: 50px;
  height: 30px;
  display: block;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider:after {
  text-align: right;
  left: auto;
  right: 60px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
  padding-right: 190px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  position: relative;
  margin-bottom: 20px;
  padding-right: 180px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
  max-width: 180px;
  margin: 0;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img {
  max-width: 100%;
  text-align: center;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
  width: 100%;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.1;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
  position: absolute;
  text-decoration: none;
  top: -30px;
  right: -30px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  z-index: 99;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon {
  background-color: #fff;
  color: #0c4da2;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 48px;
  background-color: #0c4da2;
  border: 1px solid #0c4da2;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
  padding: 0;
  margin-bottom: 30px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
  max-height: 75px;
  max-width: 70%;
  display: inline-block;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title h2 {
  font-weight: 400;
  font-size: 20px;
  margin: 5px 0 0;
  padding: 0;
  color: #000;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main h3.tab-title {
  margin-top: 0;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #000;
  margin-bottom: 25px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  max-height: calc(100% - 155px);
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
  padding-bottom: 15px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 18px;
  margin-top: 0;
  padding: 0;
  color: #000;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
  text-transform: none;
  color: #000;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
  color: #000;
  text-decoration: underline;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content.moove-gdpr-strict-warning-message {
  display: none;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar {
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 15px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled {
  opacity: 0.6;
  pointer-events: none;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked + .slider {
  background-color: #474747;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked + .slider:after {
  color: #474747;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.checkbox-selected p > input[type=checkbox]:checked + label {
  background-position: 205px -81px;
  color: #09a501;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar p {
  display: inline-block;
  float: right;
  color: #09a501;
  margin: 0;
  line-height: 1.2;
  font: 700 11px Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset:hover label {
  color: #09a501;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset p > {
  width: 220px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset p > input[type=checkbox] + label:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset p > input[type=checkbox]:focus + label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset p > input[type=checkbox]:hover + label {
  color: #09a501;
  cursor: pointer;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset p > input[type=checkbox]:checked + label:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset p > input[type=checkbox]:focus:checked + label, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset p > input[type=checkbox]:hover:checked + label {
  color: #09a501;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset p > input + label {
  background: url(../images/moove-gdpr-inputs.png) 205px -1px no-repeat;
  height: 16px;
  padding-right: 25px;
  left: 0;
  color: #000;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset p > label {
  padding: 0;
  width: 225px;
  line-height: 17px;
  text-align: right;
  display: block;
  font-weight: 700;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset p > input {
  padding: 0;
  margin: 0;
  height: 16px;
  width: 16px;
  float: left;
  right: 37px;
  position: absolute;
  opacity: 0;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f1f1f1;
  z-index: 15;
  border-radius: 5px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
  content: "";
  position: absolute;
  bottom: 130px;
  left: 60px;
  right: 60px;
  height: 1px;
  display: block;
  background-color: #c9c8c8;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding {
  text-decoration: none;
  padding: 0 10px;
  font-size: 10px;
  color: #000;
  font-weight: 700;
  line-height: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: auto;
  max-width: 250px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding img {
  height: 15px;
  margin-left: 5px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  width: 100%;
  display: block;
  padding: 0 60px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  margin: 0;
  text-decoration: none;
  border-radius: 150px;
  color: #fff;
  line-height: 18px;
  padding: 15px 10px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  min-width: 160px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
  background-color: #fff;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all {
  float: left;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
  float: right;
  color: #fff;
  display: none;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover {
  background-color: #fff;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
  width: 40%;
  display: inline-block;
  float: left;
  padding: 40px 60px;
  position: absolute;
  height: 100%;
  top: 0;
  box-shadow: 0 0 30px 0 rgba(35, 35, 35, 0.1);
  background: #fff;
  z-index: 10;
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
  left: 60px;
  right: 60px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a {
  color: #000;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.3px;
  padding: 20px 0;
  position: relative;
  top: 10px;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a img {
  width: 60px;
  height: auto;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 0;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  z-index: 12;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button {
  background-color: #fff;
  border-color: #f1f1f1;
  color: #000;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon {
  color: #000;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  line-height: 1.1;
  padding: 13px 20px;
  color: #0c4da2;
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 5px;
  text-align: left;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover span.gdpr-icon, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover span.gdpr-icon {
  text-decoration: none;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
  display: inline-block;
  float: left;
  font-size: 30px;
  width: 40px;
  margin-right: 5px;
  position: relative;
  top: 0;
  color: #0c4da2;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 40px);
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  width: 60%;
  display: inline-block;
  float: right;
  padding: 40px 60px;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  background-color: #f1f1f1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo {
  width: 100%;
  height: 0;
  padding-bottom: 38px;
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
}
.moove-hidden {
  display: none;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar:after, .moove-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#moove_gdpr_cookie_info_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  max-height: 400px;
  color: #fff;
  z-index: 9900;
  background-color: #202020;
  border-top: 1px solid #fff;
  font-family: Nunito, sans-serif;
  transition: bottom 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top {
  bottom: auto;
  top: 0;
  transition: top 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-dark-scheme {
  border-top: 0;
  border-bottom: 1px solid #fff;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-light-scheme {
  border-top: 0;
  border-bottom: 1px solid #202020;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-info-bar-hidden {
  bottom: auto;
  top: -400px;
}
#moove_gdpr_cookie_info_bar * {
  font-family: inherit;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
  bottom: -400px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-align-center, #moove_gdpr_cookie_info_bar.moove-gdpr-align-right {
  text-align: center;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  background-color: #fff;
  border-top: 1px solid #202020;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p {
  color: #202020;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a, #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button {
  text-decoration: underline;
  outline: none;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #202020;
  border-top: 1px solid #fff;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
  color: #fff;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button {
  text-decoration: underline;
  outline: none;
  transition: all 0.2s ease;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  background-color: #fff;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a {
  border-color: #fff;
  color: #fff;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover {
  background-color: #fff;
  color: #202020;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 10px 40px;
  position: relative;
  display: inline-block;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1 {
  font-size: 40px;
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  color: #fff;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup {
  position: absolute;
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: calc(50% - 25px);
  right: 0;
  text-decoration: none;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup i, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup span.gdpr-icon {
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #424449;
  border-radius: 50%;
  display: block;
  border: 1px solid #fff;
  font-size: 16px;
  position: relative;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover i, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover span.gdpr-icon {
  background-color: #424449;
  color: #fff;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding-bottom: 0;
  color: #fff;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #202020;
  color: #202020;
  text-decoration: none;
  outline: none;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  font-size: 28px;
  padding-top: 1px;
  transition: all 0.2s ease;
  margin-left: 10px;
  margin-left: 6vw;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover {
  background-color: #202020;
  color: #fff;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-radius: 150px;
  padding: 8px 30px;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
  margin: 3px 4px;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  color: #fff;
  background-color: #202020;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button {
  background-color: #424449;
  color: #fff;
  border-color: transparent;
  text-decoration: underline;
  cursor: pointer;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:hover {
  border-color: #fff;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding-left: 15px;
  padding-left: 3vw;
}
.lity.moove_gdpr_cookie_modal_open .lity-close {
  opacity: 0;
  visibility: hidden;
}
#moove_gdpr_save_popup_settings_button {
  display: block;
  z-index: 1001;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  color: #fff;
  padding: 0;
  text-align: center;
  height: 40px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  border: none;
}
#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position) {
  bottom: 50px;
  left: 50px;
}
#moove_gdpr_save_popup_settings_button span {
  background-color: inherit;
  transition: all 0.3s ease;
}
#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
  display: inline-block;
  line-height: 40px;
  float: left;
  font-size: 30px;
  min-width: 40px;
  text-align: center;
  z-index: 15;
  position: relative;
  background-color: transparent;
}
#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i, #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon span.gdpr-icon {
  position: relative;
  top: 3px;
  font-weight: 900;
  background-color: transparent;
}
#moove_gdpr_save_popup_settings_button span.moove_gdpr_text {
  font: normal 12px Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 5px;
  top: 0;
  left: 0;
  position: relative;
  line-height: 40px;
  display: none;
  overflow: hidden;
  z-index: 5;
  background-color: transparent;
}
#moove_gdpr_save_popup_settings_button:hover {
  background-color: #000;
}
#moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text {
  display: block;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
  padding-right: 60px;
}
@media (max-width: 767px) {
  #moove_gdpr_cookie_modal .switch {
    width: 40px;
    height: 24px;
  }
  #moove_gdpr_cookie_modal .switch .slider:before {
    height: 20px;
    width: 20px;
  }
  #moove_gdpr_cookie_modal .switch input:checked + .slider:before {
    transform: translateX(16px);
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
    padding-right: 0;
    height: auto;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
    font-weight: 800;
    font-size: 22px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
    display: none;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
    height: 80vh;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
    max-height: calc(80vh - 155px);
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
    position: relative;
    padding-right: 10px;
    max-width: 50%;
    width: 100%;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
    font-weight: 700;
    font-size: 11px;
    white-space: normal;
    padding-left: 0;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
    padding-right: 0;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
    margin-bottom: 15px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form {
    text-align: left;
    margin-bottom: 15px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider {
    width: 40px;
    height: 24px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider:after {
    left: 45px;
    right: 0;
    text-align: left;
    top: -3px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title {
    padding-right: 0;
    font-weight: 800;
    font-size: 16px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    max-height: 500px;
    max-height: 90vw;
    min-height: auto;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .slider:after {
    font-weight: 800;
    font-size: 12px;
    line-height: 30px;
    min-width: 130px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #202020;
    color: #202020;
    text-decoration: none;
    outline: none;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    font-size: 27px;
    padding-top: 1px;
    transition: all 0.2s ease;
    margin-left: 15px;
    margin-left: 6vw;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo {
    padding-bottom: 30px;
    background-size: contain;
    background-position: 50%;
    margin-top: 10px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
    margin-bottom: 15px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
    padding: 10px;
    padding-top: 30px;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    height: 140px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
    display: inline-block;
    margin: 0 auto;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li {
    list-style: none;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    margin: 0 5px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    padding: 5px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
    margin: 0;
    text-align: center;
    width: 24px;
    font-size: 24px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
    display: none;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
    top: 3px;
    right: 3px;
    left: auto;
    padding: 0;
    bottom: auto;
    transform: scale(0.8);
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
    width: 100%;
    position: relative;
    padding: 15px 10px;
    height: calc(90vh - 200px);
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 {
    max-height: 100%;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title {
    font-weight: 800;
    font-size: 16px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar {
    padding: 0;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
    padding: 0;
    position: relative;
    overflow: auto;
    max-height: calc(100% - 110px);
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6 {
    font-weight: 700;
    font-size: 14px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
    height: 70px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
    left: 10px;
    right: 10px;
    bottom: 70px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    padding: 0 10px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    margin: 0;
    background-color: #fff;
    text-decoration: none;
    border-radius: 150px;
    color: #000;
    font-weight: 800;
    font-size: 10px;
    line-height: 18px;
    padding: 5px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    color: #fff;
    min-width: 110px;
    text-align: center;
    text-transform: none;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
    width: 100%;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt button {
    top: 0;
    padding: 5px 0;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
    max-height: 40px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
    text-align: center;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 15px;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1 {
    display: none;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding-left: 0;
    padding-right: 0;
    display: block;
    min-height: auto;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    padding-left: 4px;
    margin-bottom: 10px;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding-left: 0;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 10px;
    padding: 2px 10px;
  }
  .moove-gdpr-branding-cnt a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo {
    margin-top: 0;
    background-position: 0;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
    height: 600px;
    height: 80vh;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
    max-height: 500px;
    max-height: calc(80vh - 120px);
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
    text-align: left;
    margin: 0;
    display: inline-block;
    float: left;
    width: 40%;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
    max-width: 60%;
    float: right;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
    padding-top: 30px;
    height: 75px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title {
    margin-bottom: 10px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
    height: 45px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
    bottom: 45px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    max-height: 350px;
    max-height: calc(100% - 70px);
  }
  #moove_gdpr_cookie_modal {
    background: #fff;
    border-radius: 5px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
    height: 55vh;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a.moove-gdpr-branding {
    top: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
    padding: 30px 20px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
    height: 120px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    padding: 0 20px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
    bottom: 120px;
    left: 20px;
    right: 20px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
    padding-right: 30px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
    padding: 30px 20px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    min-height: 620px;
    transform: scale(0.75);
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
    left: 20px;
    right: 20px;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p > a {
    font-size: 13px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    padding: 10px 15px;
    font-weight: 800;
    font-size: 12px;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button button {
    margin-left: 15px;
    margin-left: 5vw;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title {
    font-weight: 800;
    font-size: 24px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    transform: scale(0.75);
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 10px 20px;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
    padding: 40px 30px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
    height: 120px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    padding: 0 30px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
    bottom: 120px;
    left: 30px;
    right: 30px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
    padding-right: 30px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
    left: 30px;
    right: 30px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
    padding: 30px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    min-width: 700px;
  }
}
@media (min-width: 768px) and (max-height: 700px) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    min-height: 600px;
    transform: scale(0.7);
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    margin-top: 10px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
    display: block;
    max-width: 100%;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span {
    display: block;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    margin-top: 10px;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
    display: block;
    max-width: 100%;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span {
    display: block;
  }
}
.overflow-hidden {
  overflow: hidden;
  position: relative;
  height: 100%;
}
dialog#moove_gdpr_cookie_modal.gdpr_lightbox-hide {
  display: none !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom {
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background: #00687F !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  top: 0;
  transform: translateY(-100%);
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme.moove-gdpr-info-bar-hidden {
  bottom: -240px !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme.moove-gdpr-info-bar-hidden:before {
  display: none;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  display: flex;
  width: 100%;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  height: 240px;
  max-height: 240px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  color: #fff !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-cookie-notice {
  width: 85%;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-cookie-notice p strong {
  font-size: 20px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder {
  width: 15%;
  display: flex;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  color: #fff !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
  color: #E98F00 !important;
  background: #fff !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  background-color: #E98F00 !important;
  border-color: #E98F00 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover {
  background-color: #fff !important;
  color: #E98F00 !important;
}
@media screen and (max-width: 500px) {
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    height: 300px;
    max-height: 300px !important;
  }
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme.moove-gdpr-info-bar-hidden {
    bottom: -300px !important;
  }
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-cookie-notice, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder {
    width: 100%;
  }
}
/**
 *
 * RGPD Formulaire
 * 
 */
.bloc__depliable {
  padding: 0 15px;
  margin-bottom: 1em;
}
.bloc__depliable .row {
  margin: 0;
}
.bloc__depliable .bloc__depliable-inner {
  width: 100%;
}
.bloc__depliable .bloc__depliable-inner .accordion span {
  display: block;
  border: 1px solid #fff;
  border-radius: 0.2em;
  padding: 0 1em;
}
.bloc__depliable .bloc__depliable-inner .accordion span a.rgpd {
  width: 100%;
  padding: 1em 0;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}
.bloc__depliable .bloc__depliable-inner .accordion span a.rgpd:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 10px;
  content: " ";
  top: 50%;
  transform: rotate(-45deg);
  transition: 0.5s all ease-out;
}
.bloc__depliable .bloc__depliable-inner .accordion span a.rgpd.active:after {
  transform: rotate(45deg);
  transition: 0.5s all ease-out;
}
.bloc__depliable .bloc__depliable-inner .accordion span a.rgpd p {
  margin: 1em 0;
}
.bloc__depliable .bloc__depliable-inner .accordion span > div {
  display: none;
  padding: 10px 25px 30px;
}
.bloc__depliable .bloc__depliable-inner .accordion span > div a {
  color: #fff;
}
.bloc__depliable .bloc__depliable-inner .accordion span > div p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
body.search-active {
  overflow: hidden;
}
body.search-active .search-btn {
  opacity: 0;
}
body.search-active .btn-material {
  z-index: 9000;
  width: 100vw;
  height: 100vh;
}
body.search-active .icon-close {
  opacity: 1;
  z-index: 10000;
}
body.search-active .icon-close svg {
  transform: rotate(0deg);
  transition: transform 0.4s ease-out;
}
body.search-active .icon-close:hover svg {
  transform: rotate(90deg);
}
body.search-active .search-input {
  opacity: 1;
  z-index: 10000;
  transform: translate(-50%, -50%);
  pointer-events: all;
}
.search {
  position: relative;
}
.search-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.search-btn:after {
  content: "";
  position: absolute;
  background: url("./assets/svg/search-icon.svg");
  height: 24px;
  width: 24px;
}
.btn-material {
  position: absolute;
  background: #E98F00;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  transform-origin: 50%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Close Icon */
.icon-close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  color: #FFF;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.search-input {
  opacity: 0;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  pointer-events: none;
  transform: translate(-30%, -50%);
  transition: all 0.7s ease-in-out;
}
.search-input input {
  color: #fff;
  font-size: 54px;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  font-weight: 400;
}
.search-input ::-webkit-input-placeholder {
  color: #fff;
}
.search-input :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-input ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-input :-ms-input-placeholder {
  color: #fff;
}
.index--block {
  margin: 3em 0;
}
.index--block .index--icon {
  position: relative;
}
.index--block .index--icon:before {
  content: "";
  position: absolute;
  background: url("./assets/svg/apsyades-icon.svg") no-repeat;
  width: 52px;
  height: 52px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.index--block .index--title {
  position: relative;
  color: #B8121D;
  margin-left: 24px;
  font-size: 14px;
  z-index: 10;
}
.index--block .index--title:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #B8121D;
  left: 0;
}
@media screen and (min-width: 60em) {
  .index--block .index--title {
    font-size: 18px;
  }
}
.index--block.index--block-orange .index--icon:before {
  background: url("./assets/svg/apsyades-icon-orange.svg") no-repeat;
}
.index--block.index--block-orange .index--title {
  color: #fff;
}
.index--block.index--block-orange .index--title:after {
  background: #fff;
}
/*
*
* BREADCRUMB
* 
 */
body.cover-body .breadcrumb .current {
  color: #fff;
}
.breadcrumb {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 32px 0;
}
.breadcrumb a, .breadcrumb .delimeter, .breadcrumb .current {
  font-size: 14px;
}
.breadcrumb a, .breadcrumb .delimiter {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumb .current {
  font-weight: 700;
  color: #E98F00;
}
@media screen and (min-width: 75em) {
  .breadcrumb span.breadcrumb--icon:before {
    background-size: 52px 52px;
    width: 52px;
    height: 52px;
  }
  .breadcrumb a, .breadcrumb .delimeter, .breadcrumb .current {
    font-size: 18px;
  }
}
.cover {
  height: 350px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cover .wrapper {
  position: relative;
}
.cover .title__page {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.cover .subtitle__page {
  color: #E98F00;
  margin: 0;
}
.cover svg.shape--cover {
  position: absolute;
  bottom: auto;
  transform: translateY(-85%);
  width: 100%;
  height: 80px;
}
.cover .cover--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cover .title__page {
  color: #fff;
}
#content {
  margin-top: 260px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .cover {
    height: 500px;
  }
  .cover .cover--content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 60em) {
  .cover {
    height: 767px;
  }
  .cover .title__page {
    font-size: 42px;
  }
  .cover.cover--classic {
    height: 487px;
  }
  .cover svg.shape--cover {
    height: auto;
  }
  #content {
    margin-top: 260px;
    position: relative;
  }
}
/*
*
* MOUSE COMPOMENT SCROLL
* 
 */
@keyframes scroll {
  0% {
    top: 10px;
    opacity: 1;
  }
  95% {
    top: 18px;
    opacity: 0;
    height: 10px;
  }
  100% {
    top: 8px;
    opacity: 1;
    height: 4px;
  }
}
.mouse--wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.mouse {
  width: 30px;
  height: 46px;
  border: 2px solid #222222;
  border-radius: 15px;
}
.mouse--scroll {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #222222;
  position: relative;
  top: 10px;
  left: 11px;
  animation: scroll 1.5s ease-out infinite;
}
.widget--block {
  max-width: 380px;
  margin: 2em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.widget--block .widget_nav_menu a {
  color: #B8121D;
  background: none;
  border: 2px solid;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 0.2em;
  padding: 1em 2em;
  margin: 1em 0;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10000;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 20000;
  max-width: 800px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal--inner {
  padding: 15px 60px;
}
.modal--heading {
  background: #B8121D;
  color: #fff;
  padding: 30px 60px;
  font-size: 32px;
  font-weight: 700;
}
.modal a.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC4wMDEiIGhlaWdodD0iMjQiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNC4xMjMgMTEuOTk5bDkuNDM4LTkuNDM4QTEuNSAxLjUgMCAwIDAgMjEuNDM5LjQ0TDEyIDkuODc4IDIuNTYyLjQ0QTEuNSAxLjUgMCAwIDAgLjQ0IDIuNTYybDkuNDM4IDkuNDM3TC40NCAyMS40MzhhMS41IDEuNSAwIDEgMCAyLjEyMiAyLjEyMkwxMiAxNC4xMjJsOS40MzggOS40MzhhMS41IDEuNSAwIDAgMCAyLjEyMi0yLjEyMnoiIGRhdGEtbmFtZT0iVHJhY8OpIDE2MSIvPjwvc3ZnPgo=");
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*
*
* LANGUAGE SWITCHER
* 
 */
.langage--switcher {
  width: 18px;
  height: 18px;
}
.langage--switcher ul {
  list-style-type: none;
  margin: 0;
}
.langage--switcher ul a img {
  border: 1px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
/* -------------------------------- 

Title: Language Picker
Descr: A custom selector allowing users to choose their preferred language on a page

-------------------------------- */
/*
*
*. FLEXIBLE BLOC 
*  Texte + Visuel 
*  Visuel + Texte
* 
*/
.page-template-template-about .section--layout {
  margin-top: 220px;
}
@media screen and (min-width: 48em) {
  .page-template-template-about {
    margin-top: 0;
  }
}
.section--layout .wrapper--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.section--layout .wrapper--flex .section--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 2em;
  position: relative;
  background: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em;
  z-index: 1 !important;
}
.section--layout .wrapper--flex .section--media {
  position: relative;
  --aspect-ratio: 4;
  margin: 0 auto;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
  max-width: calc(100% - 2rem);
  will-change: transform;
  height: 300px;
  width: 100%;
}
.section--layout .wrapper--flex .section--media .item--img {
  --overflow: 100px;
  height: calc(100% + (2 * var(--overflow)));
  top: calc(-1 * var(--overflow));
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50% 0%;
  will-change: transform;
}
@media screen and (max-width: 48em) {
  .section--layout .wrapper--flex .section--media .item--img {
    --overflow: 20px;
  }
}
.section--layout .wrapper--flex.reverse {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section--layout .wrapper--flex.reverse .section--text {
  padding: 0 2em;
}
.section--layout .wrapper--flex.reverse .section--media {
  left: 0;
  right: auto;
}
.section--layout .section--text {
  border: 5px solid #00687F;
}
.section--layout .section--text h3 {
  color: #00687F;
  font-size: 24px;
}
.section--layout .section--text a {
  text-decoration: none;
  color: #00687F;
  border: 1px solid;
  display: inline-block;
  background: transparent;
  padding: 0.75em 1.85em;
  margin: 1em 0;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: all 0.5s ease-out;
}
.section--layout .section--text a:hover {
  background: #00687F;
  color: #fff;
  border-color: #00687F;
}
.section--layout .section--text.bg--orange {
  background: #fff;
  border-color: #E98F00;
}
.section--layout .section--text.bg--orange h2 {
  color: #E98F00 !important;
}
.section--layout .section--text.bg--bleu {
  background: #00687F;
  border-color: #00687F;
  color: #fff;
}
.section--layout .section--text.bg--bleu h2 {
  color: #E98F00 !important;
}
.section--layout .section--text.bg--blanc {
  background: #fff;
  border-color: #00687F;
}
.section--layout .section--text.bg--gris {
  background: #F5F5F5;
  border: none;
}
.section--layout .section--text.bg--gris h2 {
  color: #00687F;
}
@media screen and (min-width: 60em) {
  .section--layout .section--layout {
    margin-top: 0;
  }
  .section--layout .wrapper--flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 180px;
  }
  .section--layout .wrapper--flex:first-child {
    margin-top: 150px;
  }
  .section--layout .wrapper--flex:last-child {
    margin-bottom: 60px;
  }
  .section--layout .wrapper--flex .section--text {
    min-height: 600px;
    width: 70%;
    max-width: 1100px;
    margin: 0;
    top: 0;
    padding: 0 25% 0 8%;
    z-index: 0 !important;
  }
  .section--layout .wrapper--flex.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section--layout .wrapper--flex.reverse .section--text {
    padding: 0 8% 0 25%;
  }
  .section--layout .section--text h3 {
    font-size: 30px;
  }
  .section--layout .wrapper--flex .section--media {
    overflow: hidden;
    position: absolute;
    width: 50%;
    max-width: 800px;
    height: 500px;
    top: -80px;
    right: 0;
    z-index: 1;
    transition: all 0.5s ease-out;
  }
  .section--layout .wrapper--flex .section--media .overlay, .section--layout .wrapper--flex .section--media .overlay-reverse {
    z-index: 1;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.no-padding-list, .widget--block .widget_nav_menu ul, #brands .section--text .brands--logo, #prestation .prestation--list, #tutorials .tutorials--list, .page-template-template-tutorial #tutorials .filter--brand, nav ul.cd-primary-nav, .main__nav .cd-secondary-nav, #reassurance .reassurance--list, .site__footer .footer--item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.icon--ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
ul.icon--ul li {
  position: relative;
  padding-left: 30px;
}
ul.icon--ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("./assets/svg/list-icon.svg") no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}
ul.check--ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
ul.check--ul li {
  position: relative;
  padding-left: 30px;
  margin: 0.8em 0;
}
ul.check--ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("./assets/svg/check-list.svg") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  height: 48px;
  width: 48px;
  margin: 0.5em;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  background: url("./assets/svg/icon-prev.svg");
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  background: url("./assets/svg/icon-next.svg");
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@media screen and (min-width: 60em) {
  .slick-dots {
    left: auto;
    right: 60px;
    top: 50%;
  }
  .slick-dots li {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .slick-dots {
    right: -15px;
  }
}
a.btn {
  text-decoration: none;
  color: #fff;
  display: block;
  background: #00687F;
  border: 1px solid #00687F;
  padding: 0.75em 1.85em;
  display: inline-block;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: all 0.5s ease-out;
}
a.btn:hover {
  background: #fff;
  color: #00687F;
}
a.btn.btn-orange {
  background: #E98F00;
  color: #fff;
  border: 1px solid #E98F00;
}
a.btn.btn-orange:hover {
  background: #fff;
  color: #E98F00;
}
/* Recommended styles for Splitting */
.splitting .word, .splitting .char {
  display: inline-block;
}
/* Psuedo-element chars */
.splitting .char {
  position: relative;
}
/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before, .splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
   (var(--char-offset) * var(--char-offset)) / var(--char-center)
   );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}
.splitting .char {
  animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}
@keyframes slide-in {
  from {
    transform: translateY(-1em) scale(0.5);
    opacity: 0;
  }
}
/* Main Layout
---------------------------*/
body, #page {
  position: relative;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 48em) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.container, .container--narrow {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 2em;
}
@media screen and (min-width: 75em) {
  .container, .container--narrow {
    padding: 0 140px;
  }
}
@media screen and (max-width: 75em) {
  .container, .container--narrow {
    max-width: 1120px;
  }
}
@media screen and (max-width: 48em) {
  .container, .container--narrow {
    padding: 0 20px;
  }
}
.container--narrow {
  max-width: 800px;
}
.site__main {
  padding: 140px 0 0 0;
}
@media screen and (min-width: 1400px) {
  .site__main {
    padding: 137px 0 0 0;
  }
}
.block__left {
  float: left;
}
.block__right {
  float: left;
}
@media screen and (min-width: 37.5em) {
  .block__right {
    float: right;
  }
}
.content {
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .content {
    width: 65%;
  }
}
.sidebar {
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .sidebar {
    width: 25%;
  }
}
.content__fourofour {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  padding-top: 50px;
  padding-bottom: 200px;
  width: 100%;
}
.content__fourofour a {
  text-decoration: none;
  display: inline-block;
  color: #E98F00;
  border: 2px solid #E98F00;
  background: #fff;
  padding: 0.75em 1.85em;
  margin: 1em 0;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: all 0.5s ease-out;
}
.content__fourofour a:hover {
  background: #E98F00;
  color: #fff;
  border-color: #E98F00;
}
.hero {
  height: 1000px;
  position: relative;
  padding-top: 160px;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("./assets/svg/home-intro2.svg") no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.hero .wrapper {
  height: 100%;
  padding: 0 2em;
}
.hero .hero--up {
  margin: 0;
}
.hero .hero--up .hero--title h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  line-height: 1;
}
.hero .hero--up .hero--title .title--principal {
  color: #E98F00;
  font-size: 32px;
}
.hero .hero--up .hero--title .subtitle--principal {
  color: #fff;
  font-size: 24px;
}
.hero .hero--down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 0.5s ease-out;
}
.hero .hero--down .hero--content {
  color: #fff;
}
.hero .hero--down .hero--content h2 {
  color: #E98F00;
}
.hero .hero--down .hero--content a {
  text-decoration: none;
  color: #fff;
  background: #E98F00;
  padding: 0.75em 1.85em;
  min-width: 280px;
  margin: 1em auto;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: all 0.5s ease-out;
}
.hero .hero--down .hero--content a:hover {
  background: #fff;
  color: #E98F00;
}
.hero .hero--down .hero--visual {
  display: none;
}
@media screen and (min-width: 60em) {
  .hero {
    height: 1000px;
  }
  .hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("./assets/svg/home-intro2.svg") no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .hero .wrapper {
    padding: 0 140px;
  }
  .hero .hero--up {
    margin: 80px 0;
  }
  .hero .hero--up .hero--title {
    max-width: 80%;
    margin: 0 auto;
  }
  .hero .hero--up .hero--title .title--principal {
    font-size: 70px;
  }
  .hero .hero--up .hero--title .subtitle--principal {
    font-size: 52px;
  }
  .hero .hero--down {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .hero .hero--down .hero--content {
    width: 40%;
  }
  .hero .hero--down .hero--visual {
    width: 40%;
    display: block;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 75em) {
  .hero {
    height: 1200px;
  }
}
/*
*
* SECTION BRANDS
* 
*/
#brands {
  margin: 32px 0;
  padding: 0 1em;
  text-align: center;
}
#brands .section--title {
  color: #E98F00;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
#brands .section--title:before, #brands .section--title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #E98F00;
  height: 1px;
  width: 20px;
}
#brands .section--title:before {
  left: -40px;
}
#brands .section--title:after {
  right: -40px;
}
#brands .section--text {
  max-width: 960px;
  margin: 0 auto;
}
#brands .section--text .brands--logo {
  margin: 32px 0;
}
#brands .section--text .brands--logo .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#brands .section--text .brands--logo .slick-list {
  width: 100%;
}
#brands .section--text .brands--logo .slick-slide {
  margin: 0 20px;
}
#brands .section--text .brands--logo .slick-slide img {
  display: inline-block;
}
#brands .section--text .brands--logo .brand--item {
  text-align: center;
}
@media screen and (min-width: 60em) {
  #brands {
    margin: 80px 0;
    padding: 0;
  }
  #brands .section--title {
    font-size: 28px;
  }
  #brands .section--text .brands--logo {
    margin: 82px 0;
  }
  #brands .section--text .brands--logo .brand--item {
    width: auto;
  }
}
/*
*
* SECTION PRESTATIONS
* 
*/
.section--heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--heading .section--title {
  margin-right: 2em;
}
@media screen and (min-width: 60em) {
  .section--heading .section--intro {
    width: 70%;
  }
}
@media screen and (min-width: 60em) {
  .section--heading {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#prestation.prestation--home {
  background: #00687F;
}
#prestation.prestation--home .section--heading {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#prestation.prestation--home .section--heading .section--title {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}
#prestation.prestation--home .section--heading .section--title:after {
  content: "";
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  right: -40px;
  position: absolute;
}
#prestation.prestation--home .section--intro {
  width: 90%;
  color: #fff;
}
@media screen and (min-width: 60em) {
  #prestation.prestation--home .section--heading {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #prestation.prestation--home .section--intro {
    width: 70%;
  }
}
#prestation {
  padding: 64px 0 100px 0;
}
#prestation .section--heading .section--title {
  color: #00687F;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
}
#prestation .section--heading .section--title:before, #prestation .section--heading .section--title:after {
  content: "";
  background: #00687F;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  position: absolute;
}
#prestation .section--heading .section--title:before {
  left: -38px;
}
#prestation .section--heading .section--title:after {
  right: -38px;
}
#prestation .prestation--list {
  margin: 32px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#prestation .prestation--list .prestation--item {
  width: calc(100% / 2 - 1em);
  margin: 1em 0;
  max-width: 380px;
  position: relative;
  cursor: pointer;
  transition: transform 0.8s ease-out;
  transform: translateY(40px);
}
#prestation .prestation--list .prestation--item.is-visible {
  transform: translateY(0);
}
#prestation .prestation--list .prestation--item:before {
  content: "";
  position: absolute;
  background: rgba(0, 104, 127, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-out;
}
#prestation .prestation--list .prestation--item:hover:before {
  background: rgba(0, 104, 127, 0.8);
}
#prestation .prestation--list .prestation--item:nth-child(even):before {
  background: rgba(233, 143, 0, 0.5);
}
#prestation .prestation--list .prestation--item:nth-child(even):hover:before {
  background: rgba(233, 143, 0, 0.8);
}
#prestation .prestation--list .prestation--item a {
  text-decoration: none;
  color: #fff;
}
#prestation .prestation--list .presentation--title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 100;
}
#prestation .prestation--list .presentation--title p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 60em) {
  #prestation .prestation--list {
    margin: 60px 0;
  }
  #prestation .prestation--list .prestation--item {
    width: calc(100% / 4 - 1em);
  }
  #prestation .prestation--list .presentation--title p {
    font-size: 32px;
  }
}
/*
*
* SECTION TUTORIALS
* 
*/
#tutorials {
  background: #F5F5F5;
  padding: 2em 0;
}
#tutorials .section--heading {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#tutorials .section--heading .section--title {
  color: #00687F;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
#tutorials .section--heading .section--title:after {
  content: "";
  background: #00687F;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  right: -40px;
  position: absolute;
}
#tutorials .section--heading .section--intro {
  color: #222222;
}
#tutorials .tutorials--list {
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#tutorials .tutorials--list .tutorial--item {
  position: relative;
  padding: 0 1em;
}
#tutorials .tutorials--list .tutorial--item video {
  width: 100%;
  border: 1px solid #cacaca;
}
#tutorials .tutorials--list .tutorial--item .tutorial--title {
  font-weight: 700;
  color: #222222;
  margin: 0.5em 0;
}
/*
*
* SECTION NOS ENGAGEMENTS
* 
 */
#commitment {
  padding: 32px 0 0 0;
}
@media screen and (min-width: 60em) {
  #commitment {
    padding: 100px 0;
  }
}
/*
*
* CONTACT
* 
 */
.page-template-template-contact .site__main, .page-template-template-contact .layout--contact {
  background: #00687F;
}
.layout--contact {
  position: relative;
}
.layout--contact:after {
  content: "";
  position: absolute;
  -webkit-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  height: 110px;
  width: 100%;
  bottom: -50px;
  background: #fff;
  z-index: 1000;
}
.layout--contact .page--title {
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2em;
}
.layout--contact .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.layout--contact .content--block {
  color: #fff;
}
.layout--contact .content--block h2 {
  color: #fff;
  margin-top: 0;
}
.layout--contact .info--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout--contact .info--wrapper .mt--24 {
  margin-top: 24px;
}
.layout--contact .info--wrapper p.info--title, .layout--contact .info--wrapper p.info--content {
  font-weight: 700;
}
.layout--contact .info--wrapper p.info--title {
  color: #E98F00;
  font-size: 16px;
  margin: 0 0 8px 0;
}
.layout--contact .info--wrapper p.info--content {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.layout--contact .info--wrapper a.map-marker span.svg-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: all 0.5s ease-out;
  background: #fff;
  height: 48px;
  width: 48px;
}
.layout--contact .info--wrapper a.map-marker:hover span.svg-container {
  transform: translateY(5px);
}
.layout--contact .info--map .title--map {
  color: #E98F00;
  font-size: 20px;
  font-weight: 700;
}
.layout--contact #map--telstore {
  margin-top: 2em;
  height: 400px;
}
@media screen and (min-width: 60em) {
  .layout--contact .container, .layout--contact .container--narrow {
    padding-right: 0;
  }
  .layout--contact .page--title {
    font-size: 60px;
  }
  .layout--contact .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .layout--contact .info--wrapper {
    margin-bottom: 2em;
    padding-right: 1em;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .layout--contact .info--wrapper p.info--title {
    color: #E98F00;
    font-size: 20px;
  }
  .layout--contact .info--wrapper p.info--content {
    color: #fff;
    font-size: 22px;
  }
  .layout--contact #map--telstore {
    height: 800px;
  }
}
.hero--telstore {
  height: 500px;
  margin-bottom: 180px;
  --aspect-ratio: 25;
  margin: 0 auto;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
  max-width: 100%;
  will-change: transform;
  position: relative;
  top: 120px;
}
.hero--about {
  background-repeat: no-repeat;
  will-change: transform;
  background-size: cover;
  top: 137px;
  position: relative;
}
.hero--about.item--img {
  --overflow: 0px;
  height: calc(100% + (2 * var(--overflow)));
  top: calc(-1 * var(--overflow));
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50% 0%;
  will-change: transform;
}
.hero--about:before {
  position: fixed;
  content: "";
}
.hero--about .hero--content {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero--about .hero--content h1 {
  color: #fff;
  font-size: 24px;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 48em) {
  .hero--telstore {
    height: 600px;
  }
}
@media screen and (min-width: 60em) {
  .page-template-template-about .breadcrumb {
    padding: 54px 0;
  }
  .hero--telstore {
    height: 100vh;
    margin-bottom: 260px;
  }
  .hero--about .hero--content {
    width: 60%;
  }
  .hero--about .hero--content h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .hero--telstore {
    height: 100vh;
    overflow: hidden;
  }
  .hero--about .hero--content h1 {
    font-size: 60px;
  }
}
section#focus {
  width: 100%;
  overflow: hidden;
}
section#focus .container, section#focus .container--narrow {
  height: 100%;
}
section#focus .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #00687F;
}
section#focus .container__arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  position: relative;
}
section#focus .block--text, section#focus .block--media {
  width: 100%;
}
section#focus .block--media {
  display: none;
}
section#focus .block--media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section#focus .block--text {
  padding: 0 2em;
  color: #fff;
}
section#focus .block--text h3 {
  display: inline-block;
  position: relative;
  color: #E98F00;
  margin-left: 2em;
}
section#focus .block--text h3:before, section#focus .block--text h3:after {
  content: "";
  background: #E98F00;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  position: absolute;
}
section#focus .block--text h3:before {
  left: -38px;
}
section#focus .block--text h3:after {
  right: -38px;
}
@media screen and (min-width: 60em) {
  section#focus .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  section#focus .block--text, section#focus .block--media {
    width: 100%;
  }
  section#focus .block--text {
    padding: 0 2.5em;
  }
  section#focus .block--media {
    display: block;
    max-width: 600px;
  }
}
/*
*
* DEFAULT TEMPLATE
* 
 */
#content .container-sm {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 2em;
}
#content .wrapper--outer {
  width: 100%;
}
#content .galery--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#content .galery--wrapper .galery--item {
  margin: 1em 0;
  padding: 0 0.5em;
}
#content .row--item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#content .row--item .block--item {
  text-align: center;
}
#content .row--item .block--item h3 {
  color: #E98F00;
}
#content .row--item .block--item p {
  text-align: left;
}
#content .cta--block {
  background: #00687F;
  margin: 2em auto;
  max-width: 800px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
}
#content .cta--block:before {
  content: "";
  background: url("./assets/svg/telstore-cta-shape.svg") no-repeat;
  position: absolute;
}
#content .cta--block .cta--inner {
  padding: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#content .cta--block .cta--title {
  color: #fff;
  font-size: 28px;
}
#content .cta--block a {
  text-decoration: none;
  color: #00687F;
  background: #fff;
  border: 1px solid;
  padding: 0.75em 1.85em;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  transition: all 0.5s ease-out;
}
#content .cta--block a:hover {
  background: #E98F00;
  color: #fff;
  border-color: #E98F00;
}
@media screen and (min-width: 60em) {
  #content .container-sm {
    padding: 0;
  }
  #content .wrapper--outer {
    width: 880px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  #content .galery--wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #content .row--item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #content .cta--block {
    margin: 80px auto;
  }
  #content .cta--block .cta--inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 3em;
  }
  #content .cta--block .block--title, #content .cta--block .block--button {
    padding: 0 1em;
  }
  #content .cta--block .block--button {
    text-align: center;
  }
}
@media screen and (min-width: 75em) {
  #content .wrapper--outer {
    width: 1280px;
  }
}
@media screen and (min-width: 1600px) {
  #content .wrapper--outer {
    width: 1600px;
  }
  #content .galery--wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #content .galery--wrapper .galery--item {
    padding: 0;
  }
}
/*
*
* TUTORIALS
*
 */
.page-template-template-tutorial #tutorials {
  padding: 2em 0 0 0;
  background: #fff;
}
.page-template-template-tutorial #tutorials .filter--brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.page-template-template-tutorial #tutorials .filter--brand .brand--item {
  margin: 0.5em 0;
  padding: 0 1em;
}
.page-template-template-tutorial #tutorials .filter--brand .brand--item a {
  display: inline-block;
  text-decoration: none;
  color: #00687F;
  background: #fff;
  border: 1px solid #00687F;
  padding: 0.75em 1.85em;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: all 0.5s ease-out;
}
.page-template-template-tutorial #tutorials .filter--brand .brand--item a:hover {
  background: #00687F;
  color: #fff;
  border-color: #00687F;
}
.page-template-template-tutorial #tutorials .brand--title {
  text-align: center;
  margin: 2em 0 0 0;
  height: 80px;
  line-height: 80px;
}
.page-template-template-tutorial #tutorials .brand--title p {
  color: #00687F;
  display: inline-block;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
}
.page-template-template-tutorial #tutorials .brand--title p:before, .page-template-template-tutorial #tutorials .brand--title p:after {
  content: "";
  background: #00687F;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  position: absolute;
}
.page-template-template-tutorial #tutorials .brand--title p:before {
  left: -38px;
}
.page-template-template-tutorial #tutorials .brand--title p:after {
  right: -38px;
}
.page-template-template-tutorial #tutorials .other--brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.page-template-template-tutorial #tutorials .tutorials--list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.page-template-template-tutorial #tutorials .tutorial--item {
  padding: 0 1em;
}
@media screen and (min-width: 60em) {
  .page-template-template-tutorial #tutorials .other--brand {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/*
*
* GABARIT SAV
* 
 */
.page-template-template-sav {
  /*
	*
	* PHONE 
	* 
	 */
}
.page-template-template-sav .row {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.page-template-template-sav .block--text {
  padding-right: 2em;
  max-width: 520px;
}
.page-template-template-sav .block--text h2 {
  color: #E98F00;
}
.page-template-template-sav .block--text a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 24px;
  text-decoration: none;
  background: #00687F;
  color: #fff;
  border: 2px solid #00687F;
  transition: all 0.5s ease-out;
  width: 320px;
  border-radius: 5em;
  overflow: hidden;
  margin: 1em 0;
}
.page-template-template-sav .block--text a:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #E98F00;
  transition: all 0.5s ease-out;
}
.page-template-template-sav .block--text a span.text--button {
  z-index: 100;
}
.page-template-template-sav .block--text a span.svg-container {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  z-index: 100;
  line-height: 48px;
  width: 48px;
  height: 48px;
}
.page-template-template-sav .block--text a:hover {
  border-color: #E98F00;
}
.page-template-template-sav .block--text a:hover:after {
  width: 100%;
}
.page-template-template-sav .block--title {
  margin: 2em auto;
  text-align: center;
}
.page-template-template-sav .block--title h2 {
  color: #E98F00;
  font-size: 17px;
  text-align: center;
}
.page-template-template-sav #sav {
  position: relative;
}
.page-template-template-sav .bg--sav {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  background: #00687F;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%) skew(0deg, -3deg);
}
.page-template-template-sav .bg--sav .second--bg {
  width: 100%;
  height: 100%;
}
.page-template-template-sav .bg--sav .second--bg {
  background: #E98F00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.page-template-template-sav .bg--sav .info--phone {
  transform: skew(0deg, 3deg);
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.page-template-template-sav .bg--sav .info-line {
  opacity: 0;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -100%);
  position: absolute;
  transition: all 0.5s ease-out;
  color: #fff;
}
.page-template-template-sav .bg--sav .info-line.show {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-template-template-sav .bg--sav .info-line .title {
  font-size: 18px;
  font-weight: 700;
}
.page-template-template-sav .bg--sav .info-line--1 {
  display: none;
  width: 100%;
  padding: 0 2em;
  text-align: center;
}
.page-template-template-sav .phone--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  width: 320px;
  height: 620px;
  margin: 0 auto;
  padding: 0.5em;
  border-radius: 2em;
  transition: all 0.5s ease-out;
  background: url("./assets/svg/body.svg") no-repeat;
  background-size: cover;
  transition: opacity 0.5s transform 1s ease-out;
  opacity: 0;
  transform: translateY(40px);
}
.page-template-template-sav .phone--wrapper.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.page-template-template-sav .phone--wrapper .screen--phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 2em;
  padding: 2em 1em;
  width: 290px;
  max-height: 560px;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-template-template-sav .phone--wrapper .screen--phone::-webkit-scrollbar {
  display: none;
}
.page-template-template-sav .phone--wrapper .screen--phone .logo {
  display: none;
}
.page-template-template-sav .phone--wrapper .screen--phone .phone--title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.page-template-template-sav .phone--wrapper .screen--phone .phone--title br {
  display: none;
}
.page-template-template-sav .phone--wrapper .screen--phone .button--wrapper {
  margin-top: 1em;
}
.page-template-template-sav .phone--wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-template-template-sav .phone--wrapper ul a.move--btn {
  background: #fff;
  color: #E98F00;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-radius: 2em;
  width: 100%;
  padding: 12px;
  font-size: 12px;
  margin: 1em 0;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-out;
}
.page-template-template-sav .phone--wrapper ul a.move--btn:hover, .page-template-template-sav .phone--wrapper ul a.move--btn:active, .page-template-template-sav .phone--wrapper ul a.move--btn.active {
  background: #E98F00;
  color: #fff;
}
.page-template-template-sav .phone--wrapper ul a.move--btn:hover svg path, .page-template-template-sav .phone--wrapper ul a.move--btn:active svg path, .page-template-template-sav .phone--wrapper ul a.move--btn.active svg path {
  fill: #fff;
}
.page-template-template-sav .phone--wrapper ul .info--line p.info--title {
  color: #00687F;
  font-size: 14px;
  margin: 0;
}
.page-template-template-sav .phone--wrapper ul .info--line p.info--content {
  font-weight: 700;
  color: #E98F00;
  font-size: 16px;
  margin: 0;
}
.page-template-template-sav .phone--wrapper ul .info--line.show {
  display: block !important;
}
.page-template-template-sav .phone--wrapper.active {
  transform: translateX(-100%);
}
@media screen and (min-width: 48em) {
  .page-template-template-sav .bg--sav {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 660px;
    background: #00687F;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%) skew(0deg, -3deg);
  }
  .page-template-template-sav .bg--sav .first--bg, .page-template-template-sav .bg--sav .second--bg {
    width: 50%;
    height: 100%;
  }
  .page-template-template-sav .bg--sav .second--bg {
    background: #E98F00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .page-template-template-sav .bg--sav .info--phone {
    transform: skew(0deg, 3deg);
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .page-template-template-sav .bg--sav .info-line {
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(100%, -50%);
    position: absolute;
    transition: all 0.5s ease-out;
    color: #fff;
  }
  .page-template-template-sav .bg--sav .info-line.show {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page-template-template-sav .bg--sav .info-line .title {
    font-size: 32px;
    font-weight: 700;
  }
  .page-template-template-sav .bg--sav .info-line--1 {
    width: 75%;
    padding: 0 0em 0 15%;
    text-align: center;
  }
  .page-template-template-sav .phone--wrapper {
    position: relative;
    z-index: 100;
    width: 444px;
    height: 880px;
    margin: 0 auto;
    padding: 0.5em;
    border-radius: 2em;
    transition: all 0.5s ease-out;
    background: url("./assets/svg/body.svg") no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .page-template-template-sav .phone--wrapper .screen--phone {
    display: block;
    background: #fff;
    border-radius: 2em;
    padding: 0 1.5em;
    width: 374px;
    max-height: 810px;
    height: 100%;
    overflow: hidden;
  }
  .page-template-template-sav .phone--wrapper .screen--phone .logo {
    display: block;
    text-align: center;
    padding: 2em;
  }
  .page-template-template-sav .phone--wrapper .screen--phone .phone--title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
  }
  .page-template-template-sav .phone--wrapper .screen--phone .phone--title br {
    display: block;
  }
  .page-template-template-sav .phone--wrapper .screen--phone .button--wrapper {
    margin-top: 4em;
  }
  .page-template-template-sav .phone--wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .page-template-template-sav .phone--wrapper ul a.move--btn {
    background: #fff;
    color: #E98F00;
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-radius: 2em;
    width: 100%;
    font-size: 16px;
    padding: 24px;
    margin: 1em 0;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease-out;
  }
  .page-template-template-sav .phone--wrapper ul a.move--btn:hover, .page-template-template-sav .phone--wrapper ul a.move--btn:active, .page-template-template-sav .phone--wrapper ul a.move--btn.active {
    background: #E98F00;
    color: #fff;
  }
  .page-template-template-sav .phone--wrapper ul a.move--btn:hover svg path, .page-template-template-sav .phone--wrapper ul a.move--btn:active svg path, .page-template-template-sav .phone--wrapper ul a.move--btn.active svg path {
    fill: #fff;
  }
  .page-template-template-sav .phone--wrapper.active {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 60em) {
  .page-template-template-sav .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .page-template-template-sav .block--title h2 {
    font-size: 40px;
    line-height: 1.4;
  }
  .page-template-template-sav .bg--sav .info-line {
    font-weight: 700;
  }
  .page-template-template-sav .bg--sav .info-line p.info--title {
    color: #00687F;
    font-size: 20px;
    margin: 0;
  }
  .page-template-template-sav .bg--sav .info-line p.info--content {
    color: #fff;
    font-size: 22px;
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .page-template-template-sav .phone--wrapper.active {
    transform: translateX(-70%);
  }
}
@media screen and (min-width: 75em) {
  .page-template-template-sav .phone--wrapper.active {
    transform: translateX(-100%);
  }
}
.site__header {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 2em;
  height: 137px;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 11000;
  width: 100%;
  transition: all 0.5s ease-out;
}
.site__header.scroll {
  padding-top: 1em;
  padding-bottom: 1em;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
}
.site__header.scroll .cd-primary-nav {
  background: #fff;
}
.site__header.scroll #branding img {
  width: 160px;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 48em) {
  .site__header {
    position: fixed;
  }
}
@media screen and (min-width: 75em) {
  .site__header {
    padding: 0 140px;
  }
}
@media screen and (max-width: 1440px) {
  .site__header {
    padding: 0 40px;
  }
}
.site__header--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .site__header--wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
#branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
#branding svg {
  transition: all 0.4s ease-out;
  width: 260px;
  vertical-align: middle;
}
@media screen and (min-width: 60em) {
  #branding {
    margin: 0;
    text-align: left;
  }
  #branding svg {
    width: 290px;
  }
}
nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
nav ul.cd-primary-nav {
  display: none;
  text-align: center;
}
@media screen and (min-width: 60em) {
  nav ul.cd-primary-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
nav ul.cd-primary-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
nav ul.cd-primary-nav li:hover ul {
  display: block;
}
nav ul.cd-primary-nav li a {
  color: #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 5px 20px;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
nav ul.cd-primary-nav li a:hover {
  color: #717073;
}
nav ul.cd-primary-nav li.dark-menu {
  background: #222222;
}
nav ul.cd-primary-nav li.dark-menu a {
  color: #fff;
}
nav ul.cd-primary-nav ul {
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 50%;
  position: absolute;
  text-align: left;
  z-index: 99999;
}
.scroll .main__nav ul li a {
  font-size: 14px;
}
/*
*
* SECONDARY NAV
* 
 */
.main__nav .cd-secondary-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  background: #E98F00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.main__nav .cd-secondary-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 0.5em;
  width: 50px;
}
.main__nav .cd-secondary-nav li a {
  text-align: center;
}
.main__nav .cd-secondary-nav li.contact-icon a {
  position: relative;
  background: #E98F00;
  width: 32px;
}
.main__nav .cd-secondary-nav li.contact-icon a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url("./assets/svg/contact.svg");
  background-size: 32px 24px;
  width: 32px;
  height: 24px;
}
.main__nav .cd-secondary-nav li.contact-icon span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.main__nav .cd-secondary-nav li.map-icon a {
  position: relative;
  background: #E98F00;
  width: 32px;
  padding: 0;
}
.main__nav .cd-secondary-nav li.map-icon a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url("./assets/svg/map-marker.svg");
  background-size: 20px 24px;
  width: 20px;
  height: 24px;
}
.main__nav .cd-secondary-nav li.map-icon span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
@media screen and (min-width: 60em) {
  .main__nav .cd-secondary-nav {
    position: relative;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-trigger {
    display: none;
  }
}
.nav-trigger {
  /* menu icon - visible on small screens only */
  z-index: 15000;
  position: fixed;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  /* replace text with icon */
  overflow: hidden;
  text-indent: -9999px;
  color: transparent;
}
.nav-trigger span, .nav-trigger span::after, .nav-trigger span::before {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: #E98F00;
  height: 3px;
  width: 26px;
}
.nav-trigger span {
  right: 0;
  top: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s;
}
.nav-trigger span::after, .nav-trigger span::before {
  content: "";
  left: 0;
  transition: transform 0.3s;
}
.nav-trigger span::before {
  transform: translateY(-9px);
}
.nav-trigger span::after {
  transform: translateY(9px);
}
.nav-is-visible .nav-trigger span {
  background: transparent;
}
.nav-is-visible .nav-trigger span::before {
  transform: rotate(45deg);
}
.nav-is-visible .nav-trigger span::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 60em) {
  .cd-primary-nav {
    background: transparent;
    position: relative;
    width: auto;
    height: auto;
    right: auto;
  }
}
header, .site {
  transition: transform 0.3s;
}
header.nav-is-visible, .site.nav-is-visible {
  transform: translateX(-260px);
}
.cd-overlay.nav-is-visible {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(34, 34, 34, 0.5);
}
.cd-primary-nav, .dropdown, .dropdown2 {
  position: fixed;
  width: 260px;
  background: black;
  height: 100%;
  top: 0;
  right: 0;
  transition: visibility 0s 0.1s;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding: 1em 2em;
}
.cd-primary-nav.is-hidden, .dropdown.is-hidden, .dropdown2.is-hidden {
  /* secondary navigations hidden by default */
  transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .dropdown.moves-out > li > a, .dropdown2.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  transform: translateX(100%);
  opacity: 0;
}
.cd-primary-nav li.go-back a, .dropdown li.go-back a, .dropdown2 li.go-back a {
  color: #E98F00;
  font-weight: 700;
}
.cd-primary-nav li, .dropdown li, .dropdown2 li {
  line-height: 1.8;
  margin: 0.5em 0;
}
.cd-primary-nav li a, .dropdown li a, .dropdown2 li a {
  color: #fff;
  text-decoration: none;
}
.cd-primary-nav li a .subtitle--menu, .dropdown li a .subtitle--menu, .dropdown2 li a .subtitle--menu {
  display: none;
}
@media screen and (min-width: 75em) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    transition: visibility 0s 0s;
  }
}
@media screen and (min-width: 75em) {
  nav {
    position: relative;
    perspective: 600px;
  }
  nav .cd-primary-nav {
    visibility: visible;
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
    background: transparent;
  }
  nav .cd-primary-nav > li {
    margin: 0;
  }
  nav .cd-primary-nav > li > a {
    display: inline-block;
    font-size: 1.6rem;
  }
  nav .cd-primary-nav li ul li a {
    font-weight: 700;
    width: 100%;
    font-size: 18px;
    padding-right: 32px;
  }
  nav .cd-primary-nav li ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    background: url("./assets/svg/circle-arrow.svg") no-repeat;
    width: 18px;
    height: 12px;
    background-size: 18px 12px;
    transition: all 0.4s ease-out;
  }
  nav .cd-primary-nav li ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 2px solid #5F3A8E;
  }
  nav .cd-primary-nav li ul li a:hover:before {
    right: -12px;
  }
  nav .cd-primary-nav .menu-psychiatrie ul li a:before {
    background: url("./assets/svg/circle-arrow-green.svg") no-repeat;
  }
  nav .cd-primary-nav .menu-psychiatrie ul li a:after {
    border-color: #A2CF44;
  }
  nav .cd-primary-nav .go-back {
    display: none;
  }
  nav .cd-primary-nav .parent--item {
    font-weight: 700;
    padding: 1em 0;
    position: relative;
  }
  nav .cd-primary-nav .parent--item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 14px;
    height: 4px;
    width: 30px;
    border-radius: 5em;
    background: #222222;
  }
  nav .cd-primary-nav .parent--item a {
    position: relative;
    color: #5F3A8E;
  }
  nav .cd-primary-nav .parent--item.parent--psychiatrie a {
    color: #A2CF44;
  }
  nav .dropdown {
    position: absolute;
    top: -30px;
    visibility: hidden;
    border-radius: 2px;
    transition: all 0.5s;
    transform: translateY(90px) translateX(-50%);
    left: 50%;
    will-change: transform;
    min-width: 880px;
    padding: 2em 400px 2em 2em;
    line-height: 2;
    width: 100%;
    height: auto;
    min-height: 400px;
    background: transparent;
  }
  nav .dropdown:after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: url("http://localhost:3000/wp-content/uploads/2019/04/apasyade-presentation.jpg") no-repeat;
    background-size: cover;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  nav .dropdown2 {
    position: inherit;
    background: transparent;
    width: auto;
    padding: 0;
  }
  nav .dropdown.is-hidden {
    transform: translateY(90px) translateX(-50%);
  }
  nav .dropdown2.is-hidden {
    transform: translateX(0);
  }
  nav .cd-primary-nav li, nav .sub-menu li, nav .sub-menu > li .sub-menu li {
    padding: 0;
  }
  nav .cd-primary-nav li a, nav .sub-menu li a, nav .sub-menu > li .sub-menu li a {
    color: #222222;
  }
  nav .cd-primary-nav li a .subtitle--menu, nav .sub-menu li a .subtitle--menu, nav .sub-menu > li .sub-menu li a .subtitle--menu {
    display: block;
    font-weight: 400;
    color: #5F3A8E;
  }
  nav .cd-primary-nav > .menu-psychiatrie li a .subtitle--menu, nav .sub-menu > .menu-psychiatrie li a .subtitle--menu, nav .sub-menu > li .sub-menu > .menu-psychiatrie li a .subtitle--menu {
    color: #A2CF44;
  }
  nav.scroll .dropdown {
    top: -18px;
  }
  nav.scroll .dropdown:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 100%;
    background: none;
    top: -25px;
    left: 0;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .cd-primary-nav > li {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .trigger-enter .dropdown {
    visibility: visible;
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .trigger-enter-active .dropdown {
    visibility: visible;
    opacity: 1;
  }
  .trigger-enter-active .dropdown .dropdown2 {
    visibility: visible !important;
    display: block !important;
  }
  #menu-item-56 {
    width: 100%;
  }
  #menu-item-56 .dropdown2 {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #menu-item-56 .dropdown2 > li {
    width: auto;
  }
  .menu-item-has-children .dropdown2 {
    flex-direction: column;
    width: 100%;
    padding-left: 1em;
    left: 0;
    position: relative;
  }
  .menu-item-has-children .dropdown2 li.menu-item {
    float: none;
    margin: 0.5em 0;
    text-align: center;
  }
  .menu-item-has-children .dropdown2 li.menu-item a {
    color: #A2CF44;
    font-size: 1em;
    cursor: pointer;
  }
  .menu-item-has-children:nth-child(0n+3) .dropdown2 {
    border-left: 1px solid #717073;
    border-right: 1px solid #717073;
  }
  .dropdownBackground {
    width: 100px;
    height: 100px;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.3), 0 5px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s, opacity 0.1s, translate 0.2s;
    transform-origin: 50% 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
  }
  .dropdownBackground.open {
    opacity: 1;
    visibility: visible;
  }
  .arrow {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    background: white;
    transform: translateY(-50%) rotate(45deg);
  }
  .sub-menu a {
    text-decoration: none;
    color: #A2CF44;
  }
}
@media screen and (max-width: 1200px) {
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    transform: translateX(0px);
  }
  .cd-primary-nav {
    visibility: hidden;
    transform: translateX(260px);
  }
}
#secondary--nav {
  display: none;
}
#secondary--nav a {
  text-decoration: none;
  color: #00687F;
  border: 1px solid;
  padding: 0.75em 1.6em;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: all 0.5s ease-out;
}
#secondary--nav a:hover {
  background: #00687F;
  color: #fff;
}
@media screen and (min-width: 60em) {
  #secondary--nav {
    display: block;
  }
}
#blog {
  padding-top: 300px;
}
@media screen and (min-width: 60em) {
  .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
.post--item {
  position: relative;
  border: 1px solid #F5F5F5;
  border-radius: 0.2em;
  margin-bottom: 2em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.post--item:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 0.2em;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.post--item:hover {
  transform: translateY(-5px);
}
.post--item:hover:after {
  opacity: 1;
}
.post--item .post--thumbnail {
  position: relative;
}
.post--item .post--meta {
  position: absolute;
  top: 16px;
  left: 32px;
  padding: 0.2em 0.8em;
  border-radius: 50px;
  background: #fff;
  color: #222222;
}
.post--item .post--content {
  padding: 1em 2em;
}
.post--item .post--content a {
  color: #E98F00;
}
.entry__meta, .entry__meta--footer {
  color: #222222;
  font-size: 14px;
  margin-bottom: 15px;
}
.links__cat, .links__tag, .link__comment {
  margin-right: 1em;
}
/* Post pagination
----------------------------------------------- */
.paging-nav {
  padding: 15px 0;
}
.paging-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.paging-nav ul li {
  display: inline;
}
.paging-nav a.page-numbers, .paging-nav span.page-numbers {
  padding: 3px 8px;
  text-decoration: none;
}
.paging-nav a.page-numbers.current, .paging-nav span.page-numbers.current {
  font-weight: 700;
}
.post__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 20px 0;
}
.post__nav a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
.post__nav--previous {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .post__nav--previous {
    text-align: left;
    width: 50%;
  }
}
.post__nav--previous a:before {
  content: "«";
  padding-right: 5px;
}
.post__nav--next {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .post__nav--next {
    text-align: right;
    width: 50%;
  }
}
.post__nav--next a:after {
  content: "»";
  padding-left: 5px;
}
.single--post {
  position: relative;
  margin: 20px auto;
  max-width: 1120px;
  border: 1px solid #F5F5F5;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
  padding: 2em;
}
.single--post:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 12px;
  width: 100%;
  background: #222222;
}
.single--post article {
  max-width: 880px;
  margin: 0 auto;
}
.single--post article .post--meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #717073;
}
.single--post article .post--meta > div {
  margin: 0 1em;
}
.single--post article .post--meta .post--meta--date, .single--post article .post--meta .post--meta--contrat, .single--post article .post--meta .post--meta--localisation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.single--post article .post--meta .post--meta--date svg, .single--post article .post--meta .post--meta--contrat svg, .single--post article .post--meta .post--meta--localisation svg {
  width: 28px;
  height: 20px;
  vertical-align: middle;
  margin-right: 0.5em;
}
.single--post article .post--content {
  margin: 1.5em 0;
}
.single--post article iframe {
  margin: 1em auto;
}
.single--post .block--event, .single--post .block--contact {
  background: #222222;
  color: #fff;
  border-radius: 4px;
  padding: 40px 24px 20px 24px;
  position: relative;
  max-width: 420px;
  margin: 2em auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.single--post .block--event a, .single--post .block--contact a {
  color: #fff;
}
.single--post .block--event:after, .single--post .block--contact:after {
  content: "";
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  background: #B8121D;
  border-radius: 50%;
  width: 62px;
  height: 62px;
}
.single--post .block--event:before, .single--post .block--contact:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: url("./assets/svg/event.svg") no-repeat;
  width: 35px;
  height: 28px;
  background-size: 35px 28px;
  z-index: 10;
}
.single--job {
  margin: -140px auto 0 auto;
  background: #fff;
}
.single--job:before {
  background: #B8121D;
}
.single--job .post--title {
  text-align: center;
}
.single--job .job--button {
  text-align: center;
}
.single--job .job--button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  max-width: 200px;
  margin: 0 auto;
  background: #B8121D;
  padding: 15px 24px;
  border-radius: 5em;
  text-decoration: none;
  transition: all 0.4s ease-out;
}
.single--job .job--button a:after {
  content: "";
  display: block;
  margin-left: 18px;
  background: url("./assets/svg/button-arrow.svg") no-repeat;
  width: 16px;
  height: 12px;
  transition: all 0.4s ease-out;
}
.single--job .job--button a:hover {
  background: #a11019;
}
.single--job .job--button a:hover:after {
  transform: translateX(5px);
}
/*
*
* GO BACK BUTTON
* 
 */
@keyframes test {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.go--back a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #222222;
  font-weight: normal;
  text-decoration: none;
}
.go--back a:hover #arrow-button {
  animation: test 0.8s ease-out;
}
.go--back span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
}
.go--back.red-arrow svg #circle-button {
  stroke: #B8121D;
}
.go--back.red-arrow svg #arrow-button {
  fill: #B8121D;
}
/* Barre reassurance
---------------------*/
#reassurance {
  position: relative;
  z-index: 10000;
  margin-top: 2em;
  margin-bottom: 80px;
}
#reassurance .reassurance--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#reassurance .reassurance--item {
  width: calc(100% / 2 - 1em);
  margin: 1em 0;
  max-width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
#reassurance .icon--item {
  position: relative;
}
#reassurance .icon--item .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#reassurance label {
  color: #00687F;
  font-weight: 700;
}
@media screen and (min-width: 60em) {
  #reassurance .reassurance--list {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  #reassurance .reassurance--item {
    width: calc(100% / 5 - 1em);
    max-width: 130px;
  }
}
/* Footer area 
---------------------*/
.site__footer {
  text-align: center;
}
.site__footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site__footer .wrapper--left {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site__footer .wrapper--right {
  padding: 24px 0;
  background: #00687F;
}
.site__footer .wrapper--right .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.site__footer .wrapper--right .copyright {
  width: 100%;
}
.site__footer .wrapper--right .copyright p, .site__footer .wrapper--right .copyright a {
  color: #fff;
}
.site__footer .footer--item {
  padding: 0 20px;
  margin: 1em 0;
}
.site__footer .footer--item svg {
  width: 100%;
  height: 100%;
}
.site__footer .footer--item ul {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site__footer .footer--item ul li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.site__footer .footer--item ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.site__footer .info--item {
  color: #fff;
  font-size: 18px;
}
.site__footer .info--item .footer--title {
  color: #fff;
  font-weight: 700;
}
.site__footer .info--item a {
  color: #E98F00;
  font-weight: 700;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 60em) {
  .site__footer .wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site__footer .wrapper--left, .site__footer .wrapper--right .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
select {
  max-width: 100%;
  width: 100%;
}
.form-wrapper .col--title {
  position: relative;
  font-size: 22px;
  color: #E98F00;
  font-weight: 700;
}
.form-wrapper .col--title:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 95%;
  background: #fff;
}
.form-wrapper .row {
  margin-right: -15px;
  margin-left: -15px;
}
.form-wrapper .col--form, .form-wrapper .col--title {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0.5em 0;
}
.form-wrapper input, .form-wrapper textarea {
  color: #fff;
  background: #fff;
  display: block;
  position: relative;
}
.form-wrapper select {
  height: 45px;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 0 5px 0 20px;
}
.form-wrapper input:not([type="submit"]):focus, .form-wrapper textarea:focus, .form-wrapper input:not([type="submit"]).has-value, .form-wrapper textarea.has-value {
  border-color: #E98F00;
  outline: 0;
  background: transparent;
  color: #fff;
}
.form-wrapper label.form__label, .form-wrapper label.form__label-textarea {
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  color: #00687F;
}
.form-wrapper label.form__label-textarea {
  top: 10px;
  transform: translateY(0);
}
.form-wrapper label.form__label.has-value, .form-wrapper label.form__label-textarea.has-value-textarea {
  top: 0px;
  left: 30px;
  color: #fff;
  font-size: 12px;
  background: #00687F;
  padding: 0.4em;
}
.form-wrapper label.form__label-textarea.has-value-textarea {
  top: -15px;
}
.form-wrapper label.select__label {
  color: #E98F00;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
}
.form-wrapper #submit-btn {
  margin: 0 auto;
}
.form-wrapper small {
  color: #fff;
}
.form-wrapper span.required {
  color: #B8121D;
}
.form-wrapper.job--form .col--title, .form-wrapper.job--form small {
  color: #222222;
}
.form-wrapper.job--form label.form__label.has-value, .form-wrapper.job--form label.form__label-textarea.has-value-textarea {
  background: #fff;
  color: #222222;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #E98F00;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 0;
  color: #fff;
  padding: 18px 28px;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  transition: all 0.4s ease-out;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #E98F00;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], textarea {
  color: #222222;
  border: 1px solid #00687F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  padding: 14px 5px 10px 20px;
  -webkit-appearance: none;
  width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus {
  color: #E98F00;
  border-color: #E98F00;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}
/* Search Form
-------------------------------------------*/
.search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
}
.search__form label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search__form--input {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
}
.search__form--submit {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../../images/ajax-loader.gif");
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
div.wpcf7 input[type="file"] {
  cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
