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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus, li:focus {
  outline: none !important;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
body .shiftnav li.menu-item.shiftnav-sub-shift .shiftnav-submenu-activation {
  max-width: none;
  left: 0;
  right: 0;
  width: 100% !important;
  text-align: right;
}

body .shiftnav .shiftnav-submenu-activation i.fa {
  left: auto;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.ubermenu-target:focus {
  outline: inherit !important;
}

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

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


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

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

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

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

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

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

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

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

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

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

.widget select {
  max-width: 100%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}


@font-face {
  font-family: 'Geometria-Bold';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/Geometria-Bold.woff') format('woff');
  
}


@font-face {
  font-family: 'Geometria-ExtraBold';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/Geometria-ExtraBold.woff') format('woff');
  
}

@font-face {
  font-family: 'Geometria-Medium';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/Geometria-Medium.woff') format('woff');
}


a {
  text-decoration: none;
}

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

header .navbar {
  background: #535D62;
  justify-content: flex-end;
  padding: 10px 50px;
  
}

header .navbar a,
header .navbar p {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}

header .navbar .social img {
  max-height: 17px;
  margin-top: -3px;
  margin-top: -3px;
  min-height: 15px;
  
}

header .navbar .social a:first-child img {
  margin-right: 7px;
}

header .tel img {
  max-height: 20px;
  margin-right: 5px;
  margin-top: -3px;
  min-height: 20px;
}

header .tel,
header .horraire {
  margin-right: 20px;
}

header .horraire img {
  max-height: 20px;
  margin-right: 15px;
  margin-top: -3px;
  min-height: 20px;
}

.container-logo {
  text-align: center;
}

.logo {
  max-width: 170px;
  padding: 25px 0;
  min-height: 170px;
}

.container-menu {
  display: flex;
  align-items: center;
}

.ubermenu-target b {
  font-weight: 500 !important;
}

.ubermenu-target {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  padding: 12px 13px !important;
  color: #535D62 !important;
  font-family: 'Spartan', sans-serif;
}

.ubermenu-current-menu-item .ubermenu-target,
.ubermenu-target:hover {
  font-weight: 900 !important;
  
}

.ubermenu-current-menu-item .ubermenu-target b,
.ubermenu-target:hover b {
  color: #3AAA35 !important;
  font-weight: 900 !important;
}

.col-slider {
}

.n2-ss-layer.n2-ow.col-slider:before {
  content: "" !important;
  position: absolute;
  width: 1000%;
  height: 1000%;
  background: red;
  display: block;
  top: 0%;
  right: -80px;
  transform: rotate(-204deg);
  background: #000000;
  opacity: 0.7;
}

.titre-slider div a {
  font-family: 'Geometria-Bold' !important;
}

.texte-slider p {
  font-family: 'Spartan', sans-serif !important;
}

.btn-slider a {
  background: transparent !important;
  border: solid 1px #fff !important;
  margin-top: 50px;
  font-family: 'Geometria-Bold' !important;
  font-size: 15px !important;
  
}

.btn-slider a:hover {
  background: white !important;
  border: none;
  color: black !important;
  
}

.btn-slider {
  width: 100%;
  text-align: right;
  
}


#n2-ss-2 .n2-bullet.n2-active {
  background: #fff !important;
}

#n2-ss-2 .n2-bullet {
  background: transparent !important;
  border: solid 1.2px #fff !important;
}

.bloc-titre {
  text-align: center;
}

.bloc-titre h1,
.bloc-titre h2 {
  font-family: 'Geometria-ExtraBold';
  text-transform: uppercase;
  color: #000000;
  
}

.background-top {
  position: relative;
}

.background-top:before {
  content: "";
  width: 250px;
  height: 250px;
  background-image: url(img/cadenas.svg);
  position: absolute;
  top: -90px;
  left: -55px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.container-perso {
  width: 60%;
  margin: 0 auto;
  max-width: 1000px;
}

.container-perso .bloc-img {
  padding: 20px;
  text-align: center;
}


.container-perso .bloc-img img {
  max-width: 170px !important;
  height: auto !important;
}

.container-perso .bloc-img h2 {
  font-family: 'Geometria-Bold' !important;
  font-size: 17px;
  color: #535D62;
}

.container-perso .bloc-img p {
  color: #000000;
  font-size: 13px;
}


.bloc-img .sow-image-container {
  display: flex;
  align-items: flex-end !important;
  justify-content: center;
}

#ubermenu-main-2-menu-1-2 ul li #last-item {
  font-family: 'Geometria-Bold' !important;
  color: #fff !important;
  background: #535D62 !important;
  position: relative;
  padding-right: 45px !important;
  margin-right: 35px;
  margin-left: 15px;
  font-size: 14px;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#ubermenu-main-2-menu-1-2 ul li #last-item:hover {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

#ubermenu-main-2-menu-1-2 ul #last-item:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(img/calendar.svg);
  display: inline-block;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.titre-bloc {
  margin-top: 50px;
  
  
}

.titre-bloc h2 {
  font-family: 'Geometria-Bold' !important;
  color: #535D62;
  font-size: 24px !important;
  display: inline-block;
  position: relative;
}

.titre-bloc h2:after {
  content: "";
  width: 50%;
  height: 3px;
  background: #3AAA35;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  
}

.bloc-salle {
  padding: 20px;
  position: relative;
}

.bloc-salle .sow-image-container img {
  width: 100% !important;
  height: 240px !important;
  object-fit: cover;
  
}

.bloc-salle .bloc-text {
  background: #EEF0F1;
  margin-top: -70px !important;
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}


.bloc-salle .bloc-text h3 {
  color: #000000;
  font-family: 'Geometria-Bold' !important;
  font-size: 16px;
}

.bloc-salle .bloc-text p {
  font-size: 13px;
  color: #000000;
  margin-bottom: 50px;
}

#salles {
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: center;
}

#salles .so-widget-sow-button a {
  background: transparent !important;
  border: none !important;
  color: #000000 !important;
  font-family: 'Spartan', sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  box-shadow: none !important;
}

#salles .so-widget-sow-button a .sow-icon-image {
  width: 15px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 7px;
  
}

.container-salle .panel-grid-cell:nth-child(3) .bloc-text,
.container-salle .panel-grid-cell:nth-child(1) .bloc-text {
  background: #3AAA35 !important;
}

.container-salle .panel-grid-cell:nth-child(4) .bloc-text {
  background: #535D62 !important;
  
}

.container-salle .panel-grid-cell:nth-child(3) .bloc-text h3,
.container-salle .panel-grid-cell:nth-child(3) .bloc-text p,
#salles .container-salle .panel-grid-cell:nth-child(3) .so-widget-sow-button a,
.container-salle .panel-grid-cell:nth-child(1) .bloc-text h3,
.container-salle .panel-grid-cell:nth-child(1) .bloc-text p,
#salles .container-salle .panel-grid-cell:nth-child(1) .so-widget-sow-button a {
  color: #fff !important;
}

.container-salle .panel-grid-cell:nth-child(4) .bloc-text h3,
.container-salle .panel-grid-cell:nth-child(4) .bloc-text p,
#salles .container-salle .panel-grid-cell:nth-child(4) .so-widget-sow-button a {
  color: #fff !important;
}


.bloc-text ul {
  display: flex;
  padding-left: 0;
  margin-left: 0;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.bloc-text ul li {
  display: block;
  margin: 5px;
}

#vr .col-left {
  background: #535D62;
  color: #fff;
  padding: 50px;
  padding-left: 100px;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.16);
  
}

.sa_hover_container {
  padding: 40px !important;
}

.sa_hover_container div {
  background: #EEF0F1;
  margin-top: -70px !important;
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}


.sa_hover_container img {
  width: 100% !important;
  height: 240px !important;
  object-fit: cover;
}

#salles {
  padding-bottom: 100px;
}

#vr .col-right {
  max-width: 750px;
  margin: 0 auto;
}

#slider_142 .owl-item:nth-child(2n+4) .sa_hover_container div {
  background: #3AAA35;
  color: #fff;
}


#slider_142 a {
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}


#slider_142 a:hover {
  text-decoration: none;
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.sa_hover_container div h3 {
  font-family: 'Geometria-Bold' !important;
  font-size: 17px;
  margin-bottom: 40px;
}

.sa_hover_container div p {
  font-size: 13px;
  
  margin-bottom: 50px;
}

#slider_142 .owl-item:nth-child(2n+4) .sa_hover_container div a {
  color: #fff !important;
}

.sa_hover_container div a {
  background: transparent !important;
  border: none !important;
  color: #000000 !important;
  font-family: 'Spartan', sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 25px;
  box-shadow: none !important;
  text-transform: uppercase;
}

.sa_hover_container div a:after {
  content: "";
  background-image: url(img/icon/btn-slider.png);
  width: 15px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 7px;
  display: inline-block;
}

#slider_142 .owl-item:nth-child(2n+4) .sa_hover_container div a:after {
  background-image: url(img/icon/btn-slider_blanc.png) !important;
}


#vr .sa_owl_theme .owl-nav {
  display: block !important;
}

@media (min-width: 1360px) {
  #vr .sa_owl_theme .owl-nav .owl-next {
    right: -30px;
  }
  
  #vr .sa_owl_theme .owl-nav .owl-prev {
    left: -30px;
  }
  
}

.container-perso .bloc-tarif {
  border: solid 2px #fff;
  text-align: center;
  color: #fff;
}

.container-perso .bloc-tarif p:first-child {
  font-weight: 700;
  position: relative;
  margin-top: 60px;
  font-size: 15px;
}

.container-perso .bloc-tarif p:first-child:before {
  top: -70%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 40px;
  height: 50px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

.container-perso .bloc-tarif.deux p:first-child:before {
  background-image: url(img/icon/deux.svg);
}

.container-perso .bloc-tarif.trois p:first-child:before {
  background-image: url(img/icon/trois.svg);
}

.container-perso .bloc-tarif.quatre p:first-child:before {
  background-image: url(img/icon/quatre.svg);
}

.container-perso .bloc-tarif.cinq p:first-child:before {
  background-image: url(img/icon/cinq.svg);
}

.container-perso .bloc-tarif.six p:first-child:before {
  background-image: url(img/icon/six.svg);
}


.container-perso .bloc-tarif p:last-child {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 12px;
}


#prix {
  padding: 20px 0 80px 0;
}


.bloc-tarif img {
  height: 45px;
  width: auto;
  max-width: 85px;
  object-fit: contain;
}

#prix h3 {
  font-family: 'Geometria-Bold' !important;
  color: #fff;
  font-size: 20px;
}


#prix h3:last-child {
  margin-top: 30px;
}

#prix {
  position: relative;
}

.btn-prix a {
  position: absolute;
  right: -20%;
  font-size: 12px !important;
  bottom: 110px;
  background: #000000 !important;
  border: #000000 !important;
  border-radius: 0 !important;
  padding: 15px !important;
  font-family: 'Geometria-Bold' !important;
  padding-right: 25px !important;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  font-size: 14px !important;
}

.btn-cadeau a {
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.btn-prix a:hover, .btn-cadeau a:hover {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.btn-prix .ow-button-base a .sow-icon-image {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}

#prix.container-perso {
  max-width: 800px;
}

#cadeau {
  padding: 60px 100px;
  color: #fff;
}

#cadeau p {
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 600;
}

#cadeau h3 {
  font-family: 'Geometria-ExtraBold';
  font-size: 20px;
  margin-bottom: 20px;
}

#cadeau .panel-grid-cell:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cadeau .so-widget-sow-button a {
  background: #FFF !important;
  border: #FFF !important;
  border-radius: 0 !important;
  padding: 15px !important;
  font-family: 'Geometria-Bold' !important;
  padding-right: 25px !important;
  color: #000000 !important;
  font-size: 13px !important;
}

#maps {
  margin-top: 50px;
  min-height: 400px
}

#maps .panel-grid-cell {
  position: relative;
}

#maps .col-map {
  position: absolute;
  width: 200%;
  right: 0;
  
}

#maps .container {
  padding: 0;
}

#maps h2 {
  background: #3AAA35;
  color: #fff;
  font-family: 'Geometria-Medium';
  font-size: 18px;
  padding: 20px;
  margin-bottom: 30px;
}

#maps h3 {
  font-family: 'Geometria-Medium';
  color: #3AAA35;
  font-size: 18px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 80px;
}

#maps h3:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #3AAA35;
  position: absolute;
  left: 0;
  bottom: -5px;
}

#maps p {
  font-size: 12px;
}

#colophon {
  background: #535D62;
  padding-top: 30px;
}

#colophon {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
}

#colophon .logo-footer img {
  max-width: 200px;
  width: 200px;
}

#footer {
  display: flex;
  align-items: center !important;
}

#footer span {
  font-family: 'Geometria-Bold' !important;
  font-size: 14px;
}

.bandeau-new p,
header section {
  margin-bottom: 0 !important;
  
}

.bandeau-new p {
  font-weight: 600 !important;
}

.bandeau-new {
  padding: 10px;
  background: #3AAA35;
  font-size: 12px;
  color: #fff;
  z-index: 1;
  position: relative;
  
}

#content {
  margin-top: -25px;
}

#cadeau {
  background-repeat: no-repeat !important;
}

.sa_hover_container {
  max-width: 450px;
  margin: 0 auto !important;
}

body {
  margin-bottom: 0 !important;
}

footer a,
footer a:hover,
footer a:visited {
  color: #fff !important;
}


#vr .col-left img {
  max-height: 60px;
  width: auto !important;
}

.logo-ekypia {
  position: relative;
}

.logo-ekypia img {
  max-width: 80px !important;
  position: absolute;
  right: 80px;
  bottom: -120px;
}

#maps {
  position: relative;
  overflow: hidden;
  margin-bottom: -30px;
}

#vr .col-left .sow-image-container {
  display: flex;
  align-items: center !important;
  margin-bottom: 20px;
  
}

/*#maps:after {
    content: "";
    width: 450px;
    height: 350px;
    background-image: url(img/clef.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    right: -160px;
    bottom: -70px;
}*/

.wpgmza_infowindow_description p:last-child {
  margin-bottom: 0 !important;
}

#vr .col-left {
  font-family: 'Geometria-Bold' !important;
  font-size: 13px;
}

#cadeau {
  margin-top: 70px;
}

#vr .col-left .text p {
  margin-bottom: 0;
  font-family: 'Geometria-Bold' !important;
  text-transform: uppercase;
}

.gm-style .gm-style-iw-c {
  padding: 12px !important;
  text-align: center;
}

.wpgmza_markerbox a,
.wpgmza_infowindow_address {
  display: none !important;
}


#cadeau {
  
  background-position: center;
}

.triangle {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 98px solid transparent;
  border-right: 130px solid #3AAA35;
  border-bottom: 102px solid transparent;
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
}

.triangle a {
  color: white;
  font-family: 'Geometria-Bold';
}

.triangle span {
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'Geometria-Bold' !important;
}

.triangle span:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(img/calendar.svg);
  display: inline-block;
  background-size: contain;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(70%);
}


.bloc-text ul li img {
  width: 16px !important;
}

.bandeau-image-page {
  padding: 40px 0;
}

.bandeau-image-page .bloc-text {
  display: inline-block;
}

.bandeau-image-page .bloc-text ul {
  margin: 0;
}

.bandeau-image-page .bloc-text p {
  margin-bottom: 0;
  margin-left: 15px;
}

.bandeau-image-page .bloc-text p,
.bandeau-image-page .bloc-text ul,
.bandeau-image-page .bloc-text h1 {
  float: left;
}

.bandeau-image-page .bloc-text div:last-child {
  display: flex;
  align-items: center;
}

.bandeau-image-page .bloc-text h1 {
  font-family: 'Geometria-Bold' !important;
}


#salles .so-widget-sow-button a .sow-icon-image {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#salles .so-widget-sow-button a:hover .sow-icon-image {
  background-image: url(img/icon/arrow_white_full.png) !important;
}

#salles .btn-black .so-widget-sow-button a:hover .sow-icon-image {
  background-image: url(img/icon/arrow_black_full.png) !important;
}


#shiftnav-toggle-main {
  background: #535D62 !important;
  top: 44px !important;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.shiftnav-menu-image {
  text-align: center;
}

.shiftnav-target,
.shiftnav-target b {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  /* padding: 12px 13px !important; */
  color: #535D62 !important;
  font-size: 13px;
  text-align: center;
}

#menu-menu-1 > li:last-child .shiftnav-target {
  font-family: 'Geometria-Bold' !important;
  color: #fff !important;
  background: #535D62 !important;
  position: relative;
  padding-right: 45px !important;
}

#menu-menu-1 li:last-child .shiftnav-target:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(img/calendar.svg);
  display: inline-block;
  background-size: contain;
  position: absolute;
  /* right: 15px; */
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
}


#menu-menu-1 .current-menu-item .shiftnav-target,
#menu-menu-1 .current-menu-item .shiftnav-target b {
  font-weight: 900 !important;
}

#menu-menu-1 .current-menu-item .shiftnav-target b {
  color: #3AAA35 !important;
}

.shiftnav-sub-active > .menu-item > .shiftnav-target, .shiftnav-sub-active > .menu-item > .shiftnav-target b {
  font-weight: bold !important;
}

.shiftnav-retract > .shiftnav-target {
  color: #3aaa35 !important;
}

.container-breadcrumbs {
  padding: 15px 0;
  margin-top: 20px;
  background: #535D62;
  color: #FFF !important;
  font-size: 13px;
}

.container-breadcrumbs a {
  color: #fff !important;
  font-weight: 400;
  font-size: 13px;
}

.entry-content {
  margin-top: 0;
}

.bandeau-image-page * {
  color: #fff;
}

.bandeau-image-page {
  position: relative;
}

.bandeau-image-page .panel-layout {
  position: relative;
  z-index: 10;
}

.bandeau-image-page h2 {
  font-family: 'Spartan', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  
}

.bandeau-image-page p {
  font-size: 16px;
}

.btn-reservation a {
  padding: 15px 35px !important;
  font-family: 'Geometria-Bold' !important;
  color: #fff !important;
  background: #3aaa35 !important;
  position: relative;
  padding-right: 65px !important;
  /* font-size: 14px !important; */
  border-radius: 0 !important;
  border-color: #3aaa35 !important;
  box-shadow: none !important;
  text-transform: uppercase;
  transition-duration: 0.5s;
}

.btn-reservation a:hover {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.bloc-titre-page {
  position: relative
}

.accessibilite {
  position: absolute !important;
  top: 30px;
  right: 0;
}

.accessibilite li {
  list-style: none;
}

.accessibilite li img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 5px;
}

.accessibilite li {
  position: relative;
}

.accessibilite li:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 12px;
  height: 12px;
  background-image: url(img/no-valid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

.accessibilite li.valid:after {
  background-image: url(img/valid.svg);
}

.accessibilite ul {
  display: flex;
  padding-left: 0;
  margin-left: 0;
  justify-content: center;
}

.container-info {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-info.container-4 {
  max-width: 1140px;
}


.container-info h3 {
  position: relative;
}

.container-info h3:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 120px;
  height: 110px;
  background-image: url(img/np_family.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  opacity: 0;
  transition-duration: 3s;
}

.container-info h3.effect:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 120px;
  height: 110px;
  background-image: url(img/np_family.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  opacity: 1;
  transition-duration: 3s;
  z-index: -1;
}

.container-info .panel-grid-cell {
  border: 3px #3aaa35 solid;
  padding-top: 100px !important;
  padding: 15px;
  text-align: center;
  padding-bottom: 40px !important;
}

.breadcrumb_last {
  font-weight: 700;
}

footer .widget {
  margin-bottom: 0;
}

.btn-reservation a:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(img/calendar.svg);
  display: inline-block;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.bandeau-image-page:before {
  content: "";
  width: 320px;
  height: 220px;
  background-image: url(img/np_grimoire.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -249px;
  left: -320px;
  transition-duration: 2s
}


.bandeau-image-page.effect:before {
  content: "";
  width: 320px;
  height: 220px;
  background-image: url(img/np_grimoire.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -249px;
  left: -70px;
  transition-duration: 2s
}


.container-info .taux h3:before {
  background-image: url(img/np_success.svg);
}

.container-info .reservation h3:before {
  background-image: url(img/reservation.svg);
}

.container-info .maitre-jeu h3:before {
  background-image: url(img/maitre-jeu.svg);
  
}

.container-info .depart h3:before {
  background-image: url('https://www.thegreenescapegame.fr/wp-content/uploads/2020/08/steel.svg');
}

.container-info .duree h3:before {
  background-image: url('https://www.thegreenescapegame.fr/wp-content/uploads/2020/08/duree.svg');
}


.container-info .tarif h3:before {
  background-image: url('https://www.thegreenescapegame.fr/wp-content/uploads/2020/08/tarif.svg');
}


.sow-testimonials .sow-testimonial-text {
  background: transparent !important;
}

.container-testimonial {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 100px;
  background: #39a936;
  color: #fff;
  position: relative;
}

.container-testimonial:after {
  content: "";
  width: 50px;
  height: 40px;
  background-image: url(img/np_quote.svg);
  display: inline-block;
  background-size: contain;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 20px;
  left: 20px;
}

.timeline-background {
  background: #EEF0F1;
  margin: 60px 0px;
}

.timeline-container .green {
  position: relative;
}

.timeline-container .green:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-image: url(img/timeline-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.bloc-titre-page h2 {
  margin-top: 30px;
}

.timeline-container .green:after {
  
  content: "";
  display: none;
  width: 100%;
  height: 130px;
  background-image: url(img/timeline-green-mobile.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.timeline-container .grey:after {
  
  content: "";
  display: none;
  width: 100%;
  height: 130px;
  background-image: url(img/timeline-grey-mobile.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.timeline-container h2 {
  padding-bottom: 40px;
}

.timeline-container {
  text-align: center;
  padding: 50px 15px 40px 15px;
}

.timeline-container p {
  font-family: 'Geometria-Bold' !important;
  font-size: 14px;
  text-transform: uppercase;
}

.deroulement-green p {
  text-align: left;
  text-transform: none;
}

.bloc-infos {
  text-align: center;
}

.timeline-container .green p {
  color: #3AAA35;
}

.timeline-container .grey p {
  color: #535D62;
}

.bloc-titre-page h2, .timeline-container h2 {
  font-family: 'Geometria-ExtraBold';
  color: #000000;
}

.bloc-pratique h3 {
  font-size: 18px;
  color: #3AAA35;
  font-family: 'Geometria-Bold' !important;
  position: relative;
}

.bloc-pratique p {
  color: #000000;
  max-width: 200px;
  margin: 0 auto;
  font-size: 16px;
}

#page {
  overflow: hidden;
}

#colophon:after {
  content: "";
  width: 450px;
  height: 350px;
  background-image: url(img/clef.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  right: -160px;
  top: -273px;
  z-index: -1;
}


.timeline-container .grey:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background-image: url(img/timeline-grey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


.container-testimonial:before {
  content: "";
  width: 50px;
  height: 40px;
  background-image: url(img/np_quote.svg);
  display: inline-block;
  background-size: contain;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 20px;
  right: 20px;
  transform: rotate(180deg);
}

.sow-testimonial-text p {
  color: #fff;
}

.temps p {
  display: inline-block;
  border-bottom: 2px solid;
  margin-bottom: 3px;
  font-weight: normal;
  font-family: 'Geometria-Medium' !important;
}


article.page:not(#post-483, #post-497, #post-365) .container-partenaire {
  display: none;
}


.container-partenaire {
  max-width: 90%;
  margin: 0 auto;
}

.container-partenaire p {
  margin-bottom: 0;
  font-size: 13px;
}

.bandeau-image-page:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 0;
}

#shiftnav-toggle-main.fixed {
  top: 0 !important;
}

.social-footer {
  max-height: 15px;
  width: auto !important;
  margin-right: 10px;
}

.rs-footer {
  display: flex;
}

.rs-footer img {
  width: 15px;
  height: 15px;
}

.rs-footer a[href*=facebook] img {
  margin: 0 3px 0 0;
}

.rs-footer a[href*=instagram] img {
  margin: 0 0 0 3px;
}

#pgc-w5f314a6cb05a4-0-3 .siteorigin-widget-tinymce p:nth-child(2) {
  margin-bottom: 0 !important;
}

#breadcrumbs {
  margin-bottom: 0;
  font-family: 'Spartan', sans-serif;
}

.sow-testimonials .sow-testimonial-user .sow-text strong {
  display: block;
  font-family: 'Spartan', sans-serif;
}

.btn-reservation a {
  position: relative
}

.btn-reservation a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(img/btn-green.png);
  z-index: 0;
}

.btn-reservation a span {
  z-index: 10;
  position: relative;
}


/*APOLLINE EKYPIA*/

/*Accueil lancement*/

.bloc-prince {
  text-align: center;
  padding: 80px;
  position: relative;
  margin: 100px auto;
}

.bloc-prince:before {
  content: "Nouvelle expérience VR";
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #3AAA35;
  color: #FFF;
  padding: 8px 15px;
  line-height: 13px;
  font-size: 13px;
  display: block;
  transform: translate(-50%, -50%);
  border-radius: 0px;
  letter-spacing: 0.5px;
  font-family: 'Spartan', sans-serif;
  font-weight: bold;
}

.bloc-prince h2 {
  font-family: 'Geometria-Bold' !important;
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
}

.bloc-prince p {
  font-weight: 600;
  color: white;
}


.decouvrir-prince {
  margin-bottom: 0 !important;
  transition: all 0.8s;
}

.bloc-prince a {
  color: #fff !important;
  font-family: 'Spartan', sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px;
  text-transform: uppercase;
}


.bloc-prince a:hover {
  text-decoration: none;
}

.bloc-prince a:after {
  background-image: url(img/icon/btn-slider_blanc.png) !important;
  content: "";
  width: 15px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 7px;
  display: inline-block;
}

.decouvrir-prince:hover {
  text-decoration: none;
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}


.salles-jumelles {
  position: relative;
}

.salles-jumelles:after {
  content: " ";
  position: absolute;
  left: 75%;
  top: 0;
  background-color: #3AAA35;
  color: #FFF;
  padding: 8px 15px;
  line-height: 13px;
  font-size: 13px;
  display: block;
  transform: translate(-50%, -50%);
  border-radius: 0px;
  letter-spacing: 0.5px;
  font-family: 'Spartan', sans-serif;
  font-weight: bold;
  background-image: url(https://www.thegreenescapegame.fr/wp-content/uploads/2020/08/salles-jumelles.svg);
  width: 180px;
  height: 32px;
  background-position: center;
  background-size: cover;
}


/*tarifs*/

.page-id-14 article {
  margin-bottom: 0;
}

/*iframe*/

.reservation .booking-section .col-room .room-title {
  color: red !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
}

.bloc-reservation {
  padding: 60px 0;
}

/*Mentions & Données personnelles*/

.mentions h1 {
  font-family: 'Geometria-ExtraBold';
  text-transform: uppercase;
  color: #000000;
  font-size: 32px;
  margin-top: 50px;
}

.mentions h2:first-child {
  margin-top: 0;
}


.mentions h2 {
  font-family: 'Geometria-Bold' !important;
  color: #535D62;
  font-size: 24px;
  margin: 40px 0 20px;
}

.mentions p {
  font-family: 'Spartan', sans-serif;
  font-size: 16px;
  color: #404040;
  margin-bottom: 12px;
}

.mentions a {
  color: #3AAA35;
  font-weight: 600;
}

.mentions a:hover {
  text-decoration: none;
  font-weight: bold;
}

/*Fin Mentions & Données personnelles*/

/*Contact*/

.titre-contact h1 {
  font-family: 'Geometria-ExtraBold';
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-size: 32px;
  margin-top: 50px;
}


.localisation h2 {
  background: #3AAA35;
  background-color: rgb(58, 170, 53);
  color: #fff;
  font-family: 'Geometria-Medium';
  font-size: 18px;
  padding: 20px;
  margin-bottom: 30px;
}

.horaires h2 {
  font-family: 'Geometria-Medium';
  color: #3AAA35;
  font-size: 18px;
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0;
}

.horaires h2:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #3AAA35;
  background-color: rgb(58, 170, 53);
  position: absolute;
  left: 0;
  bottom: -5px;
}

.coordonnees h2 {
  background: #535D62;
  background-color: #535D62;
  color: #fff;
  font-family: 'Geometria-Medium';
  font-size: 18px;
  padding: 20px;
  margin-bottom: 30px;
}


.wpforms-field-label {
  font-family: 'Spartan', sans-serif !important;
  font-size: 14px !important;
}


#wpforms-form-548 input, #wpforms-form-548 textarea {
  border-radius: 0 !important;
}

#wpforms-form-548 .wpforms-field-label-inline {
  font-family: 'Spartan', sans-serif !important;
  font-size: 14px !important;
}

.bloc-contact {
  margin: 80px auto;
}

.bloc-contact a {
  color: #404040;
}

#wpforms-form-548 .wpforms-submit-container {
  text-align: right !important;
}

.envoi {
  background-color: #3AAA35 !important;
  color: white !important;
  font-family: 'Spartan', sans-serif !important;
  border: none !important;
  font-weight: 600;
}

/*Fin Contact*/


/*404*/

.container-404 {
  padding: 70px 0 90px !important;
  align-items: center !important;
}

.container-404 .panel-grid-cell:first-child {
  margin-bottom: 0 !important;
}

.colonne {
  padding: 25px;
}

.btn-404 {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px 35px;
  background-color: #3AAA35 !important;
  background: #3AAA35 !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none;
  text-shadow: none;
}

.texte-404 h1 {
  color: black;
  font-weight: 700;
  text-align: left;
  padding-bottom: 8px;
}

.texte-404 p {
  text-align: left;
  margin-bottom: 10px;
}

.texte-404 .ow-button-base {
  text-align: left !important;
}

.btn-404 span {
  position: relative;
  padding-right: 30px;
}

.btn-404 span:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translatey(-50%);
  width: 30px;
  height: 15px;
  background-image: url("https://www.thegreenescapegame.fr/wp-content/uploads/2020/06/fleche.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.colonne img {
  width: 100%;
}


/*FAQ*/

.faq h1 {
  font-family: 'Geometria-Bold' !important;
  font-size: 32px;
  color: black;
  text-align: center;
  margin: 50px 0 20px;
}


.faq .sow-accordion-title {
  font-family: 'Geometria-Bold' !important;
  font-size: 18px;
  color: white;
}

.faq .sow-accordion-panel-content {
  font-family: 'Spartan', sans-serif;
  font-size: 16px;
  color: black;
}


.questions {
  margin-bottom: 50px;
}


.so-widget-sow-accordion-default-80d583d0d23f .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus {
  outline: none !important;
}


.faq .so-widget-sow-accordion-default-80d583d0d23f .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
  background-color: transparent !important;
}

/*FIN FAQ*/


#teaser {
  width: 20%;
  margin: auto;
  display: block;
}

.spu-box.fermeture {
  height: auto !important;
}

.spu-box.fermeture picture {
  margin-bottom: 0;
}

.fermeture img {
  width: 100%;
}


/*MENU VR*/

#menu-item-30 .ubermenu-item .ubermenu-target.vr-vert span {
  color: #535D62;
  font-weight: 900;
}

#menu-item-30 .ubermenu-item .ubermenu-target.vr-vert span b {
  color: #3AAA35;
  font-weight: 900 !important;
}


#menu-item-30 .ubermenu-item .ubermenu-target.vr-rouge span,
#menu-item-30 .ubermenu-item.ubermenu-current-menu-item .ubermenu-target.vr-rouge span {
  color: #535D62;
  font-weight: 900;
}

#menu-item-30 .ubermenu-item .ubermenu-target.vr-rouge span b,
#menu-item-30 .ubermenu-item.ubermenu-current-menu-item .ubermenu-target.vr-rouge span b {
  color: #FF0303 !important;
  font-weight: 900 !important;
}

#menu-item-30 .ubermenu-item .ubermenu-target.vr-violet span,
#menu-item-30 .ubermenu-item.ubermenu-current-menu-item .ubermenu-target.vr-violet span {
  color: #535D62;
  font-weight: 900;
}

#menu-item-30 .ubermenu-item .ubermenu-target.vr-violet span b,
#menu-item-30 .ubermenu-item.ubermenu-current-menu-item .ubermenu-target.vr-violet span b {
  color: #B700FF !important;
  font-weight: 900 !important;
}

#menu-item-30 ul.ubermenu-submenu {
  width: 200px !important;
}

#menu-item-30 .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  right: 15px;
}

#menu-item-30 ul.ubermenu-submenu > li > ul > li.ubermenu-active > ul {
  position: absolute;
  top: 0;
}

#menu-item-30 ul.ubermenu-submenu > li > ul > li.ubermenu-active {
  position: relative;
}

#menu-item-30 .ubermenu-item-has-children > ul.ubermenu-submenu > .ubermenu-item > .ubermenu-target > .ubermenu-target-text,
#menu-item-30 .ubermenu-item-has-children > ul.ubermenu-submenu > .ubermenu-item > .ubermenu-target > .ubermenu-target-text b,
#menu-item-30 .ubermenu-item-has-children > ul.ubermenu-submenu > .ubermenu-item.ubermenu-current-menu-item > .ubermenu-target > .ubermenu-target-text,
#menu-item-30 .ubermenu-item-has-children > ul.ubermenu-submenu > .ubermenu-item.ubermenu-current-menu-item > .ubermenu-target > .ubermenu-target-text b {
  font-weight: normal !important;
}

#menu-item-30 .ubermenu-item-has-children > ul.ubermenu-submenu > .ubermenu-item > .ubermenu-target:hover > .ubermenu-target-text,
#menu-item-30 .ubermenu-item-has-children > ul.ubermenu-submenu > .ubermenu-item > .ubermenu-target:hover > .ubermenu-target-text b,
#menu-item-30 .ubermenu-item-has-children > ul.ubermenu-submenu > .ubermenu-item.ubermenu-current-menu-item > .ubermenu-target:hover > .ubermenu-target-text,
#menu-item-30 .ubermenu-item-has-children > ul.ubermenu-submenu > .ubermenu-item.ubermenu-current-menu-item > .ubermenu-target:hover > .ubermenu-target-text b {
  font-weight: 900 !important;
}

/*shiftnav*/

#menu-menu-1 > .menu-item-30 > ul.sub-menu > li.menu-item > a.shiftnav-target {

}

#menu-menu-1 > .menu-item-30 > ul.sub-menu > li.menu-item > a.shiftnav-target > b {
  
  color: #3aaa35 !important;
}

#menu-menu-1 li.menu-item-has-children ul.sub-menu-1 .menu-item .sub-menu-2 li a {
  font-weight: normal !important;
}

#menu-menu-1 li.menu-item-has-children ul.sub-menu-1 .menu-item .sub-menu-2 li a b {
  font-weight: normal !important;
  color: #3aaa35 !important;
}

#menu-menu-1 > .menu-item-30 > ul.sub-menu > li.menu-item-1099 > a.shiftnav-target > b,
#menu-menu-1 li.menu-item-30 ul.sub-menu-1 .menu-item-1099 .sub-menu-2 li.menu-item a b {
  color: #FF0303 !important;
}


/*FIN MENU VR*/

/*PAGES VR*/

#post-988 .bandeau-image-page:after,
#post-1035 .bandeau-image-page:after,
#post-1013 .bandeau-image-page:after,
#post-1003 .bandeau-image-page:after {
  background-color: inherit;
}

/*FIN PAGES VR*/


/*FIN APOLLINE EKYPIA*/

@media (max-width: 425px) {
  
  .container-404 {
    padding: 50px 0 0 !important;
  }
  
  .container-404 .panel-grid-cell:first-child .colonne {
    padding-top: 0;
  }
  
  .bloc-prince {
    padding: 50px 15px 15px;
  }
  
}


@media (min-width: 1200px) {
  .timeline-container .grey:before, .timeline-container .green:before {
    height: 85px;
  }
}

@media (max-width: 484px) {
  #shiftnav-toggle-main {
    top: 68px !important;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}


@media (max-width: 1450px) {
  .ubermenu-target {
    padding: 12px 10px !important;
  }
  
}

@media (max-width: 1400px) {
  #ubermenu-main-2-menu-1-2 ul li:last-child a {
    margin-right: 0;
  }
  
  .ubermenu-target {
    padding: 12px 7px !important;
  }
  
  #ubermenu-main-2-menu-1-2 ul li #last-item {
    margin-right: 0px;
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {
  
  .texte-404 h1 {
    text-align: center;
  }
  
  .texte-404 p {
    text-align: center;
  }
  
  .texte-404 .ow-button-base {
    text-align: center !important;
  }
  
  #site-navigation {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
  }
  
  header .navbar {
    justify-content: center;
  }
  
  .bloc-salle {
    padding: 0;
  }
  
  .container-perso .bloc-img {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  
  .timeline-container .green:before, .timeline-container .grey:before, .bandeau-image-page:before {
    display: none !important;
  }
  
  .timeline-container .green:after, .timeline-container .grey:after {
    display: block;
  }
  
  .bloc-salle {
    padding: 0;
    margin: 0 auto;
    max-width: 500px;
  }
  
  #salles {
    background-size: 80%;
    background-repeat: repeat !important;
  }
  
  .btn-prix a {
    position: initial;
  }
  
  #vr .col-left {
    padding: 15px;
    text-align: center;
  }
  
  #maps .col-map {
    position: relative;
    width: auto !important;
  }
  
  #maps .container {
    max-width: 100% !important;
  }
  
  #maps {
    margin-bottom: -30px;
  }
  
  #cadeau {
    text-align: center;
    padding: 15px 100px;
    background-position: center;
  }
  
  .logo-ekypia {
    display: flex;
    justify-content: center;
  }
  
  .logo-ekypia img {
    
    position: initial;
    
  }
  
  #maps:after, #colophon:after {
    display: none !important;
  }
  
  .container-perso .bloc-img {
    padding: 0px;
  }
  
  #vr .col-left .so-panel {
    margin-bottom: 20px !important;
  }
  
  /*#vr .col-left .so-panel {
      max-width: 720px;
      margin: 0 auto;
  }*/
  /* #vr .col-left .panel-grid {
       -webkit-flex-direction: row !important;
       -ms-flex-direction: row !important;
       flex-direction: row !important;
   }*/
  
}


@media (max-width: 1400px) {
  .titre-slider div a {
    font-size: 30px !important;
  }
  
  .texte-slider p {
    font-size: 18px !important;
  }
  
  .n2-section-smartslider .n2-ss-slider-1,
  .n2-ss-slide.n2-ss-canvas {
    min-height: 400px;
  }
  
}

@media (max-width: 1250px) {
  .n2-ss-layer.n2-ow.col-slider:before {
    right: -150px;
  }
}

@media (max-width: 1200px) {
  
  .col-slider,
  .n2-ss-layer.n2-ow {
    position: initial !important;
    
  }
  
  .col-slider .n2-ss-layer-col {
    position: absolute !important;
    left: 50%;
    justify-content: center !important;
    padding: 20px !important;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    background: #000000;
    opacity: 0.7;
    
    
  }
  
  .n2-ss-layer.n2-ow.col-slider:before {
    display: none;
  }
  
  #colophon {
    text-align: center;
  }
  
  #vr .col-left {
    padding: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .rs-footer {
    justify-content: center;
  }
  
  
}


.owl-nav button {
  outline: none !important;
}

#vr {
  background: #535d61;
}

#vr .panel-grid-cell {
  max-width: 1600px;
  margin: 0 auto;
}

#vr .col-left {
  padding: 50px 0 0 !important;
  box-shadow: none;
  border-bottom: 1px solid;
}

#vr .titre-bloc h2 {
  color: #fff;
}

.so-widget-sow-image-default-d6014b76747a .sow-image-container .so-widget-image {
  width: 100%;
}

@media (max-width: 1200px) {
  
  
  .titre-slider div a,
  .texte-slider p,
  .btn-slider {
    text-align: center !important;
    max-width: 100% !important;
  }
  
  .n2-ss-layer-co {
    display: flex !important;
  }
}

@media (max-width: 900px) {
  .background-top:before {
    
    display: none;
  }
  
  .col-slider .n2-ss-layer-col {
    display: inline-table !important;
  }
  
  header .navbar {
    
    padding: 10px 15px;
  }
}


@media (max-width: 600px) {
  #cadeau {
    text-align: center;
    padding: 15px 15px;
    background-position: center;
  }
  
  .navbar .social {
    display: none;
  }
  
  .container-testimonial {
    padding: 70px 0px;
  }
}


@media (max-width: 340px) {
  header .horraire img {
    display: none;
  }
}

@media (max-width: 750px) {
  .triangle {
    display: none;
  }
}

@media (max-width: 767px) {
  .bandeau-image-page .bloc-text p, .bandeau-image-page .bloc-text ul, .bandeau-image-page .bloc-text h1 {
    float: none;
  }
  
  .bandeau-image-page .bloc-text {
    text-align: center;
    display: block;
  }
  
  .bandeau-image-page .bloc-text div:last-child {
    display: block;
  }
  
  .bandeau-image-page {
    text-align: center;
  }
  
  .accessibilite {
    position: initial !important;
  }
}


#ek-salles {
  max-width: 1600px;
}

@media (max-width: 1400px) {
  .container-salle > div {
    width: 25% !important;
  }
}

@media (max-width: 1250px) {
  .container-salle {
    flex-wrap: wrap !important;
  }
  
  .container-salle > div {
    width: 50% !important;
    padding: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .container-salle {
    flex-wrap: wrap !important;
  }
  
  .container-salle > div {
    width: 100% !important;
    padding: 0px;
    margin-bottom: 30px;
  }
}