@charset "UTF-8";
/*!
Theme Name: Les créatives
Theme URI: http://underscores.me/
Author: Onzeweb
Author URI: https://onzeweb.ch
Description: Template LES CREATIVES
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: les-creatives
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.

Les créatives is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  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;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* 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);
  line-height: 1;
  padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  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 {
  display: block;
  left: auto;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Créatives
--------------------------------------------- */
@font-face {
  font-family: "suisse-bold";
  src: url("./sass/fonts/SuisseIntl-Bold.otf");
}
@font-face {
  font-family: "suisse-medium";
  src: url("./sass/fonts/SuisseIntl-Medium.otf");
}
@font-face {
  font-family: "suisse-mediumita";
  src: url("./sass/fonts/SuisseIntl-MediumItalic.otf");
}
@font-face {
  font-family: "suisse-regular";
  src: url("./sass/fonts/SuisseIntl-Regular.otf");
}
@font-face {
  font-family: "canopee";
  src: url("./sass/fonts/Canopee-Regular.eot");
  src: url("./sass/fonts/Canopee-Regular.woff2") format("woff2"), url("./sass/fonts/Canopee-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
body {
  margin: 0 !important;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hide-bille {
  cursor: pointer;
}
.hide-bille:hover {
  color: #deff00;
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #D2CCC1;
  padding: 0.2rem 0.5rem;
  /*--- debut burger menu ---*/
  /*--- fin burger menu ---*/
}
#masthead .site-branding .custom-logo-link {
  max-width: 250px;
}
@media screen and (min-width: 1170px) {
  #masthead .site-branding .custom-logo-link {
    max-width: 519px;
  }
}
#masthead #burger-menu {
  position: relative;
  z-index: 111;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  /*--- enlever tour bleu en focus (non recommandé !) ---*/
}
#masthead #burger-menu.active span {
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s, background 0.2s 0.2s;
}
#masthead #burger-menu.active span:nth-child(1) {
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
#masthead #burger-menu.active span:nth-child(2) {
  opacity: 0;
}
#masthead #burger-menu.active span:nth-child(3) {
  bottom: calc(50% - 2px);
  transform: rotate(-45deg);
}
#masthead #burger-menu span {
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  right: 0;
  width: 35px;
  height: 4px;
  border-radius: 2px;
  background-color: black;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background 0.2s 0.2s;
}
#masthead #burger-menu span:nth-child(1) {
  top: 30%;
}
#masthead #burger-menu span:nth-child(2) {
  top: calc(50% - 2px);
}
#masthead #burger-menu span:nth-child(3) {
  bottom: 30%;
}
#masthead #burger-menu:focus {
  outline: none;
}
#masthead #site-navigation .menu-navigation-container {
  position: absolute;
  top: -150vh;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: auto;
  overflow: auto;
  background-color: #D2CCC1;
  transition: all 0.6s ease-in-out;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  #masthead #site-navigation .menu-navigation-container {
    top: -200vh;
  }
}
#masthead #site-navigation .menu-navigation-container #primary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  color: black;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #masthead #site-navigation .menu-navigation-container #primary-menu {
    max-width: 80vw;
  }
}
#masthead #site-navigation .menu-navigation-container #primary-menu li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #masthead #site-navigation .menu-navigation-container #primary-menu li {
    flex-direction: column;
    width: 45%;
  }
}
@media screen and (min-width: 1170px) {
  #masthead #site-navigation .menu-navigation-container #primary-menu li {
    flex-direction: row;
    justify-content: space-between;
  }
}
#masthead #site-navigation .menu-navigation-container #primary-menu li a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1170px) {
  #masthead #site-navigation .menu-navigation-container #primary-menu li a {
    max-width: 50%;
  }
}
#masthead #site-navigation .menu-navigation-container #primary-menu .sub-menu {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  background: none;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #masthead #site-navigation .menu-navigation-container #primary-menu .sub-menu {
    width: 50%;
  }
}
#masthead #site-navigation .menu-navigation-container #primary-menu .sub-menu li {
  font-size: 1rem;
  width: auto;
  margin: 0.2rem 0;
  padding: 0;
}
#masthead #site-navigation .menu-navigation-container #primary-menu .sub-menu li a {
  opacity: 0.7;
  max-width: none;
}
#masthead #site-navigation .menu-navigation-container #primary-menu .sub-menu li a:hover {
  opacity: 1;
}
#masthead #site-navigation.toggled .menu-navigation-container {
  top: 62px;
}
@media screen and (min-width: 1170px) {
  #masthead #site-navigation.toggled .menu-navigation-container {
    overflow: visible;
    top: 71px;
  }
}
#masthead #site-navigation.toggled .menu-navigation-container #primary-menu {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  opacity: 1;
}

.order-1 {
  order: 1;
}
@media screen and (min-width: 782px) {
  .order-1 {
    order: inherit;
  }
}

.order-2 {
  order: 2;
}
@media screen and (min-width: 782px) {
  .order-2 {
    order: inherit;
  }
}

.order-3 {
  order: 3;
}
@media screen and (min-width: 782px) {
  .order-3 {
    order: inherit;
  }
}

.padding-tt {
  padding-top: 2rem;
}

.margin-t-5 {
  margin-top: -0.5rem;
}

.margin-tt0 {
  margin-top: 0;
}

.padding-bb {
  padding-bottom: 2rem;
}

.margin-bb0 {
  margin-bottom: 0;
}

.page-id-4340 h2 a {
  text-decoration: none;
  color: black;
}
.page-id-4340 h2 a:hover {
  color: #deff00;
}

.reset-filtre,
.expo-btn {
  text-decoration: underline;
  margin-left: 2rem;
  margin-right: 2rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
  background-color: white;
  width: fit-content;
  color: black;
}
@media screen and (min-width: 500px) {
  .reset-filtre,
.expo-btn {
    margin-right: 0;
  }
}
.reset-filtre:hover,
.expo-btn:hover {
  color: #b98e73;
}

.expo-btn {
  margin-right: 0;
}

.reset-filtre {
  margin-bottom: 2rem;
}

.voir-pdf {
  text-decoration: underline;
  margin-left: 2rem;
  margin-right: 2rem;
  cursor: pointer;
  color: black !important;
  margin-bottom: 0.5rem;
  display: block;
  width: fit-content;
  background-color: white;
}
.voir-pdf:first-of-type {
  margin-right: 0;
}
@media screen and (min-width: 500px) {
  .voir-pdf {
    margin-right: 0;
  }
}

p,
.wp-block-buttons,
h2,
h3,
h4,
ul {
  padding: 0 2rem;
}

.page-id-2285 .wp-block-media-text .wp-block-image,
.page-id-2369 .wp-block-media-text .wp-block-image {
  padding: 0 2rem;
}

.site-main {
  margin-top: 62px;
}
@media screen and (min-width: 1170px) {
  .site-main {
    margin-top: 72px;
  }
}
.home .site-main {
  margin-top: 62px;
}
@media screen and (min-width: 768px) {
  .home .site-main {
    margin-top: 71px;
  }
}
.site-main .entry-header {
  display: none;
}
.site-main .container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.site-main ul li {
  font-size: 0.9375rem;
  font-family: "suisse-regular";
  color: black;
}
@media screen and (min-width: 768px) {
  .site-main ul li {
    font-size: 1.2rem;
  }
}

.page-id-488 .entry-content iframe {
  height: calc(100vh - 70px);
}
@media screen and (min-width: 768px) {
  .page-id-488 .entry-content iframe {
    height: calc(100vh - 78px);
  }
}

.page-id-488 #colophon {
  display: none;
}

.page-id-488 #page {
  min-height: inherit;
}

h2 {
  font-size: 1.9rem;
  font-family: "suisse-regular";
  color: black;
  font-weight: 400;
}
@media screen and (min-width: 1170px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 1.3rem;
  font-family: "suisse-regular";
  font-weight: bold;
}
@media screen and (min-width: 1170px) {
  h3 {
    font-size: 1.5rem;
  }
}

p {
  font-size: 0.9375rem;
  font-family: "suisse-regular";
  color: black;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.2rem;
  }
}
p strong {
  font-family: "suisse-medium";
  font-weight: inherit;
}
.single-evenement p {
  font-size: 0.9375rem;
}
@media screen and (min-width: 1170px) {
  .single-evenement p {
    font-size: 1.2rem;
  }
}
.single-evenement p a {
  color: black;
}
.page-template-default p a {
  color: black;
}
p.has-white-color a {
  color: white;
}
p.no-marg {
  margin: 0;
}

#primary h1 {
  font-family: "canopee";
  font-size: 3rem;
  font-weight: normal;
  margin: 0;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #primary h1 {
    font-size: 4.5rem;
  }
}
#primary .wp-block-embed {
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  #primary .wp-block-embed {
    margin: 5rem auto;
  }
}
#primary .wp-block-image {
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  #primary .wp-block-image {
    margin: 4rem auto;
  }
}
#primary .wp-block-image figcaption {
  width: 160%;
  margin-left: -30%;
  text-align: center;
}
#primary .wp-block-image.is-style-rounded img {
  border-radius: 1000%;
  border: 1px solid black;
}
#primary .wp-block-image.is-style-rounded figcaption {
  width: 100%;
  margin-left: 0;
  text-align: center;
}
#primary .wp-block-file {
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  #primary .wp-block-file {
    margin: 5rem 0;
  }
}
#primary .wp-block-file a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#primary .wp-block-file .wp-block-file__button {
  max-width: 300px;
  padding: 1rem;
  background-color: #8fa15a;
  margin: 0.5rem auto;
  border: 1px solid black;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
}
#primary .wp-block-file .wp-block-file__button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
  margin-right: 20px;
  background-image: url(./sass/img/download.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#primary .wp-block-file .wp-block-file__button:hover {
  background-color: #809151;
}
#primary .input-newsletter label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#primary .input-newsletter input[type=submit] {
  padding: 0.2rem 0;
  margin-bottom: 0.5rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  color: black;
}
@media screen and (min-width: 768px) {
  #primary .input-newsletter input[type=submit] {
    font-size: 1.2rem;
  }
}
#primary .input-newsletter input[type=submit]:hover {
  cursor: pointer;
  border-bottom: 1px solid black;
}
#primary .input-newsletter input {
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  background-image: url(./sass/img/mail.svg);
  background-position: 2rem;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #primary .input-newsletter input {
    margin-bottom: 3rem;
  }
}
#primary .input-newsletter input:focus, #primary .input-newsletter input:valid {
  background-image: none;
}
#primary .input-newsletter input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}
#primary .input-newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
#primary .input-newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}

#colophon {
  padding-top: 0.5rem;
  background-color: #B2CEF9;
  margin-top: auto;
}
#colophon p {
  font-size: 0.8rem;
}
#colophon .site-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #colophon .site-info {
    flex-direction: row;
  }
}
#colophon .site-info .contact {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #colophon .site-info .contact {
    text-align: left;
  }
}
#colophon .site-info .social-credits {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
#colophon .site-info .social-credits .social {
  margin: 0 auto;
}
#colophon .site-info .social-credits .social .icon-res {
  display: inline-block;
  width: 35px;
  height: 35px;
}
#colophon .site-info .social-credits .credits {
  text-align: center;
}
#colophon .site-info .social-credits a {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  color: black;
}
#colophon .site-info .social-credits a:hover {
  opacity: 1;
}
#colophon .site-info .newsletter .input-newsletter label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #colophon .site-info .newsletter .input-newsletter label {
    align-items: flex-end;
  }
}
#colophon .site-info .newsletter .input-newsletter input[type=submit] {
  font-size: 1rem;
  padding: 0.2rem 0;
  margin-bottom: 0.5rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
#colophon .site-info .newsletter .input-newsletter input[type=submit]:hover {
  cursor: pointer;
  border-bottom: 1px solid black;
}
#colophon .site-info .newsletter .input-newsletter input {
  display: block;
  padding: 0.2rem 1rem 0.2rem 2.5rem;
  background-image: url(./sass/img/mail.svg);
  background-position: 1rem;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  transition: all 0.3s ease-in-out;
}
#colophon .site-info .newsletter .input-newsletter input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}
#colophon .site-info .newsletter .input-newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
#colophon .site-info .newsletter .input-newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}

.bottom-eve {
  display: flex;
  flex-wrap: wrap;
  border: 0.0315rem solid black;
}
.bottom-eve .left-eve {
  border: 0.0315rem solid black;
}
@media screen and (min-width: 1170px) {
  .bottom-eve .left-eve {
    border-left: 0.0315rem solid black;
    border-top: 0;
  }
}

.right-eve {
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 1170px) {
  .right-eve {
    width: 43%;
  }
}

.left-eve {
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 1170px) {
  .left-eve {
    width: 57%;
  }
}

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

.wrap-reverse-mobile {
  flex-wrap: wrap-reverse;
}
@media screen and (min-width: 768px) {
  .wrap-reverse-mobile {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .wp-block-columns.h-100 {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-columns.border-l-1 {
    border-left: 1px solid black;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-columns.border-r-1 {
    border-right: 1px solid black;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-columns.border-b-1 {
    border-bottom: 1px solid black;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-columns.border-t-1 {
    border-top: 1px solid black;
  }
}

@media screen and (min-width: 768px) {
  .wp-block-column.h-100 {
    height: 100%;
  }
}
.wp-block-column.align-self-stretch {
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .wp-block-column.border-l-1 {
    border-left: 1px solid black;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-column.border-r-1 {
    border-right: 1px solid black;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-column.border-b-1 {
    border-bottom: 1px solid black;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-column.border-t-1 {
    border-top: 1px solid black;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-column.col-l-fix {
    position: fixed;
    left: 0;
  }
  .wp-block-column.col-r-fix {
    position: fixed;
    right: 0;
  }
  .wp-block-column.z-index-under-1 {
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-column.col-min-h {
    min-height: calc(100vh - 160px);
  }
}
@media screen and (min-width: 768px) {
  .wp-block-column.col-min-h-foot {
    min-height: calc(100vh - 72px);
  }
}
.wp-block-column.col-50-w {
  width: 100%;
  flex-basis: inherit !important;
  flex-grow: inherit !important;
}
.wp-block-column.col-50-w img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-block-column.col-50-w {
    width: 50%;
  }
  .wp-block-column.col-50-w .wp-block-image.fixed-img {
    margin-top: 0 !important;
    width: 100%;
  }
  .wp-block-column.col-50-w .wp-block-image.fixed-img img {
    height: calc(100vh - 72px);
    object-fit: cover;
    object-position: center;
  }
}
.wp-block-column.col-40-w {
  width: 100%;
  flex-basis: inherit !important;
  flex-grow: inherit !important;
}
@media screen and (min-width: 768px) {
  .wp-block-column.col-40-w {
    width: 40%;
  }
  .wp-block-column.col-40-w .wp-block-image {
    margin-top: 0 !important;
    width: 100%;
  }
  .wp-block-column.col-40-w .wp-block-image img {
    min-height: calc(100vh - 72px);
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-column .wp-block-image.espace {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .wp-block-column .wp-block-image.espace img {
    height: calc(50vh - 72px);
    min-height: calc(50vh - 72px);
    width: 50%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-column .wp-block-image.rose {
    width: 100%;
  }
  .wp-block-column .wp-block-image.rose img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-column.img-h-full .wp-block-image {
    margin-top: 0 !important;
    width: 100%;
    height: 100%;
  }
  .wp-block-column.img-h-full .wp-block-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.wp-block-column.col-20-w {
  width: 100%;
  flex-basis: inherit !important;
  flex-grow: inherit !important;
}
@media screen and (min-width: 768px) {
  .wp-block-column.col-20-w {
    width: 20%;
  }
  .wp-block-column.col-20-w .wp-block-image {
    margin-top: 0 !important;
  }
  .wp-block-column.col-20-w .wp-block-image img {
    min-height: calc(100vh - 72px);
    object-fit: cover;
    object-position: center;
  }
}
.wp-block-column.col-50-h {
  flex-basis: inherit !important;
  flex-grow: inherit !important;
}
@media screen and (min-width: 1170px) {
  .wp-block-column.col-50-h {
    height: calc(50vh - 36px);
  }
}
.wp-block-column h1 {
  padding: 0 2rem;
}
.wp-block-column figure.no-marg {
  margin: 0 !important;
}
.wp-block-column figure.no-marg img {
  margin: 0 !important;
}

h2.border-l-1 {
  border-left: 1px solid black;
}
h2.border-r-1 {
  border-right: 1px solid black;
}
h2.border-b-1 {
  border-bottom: 1px solid black;
}
h2.border-t-1 {
  border-top: 1px solid black;
}
h2.no-marg-top {
  margin-top: 0;
  padding-top: 0.15rem;
}
h2.no-marg-bottom {
  margin-bottom: 0;
}

.single-evenement article.evenement {
  width: 100%;
  margin: 0 auto;
}
.single-evenement .entry-footer,
.single-evenement .post-navigation {
  display: none;
}
.single-evenement .entry-title {
  border-bottom: black 1px solid;
  padding-left: 1rem;
  margin-top: 0;
  font-family: "canopee";
  font-weight: initial;
  font-size: 3rem;
  color: black;
}
@media screen and (min-width: 1170px) {
  .single-evenement .entry-title {
    font-size: 4.6rem;
  }
}
.single-evenement .cat-eve {
  padding-left: 1rem;
  padding-top: 1.3rem;
  color: black;
  font-family: "suisse-medium";
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1170px) {
  .single-evenement .cat-eve {
    font-size: 1.6rem;
  }
}
.single-evenement .sous-cat-eve {
  padding-left: 1rem;
  padding-bottom: 1rem;
  font-family: "suisse-regular";
  color: black;
}
.single-evenement .catduree-eve {
  justify-content: space-between;
  border-bottom: black 1px solid;
}
.single-evenement .dure-eve {
  padding-right: 1rem;
  align-self: center;
  font-family: "suisse-regular";
  color: black;
}
.single-evenement .lieu-eve,
.single-evenement .lieu-eve-inside {
  margin: 0;
}
.single-evenement .acces-eve {
  background-color: white;
  position: fixed;
  right: -91%;
  bottom: 0;
  width: 90%;
  color: black;
  transition: ease-out right 0.5s;
  height: calc(100% - 62px);
  border-left: 1px solid black;
  z-index: 1;
}
@media screen and (min-width: 1170px) {
  .single-evenement .acces-eve {
    right: -21%;
    width: 20%;
    height: calc(100% - 72px);
  }
}
.single-evenement .acces-eve.open-acces {
  right: 0;
}
.single-evenement .acces-eve .inside-acces-eve {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.single-evenement .acces-eve a {
  color: black;
  padding: 1rem 0.75rem;
  display: block;
  font-family: "suisse-regular";
}
.single-evenement .acces-eve .lieu-eve-inside {
  margin-top: 3rem;
  padding: 1rem 0.75rem;
  border-bottom: 1px solid black;
}
.single-evenement .acces-eve .adresse-eve-inside {
  padding: 1rem 0.75rem;
  border-bottom: 1px solid black;
  font-family: "suisse-regular";
}
.single-evenement .acces-eve .acces-eve-inside {
  padding: 1rem 0.75rem;
  border-bottom: 1px solid black;
  font-family: "suisse-regular";
}
.single-evenement .acces-eve .close-eve {
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: 1rem;
  margin-left: 1rem;
  background-image: url("./sass/img/close-access.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: table;
}
.single-evenement .entry-content p {
  padding: 0 1rem;
}
.single-evenement .entry-content ul li a {
  color: black;
}
.single-evenement .billet-eve {
  font-family: "suisse-medium";
  font-size: 1.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .single-evenement .billet-eve {
    margin-top: 0;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1170px) {
  .single-evenement .billet-eve {
    font-size: 1.6rem;
  }
}
.single-evenement .billet-info a {
  color: black;
}
@media screen and (min-width: 768px) {
  .single-evenement .billet-info {
    padding-left: 1rem;
  }
}
.single-evenement .text-acces-eve {
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .single-evenement .text-acces-eve {
    padding: 0 2rem;
  }
}
.single-evenement .top-eve {
  display: flex;
  flex-wrap: wrap;
}
.single-evenement .date-eve {
  font-family: "suisse-regular";
  font-size: 1.8rem;
  color: black;
  border: 0.0315rem solid black;
  width: 100%;
  padding: 0.7rem;
}
@media screen and (min-width: 768px) {
  .single-evenement .date-eve {
    width: 25%;
    padding: 0;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1170px) {
  .single-evenement .date-eve {
    font-size: 2.5rem;
  }
}
.single-evenement .b1-eve,
.single-evenement .b2-eve {
  flex-wrap: wrap;
  border: 0.0315rem solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0.7rem;
}
@media screen and (min-width: 768px) {
  .single-evenement .b1-eve,
.single-evenement .b2-eve {
    width: 25%;
    padding: 0;
  }
}
.single-evenement .b1-eve p,
.single-evenement .b2-eve p {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .single-evenement .b1-eve p,
.single-evenement .b2-eve p {
    padding: 0 2rem;
  }
}
.single-evenement .con-button-eve {
  display: flex;
  align-items: center;
  border: 0.0315rem solid black;
  width: 100%;
  padding: 0.7rem;
}
@media screen and (min-width: 768px) {
  .single-evenement .con-button-eve {
    width: 25%;
    padding: 0;
  }
}
.single-evenement .button-eve {
  color: black;
  cursor: pointer;
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .single-evenement .button-eve {
    padding: 0 2rem;
  }
}
.single-evenement .post-thumbnail img {
  object-fit: cover;
  display: block;
  width: 100%;
}

.flexx {
  display: flex;
}

@media screen and (min-width: 768px) {
  .flexxxxx {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

.page-template-page-programme .days,
.post-type-archive-evenement .days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-page-programme .days .btndays,
.post-type-archive-evenement .days .btndays {
  padding: 0.5rem 0.7rem;
  cursor: pointer;
  font-family: "suisse-regular";
  flex: auto;
  text-align: center;
  border: 0.0315rem solid black;
}
@media screen and (min-width: 768px) {
  .page-template-page-programme .days .btndays,
.post-type-archive-evenement .days .btndays {
    border-top: 0.063rem solid black;
    border-left: 0.0315rem solid black;
    border-right: 0.0315rem solid black;
    border-bottom: 0.0315rem solid black;
  }
  .page-template-page-programme .days .btndays:hover,
.post-type-archive-evenement .days .btndays:hover {
    color: black;
    background: #deff00;
  }
}
.page-template-page-programme .global-pro,
.post-type-archive-evenement .global-pro {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-template-page-programme .global-pro,
.post-type-archive-evenement .global-pro {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 2560px;
  }
}
.page-template-page-programme .global-pro .big-left,
.post-type-archive-evenement .global-pro .big-left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.page-template-page-programme .global-pro .big-left select,
.post-type-archive-evenement .global-pro .big-left select {
  display: block;
  background-color: transparent;
  border: 0.0315rem solid black;
  color: black;
  padding: 0.8rem;
  width: 50%;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-programme .global-pro .big-left select,
.post-type-archive-evenement .global-pro .big-left select {
    width: 25%;
    font-size: 2rem;
    border-top: 0.0315rem solid black;
    border-left: 0.0315rem solid black;
    border-right: 0.0315rem solid black;
    border-bottom: 0;
  }
}
.page-template-page-programme .global-pro .big-left select:focus-visible,
.post-type-archive-evenement .global-pro .big-left select:focus-visible {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-programme .global-pro .big-left #lieu,
.post-type-archive-evenement .global-pro .big-left #lieu {
    border-right: 0.063rem solid black;
  }
}
.page-template-page-programme .global-pro .big-left a:hover,
.post-type-archive-evenement .global-pro .big-left a:hover {
  color: #b98e73 !important;
}
.page-template-page-programme .global-pro .big-right,
.post-type-archive-evenement .global-pro .big-right {
  width: 100%;
  padding-bottom: 27vw;
}
@media screen and (min-width: 768px) {
  .page-template-page-programme .global-pro .big-right,
.post-type-archive-evenement .global-pro .big-right {
    padding-bottom: 0;
  }
}
.page-template-page-programme .global-pro .big-right .posts-list,
.post-type-archive-evenement .global-pro .big-right .posts-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 0;
  padding-top: 0;
}
.page-template-page-programme .global-pro .big-right .posts-list article,
.post-type-archive-evenement .global-pro .big-right .posts-list article {
  width: 100%;
  display: none;
  border: 0.0315rem solid black;
}
@media screen and (min-width: 900px) {
  .page-template-page-programme .global-pro .big-right .posts-list article,
.post-type-archive-evenement .global-pro .big-right .posts-list article {
    width: 50%;
  }
}
@media screen and (min-width: 1170px) {
  .page-template-page-programme .global-pro .big-right .posts-list article,
.post-type-archive-evenement .global-pro .big-right .posts-list article {
    width: 25%;
  }
}
@media screen and (min-width: 1920px) {
  .page-template-page-programme .global-pro .big-right .posts-list article,
.post-type-archive-evenement .global-pro .big-right .posts-list article {
    width: 20%;
  }
}
.page-template-page-programme .global-pro .big-right .posts-list article a,
.post-type-archive-evenement .global-pro .big-right .posts-list article a {
  display: block;
  color: black;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .page-template-page-programme .global-pro .big-right .posts-list article a,
.post-type-archive-evenement .global-pro .big-right .posts-list article a {
    height: 100%;
  }
}
.page-template-page-programme .global-pro .big-right .posts-list article a .contentpost,
.post-type-archive-evenement .global-pro .big-right .posts-list article a .contentpost {
  padding: 1rem 2rem;
  padding-bottom: 1.3rem;
}
.page-template-page-programme .global-pro .big-right .posts-list article a .post-title,
.post-type-archive-evenement .global-pro .big-right .posts-list article a .post-title {
  font-family: "suisse-regular";
  color: black;
  font-size: 1.5rem;
}
.page-template-page-programme .global-pro .big-right .posts-list article a img,
.post-type-archive-evenement .global-pro .big-right .posts-list article a img {
  display: block;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid black;
}
.page-template-page-programme .global-pro .big-right .posts-list article:hover,
.post-type-archive-evenement .global-pro .big-right .posts-list article:hover {
  background-color: #deff00;
}
.page-template-page-programme .global-pro .big-right .posts-list article:hover a,
.post-type-archive-evenement .global-pro .big-right .posts-list article:hover a {
  color: white !important;
}
.page-template-page-programme .global-pro .big-right .posts-list article:hover .post-title,
.post-type-archive-evenement .global-pro .big-right .posts-list article:hover .post-title {
  color: white !important;
}
.page-template-page-programme .hide-expo,
.post-type-archive-evenement .hide-expo {
  display: none !important;
}

.show {
  display: block !important;
}

.active-btn {
  color: black;
  background: #deff00;
}

.date-passed {
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.opt-osef {
  opacity: 0.5;
}

.billet-icon {
  width: 40px;
  height: auto;
  margin-left: 0.5rem;
  background-image: url("./sass/img/billet.svg");
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 768px) {
  .billet-icon {
    margin-left: 1rem;
  }
}

.search-icon {
  width: 40px;
  height: auto;
  background-image: url("./sass/img/loop.svg");
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.search-bar-eve {
  display: none;
  width: 100%;
  height: calc(100vh - 90px);
  background-color: white;
  z-index: 7;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-top: 20vh;
}
@media screen and (min-width: 768px) {
  .search-bar-eve {
    height: calc(100vh - 106px);
    padding-top: 30vh;
  }
}
@media screen and (min-width: 1170px) {
  .search-bar-eve {
    padding-top: 40vh;
  }
}
.search-bar-eve.open-search {
  display: block;
}
.search-bar-eve #ajaxsearchlite1 {
  padding: 1rem 0;
  border-bottom: 3px solid black;
}

#ajaxsearchlite1 .probox .proinput input::placeholder,
div.asl_w .probox .proinput input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1 !important;
  /* Firefox */
}
#ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder,
div.asl_w .probox .proinput input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black !important;
}
#ajaxsearchlite1 .probox .proinput input::-ms-input-placeholder,
div.asl_w .probox .proinput input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black !important;
}

.close-search-icon {
  background-image: url("./sass/img/close-b.svg") !important;
}

#ajaxsearchliteres1 {
  box-shadow: none !important;
  border: none;
  border-bottom: 3px solid black !important;
}
#ajaxsearchliteres1 .asl_res_url {
  color: black;
}

.open-search-top {
  top: 0 !important;
  bottom: inherit !important;
}
.open-search-top img {
  display: block !important;
}
.open-search-top #site-navigation {
  margin: initial !important;
}

.single-galerie article {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.single-galerie article .entry-title {
  font-family: "canopee";
  text-align: center;
  font-size: 4rem;
  padding-top: 2rem;
  color: black;
}

.post-type-archive-galerie .days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-archive-galerie .days {
    margin-top: 1.2rem;
  }
}
.post-type-archive-galerie .days .btndays {
  border-radius: 100%;
  padding: 0.5rem 0.7rem;
  cursor: pointer;
  border: solid grey 1px;
  font-family: "suisse-regular";
}
.post-type-archive-galerie #galeriee {
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-galerie article {
  display: none;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.0315rem solid black;
}
@media screen and (min-width: 900px) {
  .post-type-archive-galerie article {
    width: 50%;
  }
}
@media screen and (min-width: 1170px) {
  .post-type-archive-galerie article {
    width: 25%;
  }
}
@media screen and (min-width: 1920px) {
  .post-type-archive-galerie article {
    width: 20%;
  }
}
.post-type-archive-galerie article a {
  display: flex;
  color: black;
  font-family: "suisse-regular";
  text-decoration: none;
  font-size: 2rem;
  width: 100%;
  padding-top: 100%;
  background-color: #ffffff90;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .post-type-archive-galerie article a {
    background-color: white;
  }
}
.post-type-archive-galerie article a:hover {
  color: transparent;
}
.post-type-archive-galerie article a .post-title {
  text-align: center;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  height: fit-content;
  bottom: 0;
  right: 0;
}
.post-type-archive-galerie .site-main {
  margin-top: 0;
}

#map-crea .unlieu {
  cursor: pointer;
  width: 100%;
  padding: 0.5rem 2rem;
  border-top: 1px solid black;
  display: block;
  text-decoration: none;
  color: black;
}
@media screen and (min-width: 768px) {
  #map-crea .unlieu:hover {
    background-color: #deff00;
  }
}
#map-crea .unlieu.more-size {
  font-size: 2rem;
}
#map-crea .unlieu.plus-size {
  font-size: 1.3rem;
}
#map-crea .unlieu.active-sup-btn {
  background-color: #deff00;
}
#map-crea .btn-map-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
#map-crea .btn-map-flex div,
#map-crea .btn-map-flex .oneyear {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media screen and (min-width: 1170px) {
  #map-crea .btn-map-flex div,
#map-crea .btn-map-flex .oneyear {
    font-size: 2rem;
  }
}
#map-crea .btn-map-flex div:hover,
#map-crea .btn-map-flex .oneyear:hover {
  color: #deff00;
}
#map-crea .btn-map-flex div.select,
#map-crea .btn-map-flex .oneyear.select {
  color: #deff00;
}
#map-crea .map-liste {
  display: none;
}
#map-crea .map-liste.map-liste-ge {
  justify-content: space-between;
}
#map-crea .lieu-eve,
#map-crea .lieu-eve-inside {
  font-family: "suisse-medium";
  font-size: 1.5rem;
}
@media screen and (min-width: 1170px) {
  #map-crea .lieu-eve,
#map-crea .lieu-eve-inside {
    font-size: 1rem;
  }
}
#map-crea .acces-eve {
  position: fixed;
  z-index: 1;
  right: -91%;
  top: 62px;
  width: 90%;
  color: black;
  transition: ease-out right 0.5s;
  background-color: white;
  height: calc(100vh - 62px);
  border-left: 1px solid black;
}
@media screen and (min-width: 768px) {
  #map-crea .acces-eve {
    background-color: white;
    border-left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: -41%;
    width: 40%;
    height: inherit;
  }
}
@media screen and (min-width: 1170px) {
  #map-crea .acces-eve {
    padding-bottom: 2.3rem;
  }
}
#map-crea .acces-eve.podcast-acces {
  top: 62px;
  bottom: inherit;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: white;
  padding-top: 5vh;
}
@media screen and (min-width: 768px) {
  #map-crea .acces-eve.podcast-acces {
    padding-left: 2rem;
    padding-right: 2rem;
    height: calc(100vh - 176px);
  }
  #map-crea .acces-eve.podcast-acces .wp-block-audio {
    max-width: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #map-crea .acces-eve.podcast-acces img {
    max-width: 300px;
  }
}
#map-crea .acces-eve.open-acces {
  right: 0;
}
#map-crea .acces-eve .inside-acces-eve {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  font-size: 0.8rem;
}
#map-crea .acces-eve a {
  color: black;
  padding: 0.5rem 2rem;
  display: block;
  font-family: "suisse-regular";
}
#map-crea .acces-eve .lieu-eve-inside {
  margin-top: 2rem;
  padding: 0.5rem 2rem;
}
#map-crea .acces-eve .adresse-eve-inside {
  padding: 0.5rem 2rem;
  font-family: "suisse-regular";
}
#map-crea .acces-eve .acces-eve-inside {
  padding: 0.5rem 2rem;
  font-family: "suisse-regular";
}
#map-crea .acces-eve .close-eve {
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: 2rem;
  margin-left: 2rem;
  background-image: url("./sass/img/close-access.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: table;
}
@media screen and (min-width: 1170px) {
  #map-crea .acces-eve .close-eve {
    display: none;
  }
}

.flexxx {
  display: block !important;
}

.link-annulee {
  opacity: 0.4;
}
.link-annulee:hover img {
  border: 1px solid #b98e73 !important;
  background-color: #b98e73 !important;
}

.text-annule {
  position: relative;
}
.text-annule span {
  position: absolute;
  display: block;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  color: white;
  font-family: "suisse-bold";
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.annulee {
  position: relative;
  line-height: 0;
  background-color: #b98e73;
}
.annulee img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (min-width: 585px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: inherit !important;
    flex-grow: inherit;
  }
}
.wp-block-columns {
  margin-bottom: 0;
  gap: 0 !important;
}

.page-id-4374 .col-btn a,
.page-id-9251 .col-btn a,
.page-id-9952 .col-btn a {
  width: 100%;
  background-color: white;
  display: inline-block;
  text-align: center;
  border-radius: 125px;
  padding: 0.2rem;
  color: black;
  text-decoration: none;
  border: 1px solid black;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-id-4374 .col-btn a:hover,
  .page-id-9251 .col-btn a:hover,
  .page-id-9952 .col-btn a:hover { 
    background-color: #deff00;
  }
}

.block-vote {
  padding: 0 2rem;
}
.block-vote .vote-ligne {
  border: 1px solid black;
  display: none;
  flex-wrap: wrap;
}
.block-vote .vote-ligne .left-vote {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block-vote .vote-ligne .left-vote {
    width: 70%;
    padding-top: 10rem;
    border-right: 1px solid black;
  }
}
.block-vote .vote-ligne .right-vote {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block-vote .vote-ligne .right-vote {
    width: 30%;
  }
}
.block-vote .vote-ligne .right-vote .wpcf7-list-item-label {
  display: block;
}
.block-vote .vote-ligne .right-vote .wpcf7-form-control-wrap {
  display: block;
  height: 100%;
}
.block-vote .vote-ligne .right-vote .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .block-vote .vote-ligne .right-vote .wpcf7-checkbox {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.block-vote .vote-ligne .right-vote .wpcf7-list-item {
  margin: 0;
}
.block-vote .vote-ligne .right-vote .wpcf7-list-item label {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.block-vote .vote-ligne .right-vote .wpcf7-list-item label input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.block-vote .vote-ligne .right-vote .wpcf7-list-item label input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-color: white;
  border: 1px solid black;
}
.block-vote .vote-ligne .right-vote .wpcf7-list-item label input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #deff00;
}
.block-vote .vote-ligne .right-vote .wpcf7-list-item label input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .block-vote .vote-ligne .right-vote .wpcf7-list-item.first {
    margin-bottom: 2rem;
  }
}
.block-vote .vote-ligne.special-vote {
  border-bottom: 0;
}
.block-vote .vote-ligne.special-vote .left-vote {
  padding-top: 2rem;
  padding: 2rem;
}
.block-vote .vote-ligne.special-vote .left-vote .first.last {
  margin-left: 0;
  margin-top: 2rem;
}
.block-vote .vote-ligne.special-vote .left-vote label {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .block-vote .vote-ligne.special-vote .left-vote label {
    display: flex;
  }
}
.block-vote .btn-vote {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-vote .btn-vote span {
  display: block;
  cursor: pointer;
}
.block-vote .btn-vote .suivant-btn {
  margin-left: auto;
  background-image: url("./plain-triangle.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 2rem;
  margin-top: 1rem;
}
.block-vote .btn-vote .retour-btn {
  background-image: url("./plain-triangle2.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 2rem;
  margin-top: 1rem;
}
.block-vote .nomprenom {
  font-weight: bold;
}
.block-vote .codepostal {
  font-weight: bold;
  margin-top: 1rem;
}
.block-vote .adresseemail {
  font-weight: bold;
  margin-top: 1rem;
}
.block-vote .wpcf7-form-control-wrap.your-name input,
.block-vote .wpcf7-form-control-wrap.your-codepostal input,
.block-vote .wpcf7-form-control-wrap.EMAIL input {
  margin-top: 0.5rem;
  border: 1px solid black !important;
  border-radius: 0 !important;
  width: 100%;
  max-width: 351px;
}
.block-vote .definis input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  .block-vote .definis input[type=checkbox] {
    display: initial;
  }
}
.block-vote .definis input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-color: white;
  border: 1px solid black;
}
.block-vote .definis input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #deff00;
}
.block-vote .definis input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .block-vote .definis .wpcf7-list-item-label {
    padding-left: 40px;
  }
}
.block-vote .wpcf7-submit {
  background-color: white;
  border: 0;
  margin-left: auto;
  background-image: url("./plain-triangle.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4px;
  padding-right: 2rem;
  cursor: pointer;
  margin-left: auto;
  display: none;
}
.block-vote .wpcf7-submit.btnsendshow {
  display: block;
}
.block-vote .vote-fin .right-vote {
  background-image: url("./logovote.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
