@charset "UTF-8";
/*!
Theme Name: gblmaster
Theme URI: https://globulebleu.com
Author: Globulebleu
Author URI: https://globulebleu.com
Description: This is your awesome theme made by Globule Bleu's awesome team !
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gblmaster
*/
/*--------------------------------------------------------------
# Screen Sizes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts Families
--------------------------------------------------------------*/
:root {
  --font-body: "Niramit", sans-serif;
  --font-title: "Staatliches", sans-serif;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/fonts/icomoon.eot?qfknyl");
  src: url("fonts/icomoon/fonts/icomoon.eot?qfknyl#iefix") format("embedded-opentype"), url("fonts/icomoon/fonts/icomoon.ttf?qfknyl") format("truetype"), url("fonts/icomoon/fonts/icomoon.woff?qfknyl") format("woff"), url("fonts/icomoon/fonts/icomoon.svg?qfknyl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Spacings
--------------------------------------------------------------*/
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-basket:before {
  content: "b";
  color: #fff;
}

.icon-arrow:before {
  content: "a";
}

.icon-download:before {
  content: "d";
}

.icon-facebook:before {
  content: "f";
}

.icon-instagram:before {
  content: "i";
}

/*--------------------------------------------------------------
# Main BTN
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# BTN secondary
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Arrow-btn white
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Arrow-link color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Read More
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Vertical Align
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Logo Globule
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Box Shadow
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Logo Client
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset Ul
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Ico Moon
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Text Hide
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Background cover
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sprite animation
--------------------------------------------------------------*/
@keyframes sprite {
  from {
    background-position: 0% 0;
  }
  to {
    background-position: 100% 0;
  }
}
/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Between Items Spaces
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Margin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins for typography : so you can put title styles on element without headings
--------------------------------------------------------------*/
/* Based on normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css | modified by ppnelles */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Comments & post navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 1.5em 0;
  overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

.clear:after {
  clear: both;
}

.page-links {
  clear: both;
}

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Align
--------------------------------------------------------------*/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  display: initial;
  float: right;
}

.alignleft {
  display: initial;
  float: left;
}

a img.alignright {
  display: initial;
  float: right;
}

a img.alignnone {
  display: initial;
}

a img.alignleft {
  display: initial;
  float: left;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel .disabled {
  display: none;
}

.owl-carousel {
  visibility: hidden;
}
.owl-carousel.owl-loaded {
  visibility: visible;
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  background: #7fb7c7;
  color: white;
  text-shadow: none;
}

::selection {
  background: rgba(0, 111, 144, 0.99);
  color: white;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #363636;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body *.hidden {
  display: none !important;
}

/*--------------------------------------------------------------
# Img
--------------------------------------------------------------*/
img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

figure {
  padding: 0;
  margin: 0;
}

p img {
  margin-bottom: 0.5em;
  /* a small bottom margin prevents content floating under images */
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.embed-container,
.video-responsive,
.bg-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container video,
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-responsive video,
.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.bg-video video,
.bg-video iframe,
.bg-video object,
.bg-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

b,
strong {
  font-weight: 700;
}

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

p {
  margin: 0 0 2rem;
  line-height: 2.6rem;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.text ul:not(.tab-menu),
.section-flexible ul:not(.tab-menu),
.content-main ul:not(.tab-menu),
.tab-content-item ul li ul:not(.tab-menu) {
  margin: 0 0 1.5rem;
  padding: 0 0 0 2rem;
}
.text ul:not(.tab-menu) li,
.section-flexible ul:not(.tab-menu) li,
.content-main ul:not(.tab-menu) li,
.tab-content-item ul li ul:not(.tab-menu) li {
  position: relative;
  line-height: 2.8rem;
  margin-bottom: 1rem;
}
.text ul:not(.tab-menu) li:before,
.section-flexible ul:not(.tab-menu) li:before,
.content-main ul:not(.tab-menu) li:before,
.tab-content-item ul li ul:not(.tab-menu) li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #006f90;
  position: absolute;
  border-radius: 50%;
  left: -2rem;
  top: 1.2rem;
}
.text ol,
.section-flexible ol,
.content-main ol,
.tab-content-item ul li ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 2rem;
}
.text ol li,
.section-flexible ol li,
.content-main ol li,
.tab-content-item ul li ol li {
  line-height: 2.8rem;
  padding: 0 0 0 1rem;
  margin-bottom: 1rem;
}
.text p + ul:not(.tab-menu),
.text p + ol,
.section-flexible p + ul:not(.tab-menu),
.section-flexible p + ol,
.content-main p + ul:not(.tab-menu),
.content-main p + ol,
.tab-content-item ul li p + ul:not(.tab-menu),
.tab-content-item ul li p + ol {
  margin-top: 2rem;
}
.text a.btn,
.section-flexible a.btn,
.content-main a.btn,
.tab-content-item ul li a.btn {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

ol li {
  list-style: decimal;
}

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

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

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

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

address {
  font-style: normal;
}
address p {
  margin: 0;
}

blockquote {
  color: #006f90;
  border-bottom: 4px solid #006f90;
  border-right: 4px solid #006f90;
  padding: 0 2rem 2rem 0;
  margin: 4rem auto 0 auto;
}
@media (min-width: 992px) {
  blockquote {
    font-size: 2.2rem;
    line-height: 3.2rem;
    padding: 0 4rem 2rem 0;
    width: 80%;
    margin-top: 6rem;
  }
}
blockquote p {
  line-height: 3.2rem;
}
blockquote cite {
  font-style: normal;
}
blockquote li {
  margin-bottom: 1rem;
}
blockquote li:last-child {
  margin-bottom: 0;
}

p:last-of-type + blockquote {
  margin-bottom: 0;
}

h1,
h3,
h5,
h6 {
  font-family: var(--font-body);
  color: #006f90;
  font-weight: 300;
}

h2,
h4 {
  font-family: var(--font-title);
  color: #006f90;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

h1 {
  font-size: 2.8rem;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 4rem;
}
h1 span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 111, 144, 0.2) 50%);
  display: inline;
}
@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}

h2 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
}
h2 span {
  background: white;
  display: inline-block;
  color: #006f90;
}

h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 0 2rem;
  font-weight: 700;
}

h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0 0 2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

h5,
h6 {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0 0 2rem;
  font-weight: 700;
}

a {
  background-color: transparent;
  color: #7fb7c7;
  text-decoration: none;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
a:active, a:focus {
  outline: none;
}
@media (min-width: 992px) {
  a:hover {
    color: rgb(114.3, 164.7, 179.1);
  }
}
a img {
  border: none;
}

a.btn {
  background: #66c6b7;
  color: white;
  font-family: var(--font-title);
  font-size: 1.6rem;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1rem;
  padding: 1.5rem 3rem;
  display: inline-block;
}
a.btn:active, a.btn:focus {
  background: rgb(91.8, 178.2, 164.7);
}
@media (min-width: 1200px) {
  a.btn:hover {
    background: rgb(91.8, 178.2, 164.7);
  }
}

a.btn-center {
  background: #66c6b7;
  color: white;
  font-family: var(--font-title);
  font-size: 1.6rem;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1rem;
  padding: 1.5rem 3rem;
  display: inline-block;
}
a.btn-center:active, a.btn-center:focus {
  background: rgb(91.8, 178.2, 164.7);
}
@media (min-width: 1200px) {
  a.btn-center:hover {
    background: rgb(91.8, 178.2, 164.7);
  }
}
a.btn-center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

button,
input[type=button],
input[type=reset],
input[type=submit]:not(.search-submit) {
  background: #66c6b7;
  color: white;
  font-family: var(--font-title);
  font-size: 1.6rem;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1rem;
  padding: 1.5rem 3rem;
  display: inline-block;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:not(.search-submit):active,
input[type=submit]:not(.search-submit):focus {
  background: rgb(91.8, 178.2, 164.7);
}
@media (min-width: 1200px) {
  button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:not(.search-submit):hover {
    background: rgb(91.8, 178.2, 164.7);
  }
}
button,
input[type=button],
input[type=reset],
input[type=submit]:not(.search-submit) {
  border: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  padding: 1.1rem 3rem;
}

button.btn-type,
.arrow,
.owl-prev,
.owl-next {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  padding: 0;
}
button.btn-type:before,
.arrow:before,
.owl-prev:before,
.owl-next:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.6rem;
  background-image: url(../gblmaster/img/arrow-btn-blue.svg);
  background-repeat: no-repeat;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.4rem);
}
button.btn-type svg,
.arrow svg,
.owl-prev svg,
.owl-next svg {
  transform: rotate(45deg);
}
button.btn-type svg circle,
.arrow svg circle,
.owl-prev svg circle,
.owl-next svg circle {
  fill: transparent;
  stroke: #006f90;
  stroke-width: 3;
  stroke-dasharray: 260;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
button.btn-type circle:hover,
.arrow circle:hover,
.owl-prev circle:hover,
.owl-next circle:hover {
  stroke-dashoffset: 120;
}
button.btn-type,
.arrow,
.owl-prev,
.owl-next {
  background: transparent;
}
button.btn-type:hover, button.btn-type:active, button.btn-type:focus,
.arrow:hover,
.arrow:active,
.arrow:focus,
.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
  background: transparent;
  outline: none;
}
button.btn-type:hover svg circle, button.btn-type:active svg circle, button.btn-type:focus svg circle,
.arrow:hover svg circle,
.arrow:active svg circle,
.arrow:focus svg circle,
.owl-prev:hover svg circle,
.owl-prev:active svg circle,
.owl-prev:focus svg circle,
.owl-next:hover svg circle,
.owl-next:active svg circle,
.owl-next:focus svg circle {
  stroke-dashoffset: 120;
}

a.readmore {
  color: #006f90;
  font-family: var(--font-title);
  transition: all 250ms ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1rem;
  padding: 0 0 1rem 0;
  position: relative;
  display: inline-block;
}
a.readmore:before {
  bottom: -0.25em;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 40%;
  transition: width 0.4s ease;
  background-color: #006f90;
}
a.readmore:active, a.readmore:focus {
  color: #006f90;
}
@media (min-width: 1200px) {
  a.readmore:hover {
    color: #006f90;
  }
  a.readmore:hover:before {
    width: 100%;
    transition: width 0.4s ease;
  }
}

.btn-arrow {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  padding: 0;
}
.btn-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.6rem;
  background-image: url(../gblmaster/img/arrow-btn-blue.svg);
  background-repeat: no-repeat;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.4rem);
}
.btn-arrow svg {
  transform: rotate(45deg);
}
.btn-arrow svg circle {
  fill: transparent;
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 260;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
.btn-arrow circle:hover {
  stroke-dashoffset: 120;
}
.btn-arrow {
  z-index: 2;
}

.btn-arrow-color {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
}
.btn-arrow-color:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.6rem;
  background-image: url(../gblmaster/img/arrow-btn-blue.svg);
  background-repeat: no-repeat;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.3rem);
}
.btn-arrow-color svg {
  transform: rotate(45deg);
}
.btn-arrow-color svg circle {
  fill: transparent;
  stroke: #006f90;
  stroke-width: 3;
  stroke-dasharray: 190;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
.btn-arrow-color {
  z-index: 2;
}

form .input-wrapper {
  display: flex;
  justify-content: space-between;
  background: white;
  border: 1px solid #c3c3c3;
  flex-wrap: nowrap;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  form .input-wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
}
form .input-wrapper span {
  width: 100%;
}
form .input-wrapper span input[type=text],
form .input-wrapper span input[type=email],
form .input-wrapper span input[type=url],
form .input-wrapper span input[type=password],
form .input-wrapper span input[type=search],
form .input-wrapper span input[type=number],
form .input-wrapper span input[type=tel],
form .input-wrapper span input[type=range],
form .input-wrapper span input[type=date],
form .input-wrapper span input[type=month],
form .input-wrapper span input[type=week],
form .input-wrapper span input[type=time],
form .input-wrapper span input[type=datetime],
form .input-wrapper span input[type=datetime-local],
form .input-wrapper span input[type=color] {
  border: none;
  margin: 0;
  padding: 0 1rem;
  height: 5rem;
}
form .input-wrapper input[type=submit] {
  flex: 0 1 auto;
  margin-left: 1rem;
  padding: 1rem;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  form .input-wrapper input[type=submit] {
    flex: 0 1 100%;
    margin-left: 0;
  }
}

.search-form {
  position: relative;
  width: 100%;
}
.search-form .search-field {
  padding: 0 2rem 0 0;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #c3c3c3;
}
.search-form .search-submit {
  font: 0/0 a;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent url(../gblmaster/img/search-icon.svg) center no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

#search-depistage .input-wrapper {
  position: relative;
  height: 100%;
  padding: 0.2rem;
  margin: 0;
  border: 0;
  flex-wrap: wrap;
}
@media (min-width: 1600px) {
  #search-depistage .input-wrapper {
    flex-wrap: nowrap;
  }
}
#search-depistage .input-wrapper span {
  position: relative;
}
#search-depistage .input-wrapper span:before {
  content: "";
  display: block;
  background: url(../gblmaster/img/search-icon.svg);
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 3;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1600px) {
  #search-depistage .input-wrapper span {
    flex: 0 1 100%;
  }
}
#search-depistage .input-wrapper input[type=text] {
  padding: 0 0 0 3.5rem;
}
#search-depistage .input-wrapper input[type=submit] {
  flex: 0 1 100%;
  margin-left: 0;
}
@media (min-width: 1600px) {
  #search-depistage .input-wrapper input[type=submit] {
    flex: 0 1 auto;
    margin-left: 1rem;
  }
}

@media (min-width: 992px) {
  form div {
    clear: both;
  }
}

@media (min-width: 992px) {
  form .half {
    width: calc(50% - 2rem);
    margin-right: 4rem;
    float: left;
    clear: none;
  }
  form .half:nth-child(odd) {
    margin-right: 0;
  }
}

label {
  margin-bottom: 2rem;
  display: block;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #363636;
  padding: 1rem;
  border: 1px solid #c3c3c3;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  overflow: hidden;
  width: 100%;
  height: 5rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: none;
}

input::-ms-value,
textarea::-ms-value,
select::-ms-value {
  border: 0;
  background: transparent;
  padding: 2rem 0.5rem;
  margin: 0;
  border-radius: 0;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: var(--font-body);
  box-shadow: none;
}

select {
  border: 1px solid #c3c3c3;
  cursor: pointer;
  border-radius: 0;
  background: #006f90;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  background: url(img/select.svg) right center no-repeat;
  cursor: pointer;
  color: #c3c3c3;
  padding: 1rem 4rem 1rem 1rem;
  opacity: 1;
  font-size: 1.6rem;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
  /* hide the default arrow in ie10 and ie11 */
}
select option {
  color: #363636;
}

/* target Internet Explorer  */
@media screen and (min-width: 0\0 ) {
  select {
    background-image: none\9 ;
    padding: 5px\9 ;
    background: url(img/select.png) right center no-repeat;
  }
}
textarea {
  max-height: 10rem;
  width: 100%;
  resize: vertical;
  border-radius: 0;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
}
input[type=radio] + label, input[type=radio] + span {
  user-select: none;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 2rem;
  min-height: inherit;
  margin: 0;
}
input[type=radio] + label:after, input[type=radio] + label:before, input[type=radio] + span:after, input[type=radio] + span:before {
  transition: all 250ms ease-in-out;
  top: 50%;
  transform: translateY(-50%);
}
input[type=radio] + label:before, input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  vertical-align: text-top;
  width: 1rem;
  height: 1rem;
  border: 1px solid #c3c3c3;
  border-radius: 1rem;
}
input[type=radio]:checked + label:before, input[type=radio]:checked + span:before {
  background: #006f90;
  border-color: #006f90;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after {
  content: "";
  position: absolute;
  left: 0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  background: white;
}
@media (min-width: 992px) {
  input[type=radio]:hover + label:before, input[type=radio]:hover + span:before {
    background: #006f90;
    border-color: #006f90;
  }
}

section:not(.section-toggle):not(.form-poster) input[type=checkbox],
section:not(.section-toggle):not(.form-poster) input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
}
section:not(.section-toggle):not(.form-poster) input[type=checkbox] + label, section:not(.section-toggle):not(.form-poster) input[type=checkbox] + span,
section:not(.section-toggle):not(.form-poster) input[type=radio] + label,
section:not(.section-toggle):not(.form-poster) input[type=radio] + span {
  user-select: none;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 2rem;
  min-height: inherit;
  margin: 0;
  display: block;
}
section:not(.section-toggle):not(.form-poster) input[type=checkbox] + label:after, section:not(.section-toggle):not(.form-poster) input[type=checkbox] + label:before, section:not(.section-toggle):not(.form-poster) input[type=checkbox] + span:after, section:not(.section-toggle):not(.form-poster) input[type=checkbox] + span:before,
section:not(.section-toggle):not(.form-poster) input[type=radio] + label:after,
section:not(.section-toggle):not(.form-poster) input[type=radio] + label:before,
section:not(.section-toggle):not(.form-poster) input[type=radio] + span:after,
section:not(.section-toggle):not(.form-poster) input[type=radio] + span:before {
  transition: all 250ms ease-in-out;
  top: 1rem;
}
section:not(.section-toggle):not(.form-poster) input[type=checkbox] + label:before, section:not(.section-toggle):not(.form-poster) input[type=checkbox] + span:before,
section:not(.section-toggle):not(.form-poster) input[type=radio] + label:before,
section:not(.section-toggle):not(.form-poster) input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  vertical-align: text-top;
  width: 1rem;
  height: 1rem;
  border: 1px solid #c3c3c3;
  transform: translateY(-50%);
}
section:not(.section-toggle):not(.form-poster) input[type=checkbox]:checked + label:before, section:not(.section-toggle):not(.form-poster) input[type=checkbox]:checked + span:before,
section:not(.section-toggle):not(.form-poster) input[type=radio]:checked + label:before,
section:not(.section-toggle):not(.form-poster) input[type=radio]:checked + span:before {
  background: #006f90;
  border-color: #006f90;
}
section:not(.section-toggle):not(.form-poster) input[type=checkbox]:checked + label:after, section:not(.section-toggle):not(.form-poster) input[type=checkbox]:checked + span:after,
section:not(.section-toggle):not(.form-poster) input[type=radio]:checked + label:after,
section:not(.section-toggle):not(.form-poster) input[type=radio]:checked + span:after {
  content: "";
  position: absolute;
  left: 0.4rem;
  width: 0.3rem;
  top: 1rem;
  background-color: transparent;
  height: 0.6rem;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -5px;
}
@media (min-width: 992px) {
  section:not(.section-toggle):not(.form-poster) input[type=checkbox]:hover + label:before, section:not(.section-toggle):not(.form-poster) input[type=checkbox]:hover + span:before,
  section:not(.section-toggle):not(.form-poster) input[type=radio]:hover + label:before,
  section:not(.section-toggle):not(.form-poster) input[type=radio]:hover + span:before {
    background: #006f90;
    border-color: #006f90;
  }
}

.checkbox-wrapper,
.radio-wrapper {
  display: flex;
  align-items: center;
}

#ce-success-response {
  padding: 0.5rem;
  color: #a5cf7b;
}

#mce-error-response,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  font-weight: 700;
  font-size: 1.4rem;
  color: #f16869;
  border: none;
  background: rgba(241, 104, 105, 0.15);
  margin-left: 0;
}
#mce-error-response a,
div.wpcf7-validation-errors a,
div.wpcf7-acceptance-missing a {
  display: inline-block;
}

.wpcf7 form {
  width: 100%;
  overflow: hidden;
  margin-top: 4rem;
}
@media (min-width: 1600px) {
  .wpcf7 form {
    padding: 0 6rem;
  }
}
@media (min-width: 1200px) {
  .wpcf7 form > p {
    width: calc(50% - 2rem);
    margin-right: 2rem;
    margin-bottom: 0;
    float: left;
    clear: initial;
    float: left;
  }
  .wpcf7 form > p:nth-child(11) {
    width: 100%;
  }
  .wpcf7 form > p input[type=submit] {
    margin-bottom: 2rem;
  }
}
.wpcf7 form > p .wpcf7-not-valid-tip {
  color: #f16869;
  font-weight: 500;
  font-size: 1.4rem;
}

/* - Chrome ≤56,
- Safari 5-10.0
- iOS Safari 4.2-10.2
- Opera 15-43
- Opera Mobile 12-12.1
- Android Browser 2.1-4.4.4
- Samsung Internet ≤6.2
- QQ Browser */
::-webkit-input-placeholder {
  color: #c3c3c3;
}

/* Firefox 4-18 */
:-moz-placeholder {
  color: #c3c3c3;
}

/* Firefox 19-50 */
::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}

/* - Internet Explorer 10–11
- Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
  color: #c3c3c3 !important;
  font-size: 1.8rem !important;
}

/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
  color: #c3c3c3;
}

/* CSS Pseudo-Elements Level 4 Editor's Draft
- Browsers not mentioned in vendor prefixes
- Browser of newer versions than mentioned in vendor prefixes */
::placeholder {
  color: #c3c3c3;
}

form.form-contact > div {
  margin-bottom: 2rem;
}

table {
  width: 100%;
  border: none;
  margin-bottom: 4rem;
  border-spacing: 0;
}
@media (max-width: 767.98px) {
  table {
    overflow-x: auto;
    display: block;
    position: relative;
    padding-top: 3rem;
  }
  table:before {
    content: "";
    width: 4rem;
    height: 2rem;
    border-radius: 4rem;
    background: #66c6b7 no-repeat center;
    background-size: 2.5rem;
    background-image: url(img/icon-scroll.svg);
    opacity: 0.8;
    animation: linear infinite alternate run 1.3s;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@-webkit-keyframes run {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-100%);
  }
}
table > thead > tr > th {
  color: #fff;
  background: #006f90;
  padding: 0.5rem;
  border: 0;
  font-size: 1.5rem;
  text-align: left;
  border-right: 1px solid white;
}
table > thead > tr > th:first-child {
  text-align: left;
}
@media (min-width: 768px) {
  table > thead > tr > th {
    padding: 2rem 1rem;
    font-size: 1.6rem;
  }
}
table tbody td,
table tbody th,
table tfoot td,
table tfoot th {
  padding: 0.5rem;
  border-bottom: 1px solid #c3c3c3;
  border-top: 0;
  font-size: 1.5rem;
  border-right: 1px solid #c3c3c3;
  vertical-align: top;
}
table tbody td:first-child,
table tbody th:first-child,
table tfoot td:first-child,
table tfoot th:first-child {
  text-align: left;
  border-left: 0;
}
table tbody td:last-child,
table tbody th:last-child,
table tfoot td:last-child,
table tfoot th:last-child {
  border-right: 0;
}
table tbody td:nth-child(2),
table tbody th:nth-child(2),
table tfoot td:nth-child(2),
table tfoot th:nth-child(2) {
  border-left: 0;
}
@media (min-width: 768px) {
  table tbody td,
  table tbody th,
  table tfoot td,
  table tfoot th {
    padding: 2rem 1rem;
  }
}
table tfoot .cart-subtotal,
table tfoot .order-total {
  background: rgba(0, 0, 0, 0.025);
}

#thebase-wrapper section,
#thebase-wrapper .thebase-navigation {
  margin-bottom: 6rem;
}
#thebase-wrapper .breadcrumb,
#thebase-wrapper .titles {
  margin-bottom: 4rem;
}
#thebase-wrapper #colors ul {
  margin: 0;
  padding: 0;
}
#thebase-wrapper #colors ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#thebase-wrapper #colors ul {
  display: flex;
  flex-wrap: wrap;
}
#thebase-wrapper #colors ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 50%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #thebase-wrapper #colors ul li {
    flex: 0 0 15%;
  }
}
#thebase-wrapper #colors ul li .color {
  height: 5rem;
  width: 5rem;
  border-radius: 0.5rem;
  border: solid 1px #c3c3c3;
  margin-bottom: 1rem;
}
#thebase-wrapper #colors ul li code {
  width: 100%;
  position: relative;
}
#thebase-wrapper #colors ul li code:last-child:after {
  display: block;
}
#thebase-wrapper #colors ul li.brand-primary .color {
  background-color: #006f90;
}
#thebase-wrapper #colors ul li.brand-primary code:last-child:after {
  content: "#006f90";
}
#thebase-wrapper #colors ul li.brand-secondary .color {
  background-color: #fdb515;
}
#thebase-wrapper #colors ul li.brand-secondary code:last-child:after {
  content: "#fdb515";
}
#thebase-wrapper #colors ul li.brand-action .color {
  background-color: #66c6b7;
}
#thebase-wrapper #colors ul li.brand-action code:last-child:after {
  content: "#66c6b7";
}
#thebase-wrapper #colors ul li.text-title .color {
  background-color: #3b6f8d;
}
#thebase-wrapper #colors ul li.text-title code:last-child:after {
  content: "#3b6f8d";
}
#thebase-wrapper #colors ul li.text-regular .color {
  background-color: #363636;
}
#thebase-wrapper #colors ul li.text-regular code:last-child:after {
  content: "#363636";
}
#thebase-wrapper #colors ul li.neutral-element .color {
  background-color: #363636;
}
#thebase-wrapper #colors ul li.neutral-element code:last-child:after {
  content: "#363636";
}
#thebase-wrapper #colors ul li.link-color .color {
  background-color: #7fb7c7;
}
#thebase-wrapper #colors ul li.link-color code:last-child:after {
  content: "#7fb7c7";
}
#thebase-wrapper #colors ul li.link-hover .color {
  background-color: rgb(114.3, 164.7, 179.1);
}
#thebase-wrapper #colors ul li.link-hover code:last-child:after {
  content: "rgb(114.3, 164.7, 179.1)";
}
#thebase-wrapper #colors ul li.bg-gray .color {
  background-color: #f7f1eb;
}
#thebase-wrapper #colors ul li.bg-gray code:last-child:after {
  content: "#f7f1eb";
}
#thebase-wrapper #colors ul li.bg-light-gray .color {
  background-color: #f7f1eb;
}
#thebase-wrapper #colors ul li.bg-light-gray code:last-child:after {
  content: "#f7f1eb";
}
#thebase-wrapper #colors ul li.border-color .color {
  background-color: #c3c3c3;
}
#thebase-wrapper #colors ul li.border-color code:last-child:after {
  content: "#c3c3c3";
}
#thebase-wrapper #links ul {
  margin: 0;
  padding: 0;
}
#thebase-wrapper #links ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#thebase-wrapper #links ul {
  display: flex;
  flex-wrap: wrap;
}
#thebase-wrapper #links ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 50%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #thebase-wrapper #links ul li {
    flex: 0 0 25%;
  }
}
#thebase-wrapper #links ul li code {
  margin-top: 2rem;
  width: 100%;
}
#thebase-wrapper #form form > div {
  margin-bottom: 2rem;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
  z-index: 1050;
}
.modal.open {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .modal.open .modal-inner {
    transform: translateY(0);
  }
}
.modal .modal-inner {
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  width: 90%;
  margin: 2rem auto;
  position: relative;
  padding: 2rem;
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) {
  .modal .modal-inner {
    width: 80%;
    margin: 3rem auto;
  }
}
@media (min-width: 992px) {
  .modal .modal-inner {
    width: 60%;
    margin: 6rem auto;
    padding: 3rem;
    transform: translateY(-50%);
  }
}
.modal .close {
  position: absolute;
  right: 0;
  top: 0;
}

body.modal-open {
  overflow: hidden;
}

#splash_modal_alert button.close {
  display: none;
}
#splash_modal_alert .modal-inner {
  width: 40%;
}

#splash_modal {
  padding: 0 2rem;
}
@media (min-width: 768px) {
  #splash_modal {
    padding: 0 3rem;
  }
}
@media (min-width: 992px) {
  #splash_modal {
    padding: 0 6rem;
  }
}
@media (min-width: 1200px) {
  #splash_modal {
    padding: 0;
  }
}
#splash_modal .modal-inner {
  padding: 0;
  margin: 2rem auto;
  width: auto;
}
@media (min-width: 768px) {
  #splash_modal .modal-inner {
    margin: 6rem auto;
  }
}
@media (min-width: 1200px) {
  #splash_modal .modal-inner {
    width: 80%;
  }
}
@media (min-width: 1600px) {
  #splash_modal .modal-inner {
    width: 60%;
  }
}
#splash_modal .intro {
  padding: 2rem 2rem 0;
}
@media (min-width: 992px) {
  #splash_modal .intro {
    padding: 3rem 3rem 1rem;
  }
}
@media (min-width: 1200px) {
  #splash_modal .intro {
    padding: 4rem 4rem 2rem;
  }
}
#splash_modal .intro .h2 {
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 2rem;
  color: #006f90;
}
@media (min-width: 1200px) {
  #splash_modal .intro .h2 {
    font-size: 4rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
}
#splash_modal .intro .h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 111, 144, 0.2)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 111, 144, 0.2) 50%);
  display: inline;
}
#splash_modal .h3 {
  font-family: Staatliches, sans-serif;
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin: 0;
}
@media (min-width: 1200px) {
  #splash_modal .h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
#splash_modal button.close {
  display: none;
}
@media (min-width: 768px) {
  #splash_modal .splash-modal {
    display: flex;
  }
}
#splash_modal .splash-modal li {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 100%;
}
@media (min-width: 768px) {
  #splash_modal .splash-modal li {
    width: 33.333333%;
  }
}
#splash_modal .splash-modal li:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
#splash_modal .splash-modal li.col-master {
  background-image: url(/wp-content/uploads/2019/09/pro.jpg);
}
#splash_modal .splash-modal li.col-master:after {
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(12.75, 118.2, 149.55, 0.85)), to(#006f90));
  background: linear-gradient(to top left, rgba(12.75, 118.2, 149.55, 0.85), #006f90);
}
#splash_modal .splash-modal li.col-migrants {
  background-image: url(/wp-content/uploads/2019/09/migrants.jpg);
}
#splash_modal .splash-modal li.col-migrants:after {
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(253.1, 184.7, 32.7, 0.85)), to(#fdb515));
  background: linear-gradient(to top left, rgba(253.1, 184.7, 32.7, 0.85), #fdb515);
}
#splash_modal .splash-modal li.col-vih {
  background-image: url(/wp-content/uploads/2019/09/vih.jpg);
}
#splash_modal .splash-modal li.col-vih:after {
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(109.65, 200.85, 186.6, 0.85)), to(#66c6b7));
  background: linear-gradient(to top left, rgba(109.65, 200.85, 186.6, 0.85), #66c6b7);
}
#splash_modal .splash-modal li a {
  z-index: 2;
  position: relative;
  display: block;
  color: #fff;
  padding: 2rem;
}
@media (min-width: 992px) {
  #splash_modal .splash-modal li a {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  #splash_modal .splash-modal li a {
    padding: 4rem;
  }
}
#splash_modal .splash-modal li a .btn {
  color: #ffffff;
  font-family: var(--font-title);
  transition: all 250ms ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1rem;
  padding: 0 0 1rem 0;
  position: relative;
  display: inline-block;
}
#splash_modal .splash-modal li a .btn:before {
  bottom: -0.25em;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 40%;
  transition: width 0.4s ease;
  background-color: #006f90;
}
#splash_modal .splash-modal li a .btn:active, #splash_modal .splash-modal li a .btn:focus {
  color: #ffffff;
}
@media (min-width: 1200px) {
  #splash_modal .splash-modal li a .btn:hover {
    color: #ffffff;
  }
  #splash_modal .splash-modal li a .btn:hover:before {
    width: 100%;
    transition: width 0.4s ease;
  }
}
#splash_modal .splash-modal li a .btn:before {
  background-color: #ffffff;
}
@media (max-width: 1199.98px) {
  #splash_modal .splash-modal li a .btn:before {
    width: 100%;
  }
}

body:not(.home) .breadcrumb {
  border-bottom-style: dotted;
  border-image-slice: 100% 0;
  border-image-repeat: round;
  border-bottom-width: 1px;
  color: #006f90;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  width: 100%;
}
@media (min-width: 768px) {
  body:not(.home) .breadcrumb {
    padding: 2rem 0;
  }
}
@media (min-width: 1200px) {
  body:not(.home) .breadcrumb {
    padding: 3rem 0 2rem;
    border-image-source: url("../gblmaster/img/dot_breadcrumb.svg");
  }
}
body:not(.home) .breadcrumb > a {
  padding-right: 2.2rem;
  position: relative;
  color: #006f90;
  transition: all 250ms ease-in-out;
}
body:not(.home) .breadcrumb > a:after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #006f90;
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  body:not(.home) .breadcrumb > a:hover {
    opacity: 1;
    color: #66c6b7;
    text-decoration: none;
  }
}

@media (max-width: 991.98px) {
  .g-recaptcha, .g-recaptcha iframe {
    width: 100% !important;
    overflow: hidden;
  }
}
.g-recaptcha .rc-anchor.rc-anchor-normal, .g-recaptcha iframe .rc-anchor.rc-anchor-normal {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.g-recaptcha {
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .single-field-captcha {
    width: 50%;
    float: left;
  }
}

.grecaptcha-badge {
  display: none;
}

.cookies-law-info {
  position: fixed;
  bottom: 0;
  z-index: 900;
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  transition: all 250ms ease-in-out;
}
@media (min-width: 992px) {
  .cookies-law-info {
    bottom: 2rem;
    right: 2rem;
  }
}
.cookies-law-info.validated {
  display: none;
}
.cookies-law-info .cookies-wrapper {
  padding: 1rem 2rem;
  margin-left: auto;
  background: #fff;
  background-color: #006f90;
  z-index: 900;
}
@media (min-width: 768px) {
  .cookies-law-info .cookies-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .cookies-law-info .cookies-wrapper {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .cookies-law-info .cookies-wrapper {
    width: 40%;
  }
}
.cookies-law-info .cookies-content {
  margin: 0;
  float: none;
}
@media (max-width: 767.98px) {
  .cookies-law-info .cookies-content {
    text-align: center;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .cookies-law-info .cookies-content {
    padding-right: 3rem;
    width: calc(100% - 19rem);
  }
}
.cookies-law-info .cookies-content h3,
.cookies-law-info .cookies-content strong {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: white;
  display: block;
}
.cookies-law-info .cookies-content p {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 0;
  color: white;
}
.cookies-law-info .cookies-buttons {
  float: none;
}
@media (max-width: 767.98px) {
  .cookies-law-info .cookies-buttons {
    text-align: center;
    max-width: 100%;
    margin-top: 1.5rem;
  }
}
.cookies-law-info .cookies-buttons button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .cookies-law-info .cookies-buttons button:hover {
    background: transparent;
  }
}
.cookies-law-info .cookies-buttons button:active {
  top: 0;
}
.cookies-law-info .cookies-buttons .find-more-button {
  transition: all 250ms ease-in-out;
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .cookies-law-info .cookies-buttons .find-more-button {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .cookies-law-info .cookies-buttons .find-more-button:hover {
    text-decoration: underline;
    color: #fdb515;
  }
}
.cookies-law-info .cookies-buttons .agree-button {
  background: #7fb7c7;
  color: white;
  font-family: var(--font-title);
  font-size: 1.6rem;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1rem;
  padding: 1.5rem 3rem;
  display: inline-block;
}
.cookies-law-info .cookies-buttons .agree-button:active, .cookies-law-info .cookies-buttons .agree-button:focus {
  background: rgb(114.3, 164.7, 179.1);
}
@media (min-width: 1200px) {
  .cookies-law-info .cookies-buttons .agree-button:hover {
    background: rgb(114.3, 164.7, 179.1);
  }
}
.cookies-law-info .cookies-buttons .agree-button {
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .cookies-law-info .cookies-buttons .agree-button {
    display: block;
    margin: 0 auto 0.5rem auto;
  }
}
@media (min-width: 768px) {
  .cookies-law-info .cookies-buttons .agree-button {
    display: block;
    margin-left: auto;
    margin-top: 0;
    padding: 1rem 2.4rem;
  }
}
@media (min-width: 992px) {
  .cookies-law-info .cookies-buttons .agree-button:hover {
    background: #006f90;
  }
}

/* Flexible content : common styles
========================================================================== */
.section-flexible {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-flexible {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .section-flexible {
    margin-bottom: 6rem;
  }
}
.section-flexible.bg-color {
  background: #f7f1eb;
  padding: 2rem;
}
@media (min-width: 992px) {
  .section-flexible.bg-color {
    padding: 4rem;
  }
}
.section-flexible .inner p:last-of-type, .section-flexible .inner-flex p:last-of-type {
  margin-bottom: 0;
}
.section-flexible .inner-flex {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-flexible .inner-flex {
    flex-direction: row;
    align-items: flex-start;
  }
}
.section-flexible .inner-flex figure {
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-flexible .double-flex-block {
    margin-bottom: 0;
    flex: 0 1 50%;
  }
  .section-flexible .double-flex-block:first-child {
    padding-right: 2rem;
  }
  .section-flexible .double-flex-block:nth-child(2) {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .section-flexible .double-flex-block:first-child {
    padding-right: 4rem;
  }
  .section-flexible .double-flex-block:nth-child(2) {
    padding-left: 4rem;
  }
}
.section-flexible .double-flex-block.bg-color {
  border: 4px solid #f7f1eb;
}
.section-flexible.bg-color {
  background-color: #f7f1eb;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .section-flexible.bg-color {
    padding-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .section-flexible.bg-color {
    padding-top: 6rem;
  }
}
@media (min-width: 1600px) {
  .section-flexible.bg-color {
    padding-top: 12rem;
  }
}
.section-flexible.bg-color {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-flexible.bg-color {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .section-flexible.bg-color {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  .section-flexible.bg-color {
    padding-bottom: 12rem;
  }
}
.section-flexible.bg-color {
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .section-flexible.bg-color {
    padding-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .section-flexible.bg-color {
    padding-left: 6rem;
  }
}
@media (min-width: 1600px) {
  .section-flexible.bg-color {
    padding-left: 12rem;
  }
}
.section-flexible.bg-color {
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .section-flexible.bg-color {
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .section-flexible.bg-color {
    padding-right: 6rem;
  }
}
@media (min-width: 1600px) {
  .section-flexible.bg-color {
    padding-right: 12rem;
  }
}
.section-flexible .block a.btn {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.section-textfull.bg-color {
  background: #f7f1eb;
  padding: 2rem;
}
@media (min-width: 992px) {
  .section-textfull.bg-color {
    padding: 4rem;
  }
}
.section-textfull .block {
  width: 100%;
}
.section-textfull .block h2:first-child {
  margin-top: 0;
}

.section-text2cols .double-flex-block:first-child {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-text2cols .double-flex-block:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .section-doubleblock .double-flex-block {
    flex: 1 0 50%;
  }
}
.section-doubleblock .double-flex-block h2:first-child, .section-doubleblock .double-flex-block h3:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .section-doubleblock.block-bg .double-flex-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-doubleblock.block-bg .double-flex-block.bg-color {
  padding: 2rem;
}
@media (min-width: 992px) {
  .section-doubleblock.block-bg .double-flex-block.bg-color {
    padding: 4rem;
    flex-basis: calc(50% + 4rem);
  }
  .section-doubleblock.block-bg .double-flex-block.bg-color:first-child {
    margin-left: -4rem;
    margin-right: 0;
  }
  .section-doubleblock.block-bg .double-flex-block.bg-color:nth-child(2) {
    margin-right: -4rem;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .section-multiplecol .inner-flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .section-multiplecol .inner-flex {
    justify-content: flex-start;
    margin-left: -2%;
    margin-right: -2%;
  }
}
@media (min-width: 768px) {
  .section-multiplecol h2 {
    flex: 1 1 100%;
  }
}
.section-multiplecol .block {
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section-multiplecol .block {
    flex: 0 0 46% !important;
    margin-bottom: 4rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .section-multiplecol .block {
    margin-left: 2%;
    margin-right: 2%;
    flex: 0 0 29.3%;
  }
}
.section-multiplecol .block figure {
  margin: 0 auto 2rem auto;
  height: auto;
  min-height: 10rem;
}
@media (min-width: 992px) {
  .section-multiplecol .block figure {
    margin-bottom: 3rem;
  }
}
.section-multiplecol .block .text a {
  word-break: break-word;
}

@media (min-width: 768px) {
  .section-listestatique .inner-flex, .section-listedynamique .inner-flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .section-listestatique .inner-flex, .section-listedynamique .inner-flex {
    justify-content: flex-start;
    margin-left: -2%;
    margin-right: -2%;
  }
}
@media (min-width: 768px) {
  .section-listestatique h2, .section-listedynamique h2 {
    flex: 1 1 100%;
  }
}
.section-listestatique article, .section-listedynamique article {
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section-listestatique article, .section-listedynamique article {
    flex: 0 0 46% !important;
    margin-bottom: 4rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .section-listestatique article, .section-listedynamique article {
    margin-left: 2%;
    margin-right: 2%;
    flex: 0 0 29.3%;
  }
}

.double-flex-block.wrapper-img {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .double-flex-block.wrapper-img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .double-flex-block.wrapper-img {
    justify-content: center;
    max-width: calc(40% + 6rem);
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .double-flex-block.text {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .double-flex-block.text {
    width: 60%;
  }
}
.double-flex-block.text h2:first-child {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .section-textimage figure {
    margin-right: -6rem;
  }
}

@media (min-width: 1200px) {
  .section-imagetext figure {
    margin-left: -6rem;
  }
}

@media (min-width: 1200px) {
  .section-imagetext.section-flexible .double-flex-block:first-child, .section-textimage.section-flexible .double-flex-block:first-child {
    padding-right: 6rem;
  }
}
@media (min-width: 1200px) {
  .section-imagetext.section-flexible .double-flex-block:nth-child(2), .section-textimage.section-flexible .double-flex-block:nth-child(2) {
    padding-left: 6rem;
  }
}

.section-imagefull img {
  margin: 0 auto;
}
.section-imagefull .inner-flex {
  width: calc(90% + 2rem * 2);
  padding: 2rem;
}
@media (min-width: 768px) {
  .section-imagefull .inner-flex {
    width: 80%;
  }
}

.section-tabs .tab-menu {
  margin: 0;
  padding: 0;
}
.section-tabs .tab-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-tabs .tab-menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-tabs .tab-menu {
    flex-direction: row;
    width: 100%;
  }
}
.section-tabs .tab-menu li a {
  margin-bottom: 0;
  display: block;
}
.section-tabs .tab-menu li a p {
  margin-bottom: 0;
}
.section-tabs .tab-content-item {
  display: none;
}
.section-tabs .tab-content-item.active {
  display: block;
}

@media (min-width: 992px) {
  body:not(.page-template-page-pro) .section-tabs .tab-menu {
    background-color: #f7f1eb;
  }
}
body:not(.page-template-page-pro) .section-tabs .tab-menu li a {
  padding: 2rem 4rem;
}
body:not(.page-template-page-pro) .section-tabs .tab-menu li.active {
  background: #006f90;
}
body:not(.page-template-page-pro) .section-tabs .tab-menu li.active a {
  color: white;
}

.section-toggle .wrapper-faq {
  overflow: hidden;
}
.section-toggle .wrapper-faq-item {
  overflow: hidden;
}
.section-toggle input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.section-toggle input[type=checkbox]:checked + label {
  background: #006f90;
  color: white;
}
.section-toggle input[type=checkbox]:checked + label::after {
  transform: rotate(270deg);
}
.section-toggle input[type=checkbox]:checked ~ .wrapper-content {
  max-height: 400vh;
}
.section-toggle input[type=checkbox] + label {
  user-select: none;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  background-color: #f7f1eb;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 250ms ease-in-out;
  padding: 2rem;
  font-weight: 700;
}
.section-toggle input[type=checkbox] + label::after {
  content: "❯";
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  transition: all 250ms ease-in-out;
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .section-toggle input[type=checkbox] + label:hover {
    background: #006f90;
    color: white;
  }
}
.section-toggle.active {
  background: #006f90;
}
.section-toggle.active label {
  color: white;
}
.section-toggle .wrapper-content {
  max-height: 0;
  transition: all 250ms ease-in-out;
}
.section-toggle .wrapper-content .content {
  padding: 1rem;
}

.section-slider .owl-stage-outer {
  margin-bottom: 2rem;
}
.section-slider .owl-stage-outer .slider-item figure {
  width: 100%;
  margin: 0 auto;
  height: 30rem;
  display: block;
}
@media (min-width: 992px) {
  .section-slider .owl-stage-outer .slider-item figure {
    height: 40rem;
  }
}
.section-slider .owl-nav {
  display: flex;
  justify-content: space-between;
}
.section-slider .owl-nav button {
  line-height: 1;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  cursor: pointer;
  padding: 0;
}
.section-slider .owl-nav button span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  text-align: center;
}
.section-slider .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.section-slider .owl-dots {
  display: flex;
  justify-content: center;
}
.section-slider .owl-dots button {
  width: 1rem;
  height: 1rem;
  border-radius: 1.5rem;
  cursor: pointer;
  border: solid 1px #006f90;
  padding: 0;
  background: transparent;
  margin: 0 0.5rem;
}
.section-slider .owl-dots button:first-child {
  margin-left: 0;
}
.section-slider .owl-dots button:last-child {
  margin-right: 0;
}
.section-slider .owl-dots button.active {
  background: #006f90;
}

.section-slider-txt .slider-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section-slider-txt .slider-item {
    flex-direction: row;
  }
}
.section-slider-txt .slider-item figure {
  height: 30rem;
}
.section-slider-txt .col-slider-image {
  flex: 1 1 100%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-slider-txt .col-slider-image {
    flex: 1 1 auto;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.section-slider-txt .col-slider-text {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .section-slider-txt .col-slider-text {
    flex: 0 1 33%;
  }
}

.section-video {
  position: relative;
  overflow: hidden;
  background: #006f90;
}
.section-video .inner {
  width: 100%;
  padding: 4rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .section-video .inner {
    width: 80%;
  }
}
.section-video .embed-container {
  position: relative;
}
.section-video .videoPlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 10;
  cursor: pointer;
  min-height: auto;
}
.section-video .videoPlay span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  height: 8rem;
  width: 8rem;
  border-radius: 8rem;
  background: #006f90;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4rem;
  margin-top: -4rem;
  z-index: 10;
  display: block;
}
.section-video .videoPlay span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -0.6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0 1.2rem 1.6rem;
  border-color: transparent transparent transparent white;
}
@media (min-width: 992px) {
  .section-video .videoPlay span:hover {
    background: #006f90;
  }
}

.embed-list {
  position: relative;
  overflow: hidden;
  background: #006f90;
}
.embed-list > div {
  width: 100%;
  padding: 4rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .embed-list > div {
    width: 80%;
  }
}
.embed-list > div p {
  margin-bottom: 0;
}
.embed-list > div iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .embed-list > div iframe {
    height: 53rem;
  }
}

.screensWrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.screensWrapper > div {
  padding: 3rem 0;
}
.screensWrapper .active {
  transition: all 250ms ease-in-out;
  transform: translateY(0);
  opacity: 1;
  width: 100%;
}
.screensWrapper .active ul {
  margin: 0;
  padding: 0;
}
.screensWrapper .active ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.screensWrapper .active ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: normal;
}
.screensWrapper .active ul li {
  flex: 1 1 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .screensWrapper .active ul li {
    flex: 0 1 49%;
  }
}
.screensWrapper .active ul li:before {
  display: none;
}
.screensWrapper .active ul li label {
  padding: 2rem 2rem 2rem 6rem;
  background: #f7f1eb;
  display: block;
  height: 100%;
}
.screensWrapper .active ul li label:before {
  background: white;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  left: 2rem;
  border: #f7f1eb;
}
.screensWrapper .active ul li label:before, .screensWrapper .active ul li label:after {
  top: 3rem;
}
.screensWrapper .active ul li input:checked + label:after {
  left: 3.1rem;
  width: 0.6rem;
  height: 0.9rem;
  margin-top: -7px;
  top: 3rem;
  border-radius: 0;
}
.screensWrapper .active ul li {
  /* 			input[type="radio"]:checked + label:after {
  	content: "";
  	position: absolute;
  	transform: rotate(45deg);
  	border-radius: 0;
  	transition: none;
  } */
}
.screensWrapper .active ul li input.error:checked + label span {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  position: absolute;
  top: 2.3rem;
  left: 2.8rem;
}
.screensWrapper .active ul li input.error:checked + label span:before, .screensWrapper .active ul li input.error:checked + label span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #f16869;
}
.screensWrapper .active ul li input.error:checked + label span:before {
  transform: rotate(45deg);
}
.screensWrapper .active ul li input.error:checked + label span:after {
  transform: rotate(-45deg);
}
.screensWrapper .active ul li input.error + label {
  background: #f16869;
  color: white;
}
.screensWrapper .active ul li input.error + label:after {
  display: none;
}
.screensWrapper .active ul li input.good:checked + label:after {
  border: 1px solid rgb(143.55, 180.09, 107.01);
  border-width: 0 2px 2px 0;
}
.screensWrapper .active ul li input.good + label {
  background: rgb(143.55, 180.09, 107.01);
  color: white;
}
.screensWrapper .active ul li input.good + label span {
  display: none;
}
.screensWrapper .answer-result {
  padding: 2rem;
}
.screensWrapper .question.good .answer-result {
  color: rgb(143.55, 180.09, 107.01);
  border: 4px solid rgb(143.55, 180.09, 107.01);
}
.screensWrapper .question.error .answer-result {
  color: #f16869;
  border: 4px solid #f16869;
}

.action-wrapper #test-left {
  float: left;
}
.action-wrapper #test-right {
  float: right;
}

.go-to-right {
  position: absolute;
  transform: translateX(100%);
  opacity: 0;
  right: 2rem;
}

.go-to-left {
  position: absolute;
  transform: translateX(-100%);
  opacity: 0;
  left: 2rem;
}

@media (min-width: 768px) {
  footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 100%;
  }
}
footer a.btn {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .screen-results .text-results {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .screen-results .col-vih,
  .screen-results .col-ist {
    flex: 1 1 calc(50% - 6rem);
  }
}
.screen-results .col-vih ul li,
.screen-results .col-ist ul li {
  flex-flow: row wrap;
  background: #f7f1eb;
  padding: 0.5rem;
}
.screen-results .col-vih header,
.screen-results .col-ist header {
  text-align: center;
  margin: 1rem;
}
.screen-results .col-vih header img,
.screen-results .col-ist header img {
  background: #f7f1eb;
  border-radius: 50%;
  padding: 2rem;
  margin: 0 auto 2rem;
}
.screen-results .col-vih header span,
.screen-results .col-ist header span {
  font-family: var(--font-title);
  color: white;
  font-size: 2.6rem;
  padding: 0 0.5rem;
}
.screen-results .col-vih header ul li,
.screen-results .col-ist header ul li {
  margin: 0;
  padding: 0;
}
.screen-results .col-vih header ul li li,
.screen-results .col-ist header ul li li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.screen-results .col-vih.risque-0 span,
.screen-results .col-ist.risque-0 span {
  background: rgb(143.55, 180.09, 107.01);
}
.screen-results .col-vih.risque-0 .result p,
.screen-results .col-ist.risque-0 .result p {
  color: rgb(143.55, 180.09, 107.01);
  font-weight: 700;
}
.screen-results .col-vih.risque-2 span, .screen-results .col-vih.risque-3 span,
.screen-results .col-ist.risque-2 span,
.screen-results .col-ist.risque-3 span {
  background: #f16869;
}
.screen-results .col-vih.risque-2 .result p, .screen-results .col-vih.risque-3 .result p,
.screen-results .col-ist.risque-2 .result p,
.screen-results .col-ist.risque-3 .result p {
  color: #f16869;
  font-weight: 700;
}
@media (min-width: 768px) {
  .screen-results .col-vih {
    padding-right: 6rem;
  }
}
.screen-results .col-vih.risque-1 span, .screen-results .col-vih.risque-2 span {
  background: #f1ac68;
}
.screen-results .col-vih.risque-1 .result p, .screen-results .col-vih.risque-2 .result p {
  color: #f1ac68;
  font-weight: 700;
}
@media (min-width: 768px) {
  .screen-results .col-ist {
    padding-left: 6rem;
    border-left: 3px solid #f7f1eb;
  }
}
.screen-results .col-ist.risque-1 span {
  background: #f16869;
}
.screen-results .col-ist.risque-1 .result p {
  color: #f16869;
  font-weight: 700;
}

.section-test_risque-cta {
  padding-top: 3rem;
}
.section-test_risque-cta h2 {
  width: 100%;
}
.section-test_risque-cta .tools:nth-child(2) {
  background: #16a788;
}
.section-test_risque-cta .tools:nth-child(3) {
  background: #006f90;
}

.site-loader {
  display: none;
}

body.site-loader {
  position: relative;
  overflow: hidden;
}
body.site-loader:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
body.site-loader .site-loader {
  background: rgba(250, 250, 250, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}
body.site-loader .site-loader > div {
  display: block;
  width: 150px;
  height: 150px;
  background: transparent url(../gblmaster/img/sprite.png) 0 0 no-repeat;
  animation: sprite 3.7s steps(60) infinite;
  position: absolute;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
}

body:not(.home) #masthead {
  position: relative;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
body:not(.home) #masthead:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.3rem;
  background-color: #006f90;
  bottom: 0;
  left: 0;
}

#masthead {
  background: white;
  width: 100vw;
}
@media (max-width: 1199.98px) {
  #masthead {
    max-height: 100vh;
    position: fixed;
    top: 0;
    z-index: 20;
  }
}
@media (min-width: 992px) {
  #masthead {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #masthead {
    padding: 0 6rem;
  }
}
#masthead h1 {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .header-container {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 1199.98px) {
  .site-branding {
    padding: 1rem 2rem;
  }
}
.site-branding a {
  display: block;
  width: 14.7rem;
  height: 7rem;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background: transparent url("img/laplateformemobile-logo.svg") 0 0 no-repeat;
  background-size: contain;
  transition: all 250ms ease-in-out;
}
@media (min-width: 1200px) {
  .site-branding a {
    display: block;
    width: 9.7rem;
    height: 10rem;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    background: transparent url("img/laplateforme-logo.svg") 0 0 no-repeat;
    background-size: contain;
    flex: 0 1 10%;
  }
}
.site-branding h1,
.site-branding p {
  margin: 0;
}

.sub-header {
  position: fixed;
  z-index: 21;
}
@media (max-width: 991.98px) {
  .sub-header {
    width: 100%;
    left: 0;
    bottom: 0;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .sub-header {
    right: 0;
    top: 30%;
  }
}
.sub-header ul {
  margin: 0;
  padding: 0;
}
.sub-header ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  .sub-header ul {
    display: flex;
  }
}
.sub-header ul li {
  transition: all 250ms ease-in-out;
  margin: 0;
}
@media (max-width: 991.98px) {
  .sub-header ul li {
    flex: 1 1 0;
  }
}
@media (min-width: 1200px) {
  .sub-header ul li:hover {
    margin-left: -17rem;
  }
}
.sub-header ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0.5rem;
  text-align: center;
  font-family: var(--font-title);
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  color: white;
  position: relative;
}
@media (min-width: 992px) {
  .sub-header ul li a {
    width: 8rem;
    height: 8rem;
    padding: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .sub-header ul li a {
    width: 10rem;
    font-size: 1.4rem;
  }
}
.sub-header ul li a .menu-info {
  display: none;
}
@media (min-width: 1200px) {
  .sub-header ul li a .menu-info {
    display: block;
    position: absolute;
    width: 17rem;
    height: 100%;
    top: 0;
    left: 10rem;
    text-align: left;
    font-family: var(--font-body);
    font-weight: 700;
    padding: 1rem;
    display: flex;
    align-items: center;
  }
}
.sub-header ul li:first-child {
  background: #7f77b7;
}
.sub-header ul li:nth-child(2) {
  background: #fdb515;
}
.sub-header ul li:nth-child(3) {
  background: #66c6b7;
}

/* Sticky menu
========================================================================== */
body.has-sticky-menu {
  padding-top: 9rem;
}
@media (min-width: 1200px) {
  body.has-sticky-menu {
    padding-top: 13.3rem;
  }
}
body.has-sticky-menu #masthead {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  transition: all 250ms ease-in-out;
}

/* Header sticky */
body.sticky-menu #masthead {
  background: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  body.sticky-menu #masthead {
    transform: translateY(-4.2rem);
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body.sticky-menu #masthead .site-branding a {
    display: block;
    width: 8.8rem;
    height: 7rem;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    background: transparent url("img/laplateforme-logo.svg") 0 0 no-repeat;
    background-size: contain;
    transform: translateY(4.2rem);
  }
}

/* Nav sticky */
/* Main navigation
========================================================================== */
.header-navigation {
  transition: all 250ms ease-in-out;
}
@media (min-width: 1200px) {
  .header-navigation {
    flex: 0 1 90%;
  }
}

div[class^=menu-sup] {
  width: 100%;
}
@media (max-width: 1199.98px) {
  div[class^=menu-sup] {
    padding: 0 2rem;
  }
}
div[class^=menu-sup] ul {
  margin: 0;
  padding: 0;
}
div[class^=menu-sup] ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div[class^=menu-sup] ul {
  padding: 0 0 2rem;
  text-align: left;
}
@media (min-width: 1200px) {
  div[class^=menu-sup] ul {
    padding: 0 0 1rem;
    text-align: right;
  }
}
div[class^=menu-sup] ul > li {
  position: relative;
}
div[class^=menu-sup] ul > li a {
  color: #006f90;
  cursor: pointer;
}
@media (min-width: 768px) {
  div[class^=menu-sup] ul > li:before {
    content: "";
    display: block;
    position: absolute;
    background: #006f90;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    left: -2rem;
    top: 50%;
  }
}
@media (min-width: 480px) {
  div[class^=menu-sup] ul > li {
    display: inline-block;
    margin-left: 3rem;
  }
  div[class^=menu-sup] ul > li:first-child {
    margin-left: 0;
  }
  div[class^=menu-sup] ul > li:first-child:before {
    content: "";
    display: none;
  }
}

.menu-wrapper {
  margin: 0;
  padding: 0;
}
.menu-wrapper li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-wrapper {
  list-style: none;
}
@media (max-width: 1199.98px) {
  .menu-wrapper {
    transition: all 250ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
  }
  .menu-wrapper .main-navigation {
    padding: 0 2rem;
  }
  .menu-wrapper .main-navigation .menu > li {
    border-top: 1px solid #c3c3c3;
  }
  .menu-wrapper .main-navigation .menu > li.menu-item-has-children.open {
    padding-bottom: 2rem;
  }
  .menu-wrapper .main-navigation .menu > li.menu-item-has-children.open a:after {
    transform: rotate(-90deg);
  }
  .menu-wrapper .main-navigation .menu > li.menu-item-has-children.open .sub-menu {
    display: block;
  }
  .menu-wrapper .main-navigation .menu > li.menu-item-has-children .sub-menu {
    display: none;
  }
  .menu-wrapper .main-navigation .menu > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .menu-wrapper .main-navigation .menu > li.menu-item-has-children > a:after {
    content: "❯";
    position: relative;
    transform: rotate(90deg);
    transition: all 250ms ease-in-out;
  }
  .menu-wrapper .main-navigation .menu > li.current-menu-item > a, .menu-wrapper .main-navigation .menu > li.current-menu-ancestor > a, .menu-wrapper .main-navigation .menu > li.current-ressources-ancestor > a {
    color: #006f90;
  }
  .menu-wrapper .main-navigation .menu > li.current-menu-item .sub-menu .current-menu-item a, .menu-wrapper .main-navigation .menu > li.current-menu-ancestor .sub-menu .current-menu-item a, .menu-wrapper .main-navigation .menu > li.current-ressources-ancestor .sub-menu .current-menu-item a {
    color: #006f90;
  }
  .menu-wrapper .main-navigation .menu > li a {
    padding-bottom: 0.5rem;
    display: inline-block;
  }
  .menu-wrapper .main-navigation .menu > li > a {
    font-family: var(--font-title);
    padding: 2rem 0;
  }
}

@media (min-width: 1200px) {
  .menu-wrapper,
  .menu-pro-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .menu-wrapper .main-navigation,
  .menu-pro-container .main-navigation {
    margin: 0 auto;
    flex: 1 2 auto;
  }
  .menu-wrapper #menu-main-2,
  .menu-wrapper #menu-pro,
  .menu-pro-container #menu-main-2,
  .menu-pro-container #menu-pro {
    padding: 3rem 0;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .menu-wrapper #menu-main-2 > li:hover .sub-menu,
  .menu-wrapper #menu-pro > li:hover .sub-menu,
  .menu-pro-container #menu-main-2 > li:hover .sub-menu,
  .menu-pro-container #menu-pro > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    top: 6rem;
  }
  .menu-wrapper #menu-main-2 > li.current-menu-item > a, .menu-wrapper #menu-main-2 > li.current-menu-ancestor > a, .menu-wrapper #menu-main-2 > li.current-ressources-ancestor > a,
  .menu-wrapper #menu-pro > li.current-menu-item > a,
  .menu-wrapper #menu-pro > li.current-menu-ancestor > a,
  .menu-wrapper #menu-pro > li.current-ressources-ancestor > a,
  .menu-pro-container #menu-main-2 > li.current-menu-item > a,
  .menu-pro-container #menu-main-2 > li.current-menu-ancestor > a,
  .menu-pro-container #menu-main-2 > li.current-ressources-ancestor > a,
  .menu-pro-container #menu-pro > li.current-menu-item > a,
  .menu-pro-container #menu-pro > li.current-menu-ancestor > a,
  .menu-pro-container #menu-pro > li.current-ressources-ancestor > a {
    color: #7fb7c7;
  }
  .menu-wrapper #menu-main-2 > li.current-menu-item > a:after, .menu-wrapper #menu-main-2 > li.current-menu-ancestor > a:after, .menu-wrapper #menu-main-2 > li.current-ressources-ancestor > a:after,
  .menu-wrapper #menu-pro > li.current-menu-item > a:after,
  .menu-wrapper #menu-pro > li.current-menu-ancestor > a:after,
  .menu-wrapper #menu-pro > li.current-ressources-ancestor > a:after,
  .menu-pro-container #menu-main-2 > li.current-menu-item > a:after,
  .menu-pro-container #menu-main-2 > li.current-menu-ancestor > a:after,
  .menu-pro-container #menu-main-2 > li.current-ressources-ancestor > a:after,
  .menu-pro-container #menu-pro > li.current-menu-item > a:after,
  .menu-pro-container #menu-pro > li.current-menu-ancestor > a:after,
  .menu-pro-container #menu-pro > li.current-ressources-ancestor > a:after {
    height: 50%;
  }
  .menu-wrapper #menu-main-2 > li.current-menu-item ~ .current-menu-ancestor > a, .menu-wrapper #menu-main-2 > li.current-menu-ancestor ~ .current-menu-ancestor > a, .menu-wrapper #menu-main-2 > li.current-ressources-ancestor ~ .current-menu-ancestor > a,
  .menu-wrapper #menu-pro > li.current-menu-item ~ .current-menu-ancestor > a,
  .menu-wrapper #menu-pro > li.current-menu-ancestor ~ .current-menu-ancestor > a,
  .menu-wrapper #menu-pro > li.current-ressources-ancestor ~ .current-menu-ancestor > a,
  .menu-pro-container #menu-main-2 > li.current-menu-item ~ .current-menu-ancestor > a,
  .menu-pro-container #menu-main-2 > li.current-menu-ancestor ~ .current-menu-ancestor > a,
  .menu-pro-container #menu-main-2 > li.current-ressources-ancestor ~ .current-menu-ancestor > a,
  .menu-pro-container #menu-pro > li.current-menu-item ~ .current-menu-ancestor > a,
  .menu-pro-container #menu-pro > li.current-menu-ancestor ~ .current-menu-ancestor > a,
  .menu-pro-container #menu-pro > li.current-ressources-ancestor ~ .current-menu-ancestor > a {
    color: #006f90;
  }
  .menu-wrapper #menu-main-2 > li.current-menu-item ~ .current-menu-ancestor > a:after, .menu-wrapper #menu-main-2 > li.current-menu-ancestor ~ .current-menu-ancestor > a:after, .menu-wrapper #menu-main-2 > li.current-ressources-ancestor ~ .current-menu-ancestor > a:after,
  .menu-wrapper #menu-pro > li.current-menu-item ~ .current-menu-ancestor > a:after,
  .menu-wrapper #menu-pro > li.current-menu-ancestor ~ .current-menu-ancestor > a:after,
  .menu-wrapper #menu-pro > li.current-ressources-ancestor ~ .current-menu-ancestor > a:after,
  .menu-pro-container #menu-main-2 > li.current-menu-item ~ .current-menu-ancestor > a:after,
  .menu-pro-container #menu-main-2 > li.current-menu-ancestor ~ .current-menu-ancestor > a:after,
  .menu-pro-container #menu-main-2 > li.current-ressources-ancestor ~ .current-menu-ancestor > a:after,
  .menu-pro-container #menu-pro > li.current-menu-item ~ .current-menu-ancestor > a:after,
  .menu-pro-container #menu-pro > li.current-menu-ancestor ~ .current-menu-ancestor > a:after,
  .menu-pro-container #menu-pro > li.current-ressources-ancestor ~ .current-menu-ancestor > a:after {
    display: none;
  }
  .menu-wrapper #menu-main-2 > li > a,
  .menu-wrapper #menu-pro > li > a,
  .menu-pro-container #menu-main-2 > li > a,
  .menu-pro-container #menu-pro > li > a {
    display: block;
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: color ease 0.3s;
    color: #006f90;
    padding: 0 1rem;
    font-size: 1.8rem;
  }
  .menu-wrapper #menu-main-2 > li > a:after,
  .menu-wrapper #menu-pro > li > a:after,
  .menu-pro-container #menu-main-2 > li > a:after,
  .menu-pro-container #menu-pro > li > a:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 13px;
    left: 10%;
    bottom: 0;
    background-color: rgba(0, 111, 144, 0.1);
    transition: all ease 0.3s;
    height: 0;
  }
  .menu-wrapper #menu-main-2 > li > a:hover,
  .menu-wrapper #menu-pro > li > a:hover,
  .menu-pro-container #menu-main-2 > li > a:hover,
  .menu-pro-container #menu-pro > li > a:hover {
    color: #7fb7c7;
  }
  .menu-wrapper #menu-main-2 > li > a:hover:after,
  .menu-wrapper #menu-pro > li > a:hover:after,
  .menu-pro-container #menu-main-2 > li > a:hover:after,
  .menu-pro-container #menu-pro > li > a:hover:after {
    height: 50%;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .menu-wrapper #menu-main-2 > li > a,
  .menu-wrapper #menu-pro > li > a,
  .menu-pro-container #menu-main-2 > li > a,
  .menu-pro-container #menu-pro > li > a {
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .menu-wrapper #menu-main-2 > li > ul.sub-menu,
  .menu-wrapper #menu-pro > li > ul.sub-menu,
  .menu-pro-container #menu-main-2 > li > ul.sub-menu,
  .menu-pro-container #menu-pro > li > ul.sub-menu {
    margin: 0;
    padding: 0;
  }
  .menu-wrapper #menu-main-2 > li > ul.sub-menu li,
  .menu-wrapper #menu-pro > li > ul.sub-menu li,
  .menu-pro-container #menu-main-2 > li > ul.sub-menu li,
  .menu-pro-container #menu-pro > li > ul.sub-menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .menu-wrapper #menu-main-2 > li > ul.sub-menu,
  .menu-wrapper #menu-pro > li > ul.sub-menu,
  .menu-pro-container #menu-main-2 > li > ul.sub-menu,
  .menu-pro-container #menu-pro > li > ul.sub-menu {
    transition: all 250ms ease-in-out;
    opacity: 0;
    z-index: 3;
    visibility: hidden;
    position: absolute;
    width: auto;
    top: 5rem;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background: white;
  }
  .menu-wrapper #menu-main-2 > li > ul.sub-menu > li,
  .menu-wrapper #menu-pro > li > ul.sub-menu > li,
  .menu-pro-container #menu-main-2 > li > ul.sub-menu > li,
  .menu-pro-container #menu-pro > li > ul.sub-menu > li {
    border-bottom: 1px solid #f7f1eb;
  }
  .menu-wrapper #menu-main-2 > li > ul.sub-menu > li a,
  .menu-wrapper #menu-pro > li > ul.sub-menu > li a,
  .menu-pro-container #menu-main-2 > li > ul.sub-menu > li a,
  .menu-pro-container #menu-pro > li > ul.sub-menu > li a {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    display: block;
    color: #006f90;
  }
  .menu-wrapper #menu-main-2 > li > ul.sub-menu > li a:hover,
  .menu-wrapper #menu-pro > li > ul.sub-menu > li a:hover,
  .menu-pro-container #menu-main-2 > li > ul.sub-menu > li a:hover,
  .menu-pro-container #menu-pro > li > ul.sub-menu > li a:hover {
    color: #7fb7c7;
  }
  .menu-wrapper #menu-main-2 > li > ul.sub-menu > li.current-menu-parent > a,
  .menu-wrapper #menu-pro > li > ul.sub-menu > li.current-menu-parent > a,
  .menu-pro-container #menu-main-2 > li > ul.sub-menu > li.current-menu-parent > a,
  .menu-pro-container #menu-pro > li > ul.sub-menu > li.current-menu-parent > a {
    color: #7fb7c7;
  }
  .menu-wrapper #menu-main-2 > li > ul.sub-menu > li.current-menu-item a,
  .menu-wrapper #menu-pro > li > ul.sub-menu > li.current-menu-item a,
  .menu-pro-container #menu-main-2 > li > ul.sub-menu > li.current-menu-item a,
  .menu-pro-container #menu-pro > li > ul.sub-menu > li.current-menu-item a {
    color: #7fb7c7;
  }
  .menu-wrapper #menu-main-2 > li > ul.sub-menu > li > ul li.current-menu-item a,
  .menu-wrapper #menu-pro > li > ul.sub-menu > li > ul li.current-menu-item a,
  .menu-pro-container #menu-main-2 > li > ul.sub-menu > li > ul li.current-menu-item a,
  .menu-pro-container #menu-pro > li > ul.sub-menu > li > ul li.current-menu-item a {
    color: #7fb7c7;
  }
  .menu-wrapper #menu-main-2 > li > ul.sub-menu > li > ul li a,
  .menu-wrapper #menu-pro > li > ul.sub-menu > li > ul li a,
  .menu-pro-container #menu-main-2 > li > ul.sub-menu > li > ul li a,
  .menu-pro-container #menu-pro > li > ul.sub-menu > li > ul li a {
    margin-left: 1rem;
    padding-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .menu-wrapper .search,
  .menu-pro-container .search {
    padding: 0 2rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .menu-wrapper .search,
  .menu-pro-container .search {
    flex: 0 1 15%;
  }
}
@media (min-width: 1600px) {
  .menu-wrapper .search,
  .menu-pro-container .search {
    flex: 0 1 20%;
  }
}

@media (max-width: 1199.98px) {
  .menu-toggle {
    position: absolute;
    right: 2rem;
    top: 3rem;
    height: 2.5rem;
    width: 2.5rem;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    text-align: center;
    outline: none;
    padding: 0;
  }
  .menu-toggle:focus, .menu-toggle:active {
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span {
    position: relative;
    display: block;
    vertical-align: middle;
    width: 1.5rem;
    height: 0.2rem;
    background: #006f90;
    transition: all 250ms ease-in-out;
    text-indent: -9999px;
    padding: 0;
  }
  .menu-toggle span:before, .menu-toggle span:after {
    content: "";
    position: absolute;
    background: #006f90;
    width: 2.5rem;
    height: 0.2rem;
    left: 0rem;
    transition: all 250ms ease-in-out;
  }
  .menu-toggle span:before {
    top: -0.7rem;
  }
  .menu-toggle span:after {
    top: 0.8rem;
  }
}
@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}

.header-navigation.toggled {
  border-top: 1px solid #c3c3c3;
  padding: 2rem 0;
}
@media (max-width: 1199.98px) {
  .header-navigation.toggled .menu-wrapper {
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    max-height: calc(100vh - 13rem);
  }
}
.header-navigation.toggled .menu-toggle span {
  width: 0;
}
.header-navigation.toggled .menu-toggle span:before {
  width: 2.8rem;
  background: #006f90;
  transform: rotate(45deg) translate(0.35rem, 0.7rem);
  left: -0.5rem;
}
.header-navigation.toggled .menu-toggle span:after {
  width: 2.8rem;
  background: #006f90;
  transform: rotate(-45deg) translate(0.35rem, -0.8rem);
  left: -0.5rem;
}

body:not(.home) #content #primary {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  body:not(.home) #content #primary {
    flex-wrap: nowrap;
  }
  body:not(.home) #content #primary:after {
    content: "";
    position: absolute;
    display: block;
    width: 56rem;
    height: 32rem;
    background-image: url(../gblmaster/img/shape_1.svg);
    background-repeat: no-repeat;
    top: -3rem;
    right: 0;
    z-index: -1;
    transform: scaleX(-1);
  }
}
@media (min-width: 992px) {
  body:not(.home) #content aside + .site-main {
    margin-left: 30%;
  }
}
@media (min-width: 1200px) {
  body:not(.home) #content aside + .site-main {
    margin-left: 25%;
  }
}
body:not(.home) #content .site-main {
  margin: 0 auto;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {
  body:not(.home) #content .site-main {
    padding: 0 6rem;
  }
}
@media (min-width: 1200px) {
  body:not(.home) #content .site-main {
    padding: 0 12rem;
  }
}
@media (min-width: 992px) {
  body:not(.home) #content .site-main {
    order: 2;
    position: relative;
    overflow: hidden;
  }
}

.u-photo {
  height: 24rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .u-photo {
    height: 40rem;
  }
}
.u-photo img {
  position: relative;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.page .u-photo {
  margin: 0 0 2rem 0;
}
@media (min-width: 992px) {
  .page .u-photo {
    margin: 0 0 4rem 0;
  }
}

@media (min-width: 992px) {
  body.activeidebar .site-footer {
    margin-left: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  body.activeidebar .site-footer {
    padding: 0 6rem 0 6rem;
  }
  body.activeidebar .site-footer .colophon .gdpr-menu {
    display: block;
  }
  body.activeidebar .site-footer .wrapper-credit {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  body.activeidebar .site-footer .wrapper-credit .socialnetwork {
    display: block;
  }
  body.activeidebar .site-footer .wrapper-credit .block-support {
    width: 100%;
    border: none;
  }
  body.activeidebar .site-footer .wrapper-credit .socialnetwork,
  body.activeidebar .site-footer .wrapper-credit .adress,
  body.activeidebar .site-footer .wrapper-credit .main-menu,
  body.activeidebar .site-footer .wrapper-credit .helpus {
    width: 48%;
  }
  body.activeidebar .site-footer .wrapper-credit > div {
    border-bottom: 1px solid #c3c3c3;
    padding: 3rem 0;
    width: 48%;
  }
}
@media (min-width: 1200px) {
  body.activeidebar .site-footer {
    margin-left: 25%;
  }
}

.site-footer {
  z-index: 1;
  background: white;
  padding: 2rem 2rem 0 2rem;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 3rem 3rem 0 3rem;
  }
}
@media (min-width: 992px) {
  .site-footer {
    padding: 0;
    border-top: 1px solid #c3c3c3;
    padding: 2rem 6rem 0 6rem;
  }
}
@media (min-width: 1200px) {
  .site-footer {
    padding: 9rem 9rem 0;
  }
}
.site-footer .gdpr-menu ul,
.site-footer .adress ul,
.site-footer .main-menu ul,
.site-footer .socialnetwork ul {
  margin: 0;
  padding: 0;
}
.site-footer .gdpr-menu ul li,
.site-footer .adress ul li,
.site-footer .main-menu ul li,
.site-footer .socialnetwork ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1200px) {
  .site-footer .wrapper-credit {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 9rem;
  }
}
.site-footer .wrapper-credit > div {
  border-bottom: 1px solid #c3c3c3;
  padding: 2rem 0;
}
.site-footer .wrapper-credit > div:first-child {
  padding-top: 0;
}
.site-footer .wrapper-credit > div:last-child {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .site-footer .wrapper-credit > div {
    border: none;
    width: 16.666%;
    padding: 0 4rem 0 0;
  }
}
@media (min-width: 1200px) {
  .site-footer .wrapper-credit .adress,
  .site-footer .wrapper-credit .helpus {
    width: 25%;
  }
}
.site-footer .location p:not(.town) {
  margin-bottom: 0;
}
.site-footer .main-menu .sub-menu {
  display: none;
}
.site-footer .main-menu a {
  color: #363636;
  line-height: 2.8rem;
}
.site-footer .main-menu a:hover {
  color: #66c6b7;
}
.site-footer .block-support span {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-family: var(--font-body);
  color: #006f90;
  display: block;
}
@media (min-width: 992px) {
  .site-footer .block-support span {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
.site-footer .block-support img {
  display: block;
  width: 12rem;
}
.site-footer .colophon {
  padding: 2rem 0;
  width: 100%;
}
@media (min-width: 480px) {
  .site-footer .colophon {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.site-footer .colophon .gdpr-menu {
  position: relative;
}
@media (min-width: 992px) {
  .site-footer .colophon .gdpr-menu {
    display: flex;
    align-items: baseline;
  }
}
.site-footer .colophon .gdpr-menu .menu {
  margin: 0;
  padding: 0;
}
.site-footer .colophon .gdpr-menu .menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .colophon .gdpr-menu .menu {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .colophon .gdpr-menu .menu li {
  position: relative;
}
@media (max-width: 767.98px) {
  .site-footer .colophon .gdpr-menu .menu li {
    padding-right: 2rem;
  }
  .site-footer .colophon .gdpr-menu .menu li:last-child {
    padding-right: 0;
  }
  .site-footer .colophon .gdpr-menu .menu li:last-child:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .site-footer .colophon .gdpr-menu .menu li {
    padding-left: 2rem;
  }
}
.site-footer .colophon .gdpr-menu .menu li:before {
  content: "";
  line-height: 0;
  display: block;
  position: absolute;
  bottom: 0.6rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: #363636;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .site-footer .colophon .gdpr-menu .menu li:before {
    right: 0.95rem;
  }
}
@media (min-width: 768px) {
  .site-footer .colophon .gdpr-menu .menu li:before {
    left: 0.95rem;
  }
}
.site-footer .colophon .gdpr-menu .menu li a {
  font-size: 1.4rem;
  display: block;
  color: #363636;
  transition: all 250ms ease-in-out;
  opacity: 0.8;
}
.site-footer .colophon .gdpr-menu .menu li a:hover {
  color: #66c6b7;
  opacity: 1;
}
.site-footer .credit {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}
@media (min-width: 480px) {
  .site-footer .credit {
    margin-bottom: 0;
  }
}
.site-footer .copyright {
  margin-bottom: 0;
}
.site-footer .copyright .madebyglobule {
  transition: all 250ms ease-in-out;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  background: transparent url("img/globule-bleu-logo-dark.svg") 0 0 no-repeat;
  background-size: 55px 17px;
  width: 55px;
  height: 17px;
}
@media (max-width: 767.98px) {
  .site-footer .copyright .madebyglobule {
    margin-top: 1.5rem;
  }
}
.site-footer .copyright .madebyglobule:hover {
  background: transparent url("img/globule-bleu-logo-love-dark.svg") 0 0 no-repeat;
  background-size: 55px 17px;
}
.site-footer .copyright .madebyglobule {
  opacity: 0.6;
}

@media (max-width: 1199.98px) {
  .socialnetwork {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
  }
}
.socialnetwork .social__link-list {
  margin: 0;
  padding: 0;
}
.socialnetwork .social__link-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1200px) {
  .socialnetwork .social__link-list {
    flex-flow: column wrap;
  }
}
.socialnetwork .social__link-list li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative;
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .socialnetwork .social__link-list li a {
    margin-top: 1rem;
  }
}
.socialnetwork .social__link-list li a:before {
  color: white;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
}
.socialnetwork .social__link-list .facebook a {
  background: #006f90;
}
.socialnetwork .social__link-list .facebook a:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "f";
}
.socialnetwork .social__link-list .instagram a {
  background: #66c6b7;
}
.socialnetwork .social__link-list .instagram a:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "i";
}
.socialnetwork .social__link-list .tiktok a {
  background: #7f77b7;
}
.socialnetwork .social__link-list .tiktok a:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-family: "icomoon";
  content: "t";
}

footer.footer-article {
  justify-content: flex-start;
}
footer.footer-article h2 {
  margin: 0 2rem 0 0;
}
footer .social__link-list {
  margin: 0;
  padding: 0;
}
footer .social__link-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .social__link-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  margin: 3rem 0;
}
footer .social__link-list li {
  margin-right: 1rem;
  position: relative;
}
footer .social__link-list li:before {
  display: none;
}
footer .social__link-list li a {
  background: #66c6b7;
  display: block;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
}
footer .social__link-list li a:hover {
  background: rgb(114.3, 164.7, 179.1);
}
footer .social__link-list li svg {
  height: 2rem;
  width: 2rem;
  fill: white;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
}

.nav-bottom {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .nav-bottom {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) {
  .nav-bottom ul {
    display: flex;
    align-items: flex-start;
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 1200px) {
  .nav-bottom ul {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}
.nav-bottom ul li {
  background: #f7f1eb;
}
@media (max-width: 767.98px) {
  .nav-bottom ul li:last-child {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .nav-bottom ul li {
    width: calc(50% - 2rem);
    margin-right: 4rem;
  }
  .nav-bottom ul li:last-child {
    margin-right: 0;
  }
}
.nav-bottom ul li button.left:before {
  transform: rotate(180deg);
  right: calc(50% - 0.4rem);
  left: auto;
}
.nav-bottom ul li:last-of-type {
  margin-top: 2rem;
}
.nav-bottom ul li:last-of-type a {
  clear: both;
  overflow: auto;
}
.nav-bottom ul li:last-of-type button {
  float: right;
}
.nav-bottom ul li a {
  display: block;
  padding: 2rem 3rem 1rem;
}
@media (min-width: 992px) {
  .nav-bottom ul li a {
    padding: 6rem 8rem 3rem;
  }
  .nav-bottom ul li a:hover .arrow circle {
    stroke-dashoffset: 120;
  }
}
.nav-bottom ul li a span {
  padding: 0 1rem;
  color: white;
  font-weight: 600;
  background: #006f90;
  font-size: 1.4rem;
}
.nav-bottom ul li a h2 {
  margin: 1rem 0 1rem 0;
}
.nav-bottom ul li a .arrow svg {
  transform: rotate(-145deg);
}

.pagination {
  padding: 2rem 0;
  width: 100%;
}
@media (min-width: 992px) {
  .pagination {
    padding: 6rem 0;
  }
}
.pagination .navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .navigation ul li {
  margin-right: 0.5rem;
}
.pagination .navigation ul li:last-child {
  margin-right: 0;
}
.pagination .navigation ul li.active a {
  background: #006f90;
}
@media (min-width: 992px) {
  .pagination .navigation ul li:hover a {
    background: #006f90;
  }
}
.pagination .navigation ul li a {
  padding: 0.9rem 1rem;
  min-width: 4rem;
  background: #fdb515;
  color: #fff;
  display: block;
  transition: all 250ms ease-in-out;
  text-align: center;
  text-transform: none;
}

body.page-template-homepage h1,
body.page-template-homepage h2 {
  font-size: 2.8rem;
  line-height: 3rem;
  font-family: var(--font-body);
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 0;
}
body.page-template-homepage h1 span,
body.page-template-homepage h2 span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 111, 144, 0.2) 50%);
  display: inline;
}
@media (min-width: 992px) {
  body.page-template-homepage h1,
  body.page-template-homepage h2 {
    font-size: 3.8rem;
    line-height: 4.2rem;
    margin-bottom: 4rem;
  }
}
body.page-template-homepage h3 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin: 0;
  font-family: var(--font-title);
  color: #006f90;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
@media (min-width: 992px) {
  body.page-template-homepage h3 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}
body.page-template-homepage h3 span {
  background: white;
  color: #006f90;
}
body.page-template-homepage .page-wrapper {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  body.page-template-homepage .page-wrapper .info-tools {
    padding-bottom: 0;
  }
  body.page-template-homepage .page-wrapper .news-hp {
    padding: 6rem;
  }
}
body.page-template-homepage .info-tools,
body.page-template-homepage .questions,
body.page-template-homepage .learn-more-hp,
body.page-template-homepage .about-hp,
body.page-template-homepage .news-hp {
  padding: 2rem;
}
@media (min-width: 768px) {
  body.page-template-homepage .info-tools,
  body.page-template-homepage .questions,
  body.page-template-homepage .learn-more-hp,
  body.page-template-homepage .about-hp,
  body.page-template-homepage .news-hp {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  body.page-template-homepage .info-tools,
  body.page-template-homepage .questions,
  body.page-template-homepage .learn-more-hp,
  body.page-template-homepage .about-hp,
  body.page-template-homepage .news-hp {
    padding: 6rem;
  }
}
@media (min-width: 1200px) {
  body.page-template-homepage .info-tools,
  body.page-template-homepage .questions,
  body.page-template-homepage .learn-more-hp,
  body.page-template-homepage .about-hp,
  body.page-template-homepage .news-hp {
    padding: 9rem;
  }
}
body.page-template-homepage .news-hp .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body.page-template-homepage .news-hp .owl-nav button {
    top: auto;
  }
}
@media (min-width: 1200px) {
  body.page-template-homepage .info-tools,
  body.page-template-homepage .learn-more-hp {
    margin: 0 3rem;
  }
}
body.page-template-homepage .newsletter-hp {
  padding: 2rem;
}
@media (min-width: 992px) {
  body.page-template-homepage .newsletter-hp {
    padding: 4rem 2rem;
  }
}
@media (min-width: 1200px) {
  body.page-template-homepage .newsletter-hp {
    width: 60%;
    margin: 0 auto;
    padding: 6rem 2rem;
  }
}
body.page-template-homepage .info-tools h2,
body.page-template-homepage .learn-more-hp h2 {
  text-align: center;
}
body.page-template-homepage .questions {
  overflow-x: hidden;
}

.roundPicto {
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  height: 10rem;
  width: 10rem;
  position: relative;
  margin: 0 auto 2rem;
}
.roundPicto .hp-picto {
  position: absolute;
  top: 2rem;
  left: 2rem;
  height: 6rem;
  width: 6rem;
  font: 0/0 a;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.roundPicto .hp-picto .pictoMoving {
  width: 100%;
}

.page-error {
  background-size: cover;
  height: 100vh;
}
.page-error header,
.page-error footer {
  display: none;
}
.page-error .error {
  padding: 4rem 2rem 2rem 2rem;
}
@media (min-width: 992px) {
  .page-error .error {
    padding: 6rem;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.page-error .error h1 {
  margin-bottom: 2rem;
  display: block;
  width: 6rem;
  height: 6rem;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background: transparent url("img/globulebleu-logo.svg") 0 0 no-repeat;
  background-size: contain;
}
.page-error .error h1 a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.page-error .error h2 {
  margin-bottom: 2rem;
}
.page-error .error h2 span {
  font-weight: 700;
}
body.error404:not(.home) #content #primary::after {
  display: none;
}
body.error404 .not-found {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body.error404 .not-found {
    height: calc(100vh - 13rem);
    align-items: center;
    justify-content: center;
  }
}
body.error404 .not-found h1, body.error404 .not-found h2 {
  text-align: center;
}
body.error404 .not-found p {
  text-align: center;
  margin-bottom: 3rem;
}
body.error404 .not-found a.btn {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media (min-width: 992px) {
  body.error404 .page-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
body.error404 .page-content .left {
  flex: 0 0 40%;
}
@media (max-width: 991.98px) {
  body.error404 .page-content .left {
    margin-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  body.error404 .page-content figure {
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
  }
}
body.error404 .page-content figure {
  flex: 0 0 50%;
}

body.logged-in.has-sticky-menu #masthead {
  top: 4.6rem;
}
@media (min-width: 783px) {
  body.logged-in.has-sticky-menu #masthead {
    top: 3.2rem;
  }
}

@media (max-width: 991.98px) {
  #page {
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 992px) {
  body.has-sticky-menu aside {
    top: 9rem;
  }
}
@media (min-width: 1200px) {
  body.has-sticky-menu aside {
    top: 13.3rem;
  }
}

@media (min-width: 1200px) {
  body.sticky-menu aside {
    transform: translateY(-4.2rem);
  }
}

aside.widget-area {
  background: #f7f1eb;
  padding: 0 3rem;
  width: 100%;
  order: 2;
  z-index: 1;
}
@media (min-width: 992px) {
  aside.widget-area {
    position: fixed;
    padding: 3rem 4rem 0;
    height: 100%;
    width: 30%;
    order: 1;
    transition: all 250ms ease-in-out;
  }
}
@media (min-width: 1200px) {
  aside.widget-area {
    width: 25%;
  }
}
aside.widget-area .menu-main-2-container {
  display: none;
}
@media (min-width: 992px) {
  aside.widget-area .menu-main-2-container {
    display: block;
  }
}
aside.widget-area > div {
  padding: 3rem 0;
  position: relative;
}
aside.widget-area > div:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  background: #c3c3c3;
}
@media (max-width: 991.98px) {
  aside.widget-area > div:nth-child(2):after {
    display: none;
  }
}
@media (min-width: 992px) {
  aside.widget-area > div:first-child {
    padding-top: 0;
  }
  aside.widget-area > div:first-child:after {
    display: none;
  }
}
aside.widget-area ul {
  padding: 0;
  margin: 0;
}
aside.widget-area ul li:before {
  display: none;
}
aside.widget-area ul a {
  color: #006f90;
  line-height: 3.2rem;
  display: inline-block;
}
aside.widget-area ul a[aria-current=page] {
  background: #66c6b7;
  color: white;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  aside.widget-area ul a:not([aria-current=page]):hover {
    color: #f1ac68;
  }
}
aside.widget-area .tools,
aside.widget-area .search {
  background: transparent;
  text-align: left;
  margin-bottom: auto;
}
aside.widget-area .tools:nth-child(2),
aside.widget-area .search:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 992px) {
  aside.widget-area .tools:before,
  aside.widget-area .search:before {
    content: "";
    display: block;
    position: absolute;
    height: 90%;
    width: 4px;
    left: -4rem;
    top: 5%;
  }
}
aside.widget-area .tools a,
aside.widget-area .tools p,
aside.widget-area .search a,
aside.widget-area .search p {
  font-family: var(--font-title);
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  display: block;
  color: #006f90;
}
aside.widget-area .tools a > span,
aside.widget-area .tools p > span,
aside.widget-area .search a > span,
aside.widget-area .search p > span {
  color: white;
}
aside.widget-area .tools-red a {
  color: #f16869;
}
aside.widget-area .tools-red a span {
  background: #f16869;
}
aside.widget-area .tools-red:before {
  background: #f16869;
}
aside.widget-area .tools-blue a > span {
  background: #006f90;
}
aside.widget-area .tools-blue:before {
  background: #006f90;
}
aside.widget-area .search p {
  color: #66c6b7;
  margin-bottom: 1rem;
}
aside.widget-area .search p span {
  background: #66c6b7;
}
aside.widget-area .search:before {
  background: #66c6b7;
}
aside.widget-area .learn-content ul > li:first-child {
  margin-bottom: 1rem;
}
aside.widget-area .learn-content a {
  position: relative;
  display: block;
  background: white;
  padding-left: 6rem;
  padding: 1.5rem 0 1.5rem 7rem;
}
aside.widget-area .learn-content a:before {
  content: "";
  display: block;
  height: 4rem;
  width: 4rem;
  background: transparent url(../gblmaster/img/question-small.svg) no-repeat;
  position: absolute;
  left: 1rem;
  top: calc(50% - 2rem);
}

#post-69 .entry-content {
  position: relative;
}

.leaflet-container {
  z-index: 0;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .leaflet-container {
    margin-bottom: 6rem;
  }
}

#globuleOpenStreetMapForm {
  position: absolute;
  z-index: 1;
  left: 6rem;
  top: 6rem;
  background: white;
  padding: 1rem 1rem 1rem 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#globuleOpenStreetMapForm:before {
  content: "";
  font: 0/0 a;
  width: 2rem;
  height: 2rem;
  background: transparent url(../gblmaster/img/search-icon.svg) center no-repeat;
  background-size: 2rem 2rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
#globuleOpenStreetMapForm input[type=text] {
  margin-bottom: 0;
  border: 0;
}

@media (min-width: 768px) {
  .ShopWrapper {
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .ShopWrapper {
    justify-content: flex-start;
  }
}
.ShopWrapper article {
  border: 4px solid #f7f1eb;
  padding: 3rem;
  margin-bottom: 2%;
  width: 100%;
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .ShopWrapper article {
    flex: 0 0 48%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .ShopWrapper article {
    flex: 0 0 31.33%;
    margin-bottom: 4rem;
  }
  .ShopWrapper article:nth-child(3n+2) {
    margin-left: 3%;
    margin-right: 3%;
  }
}
.ShopWrapper article .content {
  padding: 0;
}
.ShopWrapper article .content p {
  margin: 0;
}
.ShopWrapper article .content a {
  word-wrap: anywhere;
}

.page-template-page-news #primary {
  background: #f7f1eb;
  position: relative;
}
@media (min-width: 992px) {
  .page-template-page-news #primary:before {
    content: "";
    display: block;
    background: white;
    top: 0;
    position: absolute;
    width: 100%;
    height: 39.2rem;
  }
}
.page-template-page-news .news-filters a {
  display: inline-block;
  position: relative;
  padding: 2rem 0 2rem 2rem;
  font-family: var(--font-title);
  color: #006f90;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.1rem;
  background: transparent;
  width: auto;
  height: auto;
}
.page-template-page-news .news-filters a svg {
  position: absolute;
  transform: rotate(45deg);
  left: -0.2rem;
  bottom: 0;
  width: 5rem;
}
.page-template-page-news .news-filters a svg circle {
  fill: transparent;
  stroke: #fdb515;
  stroke-width: 3;
  stroke-dasharray: 190;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
.page-template-page-news .news-filters a:hover circle, .page-template-page-news .news-filters a:focus circle {
  stroke-dashoffset: 130;
}
.page-template-page-news .news-filters a .active circle {
  stroke-dashoffset: 130;
}
@media (min-width: 992px) {
  .page-template-page-news .news-filters a {
    margin-right: 2rem;
  }
}
.page-template-page-news .news-filters a.active circle {
  stroke-dashoffset: 130;
}
@media (min-width: 768px) {
  .page-template-page-news #content #main > article .entry-header {
    display: flex;
    justify-content: space-between;
  }
}
.page-template-page-news #content #main .quizz-list {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-top: 2.6rem;
}
@media (max-width: 991.98px) {
  .page-template-page-news #content #main .quizz-list {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.page-template-page-news #content #main .item-news {
  padding: 0 1.5rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-template-page-news #content #main .item-news {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .page-template-page-news #content #main .item-news {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-template-page-news #content #main .item-news:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .page-template-page-news #content #main .item-news:nth-child(odd) {
    margin-bottom: 3rem;
  }
}
.page-template-page-news #content #main .item-news:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  background: white;
}
@media (max-width: 991.98px) {
  .page-template-page-news #content #main .item-news:before {
    left: 1rem;
    right: 1rem;
  }
}
@media (min-width: 768px) {
  .page-template-page-news #content #main .item-news .entry-header {
    display: flex;
    justify-content: space-between;
  }
}
.page-template-page-news #content #main .item-news > a {
  z-index: 1;
  position: relative;
  padding: 0;
  background-color: white;
}

.single-post #primary {
  background: white;
}
.single-post #primary:before {
  display: none;
}
.single-post #primary #main .type-post .entry-header {
  padding: 0;
}
.single-post #primary article {
  position: relative;
}
@media (min-width: 768px) {
  .single-post #primary article:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #f7f1eb;
    z-index: 0;
    width: calc(100% + 6rem);
    height: 10rem;
    top: 0;
    left: -6rem;
  }
}
@media (min-width: 992px) {
  .single-post #primary article:before {
    left: -12rem;
    top: 6rem;
    width: calc(100% + 12rem);
  }
}
.single-post #primary figure.u-photo {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-post #primary figure.u-photo {
    max-height: 30rem;
    height: 100%;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .single-post #primary figure.u-photo {
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .single-post #primary figure.u-photo:after {
    content: "";
    background: transparent url(../gblmaster/img/shape_3.svg) no-repeat;
    height: 30%;
    width: 30%;
    position: absolute;
    top: 0;
    left: 15%;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  .single-post #primary figure.u-photo:after {
    height: 20rem;
    left: 30%;
  }
}
@media (min-width: 768px) {
  .single-post #primary figure.u-photo img {
    top: 0;
    transform: translate(0);
    z-index: 1;
  }
}
.single-post #primary header time {
  margin-bottom: 2rem;
  display: block;
}

.contentarticle,
.wrapper-items,
.quizz-list {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .contentarticle,
  .wrapper-items,
  .quizz-list {
    margin-top: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: initial;
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .item-news {
    flex: 0 1 50%;
  }
}
@media (max-width: 1199.98px) {
  .item-news {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .item-news {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .item-news {
    flex: 0 1 25%;
  }
  .item-news[data-pos=hp-news-1], .item-news[data-pos=hp-news-3] {
    margin-top: 3rem;
    margin-bottom: -3rem;
  }
}
.item-news.category-news > a > .media-background:before {
  content: "NEWS";
  background: #fdb515;
  font-family: var(--font-title);
}
.item-news.category-facebook > a > .media-background:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "f";
  background: #006f90;
}
.item-news.category-instagram > a > .media-background:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "i";
  background: #66c6b7;
}
.item-news.category-tiktok > a > .media-background:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-family: "icomoon";
  content: "t";
  background: #7f77b7;
}
.item-news.type-post a {
  background-color: white;
  display: block;
}
.item-news .media-background {
  width: 100%;
  height: 20rem;
  position: relative;
}
.item-news .media-background:before {
  position: absolute;
  display: flex;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  z-index: 2;
  left: 3rem;
  bottom: 3rem;
  color: white;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .item-news .media-background {
    height: 28rem;
  }
}
.item-news .content {
  padding: 3rem;
}
.item-news .content h2,
.item-news .content p {
  font-family: var(--font-body);
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 0;
  padding: 0;
  word-break: break-word;
}
.item-news .content h2 {
  font-weight: 700;
  color: #006f90;
  letter-spacing: 0;
}
.item-news .content p {
  color: #363636;
}

.sidebarNewsSlider .type-post {
  margin: 0;
}
.sidebarNewsSlider .owl-dots {
  text-align: center;
}
.sidebarNewsSlider .owl-dots .owl-dot {
  padding: 0.3rem 2rem;
  margin: 2rem 0.2rem 0;
  opacity: 0.2;
}
.sidebarNewsSlider .owl-dots .owl-dot:hover, .sidebarNewsSlider .owl-dots .owl-dot.active {
  opacity: 1;
}

@media (min-width: 768px) {
  .content[itemprop=description] {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .content[itemprop=description] {
    max-width: 60%;
  }
}

.page-template-plugin-page-events .content[itemprop=description] {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .page-template-plugin-page-events .content[itemprop=description] {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-template-plugin-page-events .content[itemprop=description] {
    margin-top: 6rem;
  }
}
@media (min-width: 1600px) {
  .page-template-plugin-page-events .content[itemprop=description] {
    margin-top: 12rem;
  }
}
.page-template-plugin-page-events .content[itemprop=description] {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-template-plugin-page-events .content[itemprop=description] {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-template-plugin-page-events .content[itemprop=description] {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  .page-template-plugin-page-events .content[itemprop=description] {
    margin-bottom: 12rem;
  }
}

.page-template-plugin-page-events #primary,
.page-template-plugin-page-past-events #primary {
  background: #f7f1eb;
}
.page-template-plugin-page-events #content #main .quizz-list,
.page-template-plugin-page-past-events #content #main .quizz-list {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-top: 2.6rem;
}
@media (max-width: 991.98px) {
  .page-template-plugin-page-events #content #main .quizz-list,
  .page-template-plugin-page-past-events #content #main .quizz-list {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.page-template-plugin-page-events #content #main .quizz-list > p,
.page-template-plugin-page-past-events #content #main .quizz-list > p {
  padding: 0 1.5rem;
}
@media (max-width: 991.98px) {
  .page-template-plugin-page-events #content #main .quizz-list > p,
  .page-template-plugin-page-past-events #content #main .quizz-list > p {
    padding: 0 1rem;
  }
}
.page-template-plugin-page-events #content #main .agenda,
.page-template-plugin-page-past-events #content #main .agenda {
  padding: 0 1.5rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-template-plugin-page-events #content #main .agenda,
  .page-template-plugin-page-past-events #content #main .agenda {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .page-template-plugin-page-events #content #main .agenda,
  .page-template-plugin-page-past-events #content #main .agenda {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-template-plugin-page-events #content #main .agenda:nth-child(even),
  .page-template-plugin-page-past-events #content #main .agenda:nth-child(even) {
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .page-template-plugin-page-events #content #main .agenda:nth-child(odd),
  .page-template-plugin-page-past-events #content #main .agenda:nth-child(odd) {
    margin-bottom: 3rem;
  }
}
.page-template-plugin-page-events #content #main .agenda:before,
.page-template-plugin-page-past-events #content #main .agenda:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  background: white;
}
@media (max-width: 991.98px) {
  .page-template-plugin-page-events #content #main .agenda:before,
  .page-template-plugin-page-past-events #content #main .agenda:before {
    left: 1rem;
    right: 1rem;
  }
}
.page-template-plugin-page-events #content #main .agenda .content,
.page-template-plugin-page-past-events #content #main .agenda .content {
  padding: 3rem;
}
.page-template-plugin-page-events #content #main .agenda .media-background,
.page-template-plugin-page-past-events #content #main .agenda .media-background {
  height: 20rem;
}
.page-template-plugin-page-events #content #main .agenda a,
.page-template-plugin-page-past-events #content #main .agenda a {
  z-index: 1;
  position: relative;
  padding: 0;
  color: #363636;
  background-color: white;
}

.single-agenda #primary figure.u-photo {
  height: 30rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .single-agenda #primary figure.u-photo {
    height: 40rem;
  }
}
@media (min-width: 992px) {
  .single-agenda #primary figure.u-photo {
    width: 50%;
    max-width: 68rem;
    margin-bottom: 0;
  }
}
.single-agenda #primary figure.u-photo img {
  top: 50%;
  transform: translateY(-50%);
}
.single-agenda #primary .type-agenda {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-agenda #primary .type-agenda {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .single-agenda #primary .type-agenda {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  .single-agenda #primary .type-agenda {
    margin-bottom: 12rem;
  }
}
.single-agenda #primary .type-agenda .content + .section-flexible {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .single-agenda #primary .type-agenda .content + .section-flexible {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .single-agenda #primary .type-agenda .content + .section-flexible {
    margin-top: 6rem;
  }
}
@media (min-width: 1600px) {
  .single-agenda #primary .type-agenda .content + .section-flexible {
    margin-top: 12rem;
  }
}
.single-agenda #primary .info-pratiques {
  padding: 2rem;
}
@media (min-width: 768px) {
  .single-agenda #primary .info-pratiques {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .single-agenda #primary .info-pratiques {
    padding: 6rem;
  }
}
@media (min-width: 1600px) {
  .single-agenda #primary .info-pratiques {
    padding: 9rem;
  }
}
.single-agenda #primary .info-pratiques {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-agenda #primary .info-pratiques {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .single-agenda #primary .info-pratiques {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  .single-agenda #primary .info-pratiques {
    margin-bottom: 12rem;
  }
}
.single-agenda #primary .info-pratiques {
  background-color: #006f90;
}
@media (min-width: 992px) {
  .single-agenda #primary .info-pratiques {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .single-agenda #primary .info-pratiques > * {
    margin-bottom: 2rem;
  }
  .single-agenda #primary .info-pratiques > *:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .single-agenda #primary .info-pratiques > * {
    width: 50%;
    flex-grow: 1;
  }
}
.single-agenda #primary .info-pratiques .wrapper-content {
  padding-left: 0;
}
@media (min-width: 768px) {
  .single-agenda #primary .info-pratiques .wrapper-content {
    padding-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .single-agenda #primary .info-pratiques .wrapper-content {
    padding-left: 6rem;
  }
}
@media (min-width: 1600px) {
  .single-agenda #primary .info-pratiques .wrapper-content {
    padding-left: 12rem;
  }
}
.single-agenda #primary .info-pratiques .wrapper-content > * {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-agenda #primary .info-pratiques .wrapper-content > * {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .single-agenda #primary .info-pratiques .wrapper-content > * {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  .single-agenda #primary .info-pratiques .wrapper-content > * {
    padding-bottom: 6rem;
  }
}
.single-agenda #primary .info-pratiques .wrapper-content > * {
  padding-left: 5.5rem;
  position: relative;
}
.single-agenda #primary .info-pratiques .wrapper-content > *:before {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  left: 0;
  top: 0;
  background-size: cover;
}
.single-agenda #primary .info-pratiques .wrapper-content > *:last-of-type {
  padding-bottom: 0;
}
.single-agenda #primary .info-pratiques .wrapper-content .location:before {
  background: transparent url("img/map.svg") 50% 50% no-repeat;
}
.single-agenda #primary .info-pratiques .wrapper-content .debut:before {
  background: transparent url("img/calendar-start.svg") 50% 50% no-repeat;
}
.single-agenda #primary .info-pratiques .wrapper-content .fin:before {
  background: transparent url("img/calendar-end.svg") 50% 50% no-repeat;
}
.single-agenda #primary .info-pratiques .wrapper-content p {
  margin-bottom: 0;
  font-weight: 700;
  color: white;
}
.single-agenda #primary .info-pratiques .wrapper-content p:first-child {
  font-family: var(--font-title);
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  font-weight: 300;
}

article.type-agenda {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  article.type-agenda {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  article.type-agenda {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  article.type-agenda {
    margin-bottom: 12rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  article.type-agenda {
    flex: 0 1 50%;
  }
}
@media (min-width: 1200px) {
  article.type-agenda {
    flex: 0 1 25%;
  }
}
@media (max-width: 1199.98px) {
  article.type-agenda {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  article.type-agenda {
    margin-bottom: 2rem;
  }
}
article.type-agenda a {
  background-color: white;
  display: block;
}
article.type-agenda .media-background {
  width: 100%;
  height: 20rem;
  position: relative;
}
article.type-agenda .media-background:before {
  position: absolute;
  display: flex;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  z-index: 2;
  left: 3rem;
  bottom: 3rem;
  color: white;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  article.type-agenda .media-background {
    height: 28rem;
  }
}
article.type-agenda .media-background .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  margin: 0;
}
article.type-agenda .content p {
  font-family: var(--font-body);
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 0;
  padding: 0;
  word-break: break-word;
  color: #363636;
}

.page-template-plugin-page-testimonial .quizz-list > article {
  background-color: white;
}
.page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1) {
  background-color: #f7f1eb;
  padding: 2rem;
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1) {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1) {
    padding: 6rem;
  }
}
@media (min-width: 1600px) {
  .page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1) {
    padding: 12rem;
  }
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1).has-post-thumbnail .media-background {
    padding-left: 0;
    order: 2;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1).has-post-thumbnail .media-background {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1).has-post-thumbnail .media-background {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1).has-post-thumbnail .media-background {
    padding-left: 6rem;
  }
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1).has-post-thumbnail > .content {
    order: 1;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1).has-post-thumbnail > .content {
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1).has-post-thumbnail > .content {
    padding-right: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .page-template-plugin-page-testimonial .quizz-list > :nth-child(4n+1).has-post-thumbnail > .content {
    padding-right: 6rem;
  }
}
.page-template-plugin-page-testimonial .quizz-list .modal .modal-item-content > *:not(.media-background) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial .quizz-list .modal .modal-item-content > *:not(.media-background) {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-template-plugin-page-testimonial .quizz-list .modal .modal-item-content > *:not(.media-background) {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1600px) {
  .page-template-plugin-page-testimonial .quizz-list .modal .modal-item-content > *:not(.media-background) {
    margin-bottom: 3rem;
  }
}
.page-template-plugin-page-testimonial .quizz-list .modal .modal-item-content > *:not(.media-background):last-child {
  margin-bottom: 0;
}
.page-template-plugin-page-testimonial .quizz-list .modal .title {
  font-family: var(--font-title);
  color: #006f90;
  letter-spacing: 0.1rem;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page-template-plugin-page-testimonial .quizz-list .modal .video {
    width: 70%;
    margin: 0 auto 3rem;
  }
}
.page-template-plugin-page-testimonial .quizz-list .modal .video .embed-container a {
  padding: 0;
}
.page-template-plugin-page-testimonial .quizz-list .modal .media-background .bg-img {
  min-height: 20rem;
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial .quizz-list .modal .media-background .bg-img {
    min-height: 30rem;
  }
}
.page-template-plugin-page-testimonial article.testimonial {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial article.testimonial {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-template-plugin-page-testimonial article.testimonial {
    margin-top: 6rem;
  }
}
@media (min-width: 1600px) {
  .page-template-plugin-page-testimonial article.testimonial {
    margin-top: 12rem;
  }
}
.page-template-plugin-page-testimonial article.testimonial {
  width: 100%;
}
.page-template-plugin-page-testimonial article.testimonial:first-child {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial article.testimonial:first-child {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-template-plugin-page-testimonial article.testimonial:first-child {
    margin-top: 4rem;
  }
}
@media (min-width: 1600px) {
  .page-template-plugin-page-testimonial article.testimonial:first-child {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail {
    display: flex;
  }
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail > div {
    flex-grow: 1;
    width: 50%;
  }
}
.page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail > div.content {
  padding-left: 0;
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail > div.content {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail > div.content {
    padding-left: 3rem;
  }
}
@media (min-width: 1600px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail > div.content {
    padding-left: 6rem;
  }
}
.page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail > div.media-background {
  padding-right: 0;
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail > div.media-background {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail > div.media-background {
    padding-right: 3rem;
  }
}
@media (min-width: 1600px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail > div.media-background {
    padding-right: 6rem;
  }
}
.page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail .bg-img {
  min-height: 20rem;
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail .bg-img {
    min-height: 40rem;
  }
}
.page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail blockquote {
  width: 100%;
}
.page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail + .modal .media-background {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail + .modal .media-background {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail + .modal .media-background {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1600px) {
  .page-template-plugin-page-testimonial article.testimonial.has-post-thumbnail + .modal .media-background {
    margin-bottom: 3rem;
  }
}
.page-template-plugin-page-testimonial article.testimonial .content blockquote {
  margin: 0 0 4rem;
}

.tag,
.tags {
  margin-bottom: 1.5rem;
}
.tag span,
.tags span {
  display: inline-block;
  border: 1px solid #363636;
  padding: 0.2rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 10rem;
  background-color: white;
}
.tag span:last-of-type,
.tags span:last-of-type {
  margin-right: 0;
}

.filters a {
  display: inline-block;
  position: relative;
  padding: 2rem 0 2rem 2rem;
  font-family: var(--font-title);
  color: #006f90;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.1rem;
  background: transparent;
  width: auto;
  height: auto;
}
.filters a svg {
  position: absolute;
  transform: rotate(45deg);
  left: -0.2rem;
  bottom: 0;
  width: 5rem;
}
.filters a svg circle {
  fill: transparent;
  stroke: #fdb515;
  stroke-width: 3;
  stroke-dasharray: 190;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
.filters a:hover circle, .filters a:focus circle {
  stroke-dashoffset: 130;
}
.filters a .active circle {
  stroke-dashoffset: 130;
}
@media (min-width: 992px) {
  .filters a {
    margin-right: 2rem;
  }
}
.filters a.active circle {
  stroke-dashoffset: 130;
}

@media (min-width: 768px) {
  .search-results #content > #primary > #main {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .search-results #content > #primary > #main {
    max-width: 120rem;
    padding: 6rem;
  }
}
.search-results #content > #primary > #main > article {
  padding: 2rem 0;
  border-bottom: 1px dotted #c3c3c3;
}
.search-results #content > #primary > #main > article figure {
  margin: 0;
  padding: 0;
}
.search-results #content > #primary > #main > article > header {
  padding: 0 !important;
}
.search-results #content > #primary > #main > article > header time {
  font-size: 1.4rem;
}

.nav-links a {
  background: #7fb7c7;
  color: white;
  font-family: var(--font-title);
  font-size: 1.6rem;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1rem;
  padding: 1.5rem 3rem;
  display: inline-block;
}
.nav-links a:active, .nav-links a:focus {
  background: rgb(114.3, 164.7, 179.1);
}
@media (min-width: 1200px) {
  .nav-links a:hover {
    background: rgb(114.3, 164.7, 179.1);
  }
}

.search-no-results .no-results {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
}

#shop_before_confirm {
  position: fixed;
  right: 0;
  bottom: 45px;
  left: 0;
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(14, 115, 124, 0.36);
  box-shadow: 1px 1px 5px 0 rgba(14, 115, 124, 0.36);
}
@media (min-width: 768px) {
  #shop_before_confirm {
    right: 50px;
    bottom: 50px;
    left: auto;
    margin: 0;
  }
}
#shop_before_confirm .number-shop {
  position: relative;
}
#shop_before_confirm .number-shop b {
  display: inline-block;
  margin-right: 0.5rem;
}
#shop_before_confirm .number-shop:after {
  content: "b";
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.5rem;
  line-height: 1.5rem;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  width: 2rem;
  height: 1.5rem;
  transition: all 250ms ease-in-out;
  font-weight: normal;
}

.site-loader {
  display: none;
}

body.shop-loading {
  position: relative;
  overflow: hidden;
}
body.shop-loading:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
body.shop-loading .site-loader {
  display: block;
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 9999;
}
body.shop-loading .site-loader div {
  border: 3px solid hsla(185, 100%, 62%, 0.2);
  border-top-color: #16a788;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  right: 50%;
}

.testLoader-loader {
  border: 3px solid hsla(185, 100%, 62%, 0.2);
  border-top-color: #16a788;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body.shop-form {
  overflow: hidden;
}

body.shop-form #shop_form .loading .loading_anim {
  display: inline-block;
}
body.shop-form #shop_form .close {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  background: #66c6b7 url("img/close.svg") center no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0;
  z-index: 100;
  transition: 250ms all ease-in-out;
  text-indent: -99999px;
}
body.shop-form #shop_form .close:hover {
  opacity: 0.5;
}
@media (min-width: 992px) {
  body.shop-form #shop_form .close {
    top: 6rem;
    right: 6rem;
  }
}
body.shop-form #shop_form .wrapper-shop-form {
  width: 100%;
  height: 100vh;
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 800;
  overflow-y: auto;
}
body.shop-form #shop_form .wrapper-shop-form .wrapper-inner-shop-form {
  padding: 2rem;
}
@media (min-width: 992px) {
  body.shop-form #shop_form .wrapper-shop-form .wrapper-inner-shop-form {
    width: 70%;
    margin: 0 auto;
    padding: 12rem 0 6rem 0;
  }
}
@media (min-width: 768px) {
  body.shop-form #shop_form .wrapper-shop-form .form {
    display: flex;
    flex-wrap: wrap;
  }
}
body.shop-form #shop_form .wrapper-shop-form form {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  body.shop-form #shop_form .wrapper-shop-form form {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  body.shop-form #shop_form .wrapper-shop-form form {
    margin-right: 3rem;
    order: 1;
    width: calc(60% - 3rem);
  }
}
@media (min-width: 992px) {
  body.shop-form #shop_form .wrapper-shop-form form {
    margin-right: 8.8rem;
    width: calc(65% - 8.8rem);
  }
}
body.shop-form #shop_form .wrapper-shop-form form .require {
  margin-bottom: 2rem;
  font-style: oblique;
}
body.shop-form #shop_form .wrapper-shop-form form .fieldsWrapper > div:not(.validate-btn) {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  body.shop-form #shop_form .wrapper-shop-form form .fieldsWrapper > div:not(.validate-btn) {
    width: calc(50% - 2rem);
    margin-right: 2rem;
    float: left;
    clear: initial;
    margin-bottom: 3rem;
  }
  body.shop-form #shop_form .wrapper-shop-form form .fieldsWrapper > div:not(.validate-btn):nth-child(5) {
    width: calc(100% - 2rem);
  }
}
body.shop-form #shop_form .wrapper-shop-form form .fieldsWrapper > div:not(.validate-btn).wrapper-input {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body.shop-form #shop_form .wrapper-shop-form form .fieldsWrapper > div:not(.validate-btn).wrapper-input > div {
    width: calc(33.33333% - 2rem);
    margin-right: 2rem;
    float: left;
    clear: initial;
  }
}
body.shop-form #shop_form .wrapper-shop-form form .fieldsWrapper > div:not(.validate-btn).wrapper-input.checkboxes {
  margin-bottom: 2rem;
}
body.shop-form #shop_form .wrapper-shop-form form .fieldsWrapper > div:not(.validate-btn).wrapper-input.checkboxes > div {
  width: 100%;
}
body.shop-form #shop_form .wrapper-shop-form form .fieldsWrapper > div:not(.validate-btn).wrapper-input.checkboxes label:before {
  transform: none;
  top: 0.5rem;
}
body.shop-form #shop_form .wrapper-shop-form form .fieldsWrapper > div:not(.validate-btn) label {
  margin-bottom: 1rem;
}
body.shop-form #shop_form .wrapper-shop-form form .fieldsWrapper > div:not(.validate-btn) textarea {
  margin-bottom: 2rem;
}
body.shop-form #shop_form .wrapper-shop-form form input {
  background-color: white;
  color: black;
  outline: none;
  /* 	&:focus {
  color: pink;
  } */
}
body.shop-form #shop_form .wrapper-shop-form .field-mandatory-error input {
  border: 1px solid #66c6b7;
}
body.shop-form #shop_form .wrapper-shop-form .order_confirmed {
  color: #66c6b7;
}
body.shop-form #shop_form .wrapper-shop-form .order_confirm_error {
  color: #66c6b7;
}
@media (min-width: 768px) {
  body.shop-form #shop_form .wrapper-shop-form .summary {
    order: 2;
    width: 40%;
  }
}
@media (min-width: 992px) {
  body.shop-form #shop_form .wrapper-shop-form .summary {
    width: 35%;
  }
}
body.shop-form #shop_form .wrapper-shop-form .summary h3 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  body.shop-form #shop_form .wrapper-shop-form .summary h3 {
    margin-bottom: 3.5rem;
  }
}
body.shop-form #shop_form .wrapper-shop-form .summary .order_items p.order_item_info {
  margin-bottom: 2rem;
  padding: 0 2rem 2rem 0;
  border-bottom: 1px solid #c3c3c3;
  position: relative;
  word-break: break-word;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
}
body.shop-form #shop_form .wrapper-shop-form .summary .order_items p.order_item_info .order_quantity {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 1rem;
  font-weight: normal;
}
body.shop-form #shop_form .wrapper-shop-form .summary .order_items p.order_item_info .order_quantity input {
  width: 8rem;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
}
body.shop-form #shop_form .wrapper-shop-form .summary .order_items p.order_item_info .remove_from_cart {
  text-indent: -9999px;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 1.4rem;
  border: 1px solid #c3c3c3;
  background: transparent url("img/deleted.svg") center no-repeat;
  background-size: 6px 6px;
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 0;
}
body.shop-form #shop_form .wrapper-shop-form .summary .order_items p.order_item_info .remove_from_cart:hover {
  background-color: #c3c3c3;
}
body.shop-form #shop_form .wrapper-shop-form .validate-btn {
  width: 100%;
  order: 3;
  float: left;
  margin-top: 2rem;
}
body.shop-form #shop_form .wrapper-shop-form .validate-btn #shop_confirm_order:disabled {
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  body.shop-form #shop_form .wrapper-shop-form .validate-btn #shop_confirm_order {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  body.shop-form #shop_form .wrapper-shop-form .validate-btn #shop_confirm_order {
    float: right;
  }
}
@media (min-width: 992px) {
  body.shop-form #shop_form .wrapper-shop-form .validate-btn #shop_cancel_order {
    float: left;
  }
}
.no-touchevents body.shop-form #shop_form .wrapper-shop-form .validate-btn #shop_cancel_order:hover, .no-touchevents body.shop-form #shop_form .wrapper-shop-form .validate-btn #shop_cancel_order:focus {
  color: #fff;
  opacity: 0.5;
}
body.shop-form #shop_form .wrapper-shop-form .form_results {
  margin-top: 2rem;
}

body.single-ressources #content,
.page-template-page-pro #content,
.tax-type #content {
  padding-top: 17rem;
}
@media (min-width: 768px) {
  body.single-ressources #content,
  .page-template-page-pro #content,
  .tax-type #content {
    padding-top: 19rem;
  }
}
@media (min-width: 1200px) {
  body.single-ressources #content,
  .page-template-page-pro #content,
  .tax-type #content {
    padding-top: 14rem;
  }
}

@media (min-width: 1200px) {
  body.sticky-menu .pro-navigation-wrapper {
    transform: translateY(-4.2rem);
    z-index: 11;
  }
}

.pro-navigation-wrapper {
  background: #7f77b7;
  margin-bottom: 4rem;
  position: fixed;
  top: 9rem;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 250ms ease-in-out;
  z-index: 100;
}
@media (min-width: 1200px) {
  .pro-navigation-wrapper {
    top: 13.3rem;
  }
}
.pro-navigation-wrapper .menu-pro-container #menu-pro {
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .pro-navigation-wrapper .menu-pro-container #menu-pro {
    max-height: calc(100vh - 9rem);
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .pro-navigation-wrapper .menu-pro-container #menu-pro {
    padding: 4rem 0;
  }
}
@media (max-width: 1199.98px) {
  .pro-navigation-wrapper .menu-pro-container #menu-pro > li {
    border-bottom: 1px solid #c3c3c3;
  }
  .pro-navigation-wrapper .menu-pro-container #menu-pro > li:last-child {
    border-bottom: none;
  }
  .pro-navigation-wrapper .menu-pro-container #menu-pro > li > a {
    font-family: var(--font-title);
    display: block;
    padding: 1rem;
  }
  .pro-navigation-wrapper .menu-pro-container #menu-pro > li .sub-menu {
    padding: 2rem;
    display: none;
  }
  .pro-navigation-wrapper .menu-pro-container #menu-pro > li .sub-menu a {
    color: white;
  }
}
@media (min-width: 1200px) {
  .pro-navigation-wrapper .menu-pro-container #menu-pro > li:hover .sub-menu {
    top: 7rem;
  }
}
.pro-navigation-wrapper .menu-pro-container #menu-pro > li > a {
  color: white;
}
@media (min-width: 1200px) {
  .pro-navigation-wrapper .menu-pro-container #menu-pro > li > a:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .pro-navigation-wrapper .menu-pro-container #menu-pro > li > .sub-menu li a:hover {
    color: #7f77b7;
  }
}
.pro-navigation-wrapper .menu-pro-container #menu-pro > li.open .sub-menu {
  display: block;
}

@media (min-width: 992px) {
  .activeidebar .pro-navigation-wrapper {
    margin-left: 30%;
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .activeidebar .pro-navigation-wrapper {
    margin-left: 25%;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .ressource-menu-list {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .ressource-menu-list {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 991.98px) {
  .ressource-menu-list {
    flex-wrap: wrap;
  }
}
.ressource-menu-list a {
  display: block;
  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  background: #7f77b7;
  flex: 0 0 48%;
}
@media (max-width: 991.98px) {
  .ressource-menu-list a {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .ressource-menu-list a {
    padding: 5rem 2.5rem 4rem 2.5rem;
    flex: 0 0 23%;
  }
  .ressource-menu-list a:nth-child(2n) {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .ressource-menu-list a {
    flex: 0 0 21%;
  }
}
.ressource-menu-list a button {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  padding: 0;
}
.ressource-menu-list a button:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.6rem;
  background-image: url(../gblmaster/img/arrow-btn-blue.svg);
  background-repeat: no-repeat;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.4rem);
}
.ressource-menu-list a button svg {
  transform: rotate(45deg);
}
.ressource-menu-list a button svg circle {
  fill: transparent;
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 260;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
.ressource-menu-list a button circle:hover {
  stroke-dashoffset: 120;
}
.ressource-menu-list a button:before {
  background-image: url(../gblmaster/img/arrow-btn.svg);
}
.ressource-menu-list a:hover button svg circle {
  stroke-dashoffset: 120;
}
.ressource-menu-list h3 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin: 0;
  font-family: var(--font-title);
  color: #006f90;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: white;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .ressource-menu-list h3 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .ressource-menu-list h3 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}

.scrollNav {
  margin-bottom: 2rem;
}
.scrollNav select {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .col-wrapper {
    display: flex;
  }
  .col-wrapper .entry-content,
  .col-wrapper .ressource-menu-list {
    flex: 1 1 50%;
  }
  .col-wrapper .entry-content {
    padding-right: 4%;
  }
  .col-wrapper .ressource-menu-list a {
    height: auto;
  }
}
.col-wrapper .ressource-menu-list {
  flex-flow: row wrap;
}
.col-wrapper .ressource-menu-list .bigBtn {
  font-family: var(--font-title);
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .col-wrapper .ressource-menu-list .bigBtn {
    flex: 0 1 46%;
    padding: 6rem 3rem;
    margin-bottom: 4rem;
    font-size: 3rem;
  }
  .col-wrapper .ressource-menu-list .bigBtn:nth-child(odd) {
    margin-left: 0;
    margin-right: 4%;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
.col-wrapper .ressource-menu-list .bigBtn > div {
  padding: 2rem 0 0;
}

.page-template-page-pro .section-tabs .tab-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  flex-direction: row;
}
@media (min-width: 992px) {
  .page-template-page-pro .section-tabs .tab-menu {
    margin-bottom: 4rem;
  }
}
.page-template-page-pro .section-tabs .tab-menu li {
  height: auto;
  text-align: center;
  background: #006f90;
  width: 22rem;
}
@media (min-width: 768px) {
  .page-template-page-pro .section-tabs .tab-menu li {
    width: 28rem;
  }
  .page-template-page-pro .section-tabs .tab-menu li:first-child {
    margin-right: 2rem;
  }
  .page-template-page-pro .section-tabs .tab-menu li:last-child {
    margin-left: 2rem;
  }
}
.page-template-page-pro .section-tabs .tab-menu li.active {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  padding: 0;
}
.page-template-page-pro .section-tabs .tab-menu li.active:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.6rem;
  background-image: url(../gblmaster/img/arrow-btn-blue.svg);
  background-repeat: no-repeat;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.4rem);
}
.page-template-page-pro .section-tabs .tab-menu li.active svg {
  transform: rotate(45deg);
}
.page-template-page-pro .section-tabs .tab-menu li.active svg circle {
  fill: transparent;
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 260;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
.page-template-page-pro .section-tabs .tab-menu li.active circle:hover {
  stroke-dashoffset: 120;
}
.page-template-page-pro .section-tabs .tab-menu li.active {
  height: auto;
  background: #16a788;
  width: 22rem;
}
@media (min-width: 768px) {
  .page-template-page-pro .section-tabs .tab-menu li.active {
    width: 28rem;
  }
}
.page-template-page-pro .section-tabs .tab-menu li.active:before {
  background-image: url(../gblmaster/img/arrow-btn.svg);
  transform: rotate(90deg);
  bottom: 1rem;
  top: auto;
}
@media (min-width: 992px) {
  .page-template-page-pro .section-tabs .tab-menu li.active:before {
    bottom: 2rem;
  }
}
.page-template-page-pro .section-tabs .tab-menu li a {
  padding: 2rem 1rem 3rem 1rem;
  color: white;
  font-size: 2rem;
  line-height: 2.2rem;
  margin: 0;
  font-family: var(--font-title);
  font-weight: 300;
  letter-spacing: 0.1rem;
}
@media (min-width: 992px) {
  .page-template-page-pro .section-tabs .tab-menu li a {
    padding: 3rem 5rem 4rem 5rem;
    font-size: 3rem;
    line-height: 3.4rem;
  }
}

.ressource-menu-list .section-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ressource-menu-list .section-tabs .tab-content {
  width: 30%;
}
.ressource-menu-list .section-tabs .tab-content h3 {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.ressource-menu-list .section-tabs .tab-content h3 a.active {
  background: #66c6b7;
  color: white;
  padding: 0 1rem;
}
.ressource-menu-list .section-tabs .tab-content .tab-content-item > ul > li {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .ressource-menu-list .section-tabs .tab-content .tab-content-item > ul > li {
    margin-bottom: 3rem;
  }
}
.ressource-menu-list .section-tabs .tab-content .tab-content-item > ul > li > h3 {
  font-family: var(--font-title);
  letter-spacing: 0.1rem;
}
.ressource-menu-list .section-tabs .tab-content .tab-content-item > ul > li > ul {
  margin-left: 2rem;
}
.ressource-menu-list .section-tabs .ressources-list-ajax-wrapper {
  width: 70%;
  padding-left: 2%;
  padding-right: 2%;
  border-left: 1px solid #f7f1eb;
}
.ressource-menu-list .section-tabs .ressources-list-ajax-wrapper article {
  border-bottom: 1px solid #f7f1eb;
}
.ressource-menu-list .section-tabs .ressources-list-ajax-wrapper article:last-child {
  border-bottom: 0;
}
.ressource-menu-list .section-tabs .ressources-list-ajax-wrapper article h6 {
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 992px) {
  .ressource-menu-list .section-tabs .ressources-list-ajax-wrapper article a {
    padding: 1rem;
    display: block;
  }
  .ressource-menu-list .section-tabs .ressources-list-ajax-wrapper article a:hover {
    background: #66c6b7;
    color: white;
  }
}

.single-ressources #primary header time {
  margin-bottom: 2rem;
  display: block;
}

.single-ressources .file-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .single-ressources .file-list {
    justify-content: space-between;
  }
}
.single-ressources .file-list li {
  position: relative;
}
@media (max-width: 479px) {
  .single-ressources .file-list li {
    flex: 0 0 100%;
    margin: 0 auto 2rem auto;
    border-bottom: solid 1px #c3c3c3;
    padding-bottom: 2rem;
  }
}
@media (min-width: 480px) {
  .single-ressources .file-list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    flex: 0 0 48%;
    margin: 2% 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .single-ressources .file-list li {
    flex: 0 0 30.6%;
  }
  .single-ressources .file-list li:nth-child(3n+2) {
    margin: 2% 4%;
  }
}
@media (min-width: 1200px) {
  .single-ressources .file-list li {
    flex: 0 0 25%;
  }
  .single-ressources .file-list li:nth-child(4n+1) {
    padding: 1%;
  }
  .single-ressources .file-list li:nth-child(4n+2) {
    padding: 1%;
  }
  .single-ressources .file-list li:nth-child(4n+3) {
    padding: 1%;
  }
  .single-ressources .file-list li:nth-child(4n+4) {
    padding: 1%;
  }
}
.single-ressources .file-list li .icon {
  text-align: center;
  width: 100%;
  font-style: normal;
  color: #c3c3c3;
  display: block;
}
.single-ressources .file-list li h6 {
  text-align: center;
  margin-top: 2rem;
}
.single-ressources .file-list figure {
  margin: 0 auto 2rem auto;
  max-width: 15rem;
}
@media (max-width: 479px) {
  .single-ressources .file-list figure {
    max-width: 10rem;
    max-height: 15rem;
  }
}
@media (min-width: 480px) {
  .single-ressources .file-list figure {
    max-width: 15rem;
    flex: 0 0 20rem;
    max-height: 15rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .single-ressources .file-list figure {
    max-height: 20rem;
  }
}
.single-ressources .file-list figure img {
  height: auto;
  max-height: 20rem;
  margin: 0 auto;
}
.single-ressources .file-list p.file-title {
  text-align: center;
  word-wrap: anywhere;
  margin-bottom: 1.5rem;
}
.single-ressources .file-list footer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: auto;
  align-items: flex-start;
}
.single-ressources .file-list a.btn {
  padding: 1rem 1.5rem 1rem 3rem;
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.6rem;
}
.single-ressources .file-list a.btn:before {
  content: "d";
  font-family: "icomoon";
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  width: 2rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  transition: all 250ms ease-in-out;
}
.single-ressources .file-list button.add_to_cart {
  padding: 1rem 1.5rem 1rem 3rem;
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.6rem;
}
.single-ressources .file-list button.add_to_cart:before {
  content: "b";
  font-family: "icomoon";
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  width: 2rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  transition: all 250ms ease-in-out;
}

.CTA-list {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .CTA-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .CTA-list {
    margin-bottom: 4rem;
  }
}
.CTA-list li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .CTA-list li {
    flex: 0 0 48%;
  }
}
@media (min-width: 992px) {
  .CTA-list li {
    flex: 0 0 32%;
    margin-bottom: 4rem;
  }
  .CTA-list li:nth-child(3n+2) {
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
.CTA-list li a {
  position: relative;
  z-index: 0;
  padding: 2rem;
  display: block;
  color: white;
  padding: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  height: 100%;
  justify-content: center;
}
.CTA-list li a:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  background: #7f77b7;
}
@media (min-width: 992px) {
  .CTA-list li a {
    padding: 5rem 2.5rem 4rem 2.5rem;
  }
  .CTA-list li a:hover {
    background: transparent;
  }
  .CTA-list li a:hover button svg circle {
    stroke-dashoffset: 120;
  }
}
@media (min-width: 1200px) {
  .CTA-list li a {
    padding: 8rem 3rem 7rem 3rem;
  }
}
.CTA-list li a button {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  padding: 0;
}
.CTA-list li a button:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.6rem;
  background-image: url(../gblmaster/img/arrow-btn-blue.svg);
  background-repeat: no-repeat;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.4rem);
}
.CTA-list li a button svg {
  transform: rotate(45deg);
}
.CTA-list li a button svg circle {
  fill: transparent;
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 260;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
.CTA-list li a button circle:hover {
  stroke-dashoffset: 120;
}
.CTA-list li a button:before {
  background-image: url(../gblmaster/img/arrow-btn.svg);
}
.CTA-list li a h3 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin: 0;
  font-family: var(--font-title);
  color: #006f90;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: white;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .CTA-list li a h3 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .CTA-list li a h3 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}

.itemList {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .itemList {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.itemList .view-mode-affiche img,
.itemList .view-mode-campagne img {
  margin: 0 auto;
  height: 356px;
  object-fit: contain;
}
.itemList .view-mode-affiche .download,
.itemList .view-mode-campagne .download {
  padding: 0.9rem 3rem;
}
.itemList .view-mode-affiche footer,
.itemList .view-mode-campagne footer {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-flow: row wrap;
  margin-top: 2rem;
}
.itemList .view-mode-affiche footer .btn,
.itemList .view-mode-campagne footer .btn {
  margin-bottom: 1rem;
}
.itemList .view-mode-affiche {
  padding: 2rem 4rem;
  flex: 0 1 100%;
}
.itemList .view-mode-affiche .file-list {
  text-align: center;
}
@media (min-width: 768px) {
  .itemList .view-mode-affiche .file-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
  }
}
.itemList .view-mode-affiche .file-list > li {
  padding: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .itemList .view-mode-affiche .file-list > li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .itemList .view-mode-affiche .file-list > li {
    width: 33.333%;
  }
}
.itemList .view-mode-affiche .file-list h6 {
  text-align: center;
  margin-top: 2rem;
}
.itemList .view-mode-affiche .file-list a.btn {
  padding: 1rem 1.5rem 1rem 3rem;
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.6rem;
}
.itemList .view-mode-affiche .file-list a.btn:before {
  content: "d";
  font-family: "icomoon";
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  width: 2rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  transition: all 250ms ease-in-out;
}
.itemList .view-mode-affiche .file-list button.add_to_cart {
  padding: 1rem 1.5rem 1rem 3rem;
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.6rem;
}
.itemList .view-mode-affiche .file-list button.add_to_cart:before {
  content: "b";
  font-family: "icomoon";
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  width: 2rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  transition: all 250ms ease-in-out;
}
.itemList .view-mode-campagne {
  padding: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 480px) {
  .itemList .view-mode-campagne {
    flex: 0 1 50%;
  }
}
@media (min-width: 1200px) {
  .itemList .view-mode-campagne {
    flex: 0 1 33.333%;
  }
}

.view-mode-affiche.ressources:nth-child(odd) {
  background-color: #f7f1eb;
}

@media (min-width: 768px) {
  body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list {
    justify-content: space-between;
  }
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list a {
  display: block;
  color: white;
  padding: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  background: #f16869;
}
@media (min-width: 992px) {
  body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list a {
    padding: 5rem 3rem;
  }
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list a button {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  padding: 0;
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list a button:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.6rem;
  background-image: url(../gblmaster/img/arrow-btn-blue.svg);
  background-repeat: no-repeat;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.4rem);
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list a button svg {
  transform: rotate(45deg);
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list a button svg circle {
  fill: transparent;
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 260;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list a button circle:hover {
  stroke-dashoffset: 120;
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list a button:before {
  background-image: url(../gblmaster/img/arrow-btn.svg);
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list a:hover button svg circle {
  stroke-dashoffset: 120;
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz {
  height: auto;
  margin-bottom: 3rem;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz {
    width: 50%;
    padding: 0 1rem 0 0;
  }
  body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz:nth-child(even) {
    padding: 0 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz {
    margin-bottom: 4rem;
    width: calc(33.333333% - 4rem);
  }
  body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz:nth-child(3n+1) {
    margin: 0 2rem 4rem 0;
  }
  body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz:nth-child(3n+2) {
    margin: 4rem 2rem 0;
  }
  body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz:nth-child(3n+3) {
    margin: 0 0 4rem 2rem;
  }
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz h3 {
  color: white;
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  margin: 0;
  font-family: var(--font-title);
  font-weight: 300;
  letter-spacing: 0.1rem;
}
@media (min-width: 992px) {
  body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz h3 {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz h3 {
    padding: 0 4rem;
  }
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz h3 span {
  background: white;
  display: inline-block;
  color: #006f90;
}
body:not(.page-template-plugin-page-testimonial):not(.page-template-page-news) .quizz-list .quizz time {
  margin: 1rem auto;
}

body.page-template-form-create .intro {
  display: grid;
  gap: 3rem;
  align-items: start;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  body.page-template-form-create .intro {
    gap: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  body.page-template-form-create .intro {
    grid-template-columns: 55% 1fr;
    gap: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  body.page-template-form-create .intro {
    gap: 8rem;
    margin-bottom: 8rem;
  }
}
body.page-template-form-create .intro .right {
  background: #f7f1eb;
  padding: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  body.page-template-form-create .intro .right {
    padding: 4rem;
  }
}
@media (min-width: 1600px) {
  body.page-template-form-create .intro .right {
    padding: 6rem;
  }
}
body.page-template-form-create .intro .right h2 {
  margin-top: 0;
}
body.page-template-form-create .intro .right ul {
  margin: 0;
  padding: 0;
}
body.page-template-form-create .intro .right ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.page-template-form-create .intro .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5rem;
}
body.page-template-form-create .intro .right ul li {
  padding: 0.5rem;
}
body.page-template-form-create .intro .right ul li .btn {
  margin: 0;
}
body.page-template-form-create .section-infos {
  display: grid;
  gap: 3rem;
  margin-bottom: 3rem;
  grid-template-columns: 100%;
}
@media (min-width: 992px) {
  body.page-template-form-create .section-infos {
    gap: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  body.page-template-form-create .section-infos {
    grid-template-columns: 50% 50%;
    gap: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  body.page-template-form-create .section-infos {
    grid-template-columns: 1fr 55%;
    gap: 8rem;
    margin-bottom: 8rem;
  }
}
body.page-template-form-create .section-infos .left-col {
  background: #f7f1eb;
  padding: 2rem;
  position: relative;
}
body.page-template-form-create .section-infos .left-col:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-family: "icomoon";
  content: "8";
  font-size: 7rem;
  color: #66c6b7;
  position: absolute;
  top: -2rem;
  left: 4rem;
}
@media (min-width: 992px) {
  body.page-template-form-create .section-infos .left-col {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1600px) {
  body.page-template-form-create .section-infos .left-col {
    padding: 6rem;
  }
}
body.page-template-form-create .section-infos .left-col h2 {
  margin-top: 0;
  text-align: center;
  position: relative;
}
body.page-template-form-create .section-infos .left-col h2:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-family: "icomoon";
  content: "2";
  font-size: 2.8rem;
  background: white;
  color: #006f90;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-template-form-create .section-infos .left-col .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-template-form-create .section-infos .left-col .wrapper ul {
    flex: 0 0 45%;
    margin-top: 0;
    max-width: none;
  }
  body.page-template-form-create .section-infos .left-col .wrapper ul + ul {
    margin-top: 0;
  }
}
body.page-template-form-create .section-infos .left-col ul {
  margin: 0;
  padding: 0;
}
body.page-template-form-create .section-infos .left-col ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.page-template-form-create .section-infos .left-col ul {
  margin: 0 auto;
  display: table;
  width: 100%;
  max-width: 45rem;
}
body.page-template-form-create .section-infos .left-col ul + ul {
  margin-top: 2rem;
}
body.page-template-form-create .section-infos .left-col ul:first-child li:nth-child(2):before {
  content: "e";
  background: #7f77b7;
}
body.page-template-form-create .section-infos .left-col ul:first-child li:nth-child(3):before {
  content: "f";
  background: #fdb515;
}
body.page-template-form-create .section-infos .left-col ul:first-child li:nth-child(4):before {
  content: "d";
  background: #f16869;
}
body.page-template-form-create .section-infos .left-col ul:nth-child(2) li:nth-child(2):before {
  content: "d";
  background: #f16869;
}
body.page-template-form-create .section-infos .left-col ul li {
  position: relative;
}
body.page-template-form-create .section-infos .left-col ul li:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-family: "icomoon";
  font-size: 2.3rem;
  color: white;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-form-create .section-infos .left-col ul li + li {
  margin-top: 1rem;
}
body.page-template-form-create .section-infos .left-col ul li.sub {
  text-transform: uppercase;
  color: #006f90;
  font-family: var(--font-title);
  font-size: 19px;
}
@media (min-width: 1200px) {
  body.page-template-form-create .section-infos .left-col ul li.sub {
    padding-left: 7rem;
  }
}
body.page-template-form-create .section-infos .left-col ul li.sub strong {
  font-weight: 400;
}
body.page-template-form-create .section-infos .left-col ul li:not(.sub) {
  padding: 1.4rem 0 1rem 7rem;
  font-weight: bold;
  min-height: 5rem;
}
body.page-template-form-create .section-infos .left-col ul li a {
  color: #363636;
  text-decoration: underline;
}
@media (hover: hover) {
  body.page-template-form-create .section-infos .left-col ul li a:hover {
    text-decoration: none;
  }
}
body.page-template-form-create .section-infos .left-col p.sub {
  position: relative;
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  color: #006f90;
}
body.page-template-form-create .section-infos .left-col p.sub strong {
  font-weight: 400;
  font-family: var(--font-title);
  font-size: 19px;
}
@media (min-width: 992px) {
  body.page-template-form-create .section-infos .right-col {
    display: flex;
    flex-direction: column;
  }
}
body.page-template-form-create .section-infos .slider-posters {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  body.page-template-form-create .section-infos .slider-posters {
    padding: 0 4rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  body.page-template-form-create .section-infos .slider-posters {
    padding: 0 6rem;
  }
}
body.page-template-form-create .section-infos .slider-posters .owl-nav {
  display: none;
}
body.page-template-form-create .section-infos .slider-posters .owl-dot {
  background: white;
  opacity: 0.3;
  border: 0;
}
body.page-template-form-create .section-infos .slider-posters .owl-dot.active {
  opacity: 1;
}
@media (min-width: 1200px) {
  body.page-template-form-create .section-infos .slider-posters figure {
    max-height: 34rem;
  }
}
body.page-template-form-create .section-infos .slider-posters figure img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-position: center;
}
@media (min-width: 1200px) {
  body.page-template-form-create .section-infos .slider-posters figure img {
    max-height: 34rem;
  }
}
body.page-template-form-create .section-infos a.bigbtn {
  padding: 4rem 2rem 2rem 2rem;
  background: #66c6b7;
  text-align: center;
  color: white;
  display: block;
  position: relative;
}
body.page-template-form-create .section-infos a.bigbtn:before {
  content: "";
  height: 15rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #66c6b7;
  z-index: -1;
}
@media (min-width: 1200px) {
  body.page-template-form-create .section-infos a.bigbtn {
    padding: 4rem 6rem;
  }
}
body.page-template-form-create .section-infos a.bigbtn button {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  padding: 0;
}
body.page-template-form-create .section-infos a.bigbtn button:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.6rem;
  background-image: url(../gblmaster/img/arrow-btn-blue.svg);
  background-repeat: no-repeat;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.4rem);
}
body.page-template-form-create .section-infos a.bigbtn button svg {
  transform: rotate(45deg);
}
body.page-template-form-create .section-infos a.bigbtn button svg circle {
  fill: transparent;
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 260;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
body.page-template-form-create .section-infos a.bigbtn button circle:hover {
  stroke-dashoffset: 120;
}
body.page-template-form-create .section-infos a.bigbtn button {
  margin: 0 auto;
  display: block;
}
body.page-template-form-create .section-infos a.bigbtn button:before {
  background-image: url(../gblmaster/img/arrow-btn.svg);
}
body.page-template-form-create .section-infos a.bigbtn:hover button svg circle {
  stroke-dashoffset: 120;
}
body.page-template-form-create .section-infos a.bigbtn span {
  text-align: center;
  font-family: var(--font-title);
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  body.page-template-form-create .section-infos a.bigbtn span {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 4rem;
  }
}
body.page-template-form-create .form-poster {
  display: grid;
  gap: 3rem;
  align-items: start;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  body.page-template-form-create .form-poster {
    gap: 4rem;
    margin-bottom: 4rem;
    grid-template-columns: 55% 30rem;
  }
}
@media (min-width: 1200px) {
  body.page-template-form-create .form-poster {
    gap: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  body.page-template-form-create .form-poster {
    grid-template-columns: 70% 30rem;
  }
}
@media (min-width: 1600px) {
  body.page-template-form-create .form-poster {
    gap: 4rem;
    margin-bottom: 8rem;
    grid-template-columns: 55% 40rem;
    margin-left: 8rem;
  }
}
body.page-template-form-create .form-poster h2 {
  font-family: var(--font-body);
  color: white;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 4rem;
}
@media (max-width: 991.98px) {
  body.page-template-form-create .form-poster h2 {
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  body.page-template-form-create .form-poster h2 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}
body.page-template-form-create .form-poster h2 span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.2) 50%);
  display: inline;
  font-family: var(--font-body);
  color: white;
}
body.page-template-form-create .preview-wrapper {
  width: 25rem;
  height: 31.3rem;
  position: relative;
  margin: 0 auto;
}
body.page-template-form-create .preview-wrapper:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-family: "icomoon";
  content: "8";
  font-size: 11rem;
  color: #66c6b7;
  position: absolute;
  bottom: -6rem;
  right: 6rem;
  z-index: -1;
  transform: rotate(-80deg);
}
@media (min-width: 480px) {
  body.page-template-form-create .preview-wrapper {
    width: 45rem;
    height: 56.3rem;
  }
}
@media (min-width: 992px) {
  body.page-template-form-create .preview-wrapper {
    width: 30rem;
    height: 37.5rem;
    margin: 0;
    margin-top: 4rem;
    align-self: start;
  }
}
@media (min-width: 1600px) {
  body.page-template-form-create .preview-wrapper {
    margin-top: 6rem;
    height: 56.3rem;
    width: 45rem;
  }
}
body.page-template-form-create .preview {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  transition: all 250ms ease-in-out;
  height: 100%;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  body.page-template-form-create .preview {
    position: sticky;
    top: 0;
  }
}
body.page-template-form-create .preview .logo {
  position: absolute;
  width: 20%;
  right: 3%;
  top: 3%;
}
body.page-template-form-create .preview .logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-position: center;
}
body.page-template-form-create .preview .selected-bubbles {
  height: 56%;
  position: relative;
  margin: 3%;
  width: 94%;
}
body.page-template-form-create .preview .bubble {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 250ms ease-in-out;
}
body.page-template-form-create .preview .bubble figure {
  transition: all 250ms ease-in-out;
  height: 100%;
  width: 100%;
}
body.page-template-form-create .preview .bubble p {
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  overflow: hidden;
  word-break: break-word;
  padding: 3%;
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
  transition: all 250ms ease-in-out;
}
body.page-template-form-create .preview .bubble.single-bubble figure {
  width: 72%;
  margin-left: 3%;
}
body.page-template-form-create .preview .bubble.single-bubble .first-text {
  width: 72%;
  height: 83%;
  left: 3%;
  top: 0;
}
body.page-template-form-create .preview .bubble.double-bubbles figure {
  width: 95%;
  margin: 0 auto;
}
body.page-template-form-create .preview .bubble.double-bubbles .first-text {
  top: 0;
  width: 60%;
  height: 45%;
  left: 3%;
}
body.page-template-form-create .preview .bubble.double-bubbles .second-text {
  top: 46%;
  right: 2%;
  width: 64%;
  height: 45%;
}
body.page-template-form-create .preview .selected-rabbit-box {
  height: 23%;
  margin-bottom: 3%;
  transition: all 250ms ease-in-out;
}
body.page-template-form-create .preview .selected-rabbit-box figure {
  margin: 0 auto;
  width: 90%;
  height: 100%;
}
body.page-template-form-create .preview .selected-rabbit-box figure img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
body.page-template-form-create .preview .selected-slogan-box {
  height: 12%;
  margin-bottom: 3%;
  transition: all 250ms ease-in-out;
}
body.page-template-form-create .preview .selected-slogan-box figure {
  margin: 0 auto;
  height: 100%;
  width: 93%;
}
body.page-template-form-create .preview .selected-slogan-box figure img {
  height: 100%;
  width: auto;
  margin: 0;
}
body.page-template-form-create .form {
  background: #006f90;
  padding: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  body.page-template-form-create .form:before {
    font-family: "icomoon";
    font-size: 20px;
    line-height: 1;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-family: "icomoon";
    content: "7";
    color: #fdb515;
    position: absolute;
    z-index: 1;
    top: -3rem;
    right: -6rem;
    left: auto;
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  body.page-template-form-create .form:before {
    top: -4rem;
    right: -11rem;
    font-size: 7rem;
  }
}
body.page-template-form-create .form:after {
  content: "";
  display: block;
  position: absolute;
  background: #006f90;
  z-index: -1;
}
@media (max-width: 991.98px) {
  body.page-template-form-create .form:after {
    height: 15rem;
    width: 100%;
    left: 0;
    top: 100%;
  }
}
@media (min-width: 992px) {
  body.page-template-form-create .form:after {
    width: 20rem;
    height: 100%;
    top: 0;
    left: 100%;
  }
}
@media (min-width: 992px) {
  body.page-template-form-create .form {
    padding: 4rem 0 4rem 4rem;
    position: relative;
  }
}
@media (min-width: 1600px) {
  body.page-template-form-create .form {
    padding: 6rem 0 6rem 6rem;
  }
}
body.page-template-form-create form + form {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
@media (min-width: 992px) {
  body.page-template-form-create form + form {
    padding-top: 4rem;
    margin-top: 4rem;
  }
}
body.page-template-form-create form + form .checkbox {
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  body.page-template-form-create form .half-wrapper {
    display: flex;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 992px) {
  body.page-template-form-create form .half-wrapper .half-item {
    flex: 0 0 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
body.page-template-form-create form .form-item {
  margin-bottom: 2rem;
}
body.page-template-form-create form .checkbox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.page-template-form-create form .checkbox input {
  margin-right: 1rem;
  margin-top: 0.4rem;
  order: 1;
  border: 0;
}
body.page-template-form-create form .checkbox label {
  order: 2;
  margin-bottom: 0;
}
body.page-template-form-create form .checkbox p {
  order: 3;
  flex: 0 0 100%;
}
body.page-template-form-create form .form-flex {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
body.page-template-form-create form .form-flex > div {
  padding: 0.5rem;
}
body.page-template-form-create form .form-flex label {
  margin-bottom: 0;
}
body.page-template-form-create form em {
  color: white;
}
body.page-template-form-create form p, body.page-template-form-create form#posterInfos label,
body.page-template-form-create form .checkbox label,
body.page-template-form-create form input[type=checkbox] + label {
  color: white;
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}
body.page-template-form-create form p a, body.page-template-form-create form#posterInfos label a,
body.page-template-form-create form .checkbox label a,
body.page-template-form-create form input[type=checkbox] + label a {
  color: white;
  text-decoration: underline;
}
@media (hover: hover) {
  body.page-template-form-create form p a:hover, body.page-template-form-create form#posterInfos label a:hover,
  body.page-template-form-create form .checkbox label a:hover,
  body.page-template-form-create form input[type=checkbox] + label a:hover {
    text-decoration: none;
  }
}
body.page-template-form-create form p.small {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.1;
}
body.page-template-form-create form p.error {
  color: #ff9191;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 0.2rem;
}
body.page-template-form-create form#posterInfos .checkbox label {
  margin-bottom: 0;
}
body.page-template-form-create form input[type=text],
body.page-template-form-create form textarea,
body.page-template-form-create form input[type=email] {
  border-color: white;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
body.page-template-form-create form textarea {
  height: 10rem;
  width: 100%;
}
body.page-template-form-create form input[type=checkbox] + label::before {
  background: white;
  border: 0;
  height: 1.1rem;
  width: 1.1rem;
}
body.page-template-form-create form input[type=checkbox] + label:after {
  left: 0.3rem;
}
body.page-template-form-create form input[type=checkbox]:checked + label:after {
  border-color: #006f90;
}
body.page-template-form-create form input[type=checkbox]:checked + label:before {
  background: white;
  border: 0;
}
body.page-template-form-create form input[type=checkbox]:hover + label::before {
  background: white;
  border: 0;
}
body.page-template-form-create form {
  /* - Chrome ≤56,
  - Safari 5-10.0
  - iOS Safari 4.2-10.2
  - Opera 15-43
  - Opera Mobile 12-12.1
  - Android Browser 2.1-4.4.4
  - Samsung Internet ≤6.2
  - QQ Browser */
}
body.page-template-form-create form ::-webkit-input-placeholder {
  color: white;
}
body.page-template-form-create form {
  /* Firefox 4-18 */
}
body.page-template-form-create form :-moz-placeholder {
  color: white;
}
body.page-template-form-create form {
  /* Firefox 19-50 */
}
body.page-template-form-create form ::-moz-placeholder {
  color: white;
  opacity: 1;
}
body.page-template-form-create form {
  /* - Internet Explorer 10–11
  - Internet Explorer Mobile 10-11 */
}
body.page-template-form-create form :-ms-input-placeholder {
  color: white !important;
  font-size: 1.8rem !important;
}
body.page-template-form-create form {
  /* Edge (also supports ::-webkit-input-placeholder) */
}
body.page-template-form-create form ::-ms-input-placeholder {
  color: white;
}
body.page-template-form-create form {
  /* CSS Pseudo-Elements Level 4 Editor's Draft
  - Browsers not mentioned in vendor prefixes
  - Browser of newer versions than mentioned in vendor prefixes */
}
body.page-template-form-create form ::placeholder {
  color: white;
}
body.page-template-form-create form .bg-colors label {
  height: 4rem;
  width: 4rem;
  overflow: hidden;
  border-radius: 100%;
  border: solid 4px white;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}
body.page-template-form-create form .bg-colors label.active {
  border-color: #80ddcf;
}
body.page-template-form-create form .bg-colors label img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body.page-template-form-create form .rabbits label {
  height: 5.5rem;
  width: 5.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: white;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}
body.page-template-form-create form .rabbits label.active {
  background-color: #80ddcf;
}
body.page-template-form-create form .rabbits label img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body.page-template-form-create form .form-bubbles label {
  height: 3.3rem;
  width: 3.3rem;
  border-radius: 0.5rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms ease-in-out;
  color: #006f90;
  cursor: pointer;
}
body.page-template-form-create form .form-bubbles label.active {
  background-color: #80ddcf;
}
@media (min-width: 992px) {
  body.page-template-form-create form .bubble-text-first.half-item {
    transition: all 250ms ease-in-out;
    flex-grow: 1;
  }
}
body.page-template-form-create form .slogans label {
  height: 3.3rem;
  border-radius: 0.5rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms ease-in-out;
  color: #006f90;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  cursor: pointer;
}
body.page-template-form-create form .slogans label.active {
  background-color: #80ddcf;
}
body.page-template-form-create form .form-send {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 991.98px) {
  body.page-template-form-create form .form-send:after {
    font-family: "icomoon";
    font-size: 20px;
    line-height: 1;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-family: "icomoon";
    content: "7";
    color: #fdb515;
    position: absolute;
    z-index: 1;
    top: 3rem;
    right: 13rem;
    transform: rotate(180deg) scaleY(-1);
    font-size: 5rem;
  }
}

.page-template-vote #primary {
  background: #f7f1eb;
  position: relative;
}
@media (min-width: 992px) {
  .page-template-vote #primary:before {
    content: "";
    display: block;
    background: white;
    top: 0;
    position: absolute;
    width: 100%;
    height: 50rem;
  }
}
.page-template-vote .entry-header {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .page-template-vote .entry-header {
    margin-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-template-vote .entry-header {
    margin-top: 6rem;
  }
}
@media (min-width: 1600px) {
  .page-template-vote .entry-header {
    margin-top: 8rem;
  }
}
.page-template-vote .entry-content {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .page-template-vote .entry-content {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-template-vote .entry-content {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1600px) {
  .page-template-vote .entry-content {
    margin-bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .page-template-vote .posters-list {
    margin-right: -1rem;
    margin-left: -1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .page-template-vote .posters-list {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
.page-template-vote .posters-list article {
  padding: 0 1.5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-template-vote .posters-list article {
    margin: 0 auto 4rem auto;
    width: 100%;
    max-width: 40rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-template-vote .posters-list article {
    padding: 0 1rem;
    flex: 0 1 50%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .page-template-vote .posters-list article {
    padding: 0 1.5rem;
    flex: 0 1 33.33%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1600px) {
  .page-template-vote .posters-list article {
    flex: 0 1 25%;
  }
}
@media (min-width: 1921px) {
  .page-template-vote .posters-list article {
    flex: 0 1 20%;
  }
}
.page-template-vote .posters-list article figure img {
  margin: auto;
}
.page-template-vote .posters-list article p {
  margin-bottom: 0;
}
.page-template-vote .posters-list article footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.page-template-vote .posters-list article footer button {
  padding: 0;
  background: transparent;
  margin: 0;
  display: table;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.page-template-vote .posters-list article footer button:after {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-family: "icomoon";
  font-size: 1.8rem;
  color: #363636;
  display: table;
  transition: all 250ms ease-in-out;
}
@media (hover: hover) {
  .page-template-vote .posters-list article footer button.like:hover:after {
    color: #f16869;
  }
}
.page-template-vote .posters-list article footer button.like:after {
  content: "5";
}
.page-template-vote .posters-list article footer button.like.voted:after {
  content: "4";
  color: #f16869;
}
.page-template-vote .posters-list article .likes {
  display: flex;
  align-items: center;
}
.page-template-vote .posters-list article .likes p {
  margin-right: 1rem;
}

#fbmodal .modal-inner,
#instamodal .modal-inner,
#tiktokmodal .modal-inner {
  max-width: 78rem;
  text-align: center;
}
@media (min-width: 992px) {
  #fbmodal .modal-inner,
  #instamodal .modal-inner,
  #tiktokmodal .modal-inner {
    padding: 5rem;
  }
}
#fbmodal .modal-inner .close,
#instamodal .modal-inner .close,
#tiktokmodal .modal-inner .close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  display: block;
  height: 4rem;
  width: 4rem;
  background: #006f90;
  z-index: 20;
  transition: all 250ms ease-in-out;
  border-radius: 100%;
  padding: 0;
}
@media (min-width: 1200px) {
  #fbmodal .modal-inner .close:hover,
  #instamodal .modal-inner .close:hover,
  #tiktokmodal .modal-inner .close:hover {
    background: rgb(114.3, 164.7, 179.1);
  }
}
#fbmodal .modal-inner .close:before, #fbmodal .modal-inner .close:after,
#instamodal .modal-inner .close:before,
#instamodal .modal-inner .close:after,
#tiktokmodal .modal-inner .close:before,
#tiktokmodal .modal-inner .close:after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 1.5rem;
  background: white;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#fbmodal .modal-inner .close:before,
#instamodal .modal-inner .close:before,
#tiktokmodal .modal-inner .close:before {
  transform: rotate(45deg);
}
#fbmodal .modal-inner .close:after,
#instamodal .modal-inner .close:after,
#tiktokmodal .modal-inner .close:after {
  transform: rotate(-45deg);
}
#fbmodal .modal-inner .close span,
#instamodal .modal-inner .close span,
#tiktokmodal .modal-inner .close span {
  display: none;
}
#fbmodal .modal-inner p:last-of-type,
#instamodal .modal-inner p:last-of-type,
#tiktokmodal .modal-inner p:last-of-type {
  margin-bottom: 1rem;
}
#fbmodal .modal-inner .btn + h3,
#instamodal .modal-inner .btn + h3,
#tiktokmodal .modal-inner .btn + h3 {
  margin-top: 2rem;
}
#fbmodal footer,
#instamodal footer,
#tiktokmodal footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
#fbmodal footer a,
#instamodal footer a,
#tiktokmodal footer a {
  margin: 0.5rem;
}

.btn-dl {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative;
  margin: 0;
  transition: all 250ms ease-in-out;
}
@media (hover: hover) {
  .btn-dl:hover {
    opacity: 0.7;
  }
}
.btn-dl:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  background: #66c6b7;
  content: "d";
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  text-align: center;
  border-radius: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.btn-insta {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative;
  margin: 0;
  transition: all 250ms ease-in-out;
}
@media (hover: hover) {
  .btn-insta:hover {
    opacity: 0.7;
  }
}
.btn-insta:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  background: #e44463;
  content: "i";
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  text-align: center;
  border-radius: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.btn-facebook {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative;
  margin: 0;
  transition: all 250ms ease-in-out;
}
@media (hover: hover) {
  .btn-facebook:hover {
    opacity: 0.7;
  }
}
.btn-facebook:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  background: #2e89ff;
  content: "f";
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  text-align: center;
  border-radius: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.btn-tiktok {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative;
  margin: 0;
  transition: all 250ms ease-in-out;
}
@media (hover: hover) {
  .btn-tiktok:hover {
    opacity: 0.7;
  }
}
.btn-tiktok:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  background: black;
  font-family: "icomoon";
  content: "t";
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  text-align: center;
  border-radius: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.share-poster {
  display: flex;
  align-items: center;
}
.share-poster .h3 {
  font-family: var(--font-title);
  color: #006f90;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 300;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .share-poster .h3 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.share-poster .social__link-list {
  margin: 0;
  padding: 0;
}
.share-poster .social__link-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.share-poster .social__link-list {
  display: flex;
  align-items: flex-start;
}
.share-poster .social__link-list p.h3 {
  margin-bottom: 0.3rem;
}
.share-poster .social__link-list li a,
.share-poster .social__link-list li button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative;
  margin: 0;
  transition: all 250ms ease-in-out;
}
@media (hover: hover) {
  .share-poster .social__link-list li a:hover,
  .share-poster .social__link-list li button:hover {
    opacity: 0.7;
  }
}
.share-poster .social__link-list li a:before,
.share-poster .social__link-list li button:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  border-radius: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.share-poster .social__link-list li button {
  padding: 0;
  background: transparent;
}
.share-poster .social__link-list .facebook button:before {
  background: #2e89ff;
  content: "f";
}
.share-poster .social__link-list .instagram button:before {
  background: #e44463;
  content: "i";
}
.share-poster .social__link-list .tiktok button:before {
  background: black;
  content: "t";
  font-family: "icomoon";
}
.share-poster .social__link-list .download a:before {
  background: #66c6b7;
  content: "d";
  font-family: "icomoon";
}

.single-share {
  margin-top: 2rem;
}
.single-share .h3 {
  font-family: var(--font-title);
  color: #006f90;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 300;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .single-share .h3 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.single-share .social__link-list li + li {
  margin-left: 1rem;
}
.single-share .social__link-list li a,
.single-share .social__link-list li button {
  height: 3rem;
  width: 3rem;
}
.single-share .social__link-list li a:before,
.single-share .social__link-list li button:before {
  height: 3rem;
  width: 3rem;
}

.all-share p {
  margin-right: 1rem;
}
.all-share .social__link-list li + li {
  margin-left: 0.5rem;
}
.all-share .social__link-list li a,
.all-share .social__link-list li button {
  height: 2.4rem;
  width: 2.4rem;
}
.all-share .social__link-list li a:before,
.all-share .social__link-list li button:before {
  height: 2.4rem;
  width: 2.4rem;
  font-size: 1.2rem;
}

.single-gbl-poster #primary {
  background: #f7f1eb;
}
.single-gbl-poster .wrapper-affiche {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  padding-top: 2rem;
}
@media (max-width: 991.98px) {
  .single-gbl-poster .wrapper-affiche {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .single-gbl-poster .wrapper-affiche {
    justify-content: center;
    padding-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .single-gbl-poster .wrapper-affiche {
    margin-bottom: 6rem;
    padding-top: 6rem;
  }
}
@media (min-width: 1600px) {
  .single-gbl-poster .wrapper-affiche {
    margin-bottom: 8rem;
    padding-top: 8rem;
  }
}
.single-gbl-poster .wrapper-affiche figure {
  z-index: 1;
  position: relative;
  opacity: 1;
  max-width: 50rem;
}
.single-gbl-poster .wrapper-affiche img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  opacity: 1;
}
.single-gbl-poster .wrapper-affiche .right {
  background: white;
  padding: 4rem;
  position: relative;
}
@media (max-width: 479px) {
  .single-gbl-poster .wrapper-affiche .right {
    padding: 2rem;
  }
}
@media (max-width: 991.98px) {
  .single-gbl-poster .wrapper-affiche .right {
    width: 90%;
  }
  .single-gbl-poster .wrapper-affiche .right:after {
    content: "";
    width: 100%;
    background: white;
    height: 4rem;
    top: 100%;
    left: 0;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .single-gbl-poster .wrapper-affiche .right {
    max-width: 50%;
    order: 2;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .single-gbl-poster .wrapper-affiche .right {
    padding: 6rem;
  }
}
.single-gbl-poster .wrapper-affiche .right h1 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 2.6rem;
}
@media (max-width: 991.98px) {
  .single-gbl-poster .wrapper-affiche .right h1 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .single-gbl-poster .wrapper-affiche .right h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 991.98px) {
  .single-gbl-poster .wrapper-affiche .right .share-poster {
    justify-content: center;
  }
}
.single-gbl-poster .wrapper-affiche .right .btn {
  display: table;
  text-align: center;
}
@media (max-width: 991.98px) {
  .single-gbl-poster .wrapper-affiche .right .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .single-gbl-poster .wrapper-affiche .right .btn {
    margin-top: 2rem;
  }
}
.single-gbl-poster .wrapper-affiche .right .readmore {
  display: table;
  margin-top: 2rem;
  padding-bottom: 0;
  padding-left: 2rem;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .single-gbl-poster .wrapper-affiche .right .readmore {
    margin-left: auto;
    margin-right: auto;
  }
}
.single-gbl-poster .wrapper-affiche .right .readmore:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "a";
  font-size: 2.5rem;
  line-height: 1;
  background: transparent;
  height: auto;
  width: auto;
  display: inline-block;
  margin-right: 1rem;
  transform: scaleX(-1) translateY(-50%);
  bottom: auto;
  top: 50%;
  left: -0.5rem;
}
@media (hover: hover) {
  .single-gbl-poster .wrapper-affiche .right .readmore:hover {
    padding-left: 3rem;
  }
}

@media (min-width: 768px) {
  .info-content,
  .section-test_risque-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-flow: row wrap;
  }
}

.tools {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .tools {
    flex: 1 0 calc(33.333333% - 1rem);
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
.tools:first-child {
  background: #16a788;
}
.tools:first-child span {
  color: #16a788;
}
.tools:nth-child(2) {
  background: #006f90;
}
@media (min-width: 992px) {
  .tools:nth-child(2) {
    margin-top: 4rem;
    margin-bottom: -4rem;
  }
}
.tools:nth-child(3) {
  background: #f16869;
}
.tools:nth-child(3) span {
  color: #f16869;
}
.tools:nth-child(3n) {
  margin-right: 0;
}
.tools:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .tools > .fake-a,
  .tools > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.tools > .fake-a button,
.tools > a button {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  padding: 0;
}
.tools > .fake-a button:before,
.tools > a button:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.6rem;
  background-image: url(../gblmaster/img/arrow-btn-blue.svg);
  background-repeat: no-repeat;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.4rem);
}
.tools > .fake-a button svg,
.tools > a button svg {
  transform: rotate(45deg);
}
.tools > .fake-a button svg circle,
.tools > a button svg circle {
  fill: transparent;
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 260;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
.tools > .fake-a button circle:hover,
.tools > a button circle:hover {
  stroke-dashoffset: 120;
}
.tools > .fake-a button:before,
.tools > a button:before {
  background-image: url(../gblmaster/img/arrow-btn.svg);
}
.tools > .fake-a:hover button svg circle,
.tools > a:hover button svg circle {
  stroke-dashoffset: 120;
}
.tools > .fake-a .tools-content,
.tools > a .tools-content {
  color: white;
  padding: 2rem;
}
@media (min-width: 768px) {
  .tools > .fake-a .tools-content,
  .tools > a .tools-content {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .tools > .fake-a .tools-content,
  .tools > a .tools-content {
    padding: 6rem;
  }
}
.tools > .fake-a h3,
.tools > a h3 {
  color: white;
}
@media (min-width: 1600px) {
  .tools > .fake-a h3,
  .tools > a h3 {
    padding: 0 4rem;
    margin-bottom: 1rem;
  }
}

.section-test_risque-cta > div:not(.tools) {
  flex: 0 0 100%;
  margin-top: 6rem;
}

@media (min-width: 992px) {
  .questions {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .questions .block-inner-content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .questions .block-inner-content {
    padding: 0 6rem;
  }
}
@media (min-width: 1600px) {
  .questions .block-inner-content {
    padding: 0 9rem;
  }
}
.questions .block-inner-content .view-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #c3c3c3;
  position: relative;
}
.questions .block-inner-content .view-more:last-of-type {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 2rem;
}
.questions .block-inner-content .view-more a {
  display: block;
  padding: 2rem 6rem 2rem 0;
}
.questions .block-inner-content .view-more a button {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
}
.questions .block-inner-content .view-more a button:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.6rem;
  background-image: url(../gblmaster/img/arrow-btn-blue.svg);
  background-repeat: no-repeat;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.3rem);
}
.questions .block-inner-content .view-more a button svg {
  transform: rotate(45deg);
}
.questions .block-inner-content .view-more a button svg circle {
  fill: transparent;
  stroke: #006f90;
  stroke-width: 3;
  stroke-dasharray: 190;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
.questions .block-inner-content .view-more a button {
  position: absolute;
  right: 0;
  top: calc(50% - 2.5rem);
}
.questions .block-inner-content .view-more a:hover button svg circle {
  stroke-dashoffset: 120;
}
.questions .more-questions {
  display: none;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .questions .more-questions {
    display: block;
    width: 50%;
    padding: 0 6rem;
  }
}
@media (min-width: 1200px) {
  .questions .more-questions {
    padding: 0 9rem;
  }
}
@media (min-width: 1600px) {
  .questions .more-questions {
    padding: 0 12rem;
  }
}
.questions .more-questions:after {
  content: "";
  position: absolute;
  display: block;
  width: 56rem;
  height: 32rem;
  background-image: url(../gblmaster/img/shape_1.svg);
  background-repeat: no-repeat;
  top: -6rem;
  right: -45rem;
}
.questions .more-questions h3 {
  font-size: 2.4rem;
}
.questions .more-questions .roundPicto {
  background-color: #f7f1eb;
}

.news-hp {
  position: relative;
  z-index: 1;
}
.news-hp:after {
  content: "";
  background: #006f90;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -2;
}
@media (min-width: 1200px) {
  .news-hp:before {
    content: "";
    background: white;
    position: absolute;
    height: 100%;
    width: 15rem;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media (min-width: 1600px) {
  .news-hp:before {
    width: 18rem;
  }
}
@media (max-width: 767.98px) {
  .news-hp .socialfeed {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .news-hp .socialfeed {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .news-hp .socialfeed h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .news-hp .socialfeed h2 {
    margin-bottom: 0;
  }
}
.news-hp .socialfeed h2 span {
  color: white;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 60%, rgba(255, 255, 255, 0.2) 0);
}
@media (min-width: 1200px) {
  .news-hp .socialfeed h2 span {
    margin-left: 22rem;
  }
}
.news-hp button {
  display: inline-block;
  position: relative;
  padding: 2rem 0 2rem 2rem;
  font-family: var(--font-title);
  color: white;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.1rem;
  background: transparent;
  width: auto;
  height: auto;
}
.news-hp button svg {
  position: absolute;
  transform: rotate(45deg);
  left: -0.2rem;
  bottom: 0;
  width: 5rem;
}
.news-hp button svg circle {
  fill: transparent;
  stroke: #fdb515;
  stroke-width: 3;
  stroke-dasharray: 190;
  stroke-dashoffset: 200;
  transition: all 0.3s linear;
}
.news-hp button:hover circle, .news-hp button:focus circle {
  stroke-dashoffset: 130;
}
.news-hp button .active circle {
  stroke-dashoffset: 130;
}
.news-hp button {
  border: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .news-hp button {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .news-hp button {
    margin-bottom: 0;
  }
}
.news-hp button:before {
  display: none;
}
.news-hp button.active circle {
  stroke-dashoffset: 120;
}
@media (min-width: 992px) {
  .news-hp button {
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .news-hp button + .btn {
    margin-left: 1rem;
  }
}
.news-hp button svg circle {
  stroke: #66c6b7;
}
@media (max-width: 767.98px) {
  .news-hp .btn {
    margin-left: 1rem;
  }
}
.news-hp .contentarticle {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (max-width: 767.98px) {
  .news-hp .contentarticle {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .news-hp .contentarticle {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .news-hp .contentarticle.owl-carousel.owl-loaded {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .news-hp .contentarticle .owl-stage-outer {
    order: 2;
  }
}
.news-hp .contentarticle .item-news {
  padding: 0 1.5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .news-hp .contentarticle .item-news {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-hp .contentarticle .item-news {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}
.news-hp .contentarticle .item-news:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  background: white;
}
@media (max-width: 991.98px) {
  .news-hp .contentarticle .item-news:before {
    left: 1rem;
    right: 1rem;
  }
}
.news-hp .contentarticle .item-news a {
  z-index: 1;
  position: relative;
}
@media (max-width: 767.98px) {
  .news-hp .contentarticle .owl-nav {
    position: relative;
    top: auto;
    order: 1;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .news-hp .contentarticle .owl-nav button {
    padding: 2rem;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    width: 5rem;
    height: 5rem;
    padding: 0;
  }
  .news-hp .contentarticle .owl-nav button:before {
    content: "";
    position: absolute;
    display: block;
    width: 1rem;
    height: 1.6rem;
    background-image: url(../gblmaster/img/arrow-btn-blue.svg);
    background-repeat: no-repeat;
    top: calc(50% - 0.8rem);
    left: calc(50% - 0.4rem);
  }
  .news-hp .contentarticle .owl-nav button svg {
    transform: rotate(45deg);
  }
  .news-hp .contentarticle .owl-nav button svg circle {
    fill: transparent;
    stroke: white;
    stroke-width: 3;
    stroke-dasharray: 260;
    stroke-dashoffset: 200;
    transition: all 0.3s linear;
  }
  .news-hp .contentarticle .owl-nav button circle:hover {
    stroke-dashoffset: 120;
  }
  .news-hp .contentarticle .owl-nav button:before {
    background-image: url(../gblmaster/img/arrow-btn.svg);
  }
  .news-hp .contentarticle .owl-nav button.owl-prev {
    left: 0;
    transform: rotate(180deg);
  }
  .news-hp .contentarticle .owl-nav button.owl-next {
    right: 0;
  }
}
.news-hp #sb_instagram #sbi_images {
  gap: 3rem !important;
  padding: 0;
}
@media (max-width: 767.98px) {
  .news-hp #sb_instagram #sbi_images {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .news-hp #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.news-hp #sb_instagram #sbi_images .sbi_item {
  padding: 0;
  position: relative;
  min-height: 20rem;
}
.news-hp #sb_instagram #sbi_images .sbi_item:before {
  position: absolute;
  display: flex;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  z-index: 2;
  left: 4.5rem;
  bottom: 3rem;
  color: white;
  justify-content: center;
  align-items: center;
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "i";
  background: #66c6b7;
}
@media (max-width: 767.98px) {
  .news-hp #sb_instagram #sbi_images .sbi_item {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .news-hp #sb_instagram #sbi_images .sbi_item {
    min-height: 28rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .news-hp #sb_instagram #sbi_images .sbi_item {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .news-hp #sb_instagram #sbi_images .sbi_item:nth-child(even) {
    margin-top: 3rem !important;
    margin-bottom: -3rem !important;
  }
}
.news-hp #sb_instagram #sbi_images .sbi_item .sbi_photo img {
  height: auto;
}
.news-hp .sb_tiktok {
  width: 100%;
}
.news-hp .sb_tiktok .sb-grid-wrapper {
  gap: 3rem !important;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .news-hp .sb_tiktok .sb-grid-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767.98px) {
  .news-hp .sb_tiktok #sb-tiktok-feeds-container-1 .sb-grid-wrapper {
    display: block !important;
  }
}
.news-hp .sb_tiktok #sb-tiktok-feeds-container-1 .sb-post-item-wrap {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .news-hp .sb_tiktok #sb-tiktok-feeds-container-1 .sb-post-item-wrap:nth-child(even) {
    margin-top: 3rem !important;
    margin-bottom: -3rem !important;
  }
}
.news-hp .sb_tiktok #sb-tiktok-feeds-container-1 .sb-post-item-image-wrap {
  border-radius: 0 !important;
  min-height: 20rem;
}
@media (min-width: 768px) {
  .news-hp .sb_tiktok #sb-tiktok-feeds-container-1 .sb-post-item-image-wrap {
    min-height: 28rem;
  }
}
.news-hp .sb_tiktok #sb-tiktok-feeds-container-1 .sb-post-item-image-wrap:before {
  position: absolute;
  display: flex;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  z-index: 2;
  left: 3rem;
  bottom: 3rem;
  color: white;
  justify-content: center;
  align-items: center;
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-family: "icomoon";
  content: "t";
  background: #7f77b7;
}
.news-hp .sb_tiktok #sb-tiktok-feeds-container-1 .sb-post-item-play.sb-no-meta {
  right: 2rem;
  top: 2rem;
  bottom: auto;
  left: auto;
}

.about-hp {
  background: #f7f1eb;
}
@media (min-width: 992px) {
  .about-hp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.about-hp .aboutus {
  display: none;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .about-hp .aboutus {
    display: block;
  }
}
@media (min-width: 992px) {
  .about-hp .aboutus {
    width: 50%;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .about-hp .aboutus {
    padding: 0 6rem;
  }
}
@media (min-width: 1600px) {
  .about-hp .aboutus {
    padding: 0 9rem;
  }
}
.about-hp .aboutus .btn:last-child {
  margin-left: 1rem;
}
.about-hp .key-figures h3 {
  width: 100%;
  font-size: 2.4rem;
}
.about-hp .key-figures {
  text-align: center;
}
@media (min-width: 480px) {
  .about-hp .key-figures {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .about-hp .key-figures {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .about-hp .key-figures {
    padding: 0 6rem;
  }
}
.about-hp .key-figures .item {
  margin: 0 2rem 2rem;
  color: #006f90;
}
.about-hp .key-figures .item:first-child .hp-picto {
  background: transparent url(../gblmaster/img/screening-hp.svg) no-repeat;
}
@media (min-width: 480px) {
  .about-hp .key-figures .item {
    width: calc(50% - 4rem);
  }
}
@media (min-width: 768px) {
  .about-hp .key-figures .item {
    width: calc(33.333% - 6rem);
    margin: 0 2rem 3rem;
  }
  .about-hp .key-figures .item:nth-child(3) {
    margin-top: 4rem;
  }
}
.about-hp .key-figures .item span {
  font-family: var(--font-title);
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 0 2rem;
}
@media (min-width: 480px) {
  .about-hp .key-figures .item span {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 992px) {
  .learn-more-hp .info-content {
    align-items: inherit;
  }
}
.learn-more-hp .info-content .tools {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.learn-more-hp .info-content .tools:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .learn-more-hp .info-content .tools {
    margin: 0;
  }
}
.learn-more-hp .info-content .tools:first-child:after {
  background: linear-gradient(to top left, rgba(133.4, 125.8, 186.6, 0.85), #7f77b7);
}
.learn-more-hp .info-content .tools:nth-child(2):after {
  background: linear-gradient(to top left, rgba(255, 201, 41, 0.85), #fdb515);
}
.learn-more-hp .info-content .tools:nth-child(3):after {
  background: linear-gradient(to top left, rgba(122, 218, 203, 0.85), #66c6b7);
}
.learn-more-hp .info-content .tools:nth-child(3) span {
  color: #006f90;
}
.learn-more-hp .info-content .tools h3,
.learn-more-hp .info-content .tools p,
.learn-more-hp .info-content .tools a {
  position: relative;
  z-index: 2;
}

.newsletter-hp .bloc-content {
  position: relative;
}
@media (min-width: 992px) {
  .newsletter-hp .bloc-content .newsletter-content {
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .newsletter-hp .bloc-content:before {
    content: "";
    position: absolute;
    display: block;
    width: 56rem;
    height: 32rem;
    background-image: url(../gblmaster/img/shape_2.svg);
    background-repeat: no-repeat;
    bottom: -6rem;
    right: 65%;
    z-index: 2;
  }
}
.newsletter-hp .bloc-content .inner-bloc-content {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .newsletter-hp .bloc-content .inner-bloc-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.newsletter-hp .bloc-content .content__gdpr {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.newsletter-hp .bloc-content .content__gdpr label {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .newsletter-hp .newsletter-form {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .newsletter-hp .newsletter-form {
    width: 50%;
  }
}
.newsletter-hp .newsletter-content p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .newsletter-hp .newsletter-content {
    width: calc(50% - 15rem);
  }
}
.newsletter-hp figure {
  padding-right: 3rem;
  width: 15rem;
  display: none;
}
@media (min-width: 992px) {
  .newsletter-hp figure {
    display: block;
  }
}

.page-template-homepage .slider-hp {
  position: relative;
  background-color: #f7f1eb;
}
@media (min-width: 768px) {
  .page-template-homepage .slider-hp {
    padding: 4rem 0;
  }
}
.page-template-homepage .slider-hp:after, .page-template-homepage .slider-hp:before {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  height: 100%;
  top: 0;
}
.page-template-homepage .slider-hp:before {
  left: 0;
  width: 3rem;
}
@media (min-width: 992px) {
  .page-template-homepage .slider-hp:before {
    width: 6rem;
  }
}
.page-template-homepage .slider-hp:after {
  right: 0;
  width: 3rem;
}
@media (min-width: 992px) {
  .page-template-homepage .slider-hp:after {
    width: 6rem;
  }
}
.page-template-homepage .slider-container {
  position: relative;
  overflow: hidden;
  padding: 0 3rem;
}
@media (min-width: 768px) {
  .page-template-homepage .slider-container {
    width: 100%;
    padding: 0 10%;
  }
}
@media (min-width: 1200px) {
  .page-template-homepage .slider-container {
    padding: 0 20%;
  }
}
@media (min-width: 1200px) {
  .page-template-homepage .slider-container:before, .page-template-homepage .slider-container:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #f7f1eb;
    z-index: 1;
    width: 12%;
    height: 100%;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-homepage .slider-container:before {
    left: 8%;
  }
}
@media (min-width: 1200px) {
  .page-template-homepage .slider-container:after {
    right: 8%;
  }
}
.page-template-homepage .owl-carousel .owl-stage-outer {
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}
@media (min-width: 1200px) {
  .page-template-homepage .owl-carousel .owl-stage-outer:after {
    content: "";
    position: absolute;
    background: transparent url(../gblmaster/img/shape_3.svg) no-repeat;
    width: 54%;
    height: 100%;
    bottom: -60%;
    left: 80%;
    pointer-events: none;
  }
}
.page-template-homepage .owl-item figure {
  z-index: -1;
  position: relative;
}
.page-template-homepage .owl-item figure .size-slider_desktop {
  display: none;
}
.page-template-homepage .owl-item figure .size-slider_mobile {
  display: block;
}
@media (min-width: 768px) {
  .page-template-homepage .owl-item figure .size-slider_desktop {
    display: block;
  }
  .page-template-homepage .owl-item figure .size-slider_mobile {
    display: none;
  }
}
.page-template-homepage .owl-item:not(.active) {
  opacity: 0.2;
}
.page-template-homepage .owl-item:not(.active) .slider-content {
  display: none;
}
.page-template-homepage .views-element-container > .bg-img {
  z-index: -1;
  height: 30rem;
}
@media (min-width: 768px) {
  .page-template-homepage .views-element-container > .bg-img {
    height: 40rem;
  }
}
@media (min-width: 1200px) {
  .page-template-homepage .views-element-container > .bg-img {
    height: 50rem;
  }
}
.page-template-homepage .slider-content {
  background: #f7f1eb;
  padding: 2rem;
  margin-bottom: 0;
  z-index: 1;
}
.page-template-homepage .slider-content h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-template-homepage .slider-content {
    padding: 3rem 3rem 0 0;
  }
}
@media (min-width: 992px) {
  .page-template-homepage .slider-content h2 {
    margin-bottom: 1rem;
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media (min-width: 1200px) {
  .page-template-homepage .slider-content {
    margin-top: -4rem;
    width: 80%;
  }
}
.page-template-homepage .owl-nav button {
  position: absolute;
  top: 5rem;
  z-index: 10;
}
@media (min-width: 480px) {
  .page-template-homepage .owl-nav button {
    top: 10rem;
  }
}
@media (min-width: 768px) {
  .page-template-homepage .owl-nav button {
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-template-homepage .owl-nav button.owl-prev {
  left: 4rem;
}
@media (min-width: 768px) {
  .page-template-homepage .owl-nav button.owl-prev {
    left: calc(14% - 2.5rem);
  }
}
.page-template-homepage .owl-nav button.owl-next {
  right: 4rem;
}
@media (min-width: 768px) {
  .page-template-homepage .owl-nav button.owl-next {
    right: calc(14% - 2.5rem);
  }
}

.slider-hp.section-slider figure.slidervideoPlay + .slider-content {
  position: relative;
}
.slider-hp.section-slider figure.slidervideoPlay {
  z-index: 0;
}
.slider-hp.section-slider figure.slidervideoPlay iframe {
  display: none;
}
.slider-hp.section-slider figure.slidervideoPlay span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  display: block;
  height: 8rem;
  width: 8rem;
  border-radius: 8rem;
  background-color: #006f90;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.slider-hp.section-slider figure.slidervideoPlay span:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 1.2rem 0 1.2rem 1.6rem;
}
.slider-hp.section-slider figure.slidervideoPlay.playing iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.slider-hp.section-slider figure.slidervideoPlay.playing + .slider-content {
  opacity: 0;
  pointer-events: none;
}
.slider-hp.section-slider .slidervideoPlay {
  cursor: pointer;
}

.mce_inline_error + span {
  color: red;
}

.wrapper-input.field-mandatory-error label {
  color: red !important;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #header-main,
  #footer-main,
  video,
  audio,
  .embed-container {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */