@charset "UTF-8";
/*!
Theme Name: Theme Startup
Author: Team Startup
Description: Thème Startup basé sur http://underscores.me/
Version: 1.0.0
Text Domain: theme-startup
*/
/*--------------------------------------------------------------
>>> 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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;
}

/* 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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  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;
  padding: 0;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}

/* Helpers */
/*--------------------------------

	Colours

*/
/*--------------------------------

	Typography

*/
/*--------------------------------

	Easing/Timing

*/
/*--------------------------------

	Transitions

*/
/*--------------------------------

	Perso projet


*/
/*--------------------------------

	Media Queries

	used for outputting content either between media query tags


*/
/*--------------------------------

	Form input placeholder text

	example:

	input,
	textarea {
		@include input-placeholder {
			color: $grey;
		}
	}

*/
/*--------------------------------

	Content margins

	for removing first/last child margins

*/
/*--------------------------------

	Colours

	background, colour, etc. match up with colour map in _variables.scss

	modify to suit per project

*/
.has-blue-color {
  color: #1d71b8 !important;
}

.has-blue-background-color {
  background-color: #1d71b8 !important;
}

.has-blue-light-color {
  color: #e8f6ff !important;
}

.has-blue-light-background-color {
  background-color: #e8f6ff !important;
}

.has-orange-color {
  color: #e9531f !important;
}

.has-orange-background-color {
  background-color: #e9531f !important;
}

.has-orange-light-color {
  color: #fff2ee !important;
}

.has-orange-light-background-color {
  background-color: #fff2ee !important;
}

.has-green-color {
  color: #70b77e !important;
}

.has-green-background-color {
  background-color: #70b77e !important;
}

.has-green-light-color {
  color: #f0fcf3 !important;
}

.has-green-light-background-color {
  background-color: #f0fcf3 !important;
}

.has-black-color {
  color: #1d1a18 !important;
}

.has-black-background-color {
  background-color: #1d1a18 !important;
}

.has-grey-color {
  color: #797673 !important;
}

.has-grey-background-color {
  background-color: #797673 !important;
}

.has-beige-color {
  color: #f0ebd8 !important;
}

.has-beige-background-color {
  background-color: #f0ebd8 !important;
}

.has-white-color {
  color: #fff !important;
}

.has-white-background-color {
  background-color: #fff !important;
}

/*--------------------------------

	Classes utilisables telles quelles dans fichier html

*/
.viewproduct {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
.viewproduct a {
  width: 100%;
  height: 100%;
  display: block;
  background: none !important;
}

.fit-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.fit-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Base */
/*--------------------------------

	Box sizing

*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------

	Basic document styling

*/
html {
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #1d1a18;
  font-family: "Neue Haas Unica", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
body.open, body.open-filtre {
  overflow: hidden;
  height: 100vh;
}

#page {
  position: relative;
}

/*--------------------------------

	Text selection/highlighting

*/
::-moz-selection {
  background: grey;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: grey;
  color: #fff;
  text-shadow: none;
}

/* core */
/*--------------------------------

	Anchor

*/
a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: bold;
  text-decoration: underline;
  color: #1d1a18;
}
a:hover {
  text-decoration: underline;
  color: #6b605a;
}
a:visited, a:active, a:focus {
  outline: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a img {
  border: none;
}

/*--------------------------------

	Button

*/
.entry-content .wp-block-buttons .wp-block-button__link, a.btn-full, .btn-full, a.btn-full-white, .btn-full-white, .wp-block-button.is-style-btn-full-white .wp-block-button__link, a.btn-full-black, .btn-full-black, button,
input[type=button],
input[type=reset],
input[type=submit], .wp-block-button.is-style-btn-full-black .wp-block-button__link, .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button:not([class*=is-style]) .wp-block-button__link, a.btn-full-green, .btn-full-green, .wp-block-button.is-style-btn-full-green .wp-block-button__link, body.page-id-103 a.btn-full-perso, body.parent-pageid-103 a.btn-full-perso, body.page-id-416 a.btn-full-perso, body.parent-pageid-416 a.btn-full-perso, body.page-id-418 a.btn-full-perso, body.parent-pageid-418 a.btn-full-perso, body.page-id-103 .btn-full-perso, body.parent-pageid-103 .btn-full-perso, body.page-id-416 .btn-full-perso, body.parent-pageid-416 .btn-full-perso, body.page-id-418 .btn-full-perso, body.parent-pageid-418 .btn-full-perso, a.btn-full-blue, .btn-full-blue, .wp-block-button.is-style-btn-full-blue .wp-block-button__link, body.page-id-75 a.btn-full-perso, body.parent-pageid-75 a.btn-full-perso, body.page-id-79 a.btn-full-perso, body.parent-pageid-79 a.btn-full-perso, body.page-id-420 a.btn-full-perso, body.parent-pageid-420 a.btn-full-perso, body.page-id-449 a.btn-full-perso, body.parent-pageid-449 a.btn-full-perso, body.page-id-422 a.btn-full-perso, body.parent-pageid-422 a.btn-full-perso, body.page-id-451 a.btn-full-perso, body.parent-pageid-451 a.btn-full-perso, body.page-id-75 .btn-full-perso, body.parent-pageid-75 .btn-full-perso, body.page-id-79 .btn-full-perso, body.parent-pageid-79 .btn-full-perso, body.page-id-420 .btn-full-perso, body.parent-pageid-420 .btn-full-perso, body.page-id-449 .btn-full-perso, body.parent-pageid-449 .btn-full-perso, body.page-id-422 .btn-full-perso, body.parent-pageid-422 .btn-full-perso, body.page-id-451 .btn-full-perso, body.parent-pageid-451 .btn-full-perso, a.btn-full-orange, .btn-full-orange, .wp-block-button.is-style-btn-full-orange .wp-block-button__link, body.page-id-93 a.btn-full-perso, body.parent-pageid-93 a.btn-full-perso, body.page-id-193 a.btn-full-perso, body.parent-pageid-193 a.btn-full-perso, body.page-id-191 a.btn-full-perso, body.page-id-411 a.btn-full-perso, body.parent-pageid-411 a.btn-full-perso, body.page-id-413 a.btn-full-perso, body.parent-pageid-413 a.btn-full-perso, body.page-id-93 .btn-full-perso, body.parent-pageid-93 .btn-full-perso, body.page-id-193 .btn-full-perso, body.parent-pageid-193 .btn-full-perso, body.page-id-191 .btn-full-perso, body.page-id-411 .btn-full-perso, body.parent-pageid-411 .btn-full-perso, body.page-id-413 .btn-full-perso, body.parent-pageid-413 .btn-full-perso, a.btn-empty, .btn-empty, a.btn-empty-white, .btn-empty-white, .wp-block-button.is-style-btn-empty-white .wp-block-button__link, a.btn-empty-black, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link, a.btn-empty-green, .btn-empty-green, .wp-block-button.is-style-btn-empty-green .wp-block-button__link, a.btn-empty-blue, .btn-empty-blue, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link, a.btn-empty-orange, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  clear: both;
  text-decoration: none;
  border: 1px solid;
  line-height: 1;
  outline: none;
  padding: 14px 31px 11px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: background 0.2s cubic-bezier(0.365, 0.005, 0.355, 1);
}
.entry-content .wp-block-buttons .wp-block-button__link:hover, .btn-full:hover, .btn-full-white:hover, .wp-block-button.is-style-btn-full-white .wp-block-button__link:hover, .btn-full-black:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .wp-block-button.is-style-btn-full-black .wp-block-button__link:hover, .wp-block-button.is-style-default .wp-block-button__link:hover, .wp-block-button:not([class*=is-style]) .wp-block-button__link:hover, .btn-full-green:hover, .wp-block-button.is-style-btn-full-green .wp-block-button__link:hover, body.page-id-103 .btn-full-perso:hover, body.parent-pageid-103 .btn-full-perso:hover, body.page-id-416 .btn-full-perso:hover, body.parent-pageid-416 .btn-full-perso:hover, body.page-id-418 .btn-full-perso:hover, body.parent-pageid-418 .btn-full-perso:hover, .btn-full-blue:hover, .wp-block-button.is-style-btn-full-blue .wp-block-button__link:hover, body.page-id-75 .btn-full-perso:hover, body.parent-pageid-75 .btn-full-perso:hover, body.page-id-79 .btn-full-perso:hover, body.parent-pageid-79 .btn-full-perso:hover, body.page-id-420 .btn-full-perso:hover, body.parent-pageid-420 .btn-full-perso:hover, body.page-id-449 .btn-full-perso:hover, body.parent-pageid-449 .btn-full-perso:hover, body.page-id-422 .btn-full-perso:hover, body.parent-pageid-422 .btn-full-perso:hover, body.page-id-451 .btn-full-perso:hover, body.parent-pageid-451 .btn-full-perso:hover, .btn-full-orange:hover, .wp-block-button.is-style-btn-full-orange .wp-block-button__link:hover, body.page-id-93 .btn-full-perso:hover, body.parent-pageid-93 .btn-full-perso:hover, body.page-id-193 .btn-full-perso:hover, body.parent-pageid-193 .btn-full-perso:hover, body.page-id-191 .btn-full-perso:hover, body.page-id-411 .btn-full-perso:hover, body.parent-pageid-411 .btn-full-perso:hover, body.page-id-413 .btn-full-perso:hover, body.parent-pageid-413 .btn-full-perso:hover, .btn-empty:hover, .btn-empty-white:hover, .wp-block-button.is-style-btn-empty-white .wp-block-button__link:hover, .btn-empty-black:hover, .wp-block-button.is-style-btn-empty-black .wp-block-button__link:hover, .btn-empty-green:hover, .wp-block-button.is-style-btn-empty-green .wp-block-button__link:hover, .btn-empty-blue:hover, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link:hover, .btn-empty-orange:hover, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link:hover {
  text-decoration: none;
}

a.btn-empty, .btn-empty, a.btn-empty-white, .btn-empty-white, .wp-block-button.is-style-btn-empty-white .wp-block-button__link, a.btn-empty-black, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link, a.btn-empty-green, .btn-empty-green, .wp-block-button.is-style-btn-empty-green .wp-block-button__link, a.btn-empty-blue, .btn-empty-blue, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link, a.btn-empty-orange, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link {
  background-color: transparent;
}
a.btn-empty-orange, .btn-empty-orange, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link {
  border-color: #e9531f;
  color: #e9531f;
}
a.btn-empty-orange:hover, .btn-empty-orange:hover, .wp-block-button.is-style-btn-empty-orange .wp-block-button__link:hover {
  background-color: rgba(233, 83, 31, 0.2);
  color: #e9531f;
}
a.btn-empty-blue, .btn-empty-blue, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link {
  border-color: #1d71b8;
  color: #1d71b8;
}
a.btn-empty-blue:hover, .btn-empty-blue:hover, .wp-block-button.is-style-btn-empty-blue .wp-block-button__link:hover {
  background-color: rgba(29, 113, 184, 0.2);
  color: #1d71b8;
}
a.btn-empty-green, .btn-empty-green, .wp-block-button.is-style-btn-empty-green .wp-block-button__link {
  border-color: #70b77e;
  color: #70b77e;
}
a.btn-empty-green:hover, .btn-empty-green:hover, .wp-block-button.is-style-btn-empty-green .wp-block-button__link:hover {
  background-color: rgba(112, 183, 126, 0.2);
  color: #70b77e;
}
a.btn-empty-black, .btn-empty-black, .wp-block-button.is-style-btn-empty-black .wp-block-button__link {
  border-color: #1d1a18;
  color: #1d1a18;
}
a.btn-empty-black:hover, .btn-empty-black:hover, .wp-block-button.is-style-btn-empty-black .wp-block-button__link:hover {
  background-color: rgba(29, 26, 24, 0.2);
  color: #1d1a18;
}
a.btn-empty-white, .btn-empty-white, .wp-block-button.is-style-btn-empty-white .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}
a.btn-empty-white:hover, .btn-empty-white:hover, .wp-block-button.is-style-btn-empty-white .wp-block-button__link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
a.btn-full, .btn-full, a.btn-full-white, .btn-full-white, .wp-block-button.is-style-btn-full-white .wp-block-button__link, a.btn-full-black, .btn-full-black, button,
input[type=button],
input[type=reset],
input[type=submit], .wp-block-button.is-style-btn-full-black .wp-block-button__link, .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button:not([class*=is-style]) .wp-block-button__link, a.btn-full-green, .btn-full-green, .wp-block-button.is-style-btn-full-green .wp-block-button__link, body.page-id-103 a.btn-full-perso, body.parent-pageid-103 a.btn-full-perso, body.page-id-416 a.btn-full-perso, body.parent-pageid-416 a.btn-full-perso, body.page-id-418 a.btn-full-perso, body.parent-pageid-418 a.btn-full-perso, body.page-id-103 .btn-full-perso, body.parent-pageid-103 .btn-full-perso, body.page-id-416 .btn-full-perso, body.parent-pageid-416 .btn-full-perso, body.page-id-418 .btn-full-perso, body.parent-pageid-418 .btn-full-perso, a.btn-full-blue, .btn-full-blue, .wp-block-button.is-style-btn-full-blue .wp-block-button__link, body.page-id-75 a.btn-full-perso, body.parent-pageid-75 a.btn-full-perso, body.page-id-79 a.btn-full-perso, body.parent-pageid-79 a.btn-full-perso, body.page-id-420 a.btn-full-perso, body.parent-pageid-420 a.btn-full-perso, body.page-id-449 a.btn-full-perso, body.parent-pageid-449 a.btn-full-perso, body.page-id-422 a.btn-full-perso, body.parent-pageid-422 a.btn-full-perso, body.page-id-451 a.btn-full-perso, body.parent-pageid-451 a.btn-full-perso, body.page-id-75 .btn-full-perso, body.parent-pageid-75 .btn-full-perso, body.page-id-79 .btn-full-perso, body.parent-pageid-79 .btn-full-perso, body.page-id-420 .btn-full-perso, body.parent-pageid-420 .btn-full-perso, body.page-id-449 .btn-full-perso, body.parent-pageid-449 .btn-full-perso, body.page-id-422 .btn-full-perso, body.parent-pageid-422 .btn-full-perso, body.page-id-451 .btn-full-perso, body.parent-pageid-451 .btn-full-perso, a.btn-full-orange, .btn-full-orange, .wp-block-button.is-style-btn-full-orange .wp-block-button__link, body.page-id-93 a.btn-full-perso, body.parent-pageid-93 a.btn-full-perso, body.page-id-193 a.btn-full-perso, body.parent-pageid-193 a.btn-full-perso, body.page-id-191 a.btn-full-perso, body.page-id-411 a.btn-full-perso, body.parent-pageid-411 a.btn-full-perso, body.page-id-413 a.btn-full-perso, body.parent-pageid-413 a.btn-full-perso, body.page-id-93 .btn-full-perso, body.parent-pageid-93 .btn-full-perso, body.page-id-193 .btn-full-perso, body.parent-pageid-193 .btn-full-perso, body.page-id-191 .btn-full-perso, body.page-id-411 .btn-full-perso, body.parent-pageid-411 .btn-full-perso, body.page-id-413 .btn-full-perso, body.parent-pageid-413 .btn-full-perso {
  color: #fff;
}
a.btn-full-orange, .btn-full-orange, .wp-block-button.is-style-btn-full-orange .wp-block-button__link, body.page-id-93 a.btn-full-perso, body.parent-pageid-93 a.btn-full-perso, body.page-id-193 a.btn-full-perso, body.parent-pageid-193 a.btn-full-perso, body.page-id-191 a.btn-full-perso, body.page-id-411 a.btn-full-perso, body.parent-pageid-411 a.btn-full-perso, body.page-id-413 a.btn-full-perso, body.parent-pageid-413 a.btn-full-perso, body.page-id-93 .btn-full-perso, body.parent-pageid-93 .btn-full-perso, body.page-id-193 .btn-full-perso, body.parent-pageid-193 .btn-full-perso, body.page-id-191 .btn-full-perso, body.page-id-411 .btn-full-perso, body.parent-pageid-411 .btn-full-perso, body.page-id-413 .btn-full-perso, body.parent-pageid-413 .btn-full-perso {
  background: #e9531f;
  border-color: #e9531f;
}
a.btn-full-orange:hover, .btn-full-orange:hover, .wp-block-button.is-style-btn-full-orange .wp-block-button__link:hover, body.page-id-93 .btn-full-perso:hover, body.parent-pageid-93 .btn-full-perso:hover, body.page-id-193 .btn-full-perso:hover, body.parent-pageid-193 .btn-full-perso:hover, body.page-id-191 .btn-full-perso:hover, body.page-id-411 .btn-full-perso:hover, body.parent-pageid-411 .btn-full-perso:hover, body.page-id-413 .btn-full-perso:hover, body.parent-pageid-413 .btn-full-perso:hover {
  background-color: #c24013;
  border-color: #c24013;
}
a.btn-full-blue, .btn-full-blue, .wp-block-button.is-style-btn-full-blue .wp-block-button__link, body.page-id-75 a.btn-full-perso, body.parent-pageid-75 a.btn-full-perso, body.page-id-79 a.btn-full-perso, body.parent-pageid-79 a.btn-full-perso, body.page-id-420 a.btn-full-perso, body.parent-pageid-420 a.btn-full-perso, body.page-id-449 a.btn-full-perso, body.parent-pageid-449 a.btn-full-perso, body.page-id-422 a.btn-full-perso, body.parent-pageid-422 a.btn-full-perso, body.page-id-451 a.btn-full-perso, body.parent-pageid-451 a.btn-full-perso, body.page-id-75 .btn-full-perso, body.parent-pageid-75 .btn-full-perso, body.page-id-79 .btn-full-perso, body.parent-pageid-79 .btn-full-perso, body.page-id-420 .btn-full-perso, body.parent-pageid-420 .btn-full-perso, body.page-id-449 .btn-full-perso, body.parent-pageid-449 .btn-full-perso, body.page-id-422 .btn-full-perso, body.parent-pageid-422 .btn-full-perso, body.page-id-451 .btn-full-perso, body.parent-pageid-451 .btn-full-perso {
  background: #1d71b8;
  border-color: #1d71b8;
}
a.btn-full-blue:hover, .btn-full-blue:hover, .wp-block-button.is-style-btn-full-blue .wp-block-button__link:hover, body.page-id-75 .btn-full-perso:hover, body.parent-pageid-75 .btn-full-perso:hover, body.page-id-79 .btn-full-perso:hover, body.parent-pageid-79 .btn-full-perso:hover, body.page-id-420 .btn-full-perso:hover, body.parent-pageid-420 .btn-full-perso:hover, body.page-id-449 .btn-full-perso:hover, body.parent-pageid-449 .btn-full-perso:hover, body.page-id-422 .btn-full-perso:hover, body.parent-pageid-422 .btn-full-perso:hover, body.page-id-451 .btn-full-perso:hover, body.parent-pageid-451 .btn-full-perso:hover {
  background-color: #16568c;
  border-color: #16568c;
}
a.btn-full-green, .btn-full-green, .wp-block-button.is-style-btn-full-green .wp-block-button__link, body.page-id-103 a.btn-full-perso, body.parent-pageid-103 a.btn-full-perso, body.page-id-416 a.btn-full-perso, body.parent-pageid-416 a.btn-full-perso, body.page-id-418 a.btn-full-perso, body.parent-pageid-418 a.btn-full-perso, body.page-id-103 .btn-full-perso, body.parent-pageid-103 .btn-full-perso, body.page-id-416 .btn-full-perso, body.parent-pageid-416 .btn-full-perso, body.page-id-418 .btn-full-perso, body.parent-pageid-418 .btn-full-perso {
  background: #70b77e;
  border-color: #70b77e;
}
a.btn-full-green:hover, .btn-full-green:hover, .wp-block-button.is-style-btn-full-green .wp-block-button__link:hover, body.page-id-103 .btn-full-perso:hover, body.parent-pageid-103 .btn-full-perso:hover, body.page-id-416 .btn-full-perso:hover, body.parent-pageid-416 .btn-full-perso:hover, body.page-id-418 .btn-full-perso:hover, body.parent-pageid-418 .btn-full-perso:hover {
  background-color: #52a262;
  border-color: #52a262;
}
a.btn-full-black, .btn-full-black, button,
input[type=button],
input[type=reset],
input[type=submit], .wp-block-button.is-style-btn-full-black .wp-block-button__link, .wp-block-button.is-style-default .wp-block-button__link, .wp-block-button:not([class*=is-style]) .wp-block-button__link {
  background-color: #1d1a18;
  border-color: #1d1a18;
}
a.btn-full-black:hover, .btn-full-black:hover, button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .wp-block-button.is-style-btn-full-black .wp-block-button__link:hover, .wp-block-button.is-style-default .wp-block-button__link:hover, .wp-block-button:not([class*=is-style]) .wp-block-button__link:hover {
  background-color: #554c46;
  border-color: #554c46;
  color: #fff;
}
a.btn-full-white, .btn-full-white, .wp-block-button.is-style-btn-full-white .wp-block-button__link {
  background-color: #fff;
  border-color: #fff;
  color: #1d1a18;
}
a.btn-full-white:hover, .btn-full-white:hover, .wp-block-button.is-style-btn-full-white .wp-block-button__link:hover {
  background: #d0cfce;
  border-color: #d0cfce;
  color: #1d1a18;
}
/***** Boutons gutenberg ******/
/* Default */
/* Avec class */
/*--------------------------------

	Comportement des images dans le contenu des pages

*/
a img {
  border: none;
}

.no-photo:empty {
  background: url("/images/commun/no-photo.jpg") no-repeat scroll center;
  opacity: 0.4;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

/*--------------------------------

	Liste

*/
.entry-content-inner ul:not(.blocks-gallery-grid, .rslides) {
  padding: 0;
  margin: 30px 0 30px 15px;
}
.entry-content-inner ul:not(.blocks-gallery-grid, .rslides) li {
  list-style: disc;
  margin-bottom: 15px;
}
.entry-content-inner ol {
  margin: 30px 0 30px 15px;
  padding: 0;
}
.entry-content-inner ol li {
  list-style: decimal;
  line-height: 1.3;
  margin-bottom: 10px;
}

/*--------------------------------

	Logo

*/
.site-branding {
  position: absolute;
  left: 6.4%;
  top: 16px;
}
@media only screen and (min-width: 48em) {
  .site-branding {
    position: relative;
    left: auto;
    top: auto;
  }
}
.site-branding > p {
  margin: 0;
}
.site-branding .site-title a {
  width: 119px;
  height: 50px;
  display: block;
  text-indent: -99999px;
  background: url("/wp-content/themes/theme-startup/images/logo/logo-chateau-coursive.svg") no-repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 78em) {
  .site-branding .site-title a {
    width: 170px;
    height: 72px;
  }
}
.site-branding .site-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*--------------------------------

	Table

*/
.entry-content .wp-block-table.is-style-stripes {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.entry-content .wp-block-table.is-style-stripes table {
  margin: 0;
}
.entry-content .wp-block-table.is-style-stripes thead {
  border: none;
  background-color: #000;
  color: white;
}
.entry-content .wp-block-table.is-style-stripes thead th {
  padding: 10px 20px;
  font-weight: 400;
  line-height: 1.5;
}
.entry-content .wp-block-table.is-style-stripes tbody {
  background: #fff;
}
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background: none;
}
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(2n+2) {
  background-color: #f3f3f3;
}
.entry-content .wp-block-table.is-style-stripes tbody tr td {
  line-height: 1.5;
  padding: 10px 20px;
}

/*--------------------------------

	Règles typographiques

*/
@font-face {
  font-family: "Neue Haas Unica";
  src: url("/wp-content/themes/theme-startup/assets/fonts/NeueHaasUnica-Regular.woff2") format("woff2"), url("/wp-content/themes/theme-startup/assets/fonts/NeueHaasUnica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("/wp-content/themes/theme-startup/assets/fonts/NeueHaasUnica-Bold.woff2") format("woff2"), url("/wp-content/themes/theme-startup/assets/fonts//NeueHaasUnica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("/wp-content/themes/theme-startup/assets/fonts/NeueHaasUnica-Black.woff2") format("woff2"), url("/wp-content/themes/theme-startup/assets/fonts/NeueHaasUnica-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  margin: 50px 0 30px;
  line-height: 1.1;
  font-weight: 900;
}

h1,
.h1 {
  font-size: 40px;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 78em) {
  h1,
  .h1 {
    font-size: 56px;
  }
}
body.page-id-75 h1, body.parent-pageid-75 h1, body.page-id-79 h1, body.parent-pageid-79 h1, body.page-id-420 h1, body.parent-pageid-420 h1, body.page-id-449 h1, body.parent-pageid-449 h1, body.page-id-422 h1, body.parent-pageid-422 h1, body.page-id-451 h1, body.parent-pageid-451 h1,
body.page-id-75 .h1,
body.parent-pageid-75 .h1,
body.page-id-79 .h1,
body.parent-pageid-79 .h1,
body.page-id-420 .h1,
body.parent-pageid-420 .h1,
body.page-id-449 .h1,
body.parent-pageid-449 .h1,
body.page-id-422 .h1,
body.parent-pageid-422 .h1,
body.page-id-451 .h1,
body.parent-pageid-451 .h1 {
  color: #1d71b8;
}
body.page-id-93 h1, body.parent-pageid-93 h1, body.page-id-193 h1, body.parent-pageid-193 h1, body.page-id-191 h1, body.page-id-411 h1, body.parent-pageid-411 h1, body.page-id-413 h1, body.parent-pageid-413 h1,
body.page-id-93 .h1,
body.parent-pageid-93 .h1,
body.page-id-193 .h1,
body.parent-pageid-193 .h1,
body.page-id-191 .h1,
body.page-id-411 .h1,
body.parent-pageid-411 .h1,
body.page-id-413 .h1,
body.parent-pageid-413 .h1 {
  color: #e9531f;
}
body.page-id-103 h1, body.parent-pageid-103 h1, body.page-id-416 h1, body.parent-pageid-416 h1, body.page-id-418 h1, body.parent-pageid-418 h1,
body.page-id-103 .h1,
body.parent-pageid-103 .h1,
body.page-id-416 .h1,
body.parent-pageid-416 .h1,
body.page-id-418 .h1,
body.parent-pageid-418 .h1 {
  color: #70b77e;
}

h2,
.h2 {
  font-size: 32px;
  margin: 60px 0 40px;
}
@media only screen and (min-width: 78em) {
  h2,
  .h2 {
    font-size: 40px;
    margin-top: 90px;
  }
}
h2 + .is-style-exergue,
.h2 + .is-style-exergue {
  margin-top: -40px;
  margin-bottom: 40px;
}

h3,
.h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 60px 0 40px;
}
@media only screen and (min-width: 78em) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 20px;
}
@media only screen and (min-width: 78em) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: 18px;
}
@media only screen and (min-width: 78em) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

p, ul, ol,
.blockquote, .button-wrapper, .media, .table-wrapper {
  margin-top: 30px;
}
p:first-child, ul:first-child, ol:first-child,
.blockquote:first-child, .button-wrapper:first-child, .media:first-child, .table-wrapper:first-child {
  margin-top: 0;
}

p {
  margin: 20px 0;
}

ol,
ul {
  list-style: none;
}

b,
strong {
  font-weight: 900;
}

small {
  font-size: 80%;
}

.exergue, .is-style-exergue {
  font-size: 18px;
  font-weight: 900;
}
@media only screen and (min-width: 78em) {
  .exergue, .is-style-exergue {
    font-size: 20px;
  }
}

/* Layout */
/* Header */
.bandeau {
  text-align: center;
  background: #e9531f;
  color: #fff;
  padding: 12px 6.4% 10px;
  font-size: 12px;
}
@media only screen and (min-width: 48em) {
  .bandeau {
    font-size: 14px;
  }
}
.bandeau p {
  margin: 0;
}
.bandeau a {
  color: #fff;
}

.site-header {
  position: sticky;
  z-index: 9999;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: solid 1px rgba(29, 26, 24, 0.1);
}

.subheader {
  background-color: #1d1a18;
  padding: 12px 6.4%;
  color: #fff;
}
@media only screen and (min-width: 48em) {
  .subheader {
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 90em) {
  .subheader {
    padding: 12px 40px;
  }
}
@media only screen and (min-width: 48em) {
  .subheader-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 78em) {
  .subheader-inner {
    max-width: 1410px;
    margin: 0 auto;
  }
}
.subheader .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 48em) {
  .subheader .left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.subheader .left .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subheader .left .lang #id_target_container {
  width: 28px;
  min-width: 28px;
  height: 24px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-accessibility.svg") no-repeat center;
  display: block;
}
.subheader .left .lang #id_target_container a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.subheader .left .lang_select {
  position: relative;
  margin-left: 16px;
}
@media only screen and (min-width: 48em) {
  .subheader .left .lang_select {
    margin-left: 24px;
  }
}
.subheader .left .lang_select select {
  border-radius: 3px;
  border: solid 1px #f0ebd8;
  padding: 6px 18px 4px 8px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  -moz-appearance: none;
  position: relative;
  z-index: 2;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-white-bottom.svg") no-repeat calc(100% - 5px) center, #1d1a18;
}
.subheader .left ul.rs {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 48em) {
  .subheader .left ul.rs {
    margin-left: 24px;
  }
}
.subheader .left ul.rs li:not(:last-child) {
  margin-right: 8px;
}
.subheader .left ul.rs li a {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: no-repeat center;
}
.subheader .left ul.rs li a.fb {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-facebook.svg");
}
.subheader .left ul.rs li a.insta {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-instagram.svg");
}
.subheader .right {
  display: none;
}
@media only screen and (min-width: 48em) {
  .subheader .right {
    display: block;
  }
}
.subheader .right ul.scnd-nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 48em) {
  .subheader .right ul.scnd-nav li:not(:last-child) {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 64em) {
  .subheader .right ul.scnd-nav li:not(:last-child) {
    margin-right: 30px;
  }
}
.subheader .right ul.scnd-nav li.current-menu-item a, .subheader .right ul.scnd-nav li.current-post-ancestor a {
  font-weight: bold;
}
.subheader .right ul.scnd-nav li a {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.subheader .right ul.scnd-nav li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 64em) {
  .subheader .right ul.scnd-nav li a {
    font-size: 16px;
  }
}

.header {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .header {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 90em) {
  .header {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 48em) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 78em) {
  .header-inner {
    max-width: 1410px;
    margin: 0 auto;
  }
}
.header-inner > .btn {
  display: none;
}
@media only screen and (min-width: 48em) {
  .header-inner > .btn {
    display: block;
  }
}
.header-inner > .btn a {
  padding: 14px 31px 12px;
  /*@include mq('tablet-wide') {
    padding: 17px 32px 13px 62px;
    background-image: url("/wp-content/themes/theme-startup/images/icon/icon-billetterie.svg");
    background-repeat: no-repeat;
    background-position: 24px center;
  }*/
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
main {
  padding: 0 6.4%;
}

article {
  max-width: 1410px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Entry header
--------------------------------------------------------------*/
.entry-header {
  max-width: 930px;
  margin: 40px auto;
  text-align: center;
}
@media only screen and (min-width: 78em) {
  .entry-header {
    margin: 60px auto;
  }
}
@media only screen and (min-width: 103.125em) {
  .entry-header {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
@media only screen and (min-width: 48em) {
  .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.entry-content-inner {
  max-width: 930px;
}
@media only screen and (min-width: 48em) {
  .entry-content-inner {
    width: 70%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content-inner {
    width: calc(100% - 346px);
    padding-right: 90px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 90em) {
  .entry-content-inner {
    padding-right: 128px;
  }
}
.entry-content-inner:first-child {
  margin: 0 auto;
  max-width: 930px;
  padding: 0;
  width: 100%;
}
.entry-content-inner > *:first-child {
  margin-top: 0 !important;
}
.entry-content-inner > *:last-child {
  margin-bottom: 0 !important;
}
.entry-content .wp-block-gallery, .entry-content .wp-block-columns, .entry-content .wp-block-image, .entry-content .wp-block-cover, .entry-content .wp-block-verse, .entry-content .wp-block-media-text, .entry-content .wp-block-group {
  margin-top: 50px;
  margin-bottom: 50px;
}
.entry-content .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content .alignwide, .entry-content .em-view-container {
  margin-left: calc(24.25% - 24.25vw);
  margin-right: calc(24.25% - 24.25vw);
  width: auto;
  max-width: 100vw;
}
.entry-content p + .em-view-container {
  margin-top: 60px;
}
@media only screen and (min-width: 78em) {
  .entry-content p + .em-view-container {
    margin-top: 90px;
  }
}
.entry-content .wp-block-group > .wp-block-group__inner-container {
  max-width: 750px;
  margin: 0 auto;
}
.entry-content .wp-block-group.has-background {
  padding: 24px;
  border-radius: 8px;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-group.has-background {
    padding: 40px;
  }
}
.entry-content .wp-block-group.has-background > .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.entry-content .wp-block-group.has-background > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.entry-content .sp-wrap-cpt:first-child > h2:first-child {
  margin-top: 0;
}
.entry-content .wp-block-buttons {
  margin: 50px 0;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-columns {
    gap: 60px;
  }
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .entry-content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
}
.entry-content .wp-block-columns .wp-block-column.has-background {
  padding: 24px;
  border-radius: 8px;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-columns .wp-block-column.has-background {
    padding: 40px;
  }
}
.entry-content .wp-block-columns .wp-block-column.has-background .wp-block-image + h4 {
  margin: 24px 0 20px;
}
.entry-content .wp-block-columns .wp-block-image {
  margin: 0;
}
.entry-content .wp-block-separator {
  width: 142px !important;
  max-width: 142px !important;
  height: 9px;
  background: url("/wp-content/themes/theme-startup/images/icon/separator.svg") no-repeat center;
  border: none;
  margin: 64px auto;
}
@media only screen and (min-width: 78em) {
  .entry-content .wp-block-separator {
    margin: 90px auto;
  }
}
.entry-content p:empty {
  display: none;
}
.entry-content .wp-block-media-text {
  grid-gap: 40px;
}
.entry-content .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 !important;
}

/* Sidebar */
.sidebar {
  margin-bottom: 60px;
}
@media only screen and (min-width: 48em) {
  .sidebar {
    width: 30%;
    position: sticky;
    top: 150px;
    margin: 0;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 64em) {
  .sidebar {
    top: 180px;
    max-height: calc(100vh - 180px);
  }
}
@media only screen and (min-width: 78em) {
  .sidebar {
    width: 346px;
  }
}
@media only screen and (min-width: 90em) {
  .sidebar {
    top: 200px;
    max-height: calc(100vh - 200px);
  }
}
@media only screen and (min-width: 48em) {
  .sidebar-inner > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 78em) {
  .sidebar-inner > *:not(:last-child) {
    margin-bottom: 60px;
  }
}

.sommaire {
  border-radius: 8px;
  background-color: #f0ebd8;
  padding: 24px 6.4%;
  margin: 0;
}
body.page-id-75 .sommaire, body.parent-pageid-75 .sommaire, body.page-id-79 .sommaire, body.parent-pageid-79 .sommaire, body.page-id-420 .sommaire, body.parent-pageid-420 .sommaire, body.page-id-449 .sommaire, body.parent-pageid-449 .sommaire, body.page-id-422 .sommaire, body.parent-pageid-422 .sommaire, body.page-id-451 .sommaire, body.parent-pageid-451 .sommaire {
  background: #e8f6ff;
}
body.page-id-93 .sommaire, body.parent-pageid-93 .sommaire, body.page-id-193 .sommaire, body.parent-pageid-193 .sommaire, body.page-id-191 .sommaire, body.page-id-411 .sommaire, body.parent-pageid-411 .sommaire, body.page-id-413 .sommaire, body.parent-pageid-413 .sommaire {
  background: #fff2ee;
}
body.page-id-103 .sommaire, body.parent-pageid-103 .sommaire, body.page-id-416 .sommaire, body.parent-pageid-416 .sommaire, body.page-id-418 .sommaire, body.parent-pageid-418 .sommaire {
  background: #f0fcf3;
}
@media only screen and (min-width: 78em) {
  .sommaire {
    padding: 40px;
  }
}
.sommaire li {
  margin: 0;
  list-style: none;
  line-height: 1.3;
}
.sommaire li:not(:last-child) {
  margin-bottom: 15px;
}
.sommaire li a {
  font-weight: 400;
  text-decoration: none;
}
.sommaire li a.active {
  font-weight: bold;
}
.sommaire li a:hover {
  color: #1d1a18;
}
.sommaire li a::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-anchor-black.svg");
  margin-left: 8px;
  position: relative;
  top: 2px;
}
body.page-id-75 .sommaire li a::after, body.parent-pageid-75 .sommaire li a::after, body.page-id-79 .sommaire li a::after, body.parent-pageid-79 .sommaire li a::after, body.page-id-420 .sommaire li a::after, body.parent-pageid-420 .sommaire li a::after, body.page-id-449 .sommaire li a::after, body.parent-pageid-449 .sommaire li a::after, body.page-id-422 .sommaire li a::after, body.parent-pageid-422 .sommaire li a::after, body.page-id-451 .sommaire li a::after, body.parent-pageid-451 .sommaire li a::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-anchor-blue.svg");
}
body.page-id-93 .sommaire li a::after, body.parent-pageid-93 .sommaire li a::after, body.page-id-193 .sommaire li a::after, body.parent-pageid-193 .sommaire li a::after, body.page-id-191 .sommaire li a::after, body.page-id-411 .sommaire li a::after, body.parent-pageid-411 .sommaire li a::after, body.page-id-413 .sommaire li a::after, body.parent-pageid-413 .sommaire li a::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-anchor-orange.svg");
}
body.page-id-103 .sommaire li a::after, body.parent-pageid-103 .sommaire li a::after, body.page-id-416 .sommaire li a::after, body.parent-pageid-416 .sommaire li a::after, body.page-id-418 .sommaire li a::after, body.parent-pageid-418 .sommaire li a::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-anchor-green.svg");
}

.docs-sidebar, .contact-sidebar {
  margin-bottom: 40px;
}
.entry-content-inner + .docs-sidebar, .entry-content-inner + .contact-sidebar {
  border-top: solid 1px rgba(29, 26, 24, 0.1);
  padding-top: 60px;
  margin-top: 60px;
}
.docs-sidebar > p, .contact-sidebar > p {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
  color: #1d1a18;
  margin: 0 0 10px;
}
body.page-id-75 .docs-sidebar > p, body.parent-pageid-75 .docs-sidebar > p, body.page-id-79 .docs-sidebar > p, body.parent-pageid-79 .docs-sidebar > p, body.page-id-420 .docs-sidebar > p, body.parent-pageid-420 .docs-sidebar > p, body.page-id-449 .docs-sidebar > p, body.parent-pageid-449 .docs-sidebar > p, body.page-id-422 .docs-sidebar > p, body.parent-pageid-422 .docs-sidebar > p, body.page-id-451 .docs-sidebar > p, body.parent-pageid-451 .docs-sidebar > p, body.page-id-75 .contact-sidebar > p, body.parent-pageid-75 .contact-sidebar > p, body.page-id-79 .contact-sidebar > p, body.parent-pageid-79 .contact-sidebar > p, body.page-id-420 .contact-sidebar > p, body.parent-pageid-420 .contact-sidebar > p, body.page-id-449 .contact-sidebar > p, body.parent-pageid-449 .contact-sidebar > p, body.page-id-422 .contact-sidebar > p, body.parent-pageid-422 .contact-sidebar > p, body.page-id-451 .contact-sidebar > p, body.parent-pageid-451 .contact-sidebar > p {
  color: #1d71b8;
}
body.page-id-93 .docs-sidebar > p, body.parent-pageid-93 .docs-sidebar > p, body.page-id-193 .docs-sidebar > p, body.parent-pageid-193 .docs-sidebar > p, body.page-id-191 .docs-sidebar > p, body.page-id-411 .docs-sidebar > p, body.parent-pageid-411 .docs-sidebar > p, body.page-id-413 .docs-sidebar > p, body.parent-pageid-413 .docs-sidebar > p, body.page-id-93 .contact-sidebar > p, body.parent-pageid-93 .contact-sidebar > p, body.page-id-193 .contact-sidebar > p, body.parent-pageid-193 .contact-sidebar > p, body.page-id-191 .contact-sidebar > p, body.page-id-411 .contact-sidebar > p, body.parent-pageid-411 .contact-sidebar > p, body.page-id-413 .contact-sidebar > p, body.parent-pageid-413 .contact-sidebar > p {
  color: #e9531f;
}
body.page-id-103 .docs-sidebar > p, body.parent-pageid-103 .docs-sidebar > p, body.page-id-416 .docs-sidebar > p, body.parent-pageid-416 .docs-sidebar > p, body.page-id-418 .docs-sidebar > p, body.parent-pageid-418 .docs-sidebar > p, body.page-id-103 .contact-sidebar > p, body.parent-pageid-103 .contact-sidebar > p, body.page-id-416 .contact-sidebar > p, body.parent-pageid-416 .contact-sidebar > p, body.page-id-418 .contact-sidebar > p, body.parent-pageid-418 .contact-sidebar > p {
  color: #70b77e;
}
@media only screen and (min-width: 78em) {
  .docs-sidebar > p, .contact-sidebar > p {
    font-size: 20px;
  }
}
.docs-sidebar .inner, .docs-sidebar > a, .contact-sidebar .inner, .contact-sidebar > a {
  padding: 19px 16px 16px 72px;
  border-radius: 8px;
  background: no-repeat 16px center;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-sidebar .inner {
  background-color: #1d1a18;
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-contact.svg");
  color: #fff;
}
body.page-id-75 .contact-sidebar .inner, body.parent-pageid-75 .contact-sidebar .inner, body.page-id-79 .contact-sidebar .inner, body.parent-pageid-79 .contact-sidebar .inner, body.page-id-420 .contact-sidebar .inner, body.parent-pageid-420 .contact-sidebar .inner, body.page-id-449 .contact-sidebar .inner, body.parent-pageid-449 .contact-sidebar .inner, body.page-id-422 .contact-sidebar .inner, body.parent-pageid-422 .contact-sidebar .inner, body.page-id-451 .contact-sidebar .inner, body.parent-pageid-451 .contact-sidebar .inner {
  background-color: #1d71b8;
}
body.page-id-93 .contact-sidebar .inner, body.parent-pageid-93 .contact-sidebar .inner, body.page-id-193 .contact-sidebar .inner, body.parent-pageid-193 .contact-sidebar .inner, body.page-id-191 .contact-sidebar .inner, body.page-id-411 .contact-sidebar .inner, body.parent-pageid-411 .contact-sidebar .inner, body.page-id-413 .contact-sidebar .inner, body.parent-pageid-413 .contact-sidebar .inner {
  background-color: #e9531f;
}
body.page-id-103 .contact-sidebar .inner, body.parent-pageid-103 .contact-sidebar .inner, body.page-id-416 .contact-sidebar .inner, body.parent-pageid-416 .contact-sidebar .inner, body.page-id-418 .contact-sidebar .inner, body.parent-pageid-418 .contact-sidebar .inner {
  background-color: #70b77e;
}
.contact-sidebar .inner:not(:last-child) {
  margin-bottom: 10px;
}
.contact-sidebar .inner p {
  margin: 0;
}
.contact-sidebar .inner p.tel {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.25px;
}
.contact-sidebar .inner p.mail a {
  color: #fff;
}

.docs-sidebar a {
  border: solid 1px #1d1a18;
  color: #1d1a18;
  text-decoration: none;
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-download-black.svg");
}
body.page-id-75 .docs-sidebar a, body.parent-pageid-75 .docs-sidebar a, body.page-id-79 .docs-sidebar a, body.parent-pageid-79 .docs-sidebar a {
  border-color: #1d71b8;
  color: #1d71b8;
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-download-blue.svg");
}
body.page-id-93 .docs-sidebar a, body.parent-pageid-93 .docs-sidebar a {
  border-color: #e9531f;
  color: #e9531f;
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-download-orange.svg");
}
body.page-id-103 .docs-sidebar a, body.parent-pageid-103 .docs-sidebar a {
  border-color: #70b77e;
  color: #70b77e;
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-download-green.svg");
}

/* Footer */
.site-footer {
  margin-top: 64px;
}
@media only screen and (min-width: 78em) {
  .site-footer {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 90em) {
  .site-footer {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 120em) {
  .site-footer {
    margin-top: 150px;
  }
}

.related {
  border-top: solid 1px rgba(29, 26, 24, 0.1);
  padding: 64px 6.4%;
}
@media only screen and (min-width: 78em) {
  .related {
    padding: 90px 6.4%;
  }
}
@media only screen and (min-width: 90em) {
  .related {
    padding: 120px 6.4%;
  }
}
@media only screen and (min-width: 103.125em) {
  .related {
    padding: 150px 6.4%;
  }
}
.related-inner {
  max-width: 1410px;
  margin: 0 auto;
}
.related .title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 78em) {
  .related .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 60px;
  }
}
.related .title .h2 {
  margin: 0 0 15px;
}
@media only screen and (min-width: 78em) {
  .related .title .h2 {
    margin: 0;
  }
}
.related .title p {
  margin: 0;
}
.related .title p a::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-right-black.svg");
  margin-left: 8px;
}
.related .em-events-list {
  grid-row-gap: 0;
  margin: 0 -15px;
}
@media only screen and (min-width: 48em) {
  .related .em-events-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 64em) {
  .related .em-events-list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.related .em-events-list .em-item:not(.em-item-single) {
  margin: 0 15px;
}
@media only screen and (min-width: 64em) {
  .related .em-events-list .em-item:not(.em-item-single) {
    margin: 0;
  }
}

.subfooter {
  background-color: #1d1a18;
  padding: 64px 6.4%;
  color: #fff;
}
@media only screen and (min-width: 48em) {
  .subfooter-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 78em) {
  .subfooter-inner {
    max-width: 1410px;
    margin: 0 auto;
  }
}
.subfooter-inner .newsletter .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 30px;
}
@media only screen and (min-width: 78em) {
  .subfooter-inner .newsletter .title {
    font-size: 28px;
  }
}
.subfooter-inner .newsletter form {
  position: relative;
  max-width: 455px;
}
.subfooter-inner .newsletter form .mc-field-group {
  position: relative;
}
.subfooter-inner .newsletter form #mce-responses {
  margin-top: 10px;
}
.subfooter-inner .newsletter form input[type=email] {
  border: solid 1px #f0ebd8;
  line-height: 1;
  padding: 17px 65px 17px 24px;
  background: #1d1a18;
  color: #fff;
  border-radius: 8px;
}
.subfooter-inner .newsletter form input[type=email].placeholder {
  color: #fff;
}
.subfooter-inner .newsletter form input[type=email]:-moz-placeholder {
  color: #fff;
}
.subfooter-inner .newsletter form input[type=email]::-moz-placeholder {
  color: #fff;
}
.subfooter-inner .newsletter form input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.subfooter-inner .newsletter form input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.subfooter-inner .newsletter form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-check.svg") no-repeat center, #f0ebd8;
  height: 100%;
  padding: 0;
  width: 55px;
  text-indent: -9999px;
  border-radius: 0 8px 8px 0;
}
.subfooter-inner .newsletter form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.subfooter-inner .newsletter form .checkbox label {
  color: #fff;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.subfooter-inner .newsletter form .checkbox label a {
  color: #fff;
}
.subfooter-inner .newsletter form .checkbox label a::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-open-link-white.svg");
  margin-left: 8px;
}
.subfooter-inner .newsletter form .checkbox input {
  margin: 0 10px 3px 0;
}
.subfooter-inner #mc_message:not(:empty) {
  margin-bottom: 10px;
}
.subfooter-inner #mc_message:not(:empty) strong.mc_success_msg {
  display: block;
  background: #70b77e;
  padding: 5px;
  color: #fff;
}
.subfooter-inner #mc_message:not(:empty) strong:not(.mc_success_msg) {
  display: block;
  background: #e9531f;
  padding: 5px;
  color: #fff;
}
.subfooter-inner label.mc_header_email {
  display: none;
}
.subfooter-inner .form-mailchimp, .subfooter-inner .wp-block-mailchimp-mailchimp-form-field {
  position: relative;
}
.subfooter-inner ul.rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 48em) {
  .subfooter-inner ul.rs {
    margin: 0;
  }
}
.subfooter-inner ul.rs li:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (min-width: 48em) {
  .subfooter-inner ul.rs li:not(:last-child) {
    margin-right: 24px;
  }
}
.subfooter-inner ul.rs li a {
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background: no-repeat center;
  background-size: 100%;
}
@media only screen and (min-width: 48em) {
  .subfooter-inner ul.rs li a {
    width: 56px;
    height: 56px;
  }
}
.subfooter-inner ul.rs li a.fb {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-facebook-w.svg");
}
.subfooter-inner ul.rs li a.insta {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-instagram-w.svg");
}

.footer {
  background: #1d1a18;
  color: #fff;
  padding: 64px 6.4%;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 78em) {
  .footer {
    padding: 90px 6.4%;
  }
}
@media only screen and (min-width: 64em) {
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 78em) {
  .footer-inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48em) {
  .footer .pres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .pres img {
    max-width: 150px;
  }
  .footer .pres p {
    max-width: 290px;
  }
}
@media only screen and (min-width: 64em) {
  .footer .pres {
    width: 230px;
    display: block;
  }
}
@media only screen and (min-width: 78em) {
  .footer .pres {
    width: 308px;
  }
  .footer .pres img {
    max-width: 230px;
  }
  .footer .pres p {
    margin: 37px 0;
  }
}
@media only screen and (min-width: 48em) {
  .footer .tripadvisor {
    min-width: 195px;
  }
}
.footer .tripadvisor .cdsROW.narrow.border {
  padding: 0;
  background: none;
  border: none;
}
.footer .tripadvisor .cdsROW.narrow.border .cdsLocName, .footer .tripadvisor .cdsROW.narrow.border .logo {
  display: none;
}
.footer .tripadvisor .cdsROW.narrow.border .cdsRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
}
.footer .tripadvisor .cdsROW.narrow.border .cdsRating .ui_bubble_rating::after, .footer .tripadvisor .cdsROW.narrow.border .cdsRating .ui_bubble_rating::before {
  font-size: 24px;
}
.footer .tripadvisor .cdsROW.narrow.border .cdsRating .ui_bubble_rating::before {
  color: #1d1a18;
}
.footer .tripadvisor .cdsROW.narrow.border .cdsRating span:last-child {
  margin-left: 10px;
}
.footer .shortcut {
  margin-top: 40px;
}
@media only screen and (min-width: 48em) {
  .footer .shortcut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 64em) {
  .footer .shortcut {
    margin: 0;
  }
}
.footer .shortcut .item:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48em) {
  .footer .shortcut .item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 64em) {
  .footer .shortcut .item:not(:last-child) {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 78em) {
  .footer .shortcut .item:not(:last-child) {
    margin-right: 90px;
  }
}
@media only screen and (min-width: 90em) {
  .footer .shortcut .item:not(:last-child) {
    margin-right: 150px;
  }
}
.footer .shortcut p {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #f0ebd8;
  text-transform: uppercase;
  margin: 0;
}
.footer .shortcut p::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-right.svg");
  margin-left: 12px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .footer .shortcut p::after {
    display: none;
  }
}
.footer .shortcut p.open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.footer .shortcut ul {
  display: none;
  margin: 10px 0 0;
}
@media only screen and (min-width: 48em) {
  .footer .shortcut ul {
    display: block;
  }
}
@media only screen and (min-width: 78em) {
  .footer .shortcut ul {
    margin-top: 30px;
  }
}
.footer .shortcut ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 78em) {
  .footer .shortcut ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer .shortcut ul li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.footer .shortcut ul li a:hover {
  text-decoration: underline;
}

.footer-signature {
  padding: 24px 6.4% 18px;
}
@media only screen and (min-width: 48em) {
  .footer-signature {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 78em) {
  .footer-signature-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1410px;
    margin: 0 auto;
  }
}
.footer-signature-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
@media only screen and (min-width: 48em) {
  .footer-signature-inner ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
@media only screen and (min-width: 78em) {
  .footer-signature-inner ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-signature-inner ul li {
  margin-bottom: 16px;
}
@media only screen and (min-width: 78em) {
  .footer-signature-inner ul li {
    margin-bottom: 0;
  }
}
.footer-signature-inner ul li:not(:last-child) {
  margin-right: 16px;
}
.footer-signature-inner ul li:first-child img, .footer-signature-inner ul li:nth-child(2) img {
  max-height: 40px;
}
.footer-signature-inner ul li:nth-child(3) img, .footer-signature-inner ul li:nth-child(4) img {
  max-height: 64px;
}
.footer-signature-inner ul li img {
  vertical-align: bottom;
}
.footer-signature-inner p {
  font-size: 12px;
  margin: 15px 0 0;
}
@media only screen and (min-width: 48em) {
  .footer-signature-inner p {
    text-align: center;
  }
}
@media only screen and (min-width: 78em) {
  .footer-signature-inner p {
    text-align: right;
  }
}
.footer-signature-inner p a {
  font-weight: 900;
  text-decoration: none;
}
@media only screen and (min-width: 78em) {
  .footer-signature-inner p:first-child {
    margin-top: 0;
  }
}
.footer-signature-inner p:last-child a {
  display: inline-block;
  margin-bottom: 5px;
}
@media only screen and (min-width: 78em) {
  .footer-signature-inner p:last-child a {
    margin-bottom: 0;
  }
}
.footer-signature-inner p:last-child a:not(:last-child) {
  margin-right: 24px;
}

/* Subfooter */
/* Module */
/* Navigation */
.main-navigation {
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .main-navigation {
    overflow: visible;
    width: auto;
  }
}
.main-navigation .btn-nav {
  background: #e9531f;
  width: 100%;
  color: #fff;
  padding: 12px 0 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  color: #f0ebd8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* &::before {
     content: url("/wp-content/themes/theme-startup/images/icon/icon-billetterie.svg");
     margin-right: 12px;
     height: 26px;
     padding-bottom: 2px;
   }*/
}
@media only screen and (min-width: 48em) {
  .main-navigation .btn-nav {
    display: none;
  }
}
.main-navigation > .menu-menu-principal-container {
  visibility: hidden;
  width: 0;
}
@media only screen and (min-width: 48em) {
  .main-navigation > .menu-menu-principal-container {
    visibility: visible;
    width: auto;
  }
}
.main-navigation.toggled > .menu-menu-principal-container {
  visibility: visible;
  width: 100%;
}

button.menu-toggle {
  margin: 17px 6.4% 17px auto;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  color: #1d1a18;
  border: 2px solid #1d1a18;
  text-transform: uppercase;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-menu.svg") no-repeat 16px center, #fff;
  padding: 10px 16px 10px 50px;
}
.toggled button.menu-toggle {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-close.svg");
}
@media only screen and (min-width: 48em) {
  button.menu-toggle {
    display: none;
  }
}

.menu-menu-principal-container {
  position: absolute;
  width: 100%;
  right: -100%;
  display: none;
  overflow: scroll;
  padding: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  height: calc(100vh - 82px);
  top: 82px;
  background-color: #fff;
}
.toggled .menu-menu-principal-container {
  right: 0;
}
@media only screen and (min-width: 48em) {
  .menu-menu-principal-container {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
    top: auto;
    right: auto;
    overflow: visible;
    background: none;
  }
}

.main-navigation ul#primary-menu {
  padding: 40px 0;
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.main-navigation ul#primary-menu > li {
  position: relative;
}
.main-navigation ul#primary-menu > li:last-child {
  margin-bottom: 60px;
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li:last-child {
    margin-bottom: 0;
  }
}
.main-navigation ul#primary-menu > li:not(.scndnav) {
  border-left: 12px solid #fff;
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li:not(.scndnav) {
    border: none;
  }
}
.main-navigation ul#primary-menu > li:not(.scndnav) > a {
  padding: 12px 24px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #1d1a18;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li:not(.scndnav) > a {
    font-size: 16px;
    padding: 30px 24px 28px;
    position: relative;
  }
}
@media only screen and (min-width: 64em) {
  .main-navigation ul#primary-menu > li:not(.scndnav) > a {
    padding: 43px 32px;
    font-size: 18px;
  }
}
.main-navigation ul#primary-menu > li:not(.scndnav) > a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li:not(.scndnav) > a::after {
    content: "";
    position: absolute;
    bottom: 22px;
    height: 3px;
    background: #1d1a18;
    width: 0;
    left: 24px;
    -webkit-transition: width 0.8s cubic-bezier(0.365, 0.005, 0.355, 1);
    transition: width 0.8s cubic-bezier(0.365, 0.005, 0.355, 1);
  }
}
@media only screen and (min-width: 64em) {
  .main-navigation ul#primary-menu > li:not(.scndnav) > a::after {
    left: 32px;
    bottom: 36px;
  }
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li:not(.scndnav):hover > a::after {
    width: calc(100% - 48px);
  }
}
@media only screen and (min-width: 64em) {
  .main-navigation ul#primary-menu > li:not(.scndnav):hover > a::after {
    width: calc(100% - 64px);
  }
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li:not(.scndnav).current-menu-ancestor > a::after, .main-navigation ul#primary-menu > li:not(.scndnav).current_page_item > a::after, .main-navigation ul#primary-menu > li:not(.scndnav).current-page-ancestor > a::after {
    width: calc(100% - 48px);
  }
}
@media only screen and (min-width: 64em) {
  .main-navigation ul#primary-menu > li:not(.scndnav).current-menu-ancestor > a::after, .main-navigation ul#primary-menu > li:not(.scndnav).current_page_item > a::after, .main-navigation ul#primary-menu > li:not(.scndnav).current-page-ancestor > a::after {
    width: calc(100% - 64px);
  }
}
.main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-117.current-menu-ancestor, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-117.current_page_item, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-424.current-menu-ancestor, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-424.current_page_item, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-435.current-menu-ancestor, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-435.current_page_item {
  border-color: #1d71b8;
}
.main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-117 > .sub-menu > li.current_page_item > a, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-117 > .sub-menu > li > a:hover, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-424 > .sub-menu > li.current_page_item > a, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-424 > .sub-menu > li > a:hover, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-435 > .sub-menu > li.current_page_item > a, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-435 > .sub-menu > li > a:hover {
  color: #1d71b8;
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-117 > a::after, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-424 > a::after, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-435 > a::after {
    background-color: #1d71b8;
  }
}
.main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-121.current-menu-ancestor, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-121.current_page_item, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-426.current-menu-ancestor, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-426.current_page_item, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-437.current-menu-ancestor, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-437.current_page_item {
  border-color: #e9531f;
}
.main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-121 > .sub-menu > li.current_page_item > a, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-121 > .sub-menu > li > a:hover, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-426 > .sub-menu > li.current_page_item > a, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-426 > .sub-menu > li > a:hover, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-437 > .sub-menu > li.current_page_item > a, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-437 > .sub-menu > li > a:hover {
  color: #e9531f;
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-121 > a::after, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-426 > a::after, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-437 > a::after {
    background-color: #e9531f;
  }
}
.main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-126, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-425, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-436 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-126, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-425, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-436 {
    margin-bottom: 0;
  }
}
.main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-126.current-menu-ancestor, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-126.current_page_item, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-425.current-menu-ancestor, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-425.current_page_item, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-436.current-menu-ancestor, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-436.current_page_item {
  border-color: #70b77e;
}
.main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-126 > .sub-menu > li.current_page_item > a, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-126 > .sub-menu > li > a:hover, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-425 > .sub-menu > li.current_page_item > a, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-425 > .sub-menu > li > a:hover, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-436 > .sub-menu > li.current_page_item > a, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-436 > .sub-menu > li > a:hover {
  color: #70b77e;
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-126 > a::after, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-425 > a::after, .main-navigation ul#primary-menu > li:not(.scndnav)#menu-item-436 > a::after {
    background-color: #70b77e;
  }
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li.scndnav {
    display: none;
  }
}
.main-navigation ul#primary-menu > li.scndnav > a {
  padding: 10px 36px;
  font-size: 18px;
  line-height: 1;
  color: #1d1a18;
  text-decoration: none;
  font-weight: 400;
}
.main-navigation ul#primary-menu > li.scndnav.current-menu-ancestor > a, .main-navigation ul#primary-menu > li.scndnav.current_page_item > a, .main-navigation ul#primary-menu > li.scndnav.current-menu-item > a {
  font-weight: bold;
}
.main-navigation ul#primary-menu > li > button {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-plus.svg") no-repeat center;
  border: none;
}
.main-navigation ul#primary-menu > li > button.open {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-moins.svg");
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li > button {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li:hover > .sub-menu {
    display: block;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu {
  display: none;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li > .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: auto;
    z-index: -1;
    -webkit-animation: growDown 300ms ease-in-out forwards;
            animation: growDown 300ms ease-in-out forwards;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    background-color: #fff;
    padding: 16px 40px 30px;
    white-space: nowrap;
    border: solid 1px rgba(29, 26, 24, 0.1);
    border-top: none;
    text-align: center;
  }
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li > .sub-menu > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu > li > a {
  font-size: 18px;
  line-height: 1;
  color: #1d1a18;
  text-decoration: none;
  padding: 10px 24px;
  font-weight: 400;
}
@media only screen and (min-width: 48em) {
  .main-navigation ul#primary-menu > li > .sub-menu > li > a {
    padding: 0;
  }
}
.main-navigation ul#primary-menu > li > .sub-menu > li.current_page_item > a {
  font-weight: bold;
}

@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0) translateX(-50%);
            transform: scaleY(0) translateX(-50%);
  }
  80% {
    -webkit-transform: scaleY(1.1) translateX(-50%);
            transform: scaleY(1.1) translateX(-50%);
  }
  100% {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}

@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0) translateX(-50%);
            transform: scaleY(0) translateX(-50%);
  }
  80% {
    -webkit-transform: scaleY(1.1) translateX(-50%);
            transform: scaleY(1.1) translateX(-50%);
  }
  100% {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}
/* Breadcrumb */
nav .breadcrumb {
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.25px;
  text-align: center;
  color: #1d1a18;
  text-transform: uppercase;
  margin-bottom: 16px;
}
body.page-id-75 nav .breadcrumb, body.parent-pageid-75 nav .breadcrumb, body.page-id-79 nav .breadcrumb, body.parent-pageid-79 nav .breadcrumb, body.page-id-420 nav .breadcrumb, body.parent-pageid-420 nav .breadcrumb, body.page-id-449 nav .breadcrumb, body.parent-pageid-449 nav .breadcrumb, body.page-id-422 nav .breadcrumb, body.parent-pageid-422 nav .breadcrumb, body.page-id-451 nav .breadcrumb, body.parent-pageid-451 nav .breadcrumb {
  color: #1d71b8;
}
body.page-id-75 nav .breadcrumb li::after, body.parent-pageid-75 nav .breadcrumb li::after, body.page-id-79 nav .breadcrumb li::after, body.parent-pageid-79 nav .breadcrumb li::after, body.page-id-420 nav .breadcrumb li::after, body.parent-pageid-420 nav .breadcrumb li::after, body.page-id-449 nav .breadcrumb li::after, body.parent-pageid-449 nav .breadcrumb li::after, body.page-id-422 nav .breadcrumb li::after, body.parent-pageid-422 nav .breadcrumb li::after, body.page-id-451 nav .breadcrumb li::after, body.parent-pageid-451 nav .breadcrumb li::after {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-right-blue.svg");
}
body.page-id-75 nav .breadcrumb a, body.parent-pageid-75 nav .breadcrumb a, body.page-id-79 nav .breadcrumb a, body.parent-pageid-79 nav .breadcrumb a, body.page-id-420 nav .breadcrumb a, body.parent-pageid-420 nav .breadcrumb a, body.page-id-449 nav .breadcrumb a, body.parent-pageid-449 nav .breadcrumb a, body.page-id-422 nav .breadcrumb a, body.parent-pageid-422 nav .breadcrumb a, body.page-id-451 nav .breadcrumb a, body.parent-pageid-451 nav .breadcrumb a {
  color: #1d71b8;
}
body.page-id-93 nav .breadcrumb, body.parent-pageid-93 nav .breadcrumb, body.page-id-193 nav .breadcrumb, body.parent-pageid-193 nav .breadcrumb, body.page-id-191 nav .breadcrumb, body.page-id-411 nav .breadcrumb, body.parent-pageid-411 nav .breadcrumb, body.page-id-413 nav .breadcrumb, body.parent-pageid-413 nav .breadcrumb {
  color: #e9531f;
}
body.page-id-93 nav .breadcrumb li::after, body.parent-pageid-93 nav .breadcrumb li::after, body.page-id-193 nav .breadcrumb li::after, body.parent-pageid-193 nav .breadcrumb li::after, body.page-id-191 nav .breadcrumb li::after, body.page-id-411 nav .breadcrumb li::after, body.parent-pageid-411 nav .breadcrumb li::after, body.page-id-413 nav .breadcrumb li::after, body.parent-pageid-413 nav .breadcrumb li::after {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-right-orange.svg");
}
body.page-id-93 nav .breadcrumb a, body.parent-pageid-93 nav .breadcrumb a, body.page-id-193 nav .breadcrumb a, body.parent-pageid-193 nav .breadcrumb a, body.page-id-191 nav .breadcrumb a, body.page-id-411 nav .breadcrumb a, body.parent-pageid-411 nav .breadcrumb a, body.page-id-413 nav .breadcrumb a, body.parent-pageid-413 nav .breadcrumb a {
  color: #e9531f;
}
body.page-id-103 nav .breadcrumb, body.parent-pageid-103 nav .breadcrumb, body.page-id-416 nav .breadcrumb, body.parent-pageid-416 nav .breadcrumb, body.page-id-418 nav .breadcrumb, body.parent-pageid-418 nav .breadcrumb {
  color: #70b77e;
}
body.page-id-103 nav .breadcrumb li::after, body.parent-pageid-103 nav .breadcrumb li::after, body.page-id-416 nav .breadcrumb li::after, body.parent-pageid-416 nav .breadcrumb li::after, body.page-id-418 nav .breadcrumb li::after, body.parent-pageid-418 nav .breadcrumb li::after {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-right-green.svg");
}
body.page-id-103 nav .breadcrumb a, body.parent-pageid-103 nav .breadcrumb a, body.page-id-416 nav .breadcrumb a, body.parent-pageid-416 nav .breadcrumb a, body.page-id-418 nav .breadcrumb a, body.parent-pageid-418 nav .breadcrumb a {
  color: #70b77e;
}
nav .breadcrumb li::after {
  content: "";
  width: 4px;
  height: 7px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-right-black.svg") no-repeat center;
  display: inline-block;
}
nav .breadcrumb a {
  font-weight: 900;
  text-decoration: none;
}

/*--------------------------------

	Form

*/
label {
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 900;
  color: #1d1a18;
}

input,
select,
textarea {
  background-color: #fff;
  font-weight: 400;
  width: 100%;
  font-family: "Neue Haas Unica", Helvetica, sans-serif;
  font-size: 16px;
  padding: 18px 24px 16px;
  line-height: 1;
  border-radius: 8px;
  border: solid 1px rgba(29, 26, 24, 0.2);
}

input.placeholder, textarea.placeholder {
  color: rgba(29, 26, 24, 0.2);
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(29, 26, 24, 0.2);
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(29, 26, 24, 0.2);
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(29, 26, 24, 0.2);
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(29, 26, 24, 0.2);
  opacity: 1;
}

textarea {
  height: 200px;
}

select {
  cursor: pointer;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
}
button:disabled, button:disabled:hover,
input[type=button]:disabled,
input[type=button]:disabled:hover,
input[type=reset]:disabled,
input[type=reset]:disabled:hover,
input[type=submit]:disabled,
input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

/********** FORMINATOR *************/
.forminator-guttenberg {
  border-radius: 8px;
  border: solid 2px #f0ebd8;
  background-color: #fff;
  padding: 40px 6.4%;
  margin: 60px 0;
}
@media only screen and (min-width: 90em) {
  .forminator-guttenberg {
    padding: 64px 90px;
    margin: 90px 0;
  }
}

.forminator-row {
  margin-bottom: 30px !important;
}
.forminator-row:empty {
  display: none !important;
}

/* Case à cocher unique */
label.forminator-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
label.forminator-checkbox input {
  margin-top: 5px;
  margin-right: 10px;
}

.forminator-checkbox-label {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.forminator-row-last {
  text-align: center;
}

.forminator-required {
  color: #f50023;
}

/* Erreur */
.forminator-error-message {
  display: block;
  margin-top: 5px;
  color: #f50023;
  font-weight: bold;
  font-size: 14px;
}

.forminator-response-message.forminator-accessible,
.forminator-response-message.forminator-show {
  background: #797673;
  padding: 15px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.forminator-response-message.forminator-accessible ul, .forminator-response-message.forminator-accessible p,
.forminator-response-message.forminator-show ul,
.forminator-response-message.forminator-show p {
  margin: 0;
}
.forminator-response-message.forminator-accessible.forminator-success,
.forminator-response-message.forminator-show.forminator-success {
  background: #70b77e;
}
.forminator-response-message.forminator-accessible.forminator-error,
.forminator-response-message.forminator-show.forminator-error {
  background: #f50023;
}

.forminator-input-with-icon {
  position: relative;
}
.forminator-input-with-icon .forminator-icon-calendar {
  position: absolute;
  right: 24px;
  top: 14px;
  font-size: 20px;
}

.forminator-field-consent .forminator-checkbox__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.forminator-field-consent .forminator-checkbox__wrapper .forminator-checkbox__label {
  font-size: 12px;
}
.forminator-field-consent .forminator-checkbox__wrapper .forminator-checkbox__label p {
  margin: 0;
}

/* Pagination */
.navigation.pagination {
  margin-top: 60px;
}
@media only screen and (min-width: 103.125em) {
  .navigation.pagination {
    margin-top: 90px;
  }
}
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #1d1a18;
  border: 1px solid;
  border-color: #1d1a18;
  background: #fff;
  text-decoration: none;
  margin: 5px;
  font-weight: 900;
  padding-top: 2px;
}
.navigation.pagination .nav-links a.next, .navigation.pagination .nav-links a.prev, .navigation.pagination .nav-links span.next, .navigation.pagination .nav-links span.prev {
  text-indent: -9999px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-right-black.svg") no-repeat center;
  background-size: 10px;
}
.navigation.pagination .nav-links a.prev, .navigation.pagination .nav-links span.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navigation.pagination .nav-links a:hover {
  background-color: #ddd;
  color: #1d1a18;
}
.navigation.pagination .nav-links span {
  background: #1d1a18;
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 34px -6px -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  margin: 6px;
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(29, 26, 24, 0.1);
  text-indent: -999px;
  padding: 0;
  border: none;
}
.slick-dots li.slick-active button {
  background: #1d1a18;
}

.slick-arrow {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-right-black.svg") no-repeat center, #fff;
  background-size: 10px;
  text-indent: -999px;
  width: 42px;
  height: 48px;
  padding: 0;
  border: none;
  z-index: 20;
}
.slick-arrow:hover {
  background-color: #fff;
}
.slick-arrow.slick-prev {
  right: 42px;
  border-bottom: 2px solid #f0ebd8;
  border-right: 2px solid #f0ebd8;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-arrow.slick-next {
  border-top: 2px solid #f0ebd8;
}
.slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 2px;
  background: #f0ebd8;
  height: 24px;
}
.slick-arrow.slick-disabled {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-right.svg");
}

/* Blog */
/* Blog - listing */
.post-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
}
@media only screen and (min-width: 48em) {
  .post-list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
@media only screen and (min-width: 64em) {
  .post-list {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 103.125em) {
  .post-list {
    grid-row-gap: 64px;
  }
}

.post-resume {
  position: relative;
  border: solid 2px #f0ebd8;
  background-color: #fff;
}
.post-resume:hover .fit-cover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.post-resume .fit-cover {
  height: 236px;
  position: relative;
  background: #f0ebd8;
  overflow: hidden;
}
@media only screen and (min-width: 90em) {
  .post-resume .fit-cover {
    height: 326px;
  }
}
.post-resume .fit-cover img {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
}
.post-resume .date {
  position: absolute;
  left: -2px;
  top: -2px;
  background: #fff;
  padding: 8px 12px 10px;
  margin: 0;
}
.post-resume .date span {
  display: block;
  text-align: center;
  line-height: 1.1;
}
.post-resume .date .jour {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
.post-resume .date .mois {
  font-size: 12px;
  text-transform: uppercase;
}
.post-resume .date .annee {
  font-size: 14px;
  font-weight: 900;
}
.post-resume .txt {
  padding: 24px 24px 40px;
}
@media only screen and (min-width: 90em) {
  .post-resume .txt {
    padding: 40px 60px 40px 40px;
  }
}
.post-resume .txt::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-view.svg") no-repeat center, #fff;
  width: 48px;
  height: 48px;
  border-top: 2px solid #f0ebd8;
  border-left: 2px solid #f0ebd8;
}
.post-resume .txt ul.tags {
  margin: -4px -4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-resume .txt ul.tags li {
  border-radius: 50px;
  background-color: #f0ebd8;
  font-size: 14px;
  color: #1d1a18;
  padding: 6px 12px 2px;
  line-height: 1;
  list-style: none;
  margin: 4px;
}
.post-resume .txt ul.tags li.le-chateau {
  background: #1d71b8;
  color: #e8f6ff;
}
.post-resume .txt ul.tags li.la-coursive {
  background: #e9531f;
  color: #fff2ee;
}
.post-resume .txt ul.tags li.la-ville {
  background: #70b77e;
  color: #f0fcf3;
}
.post-resume .txt h2 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  color: #1d1a18;
  margin: 0;
}
@media only screen and (min-width: 90em) {
  .post-resume .txt h2 {
    font-size: 20px;
  }
}
.post-resume .txt .desc {
  margin: 20px 0 0;
}

/* Blog - detail */
.go-back {
  text-align: center;
  margin-top: 60px;
}

/* Agenda */
/* Agenda - listing */
.em-search-main-bar, .em-search-advanced header, .em-search-advanced .em-search-text, .em-search-advanced .em-search-section-location, .em-submit-section > div:first-child {
  display: none;
}

.no-events {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.em #em-search-1 {
  border: solid 2px #f0ebd8;
  margin-bottom: 60px;
}
@media only screen and (min-width: 64em) {
  .em #em-search-1 {
    max-width: 930px;
    margin: 0 auto 60px;
  }
}
@media only screen and (min-width: 103.125em) {
  .em #em-search-1 {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 64em) {
  .em #em-search-1 .em-modal-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.em #em-search-1 .em-search-advanced {
  margin: 0;
}
.em #em-search-1 .multidropdown.em-selectize.selectize-control {
  border: none !important;
  border-bottom: 2px solid #f0ebd8 !important;
  border-radius: 0 !important;
}
@media only screen and (min-width: 48em) {
  .em #em-search-1 .multidropdown.em-selectize.selectize-control {
    border-bottom: none !important;
    position: relative;
  }
  .em #em-search-1 .multidropdown.em-selectize.selectize-control:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    height: calc(100% - 16px);
    width: 2px;
    background: #f0ebd8;
  }
}
.em #em-search-1 .multidropdown.selectize-dropdown {
  top: calc(100% - 2px) !important;
  border: 2px solid #f0ebd8 !important;
  border-top: none !important;
  margin: 0 !important;
}
.em #em-search-1 input.em-search-scope {
  border: none !important;
  font-size: 16px;
  color: #1d1a18 !important;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-calendar.svg") no-repeat calc(100% - 10px) center !important;
  padding-left: 11px !important;
  outline: none !important;
}
.em #em-search-1 input.em-search-scope.placeholder {
  color: #1d1a18;
}
.em #em-search-1 input.em-search-scope:-moz-placeholder {
  color: #1d1a18;
}
.em #em-search-1 input.em-search-scope::-moz-placeholder {
  color: #1d1a18;
}
.em #em-search-1 input.em-search-scope:-ms-input-placeholder {
  color: #1d1a18;
}
.em #em-search-1 input.em-search-scope::-webkit-input-placeholder {
  color: #1d1a18;
}
.em #em-search-1 input.em-search-scope:focus {
  border: none;
}
@media only screen and (min-width: 64em) {
  .em #em-search-1 input.em-search-scope {
    background-position: calc(100% - 24px) center !important;
    padding: 19px 50px 15px 24px !important;
  }
}
.em #em-search-1 .em-modal-content {
  margin: 0 8px;
}
@media only screen and (min-width: 48em) {
  .em #em-search-1 .em-modal-content {
    margin: 0;
  }
}
@media only screen and (min-width: 64em) {
  .em #em-search-1 .em-modal-content {
    width: calc(100% - 160px);
  }
}
.em #em-search-1 .em-search-submit {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .em #em-search-1 .em-search-submit {
    width: 160px;
  }
  .em #em-search-1 .em-search-submit > div, .em #em-search-1 .em-search-submit > div > button {
    height: 100%;
  }
  .em #em-search-1 .em-search-submit > div > button {
    padding-bottom: 13px;
  }
}
.em #em-search-1 .selectize-control.em-selectize.multidropdown .selectize-input input {
  width: auto !important;
}
.em #em-search-1 .placeholder-text {
  font-size: 16px;
  color: #1d1a18;
}
.em #em-search-1 .placeholder-count:not(.hidden) + .placeholder-text {
  display: none;
}
.em #em-search-1 .selectize-control.em-selectize.multidropdown {
  max-height: 55px;
}
.em #em-search-1 .selectize-control.em-selectize.multidropdown .em-selectize-placeholder {
  height: 55px;
  padding: 17px 30px 15px 10px;
}
@media only screen and (min-width: 64em) {
  .em #em-search-1 .selectize-control.em-selectize.multidropdown .em-selectize-placeholder {
    padding: 17px 50px 15px 24px;
  }
}
.em #em-search-1 .selectize-control.em-selectize.multidropdown .em-selectize-placeholder::after {
  top: 28px !important;
}
@media only screen and (min-width: 64em) {
  .em #em-search-1 .selectize-control.em-selectize.multidropdown .em-selectize-placeholder::after {
    right: 24px !important;
  }
}

.em-search-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .em-search-sections {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.em-search-sections > .em-search-advanced-main-sections {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 48em) {
  .em-search-sections > .em-search-advanced-main-sections {
    width: 33.333%;
  }
}
.em-search-sections > .em-search-advanced-sections {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.em-search-sections > .em-search-advanced-sections > .em-search-section-categories {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.em-search-sections > .em-search-advanced-sections > .em-search-section-tags {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 48em) {
  .em-search-sections > .em-search-advanced-sections {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 66.66%;
  }
  .em-search-sections > .em-search-advanced-sections > * {
    width: 50%;
  }
}

.em-events-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
}
@media only screen and (min-width: 48em) {
  .em-events-list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
@media only screen and (min-width: 64em) {
  .em-events-list {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 103.125em) {
  .em-events-list {
    grid-row-gap: 64px;
  }
}

.em-item:not(.em-item-single) {
  position: relative;
  border: solid 2px #f0ebd8;
  background-color: #fff;
}
.em-item:not(.em-item-single):hover .fit-cover img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.em-item:not(.em-item-single) .fit-cover {
  height: 236px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 90em) {
  .em-item:not(.em-item-single) .fit-cover {
    height: 326px;
  }
}
.em-item:not(.em-item-single) .fit-cover img {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
}
.em-item:not(.em-item-single) .date {
  position: absolute;
  left: -2px;
  top: -2px;
  background: #fff;
  padding: 8px 12px 10px;
}
.em-item:not(.em-item-single) .date-start:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
}
.em-item:not(.em-item-single) .date-start:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: calc(100% + 4px);
  height: 2px;
  background: #f0ebd8;
}
.em-item:not(.em-item-single) .date span {
  display: block;
  text-align: center;
  line-height: 1.1;
}
.em-item:not(.em-item-single) .date .jour {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
.em-item:not(.em-item-single) .date .mois {
  font-size: 12px;
  text-transform: uppercase;
}
.em-item:not(.em-item-single) .date .heure {
  font-size: 14px;
  font-weight: 900;
}
.em-item:not(.em-item-single) .txt {
  padding: 24px 24px 40px;
}
@media only screen and (min-width: 90em) {
  .em-item:not(.em-item-single) .txt {
    padding: 40px 60px 40px 40px;
  }
}
.em-item:not(.em-item-single) .txt::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-view.svg") no-repeat center, #fff;
  width: 48px;
  height: 48px;
  border-top: 2px solid #f0ebd8;
  border-left: 2px solid #f0ebd8;
}
.em-item:not(.em-item-single) .txt ul.tags {
  margin: -4px -4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.em-item:not(.em-item-single) .txt ul.tags li {
  border-radius: 50px;
  background-color: #f0ebd8;
  font-size: 14px;
  color: #1d1a18;
  padding: 6px 12px 5px;
  line-height: 1;
  list-style: none;
  margin: 4px;
}
.em-item:not(.em-item-single) .txt ul.tags li.le-chateau-fr {
  background: #1d71b8;
  color: #e8f6ff;
}
.em-item:not(.em-item-single) .txt ul.tags li.la-coursive-fr {
  background: #e9531f;
  color: #fff2ee;
}
.em-item:not(.em-item-single) .txt ul.tags li.la-ville-fr {
  background: #70b77e;
  color: #f0fcf3;
}
.em-item:not(.em-item-single) .txt h2 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  color: #1d1a18;
  margin: 0;
}
@media only screen and (min-width: 90em) {
  .em-item:not(.em-item-single) .txt h2 {
    font-size: 20px;
  }
}
.em-item:not(.em-item-single) .txt .desc {
  margin: 20px 0 0;
}

/* Agenda - detail */
.event-info {
  border: solid 2px #f0ebd8;
  padding: 0 24px 24px;
}
@media only screen and (min-width: 48em) {
  .event-info {
    padding: 0 15px 24px;
  }
}
@media only screen and (min-width: 78em) {
  .event-info {
    padding: 0 24px 24px;
  }
}
.event-info .dat-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.event-info .date {
  border-right: solid 2px #f0ebd8;
  border-bottom: solid 2px #f0ebd8;
  background-color: #fff;
  padding: 8px 16px 7px;
  margin-left: -26px;
  margin-top: -2px;
}
.event-info .date-start:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
}
.event-info .date-start:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: calc(100% + 4px);
  height: 2px;
  background: #f0ebd8;
}
.event-info .date span {
  display: block;
  text-align: center;
  line-height: 1.1;
}
.event-info .date .jour {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.event-info .date .mois {
  font-size: 16px;
  text-transform: uppercase;
}
.event-info .date .heure {
  font-size: 20px;
  font-weight: 900;
}
.event-info .cat {
  margin: 0 0 0 20px;
}
.event-info .cat span {
  border-radius: 50px;
  background-color: #f0ebd8;
  font-size: 16px;
  font-weight: 900;
  color: #1d1a18;
  padding: 6px 12px 3px;
  line-height: 1;
  list-style: none;
  margin: 4px;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .event-info .cat span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 78em) {
  .event-info .cat span {
    font-size: 16px;
  }
}
.event-info .cat span.le-chateau-fr {
  background: #1d71b8;
  color: #e8f6ff;
}
.event-info .cat span.la-coursive-fr {
  background: #e9531f;
  color: #fff2ee;
}
.event-info .cat span.la-ville-fr {
  background: #70b77e;
  color: #f0fcf3;
}
.event-info ul.tags {
  margin: 20px -4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event-info ul.tags li {
  border-radius: 50px;
  background-color: #f0ebd8;
  font-size: 14px;
  color: #1d1a18;
  padding: 6px 12px 2px;
  line-height: 1;
  list-style: none;
  margin: 4px;
}
.event-info p {
  margin: 10px 0;
  line-height: 1.2;
}
.event-info p:last-child {
  margin-bottom: 0;
}

.event-more {
  margin-top: 60px;
}
.event-more .h5 {
  margin: 0 0 16px;
}
.event-more ul.contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin: 16px 0;
}
@media only screen and (min-width: 48em) {
  .event-more ul.contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 78em) {
  .event-more ul.contact {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.event-more ul.contact li a {
  padding: 24px 15px 20px;
  border: solid 2px #f0ebd8;
  background-color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1;
  text-align: center;
}
.event-more ul.contact li a:hover {
  background-color: #f0ebd8;
  color: #1d1a18;
}
.event-more ul.contact li a::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: no-repeat center;
  margin-bottom: 20px;
}
.event-more ul.contact li a.tel::before {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-telephone-event.svg");
}
.event-more ul.contact li a.mail::before {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-email.svg");
}
.event-more ul.event-links {
  margin: 16px 0 0;
}
.event-more ul.event-links li {
  margin-bottom: 16px;
}
.event-more ul.event-links li a {
  display: block;
  border-radius: 8px;
  background-color: #f0ebd8;
  text-decoration: underline;
  padding: 16px;
  padding: 9px 14px 9px 14px;
  line-height: 1.3;
  border: 2px solid #f0ebd8;
}
.event-more ul.event-links li a:hover {
  background-color: #fff;
  color: #1d1a18;
}
.event-more ul.event-links li a::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-open-link.svg");
  margin-left: 8px;
}

.event-img {
  margin-bottom: 60px;
}
@media only screen and (min-width: 78em) {
  .event-img {
    margin-bottom: 90px;
  }
}

/* Page */
/* Accueil */
body.home main {
  padding: 0;
}
body.home main article {
  max-width: 100%;
}
body.home .site-footer {
  margin-top: 0;
}

.img-first {
  height: 290px;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .img-first {
    height: 450px;
  }
}
@media only screen and (min-width: 90em) {
  .img-first {
    height: 550px;
  }
}
@media only screen and (min-width: 103.125em) {
  .img-first {
    height: 660px;
  }
}
.img-first .rempart {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-first .rempart span {
  width: 17.9px;
  height: 10px;
}
@media only screen and (min-width: 78em) {
  .img-first .rempart span {
    width: 80px;
    height: 40px;
  }
}
.img-first .rempart span:nth-of-type(2n + 2) {
  background: #1d71b8;
}

.intro-home {
  background-color: #1d71b8;
  padding: 40px 6.4% 64px;
  color: #fff;
}
@media only screen and (min-width: 78em) {
  .intro-home {
    padding: 90px 6.4%;
  }
}
@media only screen and (min-width: 90em) {
  .intro-home {
    padding: 120px 6.4%;
  }
}
@media only screen and (min-width: 103.125em) {
  .intro-home {
    padding: 150px 6.4%;
  }
}
@media only screen and (min-width: 48em) {
  .intro-home-inner {
    max-width: 670px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 78em) {
  .intro-home-inner {
    max-width: 1410px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.intro-home-inner h1 {
  text-align: left;
}
@media only screen and (min-width: 78em) {
  .intro-home-inner h1 {
    width: 685px;
  }
}
.intro-home-inner h1 span {
  display: block;
  font-size: 24px;
  margin-top: 16px;
}
.intro-home-inner .shortcut {
  margin: 30px 0 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
}
@media only screen and (min-width: 48em) {
  .intro-home-inner .shortcut {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 78em) {
  .intro-home-inner .shortcut {
    margin: 0;
    width: calc(100% - 685px);
    padding-left: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 90em) {
  .intro-home-inner .shortcut {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 103.125em) {
  .intro-home-inner .shortcut {
    padding-left: 100px;
  }
}
.intro-home-inner .shortcut li {
  border-radius: 8px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  padding: 24px 6.4%;
  position: relative;
  color: #fff;
  -webkit-transition: color 0.3s cubic-bezier(0.365, 0.005, 0.355, 1), background-color 0.3s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.365, 0.005, 0.355, 1), background-color 0.3s cubic-bezier(0.365, 0.005, 0.355, 1);
}
@media only screen and (min-width: 90em) {
  .intro-home-inner .shortcut li {
    padding: 30px 40px;
  }
}
.intro-home-inner .shortcut li:hover {
  background: #fff;
  color: #1d1a18;
}
.intro-home-inner .shortcut li p {
  margin: 10px 0;
}
.intro-home-inner .shortcut li .title {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.intro-home-inner .shortcut li .link {
  margin-bottom: 0;
  text-decoration: underline;
  font-weight: 900;
}
.intro-home-inner .shortcut li .link::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-right.svg");
  margin-left: 8px;
}
@media only screen and (min-width: 90em) {
  .intro-home-inner .shortcut li .link {
    margin-top: 30px;
  }
}

.event-home {
  margin: 64px 0;
  padding: 0 6.4%;
  overflow: hidden;
}
@media only screen and (min-width: 78em) {
  .event-home {
    margin: 90px 0;
  }
}
@media only screen and (min-width: 90em) {
  .event-home {
    margin: 120px 0;
  }
}
@media only screen and (min-width: 103.125em) {
  .event-home {
    margin: 150px 0;
  }
}
@media only screen and (min-width: 48em) {
  .event-home-inner {
    max-width: 670px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 78em) {
  .event-home-inner {
    max-width: 1410px;
    margin: 0 auto;
  }
}
.event-home-inner .title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 90em) {
  .event-home-inner .title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 103.125em) {
  .event-home-inner .title {
    margin-bottom: 80px;
  }
}
.event-home-inner .title h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.event-home-inner .title p {
  margin: 0;
}
.event-home-inner .title p a {
  color: #797673;
}
.event-home-inner .title p a:hover {
  color: #1d1a18;
}
.event-home-inner .title p a::after {
  content: url("/wp-content/themes/theme-startup/images/icon/icon-chevron-right-grey.svg");
  margin-left: 8px;
}
.event-home-inner .list {
  margin: 0;
}
.event-home-inner .list-item {
  position: relative;
  border: solid 2px #f0ebd8;
}
@media only screen and (min-width: 78em) {
  .event-home-inner .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.event-home-inner .list-item:hover .fit-cover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.event-home-inner .list-item .fit-cover {
  height: 243px;
  overflow: hidden;
}
@media only screen and (min-width: 78em) {
  .event-home-inner .list-item .fit-cover {
    width: calc(100% - 600px);
    height: auto;
  }
}
.event-home-inner .list-item .fit-cover img {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
}
.event-home-inner .list-item .txt {
  padding: 24px 7.435% 70px;
  color: #1d1a18;
}
@media only screen and (min-width: 78em) {
  .event-home-inner .list-item .txt {
    width: 600px;
    padding: 70px 60px;
  }
}
@media only screen and (min-width: 90em) {
  .event-home-inner .list-item .txt {
    padding: 82px 90px;
  }
}
.event-home-inner .list-item .tags {
  margin: 0 0 20px;
}
@media only screen and (min-width: 78em) {
  .event-home-inner .list-item .tags {
    margin-bottom: 30px;
  }
}
.event-home-inner .list-item .tags li {
  border-radius: 50px;
  background-color: #f0ebd8;
  font-size: 16px;
  font-weight: 900;
  color: #1d1a18;
  padding: 6px 12px 3px;
  line-height: 1;
  list-style: none;
  margin: 4px;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .event-home-inner .list-item .tags li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 78em) {
  .event-home-inner .list-item .tags li {
    font-size: 16px;
  }
}
.event-home-inner .list-item .tags li.blue {
  background: #1d71b8;
  color: #e8f6ff;
}
.event-home-inner .list-item .tags li.orange {
  background: #e9531f;
  color: #fff2ee;
}
.event-home-inner .list-item .tags li.green {
  background: #70b77e;
  color: #f0fcf3;
}
.event-home-inner .list-item h3 {
  font-size: 24px;
  font-weight: 900;
  text-transform: none;
  margin: 0;
}
@media only screen and (min-width: 78em) {
  .event-home-inner .list-item h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 90em) {
  .event-home-inner .list-item h3 {
    font-size: 28px;
  }
}
.event-home-inner .list-item p:last-child {
  margin-bottom: 0;
}
.event-home .index {
  position: absolute;
  top: -2px;
  right: -2px;
  border-left: solid 2px #f0ebd8;
  border-bottom: solid 2px #f0ebd8;
  background-color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  color: #1d1a18;
  width: 60px;
  height: 60px;
}
.event-home .index span {
  position: absolute;
}
.event-home .index span:first-child {
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: 0;
  top: 12px;
  left: 11px;
}
.event-home .index span:nth-child(2) {
  top: 23px;
  left: 24px;
  font-size: 24px;
  font-weight: 400;
}
.event-home .index span:last-child {
  right: 15px;
  top: 30px;
}
.event-home .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-home .slick-track li {
  height: auto;
}

.entite {
  background-color: #0a122a;
  padding: 64px 6.4%;
  color: #fff;
}
@media only screen and (min-width: 78em) {
  .entite {
    padding: 90px 6.4%;
  }
}
@media only screen and (min-width: 90em) {
  .entite {
    padding: 120px 6.4%;
  }
}
@media only screen and (min-width: 103.125em) {
  .entite {
    padding: 150px 6.4%;
  }
}
@media only screen and (min-width: 48em) {
  .entite-inner {
    position: relative;
    max-width: 1410px;
    margin: 0 auto;
  }
}
.entite-inner > h2 {
  margin: 0 0 60px;
}
@media only screen and (min-width: 48em) {
  .entite-inner > h2 {
    width: 50%;
    position: absolute;
    left: 0;
    top: 60px;
  }
}
@media only screen and (min-width: 78em) {
  .entite-inner > h2 {
    width: 400px;
    margin-left: 120px;
  }
}
@media only screen and (min-width: 48em) {
  .entite-inner .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
.entite-inner .list .item {
  position: relative;
}
.entite-inner .list .item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  .entite-inner .list .item:not(:last-child) {
    margin: 0;
  }
}
.entite-inner .list .item:hover .fit-cover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.entite-inner .list .item .fit-cover {
  height: 327px;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .entite-inner .list .item .fit-cover {
    height: 570px;
  }
}
@media only screen and (min-width: 78em) {
  .entite-inner .list .item .fit-cover {
    margin-right: 120px;
  }
}
.entite-inner .list .item .fit-cover img {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  position: relative;
  z-index: 1;
}
.entite-inner .list .item .txt {
  background: #0a122a;
  padding: 24px 24px 24px 0;
  margin-top: -30px;
  margin-right: 40px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 78em) {
  .entite-inner .list .item .txt {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    width: 340px;
    padding: 40px 24px;
  }
}
.entite-inner .list .item .txt p {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #1d71b8;
  margin: 0;
  text-transform: uppercase;
}
.entite-inner .list .item .txt h3 {
  text-transform: none;
  font-weight: 900;
  font-size: 24px;
  margin: 20px 0 0;
}
@media only screen and (min-width: 78em) {
  .entite-inner .list .item .txt h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 48em) {
  .entite-inner .list .item:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.entite-inner .list .item:first-child .fit-cover {
  position: relative;
}
.entite-inner .list .item:first-child .fit-cover::before {
  content: url("/wp-content/themes/theme-startup/images/logo/logo-bretagne.png");
  position: absolute;
  right: 24px;
  top: 0;
}
@media only screen and (min-width: 48em) {
  .entite-inner .list .item:nth-child(2) {
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media only screen and (min-width: 90em) {
  .entite-inner .list .item:nth-child(2) {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 78em) {
  .entite-inner .list .item:nth-child(2) .fit-cover {
    margin-right: 0;
    margin-left: 120px;
  }
}
@media only screen and (min-width: 78em) {
  .entite-inner .list .item:nth-child(2) .txt {
    right: auto;
    left: 0;
  }
}
.entite-inner .list .item:nth-child(2) .txt p {
  color: #e9531f;
}
@media only screen and (min-width: 48em) {
  .entite-inner .list .item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media only screen and (min-width: 48em) {
  .entite-inner .list .item:nth-child(3) .fit-cover {
    height: 422px;
  }
}
@media only screen and (min-width: 78em) {
  .entite-inner .list .item:nth-child(3) .fit-cover {
    margin-right: 240px;
  }
}
@media only screen and (min-width: 78em) {
  .entite-inner .list .item:nth-child(3) .txt {
    width: 400px;
  }
}
.entite-inner .list .item:nth-child(3) .txt p {
  color: #70b77e;
}

.avis {
  background: #f0ebd8;
  padding: 64px 6.4%;
}
@media only screen and (min-width: 78em) {
  .avis {
    padding: 90px 6.4%;
  }
}
@media only screen and (min-width: 78em) {
  .avis-inner {
    max-width: 1170px;
    margin: 0 auto;
  }
}
.avis-inner > h2 {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 520px;
}

/* Search */
body.search h2 {
  font-size: 20px;
  padding-left: 25px;
}
@media only screen and (min-width: 78em) {
  body.search h2 {
    font-size: 25px;
    padding-left: 35px;
  }
}
body.search .search-result {
  counter-reset: compteListe;
}
body.search .search-result article {
  position: relative;
}
body.search .search-result article::before {
  counter-increment: compteListe 1;
  content: counter(compteListe) ". ";
  display: inline;
  float: left;
  font-size: 20px;
  color: #1d1a18;
  line-height: 1.2;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: -2px;
}
@media only screen and (min-width: 78em) {
  body.search .search-result article::before {
    font-size: 25px;
  }
}

/* Blocks */
/* Page menu */
.bloc-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  margin: 60px 0;
}
.entry-content-inner > .page-menu-block:first-child > .bloc-list {
  margin-top: 0;
}
*:last-child > .bloc-list {
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .bloc-list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 78em) {
  .bloc-list {
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 90px -15px;
    grid-gap: 0;
  }
}
.bloc-list .item {
  position: relative;
}
.bloc-list .item:hover .txt {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.bloc-list .item:hover .fit-cover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (min-width: 78em) {
  .bloc-list .item {
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
  }
}
.bloc-list .item .fit-cover {
  height: 236px;
  background: #f0ebd8;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 78em) {
  .bloc-list .item .fit-cover {
    height: 326px;
  }
}
.bloc-list .item .fit-cover img {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
}
.bloc-list .item .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.365, 0.005, 0.355, 1);
  z-index: 2;
  padding: 0 16px;
  width: 100%;
  text-align: center;
}
.bloc-list .item h2 {
  background: #fff;
  font-size: 24px;
  padding: 12px 16px 11px 16px;
  display: inline-block;
  margin: 0;
}
body.page-id-75 .bloc-list .item h2, body.parent-pageid-75 .bloc-list .item h2, body.page-id-79 .bloc-list .item h2, body.parent-pageid-79 .bloc-list .item h2, body.page-id-420 .bloc-list .item h2, body.parent-pageid-420 .bloc-list .item h2, body.page-id-449 .bloc-list .item h2, body.parent-pageid-449 .bloc-list .item h2, body.page-id-422 .bloc-list .item h2, body.parent-pageid-422 .bloc-list .item h2, body.page-id-451 .bloc-list .item h2, body.parent-pageid-451 .bloc-list .item h2 {
  color: #1d71b8;
}
body.page-id-93 .bloc-list .item h2, body.parent-pageid-93 .bloc-list .item h2, body.page-id-193 .bloc-list .item h2, body.parent-pageid-193 .bloc-list .item h2, body.page-id-191 .bloc-list .item h2, body.page-id-411 .bloc-list .item h2, body.parent-pageid-411 .bloc-list .item h2, body.page-id-413 .bloc-list .item h2, body.parent-pageid-413 .bloc-list .item h2 {
  color: #e9531f;
}
body.page-id-103 .bloc-list .item h2, body.parent-pageid-103 .bloc-list .item h2, body.page-id-416 .bloc-list .item h2, body.parent-pageid-416 .bloc-list .item h2, body.page-id-418 .bloc-list .item h2, body.parent-pageid-418 .bloc-list .item h2 {
  color: #70b77e;
}
@media only screen and (min-width: 78em) {
  .bloc-list .item h2 {
    font-size: 28px;
    padding: 20px 24px 18px;
  }
}

/* Accordéon */
.accordeon {
  border: 2px solid #1d1a18;
}
.accordeon .item:not(:last-child) {
  border-bottom: solid 2px #1d1a18;
}
.accordeon .item .title {
  padding: 24px 50px 24px 24px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #1d1a18;
  text-transform: uppercase;
  background: url("/wp-content/themes/theme-startup/images/icon/icon-plus.svg") no-repeat calc(100% - 24px) center;
}
.accordeon .item.open .title {
  background-image: url("/wp-content/themes/theme-startup/images/icon/icon-moins.svg");
}
.accordeon .item .txt {
  display: none;
  padding: 15px 24px 40px;
}
.accordeon .item .txt *:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */