<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Maison du Filet
Theme URI: http://underscores.me/
Author: laventurierviking
Author URI: http://www.laventurierviking.fr
Description: Theme pour Maison du filet
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maisonfilet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; 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

--------------------------------------------------------------*/
/**
 * modules/mixins
 * ---
 */
/* background-image */
/* flexbox */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");
/*--------------------------------------------------------------
# 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -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: #202020;
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
}

.bloc-text, .details {
  font-size: 1.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.4em;
}

h2 {
  color: #eab026;
  font-size: 2rem;
}

p {
  margin-bottom: 1.5em;
  font-weight: 300;
}
p a {
  text-decoration: underline;
  color: inherit;
}
p a:hover {
  color: inherit;
  opacity: 0.8;
}

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.4;
  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 {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.bloc-text ul, .content-text ul {
  list-style: inherit;
  padding-left: 40px;
  margin: 1em 0;
}

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

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

figure {
  margin: 1em 0;
}

.oEmbed__wrapper .oEmbed {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.oEmbed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.alignement-top img {
  -o-object-position: top;
     object-position: top;
}

.alignement-bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

.alignement-middle img {
  -o-object-position: center;
     object-position: center;
}

.mwl .mwl__topbar .mwl__topbar__controls .mwl__topbar__controls__control--download {
  display: none !important;
}

.single-article-prive .mwl .mwl__topbar .mwl__topbar__controls .mwl__topbar__controls__control--download {
  display: inline-block !important;
}

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

/* Links
--------------------------------------------- */
a {
  color: #eab026;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #eab026;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.wp-block-file a:not(.wp-element-button) {
  color: #202020;
}

/* Forms
--------------------------------------------- */
/* button */
.comment-navigation .nav-previous a, .comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a, .site-footer .site-info .button &gt; a, input[type=submit], .pagination a,
a.button,
span.button,
button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em 1.9em 0.7em 1.9em;
  font-weight: 400;
  border: 3px solid transparent;
  background-color: var(--bg-color, #fff);
  color: var(--text-color, #eab026);
  border-color: var(--border-color, var(--text-color, #eab026));
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: border-color 0.4s, color 0.4s, background-color 0.4s;
  transition: border-color 0.4s, color 0.4s, background-color 0.4s;
}
.comment-navigation .nav-previous a i, .comment-navigation .nav-next a i,
.posts-navigation .nav-previous a i,
.posts-navigation .nav-next a i,
.post-navigation .nav-previous a i,
.post-navigation .nav-next a i, .site-footer .site-info .button &gt; a i, input[type=submit] i, .pagination a i,
a.button i,
span.button i,
button i {
  background-color: transparent;
  margin-left: 0.5em;
  overflow: hidden;
  width: 1.8em;
}
.comment-navigation .nav-previous a i:before, .comment-navigation .nav-next a i:before,
.posts-navigation .nav-previous a i:before,
.posts-navigation .nav-next a i:before,
.post-navigation .nav-previous a i:before,
.post-navigation .nav-next a i:before, .site-footer .site-info .button &gt; a i:before, input[type=submit] i:before, .pagination a i:before,
a.button i:before,
span.button i:before,
button i:before {
  -webkit-transition: margin-left 0.4s, opacity 0.2s;
  transition: margin-left 0.4s, opacity 0.2s;
  margin-left: -0.4em;
  display: block;
}
.comment-navigation .nav-previous a:hover, .comment-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover, .site-footer .site-info .button &gt; a:hover, input[type=submit]:hover, .pagination a:hover, .comment-navigation .nav-previous a:active, .comment-navigation .nav-next a:active,
.posts-navigation .nav-previous a:active,
.posts-navigation .nav-next a:active,
.post-navigation .nav-previous a:active,
.post-navigation .nav-next a:active, .site-footer .site-info .button &gt; a:active, input[type=submit]:active, .pagination a:active, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-next a:focus,
.posts-navigation .nav-previous a:focus,
.posts-navigation .nav-next a:focus,
.post-navigation .nav-previous a:focus,
.post-navigation .nav-next a:focus, .site-footer .site-info .button &gt; a:focus, input[type=submit]:focus, .pagination a:focus,
a.button:hover,
a.button:active,
a.button:focus,
span.button:hover,
span.button:active,
span.button:focus,
button:hover,
button:active,
button:focus {
  background-color: var(--text-color, #eab026);
  color: var(--bg-color, #fff);
}
.comment-navigation .nav-previous a:hover i:before, .comment-navigation .nav-next a:hover i:before,
.posts-navigation .nav-previous a:hover i:before,
.posts-navigation .nav-next a:hover i:before,
.post-navigation .nav-previous a:hover i:before,
.post-navigation .nav-next a:hover i:before, .site-footer .site-info .button &gt; a:hover i:before, input[type=submit]:hover i:before, .pagination a:hover i:before, .comment-navigation .nav-previous a:active i:before, .comment-navigation .nav-next a:active i:before,
.posts-navigation .nav-previous a:active i:before,
.posts-navigation .nav-next a:active i:before,
.post-navigation .nav-previous a:active i:before,
.post-navigation .nav-next a:active i:before, .site-footer .site-info .button &gt; a:active i:before, input[type=submit]:active i:before, .pagination a:active i:before, .comment-navigation .nav-previous a:focus i:before, .comment-navigation .nav-next a:focus i:before,
.posts-navigation .nav-previous a:focus i:before,
.posts-navigation .nav-next a:focus i:before,
.post-navigation .nav-previous a:focus i:before,
.post-navigation .nav-next a:focus i:before, .site-footer .site-info .button &gt; a:focus i:before, input[type=submit]:focus i:before, .pagination a:focus i:before,
a.button:hover i:before,
a.button:active i:before,
a.button:focus i:before,
span.button:hover i:before,
span.button:active i:before,
span.button:focus i:before,
button:hover i:before,
button:active i:before,
button:focus i:before {
  margin-left: 0em;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  --bg-color: #202020;
  --text-color: #fff;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #202020;
  border: none;
  background-color: var(--input-color, #fff);
  padding: 8px 14px !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}
input[type=text][readonly=readonly],
input[type=email][readonly=readonly],
input[type=url][readonly=readonly],
input[type=password][readonly=readonly],
input[type=search][readonly=readonly],
input[type=number][readonly=readonly],
input[type=tel][readonly=readonly],
input[type=range][readonly=readonly],
input[type=date][readonly=readonly],
input[type=month][readonly=readonly],
input[type=week][readonly=readonly],
input[type=time][readonly=readonly],
input[type=datetime][readonly=readonly],
input[type=datetime-local][readonly=readonly],
input[type=color][readonly=readonly],
textarea[readonly=readonly] {
  background-color: transparent;
  border: thin solid #f1f1f1;
}

select {
  border: none;
  padding: 0.4em 0.6em;
  color: #202020;
  background-color: var(--input-color, #fff);
}
select option:disabled {
  display: none;
}

textarea {
  width: 100%;
}

input[type=submit] {
  --text-color: #202020;
  padding-right: 1.8em;
}

.gfield_label, .ginput_complex label {
  font-size: 1rem !important;
  font-weight: normal !important;
  margin-bottom: 8px;
}

.gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.gform_footer input.button {
  -ms-flex-item-align: unset;
      -ms-grid-row-align: unset;
      align-self: unset;
  margin-bottom: 0 !important;
}

/* Spinner */
.gform_ajax_spinner {
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-left: 2px solid #eab026;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  content: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.post-filters select {
  margin-right: 1em;
  border: solid 5px #fff;
}
.post-filters select:first-child {
  background-color: #eec051;
  color: #fff;
  border-color: #eec051;
  font-weight: 700;
}
.post-filters a.init {
  margin-left: 1em;
}
.post-filters input[type=submit] {
  display: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
}

.site {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section, .container, .page-header, .site-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 1200px);
  grid-template-columns: minmax(auto, 1200px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.site-header {
  background-color: #202020;
  z-index: 50;
  position: relative;
  overflow: visible;
}
.site-header .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 81px auto;
  grid-template-rows: 81px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      grid-template-areas: "logo menu" "presentation presentation";
  overflow: visible;
}
.site-header .main-navigation {
  grid-column: menu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-header .site-branding {
  grid-column: logo;
  padding-right: 20px;
}
.site-header .site-branding .custom-logo-link {
  padding: 0 0 0 20px;
  display: block;
  max-width: 160px;
}
.site-header .site-branding .custom-logo-link img {
  max-height: 100px;
}
.site-header .site-description {
  grid-column: presentation;
  display: none;
}
.site-header .menu.secondary .wpml-ls-item {
  width: 50px;
}

.site-main {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
}
.site-main img {
  border: solid 1rem #eab026;
}
.site-main &gt; p, .site-main &gt; figure {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-header {
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #202020;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-header .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 1200px);
  grid-template-columns: minmax(auto, 1200px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 1;
  position: relative;
  height: 100%;
  overflow: visible;
}
.page-header h1 {
  font-size: 3.2em;
  position: relative;
  margin: 0;
  text-align: center;
}

section {
  padding: 3.5rem 0;
}
section h1, section h2, section h3 {
  margin-top: 0;
}
section h2 {
  margin-bottom: 2rem;
}

.site-footer section &gt; div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 1fr) minmax(auto, 2fr) minmax(auto, 1fr);
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 2fr) minmax(auto, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .site-info {
  padding-top: 4em;
  padding-bottom: 2em;
  background-color: #eab026;
  color: #fff;
}
.site-footer .site-info a {
  color: #fff;
}
.site-footer .site-info a.map {
  text-transform: uppercase;
  font-weight: 400;
}
.site-footer .site-info .button {
  --bg-color: #eab026;
  --text-color: #fff;
}
.site-footer .site-info .button &gt; a {
  margin-top: 1em;
}
.site-footer .site-info .address {
  line-height: 1.4em;
}
.site-footer .site-info .address p:first-child {
  margin-top: 0;
}
.site-footer .site-info .menu-rapide li {
  margin-bottom: 2px;
}
.site-footer .site-branding {
  padding-right: 1em;
}
.site-footer .site-branding .custom-logo-link {
  max-width: 240px;
  margin-top: -1rem;
}
.site-footer .site-branding .horaires .horaire {
  width: 216px;
}
.site-footer .location,
.site-footer .menu-rapide {
  padding-top: 10px;
}
.site-footer .social {
  margin-top: 2em;
}
.site-footer .social p {
  margin: 0;
}
.site-footer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
}
.site-footer .social ul li {
  width: 40px;
  overflow: hidden;
  font-size: 2.8em;
}
.site-footer .social ul a {
  color: transparent;
}
.site-footer .social ul a i {
  color: #fff;
}
.site-footer .copyright {
  background-color: #202020;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.6em;
}
.site-footer .copyright, .site-footer .copyright a {
  color: #fff;
}

section.no-results {
  grid-column: 1/-1;
  padding: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 1.05rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header nav ul a {
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.58em 0.6em 0.42em;
  border: thin solid transparent;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
}
.site-header nav ul a:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  margin-left: 25%;
  margin-top: 4px;
  background-color: #eab026;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header nav ul a:hover, .site-header nav ul a.focus {
  color: #eab026;
}
.site-header nav ul a:hover:after, .site-header nav ul a.focus:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.site-header nav ul .button a {
  border-color: #fff;
  background-color: #b2b2b2;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.site-header nav ul .button a:hover, .site-header nav ul .button a:active, .site-header nav ul .button a[aria-current] {
  border-color: #eab026;
  color: #b2b2b2;
  font-weight: 400;
}
.site-header nav a {
  display: block;
  text-decoration: none;
}
.site-header nav .current_page_item &gt; a,
.site-header nav .current-menu-item &gt; a,
.site-header nav .current_page_ancestor &gt; a,
.site-header nav .current-menu-ancestor &gt; a {
  color: #eab026;
}
.site-header nav .current_page_item &gt; a:after,
.site-header nav .current-menu-item &gt; a:after,
.site-header nav .current_page_ancestor &gt; a:after,
.site-header nav .current-menu-ancestor &gt; a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
body.single-film .site-header nav .menu-item-object-film &gt; a {
  color: #eab026;
}

body.single-seance .site-header nav .menu-item-object-seance &gt; a {
  color: #eab026;
}

.site-header nav li.contact &gt; a i._mi {
  display: none;
}
.site-header nav.second-navigation ul.menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header nav .menu-toggle {
  background-color: transparent;
  border: none;
  color: #eab026;
  display: none;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 0;
  border-radius: inherit;
  cursor: pointer;
  position: absolute;
  right: 2em;
  top: 2em;
}
.site-header nav .menu-toggle .burger {
  display: block;
  margin-left: 1em;
}
.site-header nav .menu-toggle .burger span, .site-header nav .menu-toggle .burger span:before, .site-header nav .menu-toggle .burger span:after {
  cursor: pointer;
  height: 2px;
  width: 25px;
  background: #eab026;
  position: absolute;
  display: block;
  content: "";
}
.site-header nav .menu-toggle .burger span:before {
  top: -8px;
}
.site-header nav .menu-toggle .burger span:after {
  bottom: -8px;
}
.site-header nav .menu-toggle .burger span, .site-header nav .menu-toggle .burger span:before, .site-header nav .menu-toggle .burger span:after {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.site-header nav .menu-toggle.active .burger span {
  background-color: transparent;
}
.site-header nav .menu-toggle.active .burger span:before, .site-header nav .menu-toggle.active .burger span:after {
  top: 0;
}
.site-header nav .menu-toggle.active .burger span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header nav .menu-toggle.active .burger span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.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: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(464px, 1fr));
  grid-gap: 2em 2em;
  grid-auto-flow: column;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -ms-grid-column: 2;
  grid-column: 2;
  text-align: right;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  padding-right: 0.9em;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  padding-left: 0.9em;
}
.comment-navigation .nav-next a i,
.posts-navigation .nav-next a i,
.post-navigation .nav-next a i {
  margin-left: 0;
}
.comment-navigation .nav-next a i:before,
.posts-navigation .nav-next a i:before,
.post-navigation .nav-next a i:before {
  margin-left: 0.4em;
  display: block;
  margin-right: 0.4em;
}

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

.breadcrumbs {
  text-align: center;
  margin-bottom: 1rem;
}
.breadcrumbs a {
  color: #fff;
  font-weight: bold;
}

.single .post-main h1 {
  margin-top: 3rem;
  margin-bottom: 0;
}
.single .post-main .entry-meta {
  font-size: 0.8em;
  font-style: italic;
  background-color: #eab026;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}
.single .post-main .container &gt; h1 {
  padding: 1rem 2rem 2rem;
}

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

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

section.liste-actualites {
  background-color: #202020;
}
section.liste-actualites h2 {
  color: #fff;
  text-align: center;
}
section.liste-actualites .liste {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
section.liste-actualites .navigation {
  text-align: center;
  --bg-color: #202020;
  --text-color: #fff;
}
section.liste-actualites .post,
section.liste-actualites .article-prive {
  margin-bottom: 2rem;
}
section.liste-actualites .post a,
section.liste-actualites .article-prive a {
  --bg-color: #eab026;
  --text-color: #202020;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1rem;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bg-color);
  color: var(--text-color);
  padding: 1rem;
}
section.liste-actualites .post a &gt; *:nth-child(1), section.liste-actualites .article-prive a &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
section.liste-actualites .post a &gt; *:nth-child(2), section.liste-actualites .article-prive a &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
section.liste-actualites .post a h3,
section.liste-actualites .article-prive a h3 {
  margin-bottom: 5px;
}
section.liste-actualites .post a .entry-texte,
section.liste-actualites .article-prive a .entry-texte {
  overflow: hidden;
  max-height: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: -o-ellipsis-lastline;
  max-height: 60px;
  margin-bottom: 1em;
}
section.liste-actualites .post a .entry-meta,
section.liste-actualites .article-prive a .entry-meta {
  font-style: italic;
  margin-bottom: 5px;
}
section.liste-actualites .post a img,
section.liste-actualites .article-prive a img {
  border: none;
  overflow: hidden;
}

ul.navigation-prive {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.navigation-prive li {
  margin-right: 1rem;
}
ul.navigation-prive li:last-child {
  margin-right: 0;
}
ul.navigation-prive li a {
  color: #fff;
  text-transform: uppercase;
}
ul.navigation-prive li.current {
  font-weight: bold;
}

.form-espaceprive p {
  color: #fff;
}
.form-espaceprive form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-espaceprive form input[type=submit] {
  border: none;
}
.form-espaceprive form input[type=submit]:hover {
  cursor: pointer;
  background: #eab026;
  color: #fff;
}
.form-espaceprive.logout form {
  position: absolute;
  right: 0;
  top: 60px;
}

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

.bypostauthor {
  display: block;
}

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

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

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

img.no-border {
  border: none;
}

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

/* Modules et blocks
--------------------------------------------- */
.bloc-standard {
  --bg-color: #fff;
  --text-color: #202020;
  --img-color: #202020;
  --bold-color: #eab026;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.bloc-standard .bloc-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bloc-standard .bloc-text a.button {
  margin-top: 2em;
}
.bloc-standard .bloc-text p {
  margin-top: 0;
  margin-bottom: 1em;
}
.bloc-standard .bloc-text .custom-logo {
  margin-bottom: 1em;
}
.bloc-standard .bloc-text *:last-child {
  margin-bottom: 0;
}
.bloc-standard .bloc-text .bloc-media {
  margin-bottom: 1em;
}
.bloc-standard .bloc-media {
  text-align: center;
}
.bloc-standard .bloc-media img {
  border-color: var(--img-color);
}
.bloc-standard .bloc-media.gallerie {
  background-color: var(--img-color);
  padding: 1rem;
}
.bloc-standard .bloc-media.gallerie img {
  border: none;
}
.bloc-standard.center-title h2, .bloc-standard.center-title h3 {
  text-align: center;
}
.bloc-standard .entry-content a, .bloc-standard h2 {
  color: var(--text-color);
}
.bloc-standard .button {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.bloc-standard .button.gauche {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.bloc-standard .button.centrer {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.bloc-standard p {
  font-weight: 300;
  line-height: 1.6em;
}
.bloc-standard p:first-child {
  margin-top: 0;
}
.bloc-standard.col-2 .bloc-text .content {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.bloc-standard.gauche .container, .bloc-standard.droite .container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(464px, 1fr));
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.bloc-standard.gauche .bloc-media {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.bloc-standard.center-media .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bloc-standard.haut .bloc-media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.bloc-standard.haut .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.bloc-standard.bas .bloc-media {
  margin-top: 2rem;
}
.bloc-standard.carre .container {
  grid-template-columns: repeat(auto-fill, minmax(298.6666666667px, 1fr));
}
.bloc-standard.carre .bloc-text {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
.bloc-standard.no-border img {
  border: none;
}
.bloc-standard.no-border .gallerie {
  background: none;
  padding: initial;
}
.bloc-standard.no-margin-b {
  padding-bottom: 0;
}

.page-header + .bloc-standard.noir {
  padding-top: 0;
}

.bloc-standard span.bzh {
  font-style: italic;
  font-family: Philosopher, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  width: 100%;
  display: inline-block;
}
.bloc-standard b, .bloc-standard strong {
  font-family: Philosopher, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: var(--bold-color, #202020);
}
.bloc-standard p {
  margin-bottom: 1em;
}
.bloc-standard p + span.bzh {
  margin-top: -1em;
}
.bloc-standard ol, .bloc-standard ul {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.bloc-standard ol, .bloc-standard ul, .bloc-standard p {
  line-height: 1.4em;
}
.center.bloc-standard {
  text-align: center;
}
.blanc.bloc-standard {
  --img-color: #eab026;
  --bold-color: #8c6a17;
  --input-color: #f1f1f1;
}
.clair.bloc-standard {
  --img-color: #eab026;
  --bg-color: #fdf7e9;
  --bold-color: #8c6a17;
}
.jaune.bloc-standard {
  --bg-color: #eec051;
  --bold-color: #fff;
}
.fonce.bloc-standard {
  --bold-color: #202020;
  --bg-color: #eab026;
}
.noir.bloc-standard {
  --bg-color: #202020;
  --text-color: #fff;
  --img-color: #eab026;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}

/* Mediaquery
--------------------------------------------- */
.headroom {
  position: fixed;
  top: 0;
  height: auto;
  margin-top: -100%;
  z-index: 40;
  width: 100%;
  -webkit-transition: margin-top 0.2s, opacity 0.4s, height 0.05s;
  transition: margin-top 0.2s, opacity 0.4s, height 0.05s;
}
.headroom .site-branding .custom-logo-link img {
  max-height: 60px;
  width: auto;
}

.headroom--pinned {
  margin-top: 0px;
}

.headroom--unpinned, .headroom--top {
  margin-top: -81px;
}

@media (max-width: 1264px) {
  .site-header {
    text-align: center;
    padding: 0;
  }
  .site-header .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .site-header .site-branding {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .site-header .site-branding .custom-logo-link {
    max-width: 144px;
  }
  .site-header .main-navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-row-gap: 1em;
  }
  .site-header .main-navigation li.contact &gt; a i._mi {
    display: inline-block;
  }
  .site-header .main-navigation li.contact &gt; a span {
    display: none;
  }
  .site-header .main-navigation .menu.secondary .button a {
    padding: 0;
    border: none;
    background-color: transparent;
    color: transparent;
    margin-top: 6px;
    position: relative;
    width: 20px;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
  }
  .site-header .main-navigation .menu.secondary .button a:before {
    font-family: "Dashicons";
    font-size: 2em;
    content: "c";
    display: inline-block;
    text-transform: initial;
    color: #202020;
    font-size: 1em;
    position: absolute;
  }
  .site-header.active .site-branding .custom-logo-link {
    padding-top: 0.4em;
  }
  .site-header.active .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .site-header.active .main-navigation li.contact &gt; a i {
    display: none;
  }
  .site-header.active .main-navigation li.contact &gt; a span {
    display: inline;
  }
  .home .site-header:not(.headroom) .main-navigation .menu.secondary .button a:before {
    color: #fff;
  }
  section,
  .page-header .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .bloc-standard .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bloc-standard .container .bloc-media {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    padding-top: 0.5em;
    min-width: 320px;
  }
}
@media (max-width: 1010px) {
  .site-header .site-branding .custom-logo-link {
    padding-left: 0;
  }
  .site-header nav .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header nav ul.menu {
    display: none;
  }
  body.active {
    overflow: hidden;
    height: 100vh;
  }
  .headroom.active {
    height: 100vh;
    margin-top: 0;
  }
  .headroom.active ul {
    font-size: 1.8em;
  }
  .headroom.active .main-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-row-span: -1;
    grid-row-end: -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .headroom.active .main-navigation .primary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headroom.active .main-navigation .secondary {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headroom.active .main-navigation .secondary .button a {
    width: 30px;
  }
  .headroom.active .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "logo" "menu";
  }
  .headroom.active ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bloc-standard .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bloc-standard .container .bloc-media {
    min-width: auto;
    width: 100%;
  }
  .bloc-standard .container .bloc-media &gt; img {
    max-width: 50vw;
  }
  section.liste-actualites .liste {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
  section.liste-actualites .post,
  section.liste-actualites .article-prive {
    margin-bottom: 0;
  }
  .site-footer {
    background-color: #202020;
  }
  .site-footer .site-info {
    background-color: transparent;
    text-align: center;
    display: block;
    padding: 0;
  }
  .site-footer .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4em 2em;
    margin: 0;
    background-color: #eab026;
  }
  .site-footer .menu-rapide {
    padding: 3em 2em 1em;
    margin: 0;
    padding-top: 0;
  }
  .site-footer .site-info .button {
    --bg-color: #202020;
    --text-color: #fff;
  }
  .site-footer section &gt; div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .site-footer section &gt; div &gt; div {
    margin-top: 2em;
  }
  .site-footer .menu-footer {
    display: none;
  }
  .site-footer .copyright {
    background-color: transparent;
    text-align: center;
    opacity: 0.6;
  }
  .site-footer .copyright, .site-footer .copyright a {
    color: white;
  }
  .post-filters select {
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  .bloc-standard .bloc-text.deux-colonnes .content {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .bloc-standard .container {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .form-espaceprive.logout form {
    top: 0;
  }
}
@media (max-width: 480px) {
  .site-header .container {
    -ms-grid-rows: 60px auto;
    grid-template-rows: 60px auto;
  }
  .site-header nav .menu-toggle {
    top: 1.5em;
  }
  .site-header .site-branding .custom-logo-link {
    overflow: hidden;
  }
  .site-header .site-branding .custom-logo-link img {
    width: 130px;
    max-width: unset;
  }
  .page-header {
    height: 250px;
  }
  .page-header h1 {
    font-size: 2.4em;
  }
  .bloc-standard .container .bloc-media &gt; img {
    max-width: 100%;
  }
  .home .site-header:not(.headroom) .site-description h1 {
    font-size: 2.6em;
  }
  section {
    padding: 3rem 1rem;
  }
  section,
  .posts-navigation .nav-links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 1em 1em;
  }
  .post-filters {
    grid-column: auto;
  }
  .post-filters select {
    width: 100%;
  }
  .posts-navigation .nav-links {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .posts-navigation .nav-links &gt; div {
    text-align: center;
    grid-column: auto;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>