@charset "UTF-8";
/*!
* www.KNACSS.com v6.1.2 (21 juin 2017) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/* 1- Normalize (basic reset) */
/* 2- Base (basic styles) */
/* 3- Print (print quick reset) */
/* 4- Stylings (minor stylings) */
/* 5- Misc (skip links, hyphens) */
/* 6- Tables (data tables consistency) */
/* 7- Forms (forms consistency) */
/* 8- Media object */
/* 9- Autogrid object */
/* 10- Global Layout (alignment, modules, positionning) */
/* 11- Helpers (width and spacers helpers) */
/* (12- WordPress reset (disabled by default)) */
/* 13- Responsive (Responsive Web Design helpers) */
/* 14- Grid Layout (grillade) */
/* ---------------------------------- */
/* ==Normalize (basic reset)          */
/* ---------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import "_vendor/fontawesome-all.min.css";
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*
    font-family: 'Crimson Text', serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Titillium Web', sans-serif;
 */
/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625);
}

body {
  font-size: 1.4rem;
  background-color: #fff;
  color: #1d1d1b;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.4;
}
@media (min-width: 480px) {
  body {
    line-height: 1.5;
  }
}

a {
  color: #797577;
}
a:focus, a:hover, a:active {
  color: #86bc25;
}

ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.4;
}

h1, .h1-like {
  font-size: 2.8rem;
  color: #797577;
  font-family: "Crimson Text SemiBold";
  font-style: italic;
  margin: 2rem 0;
}
@media (min-width: 480px) {
  h1, .h1-like {
    font-size: 3.9rem;
  }
}

h2, .h2-like {
  font-size: 2.4rem;
  color: #797577;
  font-family: "Lato";
  font-weight: bold;
}
@media (min-width: 480px) {
  h2, .h2-like {
    font-size: 2.2rem;
  }
}

h3, .h3-like {
  font-size: 2rem;
  color: #797577;
  font-family: "Lato";
  font-weight: bold;
}
@media (min-width: 480px) {
  h3, .h3-like {
    font-size: 1.9rem;
  }
}

h4, .h4-like {
  font-size: 1.8rem;
  color: #797577;
  font-family: "Lato";
  font-weight: bold;
}

h5, .h5-like {
  font-size: 1.6rem;
  color: #797577;
  font-family: "Lato";
  font-weight: bold;
}

h6, .h6-like {
  font-size: 1.5rem;
  color: #797577;
  font-family: "Lato";
  font-weight: bold;
}
@media (min-width: 480px) {
  h6, .h6-like {
    font-size: 1.4rem;
  }
}

/* alternate font-sizing */
.smaller {
  font-size: 0.6em;
}

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.5em;
}

.biggest {
  font-size: 2em;
}

code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}

em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:not(.entry-title):first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
  margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }

  p,
.p-like,
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like,
blockquote,
ul,
ol {
    color: #000;
    margin: auto;
  }

  .print {
    display: block;
  }

  .no-print {
    display: none;
  }

  /* no orphans, no widows */
  p,
.p-like,
blockquote {
    orphans: 3;
    widows: 3;
  }

  /* no breaks inside these elements */
  blockquote,
ul,
ol {
    page-break-inside: avoid;
  }

  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
caption {
    page-break-after: avoid;
  }

  a {
    color: #000;
  }

  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------- */
/* ==Stylings (minor stylings)   */
/* ----------------------------- */
/* styling elements */
code,
kbd,
mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

pre {
  tab-size: 2;
}

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding-left: 3em;
  min-height: 2em;
}

blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  height: 0.4em;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.3);
}

blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
blockquote > footer::before {
  content: "— ";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "“ " " ”";
}
q:lang(fr),
.q:lang(fr) {
  quotes: "« " " »";
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

/* tables */
table,
.table {
  border: 1px solid #ccc;
}

caption {
  padding: 1rem;
  color: #555;
  font-style: italic;
}

td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  text-align: left;
}

/* ----------------------------- */
/* ==Misc (skip links, hyphens)  */
/* ----------------------------- */
/* styling skip links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

@media (max-width: 575px) {
  /* you shall not pass */
  div,
textarea,
table,
td,
th,
code,
pre,
samp {
    word-wrap: break-word;
    hyphens: auto;
  }
}
@media (max-width: 575px) {
  .no-wrapping {
    word-wrap: normal;
    hyphens: manual;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem;
}

.table {
  display: table;
}

#recaptcha_table,
.table-auto {
  table-layout: auto;
}

td,
th {
  vertical-align: top;
  min-width: 2rem;
  cursor: default;
}

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn {
  display: inline-block;
}

/* forms items */
form,
fieldset {
  border: none;
}

input,
button,
select,
label,
.btn {
  font-family: inherit;
  font-size: inherit;
}

button,
input,
optgroup,
select,
textarea {
  color: #000;
}

label {
  vertical-align: middle;
  cursor: pointer;
}

legend {
  border: 0;
  white-space: normal;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}

select {
  -webkit-appearance: menulist-button;
}

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}

.btn:focus,
input[type=button]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* unstyled forms */
button.unstyled,
input[type=button].unstyled,
input[type=submit].unstyled,
input[type=reset].unstyled {
  padding: 0;
  border: none;
  line-height: 1;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button.unstyled:focus,
input[type=button].unstyled:focus,
input[type=submit].unstyled:focus,
input[type=reset].unstyled:focus {
  box-shadow: none;
  outline: none;
}

/* Media object */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 576px) {
  .o-media {
    display: flex;
    align-items: flex-start;
  }

  .o-media-content {
    flex: 1;
    min-width: 0;
    /* avoid min-width:auto */
  }
}
/* Media variants */
@media (min-width: 576px) {
  .o-media--reverse {
    flex-direction: row-reverse;
  }

  .o-media-figure--center {
    align-self: center;
  }
}
/* Autogrid object */
/* see http://codepen.io/raphaelgoetter/pen/KMgBJd */
@media (min-width: 576px) {
  [class^=autogrid],
[class*=" autogrid"] {
    display: flex;
  }

  [class^=autogrid] > *,
[class*=" autogrid"] > * {
    flex: 1;
    min-width: 0;
    /* avoid min-width:auto */
  }
}
/* Autogrid variants */
@media (min-width: 576px) {
  .has-gutter > *:not(:first-child) {
    margin-left: 1rem;
  }

  [class*="--reverse"] {
    flex-direction: row-reverse;
  }
}
/* ----------------------------- */
/* ==Global Layout               */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
  overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear {
  clear: both;
}

/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

/* simple blocks alignment */
.left {
  margin-right: auto;
}

.right {
  margin-left: auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

/* text and contents alignment */
.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* floating elements */
.fl {
  float: left;
}

img.fl {
  margin-right: 1rem;
}

.fr {
  float: right;
}

img.fr {
  margin-left: 1rem;
}

img.fl,
img.fr {
  margin-bottom: 0.5rem;
}

/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
[class*=flex-container],
.flex-container,
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-container-h,
.flex-row {
  flex-direction: row;
}

.flex-container-v,
.flex-column {
  flex-direction: column;
}

.flex-item-fluid {
  flex: 1;
  min-width: 0;
}

.flex-item-first,
.item-first {
  order: -1;
}

.flex-item-medium,
.item-medium {
  order: 0;
}

.flex-item-last,
.item-last {
  order: 1;
}

.flex-item-center,
.item-center,
.mr-auto {
  margin: auto;
}

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden,
[hidden] {
  display: none;
}

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.is-disabled,
[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}

ul.is-unstyled, ul.unstyled {
  list-style: none;
  padding-left: 0;
}

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33.3333%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w66 {
  width: 66.6666%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.w50p {
  width: 50px;
}

.w100p {
  width: 100px;
}

.w150p {
  width: 150px;
}

.w200p {
  width: 200px;
}

.w300p {
  width: 300px;
}

@media (min-width: 401px) {
  .w400p {
    width: 400px;
  }

  .w500p {
    width: 500px;
  }

  .w600p {
    width: 600px;
  }
}
@media (min-width: 701px) {
  .w700p {
    width: 700px;
  }

  .w800p {
    width: 800px;
  }
}
@media (min-width: 961px) {
  .w960p {
    width: 960px;
  }

  .mw960p {
    max-width: 960px;
  }

  .w1140p {
    width: 1140px;
  }

  .mw1140p {
    max-width: 1140px;
  }

  .mw1020p {
    max-width: 1020px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wauto {
  width: auto;
}

/* Spacing Helpers */
/* --------------- */
.man,
.ma0 {
  margin: 0;
}

.pan,
.pa0 {
  padding: 0;
}

.mas {
  margin: 1rem;
}

.mam {
  margin: 2rem;
}

.mal {
  margin: 4rem;
}

.pas {
  padding: 1rem;
}

.pam {
  padding: 2rem;
}

.pal {
  padding: 4rem;
}

.mtn,
.mt0 {
  margin-top: 0;
}

.mts {
  margin-top: 1rem;
}

.mtm {
  margin-top: 2rem;
}

.mtl {
  margin-top: 4rem;
}

.mrn,
.mr0 {
  margin-right: 0;
}

.mrs {
  margin-right: 1rem;
}

.mrm {
  margin-right: 2rem;
}

.mrl {
  margin-right: 4rem;
}

.mbn,
.mb0 {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: 1rem;
}

.mbm {
  margin-bottom: 2rem;
}

.mbl {
  margin-bottom: 4rem;
}

.mln,
.ml0 {
  margin-left: 0;
}

.mls {
  margin-left: 1rem;
}

.mlm {
  margin-left: 2rem;
}

.mll {
  margin-left: 4rem;
}

.mauto {
  margin: auto;
}

.mtauto {
  margin-top: auto;
}

.mrauto {
  margin-right: auto;
}

.mbauto {
  margin-bottom: auto;
}

.mlauto {
  margin-left: auto;
}

.ptn,
.pt0 {
  padding-top: 0;
}

.pts {
  padding-top: 1rem;
}

.ptm {
  padding-top: 2rem;
}

.ptl {
  padding-top: 4rem;
}

.prn,
.pr0 {
  padding-right: 0;
}

.prs {
  padding-right: 1rem;
}

.prm {
  padding-right: 2rem;
}

.prl {
  padding-right: 4rem;
}

.pbn,
.pb0 {
  padding-bottom: 0;
}

.pbs {
  padding-bottom: 1rem;
}

.pbm {
  padding-bottom: 2rem;
}

.pbl {
  padding-bottom: 4rem;
}

.pln,
.pl0 {
  padding-left: 0;
}

.pls {
  padding-left: 1rem;
}

.plm {
  padding-left: 2rem;
}

.pll {
  padding-left: 4rem;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media (max-width: 479px) {
  .alignright {
    float: none;
    text-align: center;
  }
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media (max-width: 479px) {
  .alignleft {
    float: none;
    text-align: center;
  }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media (max-width: 479px) {
  a img.alignright {
    float: none;
    text-align: center;
  }
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media (max-width: 479px) {
  a img.alignleft {
    float: none;
    text-align: center;
  }
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

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

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

img.aligncenter, div.aligncenter, figure.aligncenter {
  display: block;
  margin: 1em auto;
}

img.alignright, div.alignright, figure.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}

img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0;
}

figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

p img.alignright, p img.alignleft {
  margin-top: 0;
}

.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}

@media (max-width: 767px) {
  img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }

  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}
/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 1020px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }

  .large-visible {
    display: block !important;
  }

  .large-no-float {
    float: none;
  }

  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }

  .large-w33 {
    width: 33.333333% !important;
  }

  .large-w50 {
    width: 50% !important;
  }

  .large-w66 {
    width: 66.666666% !important;
  }

  .large-w75 {
    width: 75% !important;
  }

  .large-w100,
.large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for large screens */
  .large-man,
.large-ma0 {
    margin: 0 !important;
  }
}
/* medium screens */
/* -------------- */
@media (min-width: 768px) and (max-width: 1019px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }

  .medium-visible {
    display: block !important;
  }

  .medium-no-float {
    float: none;
  }

  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }

  .medium-w33 {
    width: 33.333333% !important;
  }

  .medium-w50 {
    width: 50% !important;
  }

  .medium-w66 {
    width: 66.666666% !important;
  }

  .medium-w75 {
    width: 75% !important;
  }

  .medium-w100,
.medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for medium screens */
  .medium-man,
.medium-ma0 {
    margin: 0 !important;
  }
}
/* small screens */
/* ------------- */
@media (min-width: 576px) and (max-width: 767px) {
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }

  .small-visible {
    display: block !important;
  }

  .small-no-float {
    float: none;
  }

  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }

  .small-w33 {
    width: 33.333333% !important;
  }

  .small-w50 {
    width: 50% !important;
  }

  .small-w66 {
    width: 66.666666% !important;
  }

  .small-w75 {
    width: 75% !important;
  }

  .small-w100,
.small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for small screens */
  .small-man,
.small-ma0 {
    margin: 0 !important;
  }

  .small-pan,
.small-pa0 {
    padding: 0 !important;
  }
}
/* tiny screens */
/* ------------ */
@media (max-width: 575px) {
  /* quick small resolution reset */
  .mod,
.col,
fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  .flex-container {
    flex-direction: column;
  }

  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }

  .tiny-visible {
    display: block !important;
  }

  .tiny-no-float {
    float: none;
  }

  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }

  .tiny-w33 {
    width: 33.333333% !important;
  }

  .tiny-w50 {
    width: 50% !important;
  }

  .tiny-w66 {
    width: 66.666666% !important;
  }

  .tiny-w75 {
    width: 75% !important;
  }

  .tiny-w100,
.tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for tiny screens */
  .tiny-man,
.tiny-ma0 {
    margin: 0 !important;
  }

  .tiny-pan,
.tiny-pa0 {
    padding: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Grillade : Simple Grid System    */
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */
@media (min-width: 576px) {
  [class*=" grid-"],
[class^=grid-] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  [class*=" grid-"] > *,
[class^=grid-] > * {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
}
@media (min-width: 576px) {
  .grid,
.grid--reverse {
    display: flex;
  }
  .grid > *,
.grid--reverse > * {
    flex: 1 1 0%;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
  .grid.has-gutter > * + *,
.grid--reverse.has-gutter > * + * {
    margin-left: calc(1rem - 0.01px);
  }
  .grid.has-gutter-l > * + *,
.grid--reverse.has-gutter-l > * + * {
    margin-left: calc(2rem - 0.01px);
  }
  .grid.has-gutter-xl > * + *,
.grid--reverse.has-gutter-xl > * + * {
    margin-left: calc(2.5rem - 0.01px);
  }
  .grid.has-gutter-xxl > * + *,
.grid--reverse.has-gutter-xxl > * + * {
    margin-left: calc(4rem - 0.01px);
  }
}
@media (min-width: 576px) {
  [class*=grid-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=grid-2].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-2].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-2].has-gutter-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-2].has-gutter-xl > * {
    width: calc(100% / 2 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [class*=grid-2].has-gutter-xxl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-2].has-gutter-xxl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=grid-3].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-3].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-3].has-gutter-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-3].has-gutter-xl > * {
    width: calc(100% / 3 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [class*=grid-3].has-gutter-xxl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-3].has-gutter-xxl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=grid-4].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-4].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-4].has-gutter-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-4].has-gutter-xl > * {
    width: calc(100% / 4 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [class*=grid-4].has-gutter-xxl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-4].has-gutter-xxl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-5] > * {
    width: calc(100% / 5 - 0.01px);
  }
  [class*=grid-5].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-5].has-gutter > * {
    width: calc(100% / 5 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-5].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-5].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-5].has-gutter-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-5].has-gutter-xl > * {
    width: calc(100% / 5 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [class*=grid-5].has-gutter-xxl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-5].has-gutter-xxl > * {
    width: calc(100% / 5 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-6] > * {
    width: calc(100% / 6 - 0.01px);
  }
  [class*=grid-6].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-6].has-gutter > * {
    width: calc(100% / 6 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-6].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-6].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-6].has-gutter-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-6].has-gutter-xl > * {
    width: calc(100% / 6 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [class*=grid-6].has-gutter-xxl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-6].has-gutter-xxl > * {
    width: calc(100% / 6 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-7] > * {
    width: calc(100% / 7 - 0.01px);
  }
  [class*=grid-7].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-7].has-gutter > * {
    width: calc(100% / 7 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-7].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-7].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-7].has-gutter-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-7].has-gutter-xl > * {
    width: calc(100% / 7 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [class*=grid-7].has-gutter-xxl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-7].has-gutter-xxl > * {
    width: calc(100% / 7 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-8] > * {
    width: calc(100% / 8 - 0.01px);
  }
  [class*=grid-8].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-8].has-gutter > * {
    width: calc(100% / 8 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-8].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-8].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-8].has-gutter-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-8].has-gutter-xl > * {
    width: calc(100% / 8 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [class*=grid-8].has-gutter-xxl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-8].has-gutter-xxl > * {
    width: calc(100% / 8 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-9] > * {
    width: calc(100% / 9 - 0.01px);
  }
  [class*=grid-9].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-9].has-gutter > * {
    width: calc(100% / 9 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-9].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-9].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-9].has-gutter-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-9].has-gutter-xl > * {
    width: calc(100% / 9 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [class*=grid-9].has-gutter-xxl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-9].has-gutter-xxl > * {
    width: calc(100% / 9 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-10] > * {
    width: calc(100% / 10 - 0.01px);
  }
  [class*=grid-10].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-10].has-gutter > * {
    width: calc(100% / 10 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-10].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-10].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-10].has-gutter-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-10].has-gutter-xl > * {
    width: calc(100% / 10 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [class*=grid-10].has-gutter-xxl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-10].has-gutter-xxl > * {
    width: calc(100% / 10 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-11] > * {
    width: calc(100% / 11 - 0.01px);
  }
  [class*=grid-11].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-11].has-gutter > * {
    width: calc(100% / 11 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-11].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-11].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-11].has-gutter-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-11].has-gutter-xl > * {
    width: calc(100% / 11 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [class*=grid-11].has-gutter-xxl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-11].has-gutter-xxl > * {
    width: calc(100% / 11 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*=grid-12] > * {
    width: calc(100% / 12 - 0.01px);
  }
  [class*=grid-12].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=grid-12].has-gutter > * {
    width: calc(100% / 12 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-12].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=grid-12].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-12].has-gutter-xl {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  [class*=grid-12].has-gutter-xl > * {
    width: calc(100% / 12 - 2.5rem - 0.01px);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  [class*=grid-12].has-gutter-xxl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=grid-12].has-gutter-xxl > * {
    width: calc(100% / 12 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.push {
  margin-left: auto !important;
}

.pull {
  margin-right: auto !important;
}

.item-first {
  order: -1;
}

.item-last {
  order: 1;
}

[class*=grid-][class*="--reverse"] {
  flex-direction: row-reverse;
}

@media (min-width: 576px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px);
  }

  .has-gutter > .full {
    width: calc(100% / 1 - 1rem - 0.01px);
  }

  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - 0.01px);
  }

  .has-gutter-xl > .full {
    width: calc(100% / 1 - 2.5rem - 0.01px);
  }

  .has-gutter-xxl > .full {
    width: calc(100% / 1 - 4rem - 0.01px);
  }

  .one-half {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px);
  }

  .has-gutter > .one-half {
    width: calc(100% / 2 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 2.5rem - 0.01px);
  }

  .has-gutter-xxl > .one-half {
    width: calc(100% / 2 - 4rem - 0.01px);
  }

  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px);
  }

  .has-gutter > .one-third {
    width: calc(100% / 3 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 2.5rem - 0.01px);
  }

  .has-gutter-xxl > .one-third {
    width: calc(100% / 3 - 4rem - 0.01px);
  }

  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px);
  }

  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 2.5rem - 0.01px);
  }

  .has-gutter-xxl > .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px);
  }

  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px);
  }

  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 2.5rem - 0.01px);
  }

  .has-gutter-xxl > .one-fifth {
    width: calc(100% / 5 - 4rem - 0.01px);
  }

  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px);
  }

  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1rem - 0.01px);
  }

  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px);
  }

  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 2.5rem - 0.01px);
  }

  .has-gutter-xxl > .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px);
  }

  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px);
  }

  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - 0.01px);
  }

  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px);
  }

  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 2.5rem - 0.01px);
  }

  .has-gutter-xxl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px);
  }

  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px);
  }

  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - 0.01px);
  }

  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px);
  }

  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 2.5rem - 0.01px);
  }

  .has-gutter-xxl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px);
  }

  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px);
  }

  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - 0.01px);
  }

  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px);
  }

  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 2.5rem - 0.01px);
  }

  .has-gutter-xxl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px);
  }
}
/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
  [class*=-small-1] > * {
    width: calc(100% / 1 - 0.01px);
  }
  [class*=-small-1].has-gutter > * {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  [class*=-small-1].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  [class*=-small-1].has-gutter-xl > * {
    width: calc(100% / 1 - 2.5rem - 0.01px);
  }
  [class*=-small-1].has-gutter-xxl > * {
    width: calc(100% / 1 - 4rem - 0.01px);
  }

  [class*=-small-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=-small-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  [class*=-small-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  [class*=-small-2].has-gutter-xl > * {
    width: calc(100% / 2 - 2.5rem - 0.01px);
  }
  [class*=-small-2].has-gutter-xxl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }

  [class*=-small-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=-small-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  [class*=-small-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  [class*=-small-3].has-gutter-xl > * {
    width: calc(100% / 3 - 2.5rem - 0.01px);
  }
  [class*=-small-3].has-gutter-xxl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
  }

  [class*=-small-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=-small-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  [class*=-small-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  [class*=-small-4].has-gutter-xl > * {
    width: calc(100% / 4 - 2.5rem - 0.01px);
  }
  [class*=-small-4].has-gutter-xxl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
}
/* ----------------------------- */
/* ==Own stylesheet              */
/* ----------------------------- */
.widget {
  list-style: none;
}

.entry-content, .entry-footer {
  max-width: 1020px;
  margin: auto;
  padding: 0 1rem;
}

/* Header de la page / de l'article */
.entry-header {
  background-color: #C8C8C8;
  padding: 2rem 0 1rem;
}
@media (max-width: 1019px) {
  .entry-header {
    padding: 2rem 1rem 1rem;
  }
}
.entry-header h1 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 1;
}
@media (max-width: 575px) {
  .entry-header h1 {
    font-size: 4rem;
  }
}

.entry-titre {
  margin: 0;
}

/* Fil d'Ariane */
.breadcrumbs, .breadcrumbs a {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Montserrat Light";
}

.breadcrumbs span:last-of-type > a {
  text-decoration: none;
}

.entry-content {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

/* Styles wysiwyg */
/* Styles */
.exergue {
  background-color: #797577;
  color: #fff;
}

.bloc-vert {
  background-color: #E6F1D5;
  padding: 3rem 2.5rem;
}

.bloc-mauve {
  background-color: #951C7F;
  padding: 3rem 2.5rem 3.5rem;
  color: #fff;
}

.bloc-blanc {
  background-color: #FFF;
  padding: 3rem 2.5rem 3.5rem;
}

.bloc-gris {
  background-color: #e5e5e5;
  padding: 3rem 2.5rem 3.5rem;
}

/* 404 */
.error-404 {
  padding: 3rem 1rem;
}

/* Aucun résultat */
.no-results {
  max-width: 102rem;
  margin: auto;
  padding: 2rem 1rem 3rem;
}

/* Page évènements */
.tribe-bar-submit {
  margin-left: 13.667%;
  width: 28%;
}

/* Photothèque */
.phototheque-galeries > div:not(:first-of-type) {
  margin-top: 2rem;
}

/* Partage */
.juiz_sps_links {
  margin-top: 3rem;
}

.header-navigation {
  background-color: #a5a3a3;
}
.header-navigation > div {
  max-width: 1020px;
  margin: auto;
  display: flex;
}
@media (max-width: 767px) {
  .header-navigation > div {
    flex-wrap: wrap;
  }
}
.header-navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
}
@media (max-width: 479px) {
  .header-navigation ul {
    flex-wrap: wrap;
  }
}
.header-navigation ul li {
  text-align: center;
}
@media (min-width: 480px) {
  .header-navigation ul li {
    flex: 1;
  }
}
@media (max-width: 479px) {
  .header-navigation ul li {
    width: 50%;
  }
  .header-navigation ul li:nth-of-type(2) a, .header-navigation ul li:nth-of-type(4) a {
    border-right: 1px solid;
  }
}
.header-navigation ul li:last-child a {
  border-right: 1px solid;
}
.header-navigation ul li a {
  width: 100%;
  text-decoration: none;
  border-left: 1px solid;
}
@media (max-width: 479px) {
  .header-navigation ul li a {
    border-top: 1px solid;
  }
}
.header-navigation ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
.header-navigation a, .header-navigation .horloge {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Crimson Text";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
}
@media (max-width: 479px) {
  .header-navigation a, .header-navigation .horloge {
    font-size: 1.6rem;
    height: 3rem;
  }
}

.menu-menu-de-len-tete-container {
  flex: 1;
}

.horloge {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-right: 1px solid;
}
@media (max-width: 767px) {
  .horloge {
    width: 100%;
    border-top: 1px solid;
    border-left: 1px solid;
  }
}
.horloge span {
  margin-left: 0.3rem;
}

@keyframes bandeau {
  from {
    left: 100%;
  }
  to {
    left: 0;
    transform: translateX(-100%);
  }
}
.bandeau-flash {
  background-color: #000;
}
.bandeau-flash > * {
  list-style: none;
  max-width: 1020px;
  margin: auto;
  color: #F4564A;
  padding: 0.8rem 0;
  font-size: 1.7rem;
  font-family: Arial;
  font-style: italic;
  position: relative;
  overflow: hidden;
  height: 4rem;
}
.bandeau-flash .textwidget {
  position: absolute;
  left: 100%;
  white-space: nowrap;
  animation-name: bandeau;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.site-branding {
  display: flex;
  align-items: center;
  max-width: 1020px;
  margin: auto;
  padding: 2rem 0.5rem 4rem;
}
@media (max-width: 575px) {
  .site-branding {
    justify-content: center;
    flex-direction: column;
    padding: 0 0.5rem 4rem;
    margin-top: -3.5rem;
  }
}
.site-branding > div {
  flex: 1;
  text-align: right;
}
@media (max-width: 575px) {
  .site-branding .widget_search {
    display: none;
  }
}
.site-branding .widget_search form {
  display: inline-block;
  border: 1px solid #787477;
}
.site-branding .widget_search form input {
  border: none;
  padding: 0.5rem;
  font-size: 1.4rem;
  width: 25rem;
}
.site-branding .widget_search form button {
  border: none;
  background: none;
  color: #787477;
}

.custom-logo {
  max-width: 23rem;
}

@media (max-width: 575px) {
  .custom-logo-link {
    order: 1;
  }
}

.logos-contact-facebook {
  font-size: 2.2rem;
  margin-top: 0.5rem;
}
@media (max-width: 575px) {
  .logos-contact-facebook.header {
    margin-bottom: 2.5rem;
  }
}
.logos-contact-facebook.header .textwidget > a:first-of-type {
  margin-right: 1rem;
}
@media (max-width: 575px) {
  .logos-contact-facebook.header a {
    color: #86bc25;
  }
}

#site-navigation {
  background-color: #86bc25;
}
#site-navigation.actif {
  display: block;
}
@media (max-width: 767px) {
  #site-navigation {
    position: absolute;
    top: 8rem;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
  }
}
@media (max-width: 479px) {
  #site-navigation {
    top: 12rem;
  }
}
#site-navigation ul {
  list-style: none;
  padding-left: 0;
}
#site-navigation a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  body.admin-bar #site-navigation {
    top: 12.5rem;
  }
}
@media (max-width: 479px) {
  body.admin-bar #site-navigation {
    top: 16.5rem;
  }
}

#primary-menu {
  display: flex;
  max-width: 1020px;
  margin: auto;
}
@media (max-width: 767px) {
  #primary-menu {
    flex-direction: column;
    padding-top: 8rem;
  }
}
#primary-menu > li {
  flex: 1;
}
@media (max-width: 767px) {
  #primary-menu > li.actif {
    background-color: #fff;
  }
}
#primary-menu > li.actif > div {
  display: block;
}
@media (min-width: 768px) {
  #primary-menu > li.actif > a {
    background-color: #797577;
  }
}
#primary-menu > li > a {
  padding: 1.5rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-family: "Montserrat";
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #primary-menu > li > a {
    height: 100%;
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 767px) {
  #primary-menu > li > a {
    padding: 1rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 40rem;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid;
  }
}
#primary-menu > li > div {
  display: none;
}

.menu-titre-croix {
  color: #fff;
  align-items: center;
}
@media (max-width: 767px) {
  .menu-titre-croix {
    display: none;
  }
}
.menu-titre-croix p {
  font-family: "Crimson Text SemiBold";
  font-style: italic;
  font-size: 5rem;
  line-height: 1;
}
.menu-titre-croix i {
  margin-left: auto;
  font-size: 3rem;
  cursor: pointer;
}

#primary-menu > li > div {
  padding: 4rem 0;
  z-index: 1000;
}
@media (min-width: 768px) {
  #primary-menu > li > div {
    width: 100vw;
    position: absolute;
    left: 0;
    min-height: 20rem;
  }
}
@media (max-width: 767px) {
  #primary-menu > li > div {
    background-color: #fff;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #primary-menu > li > div > div {
    flex-direction: column;
    width: 100%;
    max-width: 40rem;
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  #primary-menu > li > div > div:last-of-type {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  #primary-menu > li > div > div > ul {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #primary-menu > li > div > div > ul > li {
    width: 100%;
  }
}
#primary-menu > li > div > div > ul > li > a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 767px) {
  #primary-menu > li > div > div > ul > li > a {
    color: #5a5957;
    margin-top: 1rem;
  }
}

#primary-menu > li:first-of-type .menu-actus--bouton {
  background-color: #00b2e9;
}
#primary-menu > li:nth-of-type(2) .menu-actus--bouton {
  background-color: #3165af;
}
#primary-menu > li:nth-of-type(3) .menu-actus--bouton {
  background-color: #535a9d;
}
#primary-menu > li:nth-of-type(4) .menu-actus--bouton {
  background-color: #774e9e;
}
#primary-menu > li:nth-of-type(5) .menu-actus--bouton {
  background-color: #b14698;
}
#primary-menu > li:nth-of-type(6) .menu-actus--bouton {
  background-color: #f16539;
}
#primary-menu > li:nth-of-type(7) .menu-actus--bouton {
  background-color: #fcb63c;
}
#primary-menu > li:last-of-type .menu-actus--bouton {
  background-color: #80c461;
}
@media (min-width: 768px) {
  #primary-menu > li.actif > a, #primary-menu > li > div {
    background-color: #5a5957;
  }
  #primary-menu > li:first-of-type > div > div > ul > li > a {
    background-color: #00b2e9;
  }
  #primary-menu > li:nth-of-type(2) > div > div > ul > li > a {
    background-color: #3165af;
  }
  #primary-menu > li:nth-of-type(3) > div > div > ul > li > a {
    background-color: #535a9d;
  }
  #primary-menu > li:nth-of-type(4) > div > div > ul > li > a {
    background-color: #774e9e;
  }
  #primary-menu > li:nth-of-type(5) > div > div > ul > li > a {
    background-color: #b14698;
  }
  #primary-menu > li:nth-of-type(6) > div > div > ul > li > a {
    background-color: #f16539;
  }
  #primary-menu > li:nth-of-type(7) > div > div > ul > li > a {
    background-color: #fcb63c;
  }
  #primary-menu > li:last-of-type > div > div > ul > li > a {
    background-color: #80c461;
  }
}
@media (max-width: 767px) {
  #primary-menu > li:first-of-type.actif {
    background-color: #00b2e9;
  }
  #primary-menu > li:nth-of-type(2).actif {
    background-color: #3165af;
  }
  #primary-menu > li:nth-of-type(3).actif {
    background-color: #535a9d;
  }
  #primary-menu > li:nth-of-type(4).actif {
    background-color: #774e9e;
  }
  #primary-menu > li:nth-of-type(5).actif {
    background-color: #b14698;
  }
  #primary-menu > li:nth-of-type(6).actif {
    background-color: #f16539;
  }
  #primary-menu > li:nth-of-type(7).actif {
    background-color: #fcb63c;
  }
  #primary-menu > li:last-of-type.actif {
    background-color: #80c461;
  }
}

#primary-menu > li > div > div > ul > li > ul {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  #primary-menu > li > div > div > ul > li > ul {
    padding: 0 2rem;
  }
}
#primary-menu > li > div > div > ul > li > ul > li > a {
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  #primary-menu > li > div > div > ul > li > ul > li > a {
    color: #5a5957;
    margin: 1rem 0;
  }
}

.menu-actus--conteneur {
  flex: 1;
  order: 2;
}
@media (max-width: 767px) {
  .menu-actus--conteneur {
    width: 100%;
  }
}
.menu-actus--conteneur + ul[class*=grid-3].has-gutter-xxl {
  margin-right: 0;
}

.menu-actus {
  background-color: #fff;
  padding: 2rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .menu-actus {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .menu-actus {
    margin-top: 2rem;
  }
}

.menu-actu {
  margin-bottom: 3.5rem;
  cursor: pointer;
}

.menu-actu-miniature {
  height: 11.5rem;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-actu-miniature img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.menu-actu-miniature i {
  font-size: 10rem;
  color: #3c4696;
}

.menu-actu-texte {
  position: relative;
}
.menu-actu-texte > a {
  position: absolute;
  right: 0;
  top: 0;
}
.menu-actu-texte > a i {
  color: #3c4696;
  font-size: 2rem;
}

.menu-actu-date, .menu-actu-titre {
  font-family: "Montserrat";
  color: #3c4696;
}

.menu-actu-date {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.menu-actu-titre {
  font-size: 1.5rem;
  font-weight: bold;
}

#site-navigation .menu-actus-tout {
  text-align: center;
  border-top: 1px solid #3c4696;
  border-bottom: 1px solid #3c4696;
  margin-top: 2rem;
}
#site-navigation .menu-actus-tout a {
  color: #3c4696;
  font-size: 1.2rem;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
  height: 100%;
  padding: 0.5rem;
  display: inline-block;
}

.menu-actus--bouton {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  gap: 0.75rem;
  padding: 1rem 1rem 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .menu-actus--bouton {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .menu-actus--bouton {
    padding: 0.5rem 1rem 1rem;
  }
}
.menu-actus--bouton img {
  transition: transform 0.3s;
}
.menu-actus--bouton:hover img {
  transform: translateY(-0.5rem);
}

#primary-menu > li > a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3.8rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  #primary-menu > li > a:before {
    order: 2;
    flex: 1;
    text-align: right;
    font-size: 3rem;
  }
}
#primary-menu > li:nth-of-type(1) > a:before {
  content: "";
}
#primary-menu > li:nth-of-type(2) > a:before {
  content: "";
}
#primary-menu > li:nth-of-type(3) > a:before {
  content: "";
}
#primary-menu > li:nth-of-type(4) > a:before {
  content: "";
}
#primary-menu > li:nth-of-type(5) > a:before {
  content: "";
}
#primary-menu > li:nth-of-type(6) > a:before {
  content: "";
}
#primary-menu > li:nth-of-type(7) > a:before {
  content: "";
}
#primary-menu > li:nth-of-type(8) > a:before {
  content: "";
}

/* Toggle */
.toggle {
  color: #86bc25;
  font-size: 2.5rem;
  display: none;
  z-index: 1000;
  position: relative;
  padding: 2rem 3rem;
  cursor: pointer;
  width: 8rem;
}
.toggle.actif {
  color: #fff;
}
@media (max-width: 767px) {
  .toggle {
    display: block;
  }
}

/* Recherche sur mobile */
.mobile-search {
  font-size: 2rem;
  text-align: right;
  margin-top: -5rem;
  padding-right: 2rem;
}
.mobile-search a {
  color: #86bc25;
}
@media (min-width: 576px) {
  .mobile-search {
    display: none;
  }
}

.footer-contact {
  padding-top: 5.5rem;
  padding-bottom: 2rem;
  text-align: center;
  color: #797577;
  background-size: 100% 9rem;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .footer-contact {
    background: linear-gradient(#dcdcdc, #FFF);
  }
}
@media (max-width: 575px) {
  .footer-contact {
    padding-top: 2.5rem;
  }
}
.footer-contact div[class^=grid] > * {
  padding: 4rem 1rem 3rem;
}
@media (max-width: 575px) {
  .footer-contact div[class^=grid] > * {
    margin: auto;
    max-width: 22rem;
  }
}
@media (min-width: 576px) {
  .footer-contact div[class^=grid] > *:first-of-type {
    border-right: 1px solid;
  }
}
@media (max-width: 575px) {
  .footer-contact div[class^=grid] > *:first-of-type {
    border-bottom: 1px solid;
  }
}
.footer-contact .fas {
  font-size: 3.6rem;
}
@media (min-width: 576px) {
  .footer-contact .fas {
    margin-bottom: 3rem;
  }
}
.footer-contact .textwidget {
  font-family: "Montserrat";
}
.footer-contact .textwidget strong {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 575px) {
  .footer-contact .textwidget strong {
    font-size: 1.8rem;
  }
}
.footer-contact .textwidget p {
  font-size: 1.5rem;
}

.footer-images {
  padding: 3.5rem 0 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .footer-images {
    background-color: #e9e9e9;
  }
}
@media (max-width: 575px) {
  .footer-images {
    flex-direction: column;
    padding: 0 1rem 4.5rem;
  }
}
.footer-images li {
  margin: 0 4rem;
}
@media (max-width: 575px) {
  .footer-images li {
    margin: 0 0 5rem;
  }
}
.footer-images img {
  max-height: 4rem;
  width: auto;
}

.footer-menu {
  background-color: #797577;
  padding: 1.5rem 1rem;
  font-family: "Montserrat";
  text-align: center;
}
.footer-menu #footer-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-menu #footer-menu > li:last-of-type a:after {
  content: "";
}
.footer-menu div a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.footer-menu div ul a:after {
  content: "-";
  margin: 0 1rem;
}
.footer-menu > a {
  margin-top: 1rem;
  display: inline-block;
}
.footer-menu > a img {
  width: 10rem;
}

.logos-contact-facebook.footer a {
  margin: 0 1rem;
}

body {
  overflow-x: hidden;
}

.home-header {
  text-align: center;
}

.home-titre {
  font-family: "Crimson Text";
  font-style: italic;
  font-size: 8rem;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .home-titre {
    font-size: 6rem;
  }
}

.home-link {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-transform: uppercase;
  padding: 0.5rem;
  font-family: "Montserrat";
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  display: inline-block;
}

.slider-slide {
  height: 100%;
}
.slider-slide > div {
  height: 100%;
}
@media (max-width: 767px) {
  .slider-slide > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-slide > div:first-of-type {
    height: 30rem;
  }
}
@media (max-width: 479px) {
  .slider-slide > div:first-of-type {
    height: 20rem;
  }
}

.slide-texte {
  background-color: #3c4696;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .slide-texte {
    padding-bottom: 8rem;
  }
}

.contenant-slide-texte {
  padding-left: 2.5rem;
  padding-right: 4.5rem;
}
@media (min-width: 768px) {
  .contenant-slide-texte {
    max-width: 51rem;
  }
}
@media (max-width: 767px) {
  .contenant-slide-texte {
    padding: 2rem 2rem 0;
  }
}

.slide-texte a {
  color: #fff;
}

.slide--tag a {
  font-family: "Montserrat";
  font-weight: bold;
  text-decoration: none;
}

.slide--titre {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 1rem;
}
.slide--titre a {
  text-decoration: none;
}

.slide--contenu {
  font-family: "Crimson Text SemiBold";
  font-style: italic;
  font-size: 2.2rem;
}
@media (max-width: 575px) {
  .slide--contenu {
    font-size: 1.6rem;
  }
}
.slide--contenu * {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .home-slider .slick-track {
    height: 47rem;
  }
}
@media (max-width: 767px) {
  .home-slider .slick-track {
    background-color: #3c4696;
  }
}

@media (max-width: 767px) {
  .home-slider .slick-prev, .home-slider .slick-next {
    top: calc(100% - 7rem);
  }
}

@media (max-width: 767px) {
  .home-slider .slick-dots {
    top: 28.5rem;
  }
}
@media (max-width: 479px) {
  .home-slider .slick-dots {
    top: 18.5rem;
  }
}

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

.home-agenda {
  background-color: #EAF1D4;
  padding: 3rem 1rem;
}
@media (max-width: 767px) {
  .home-agenda {
    padding: 3rem 1rem 5rem;
  }
}
.home-agenda .home-titre, .home-agenda .home-link {
  color: #3c4696;
}

.liste-evenements {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .liste-evenements > * {
    max-width: 50rem;
    margin: auto;
  }
}

.liste-evenements-gauche {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .liste-evenements-gauche {
    width: 100%;
  }
}
.liste-evenements-gauche .evenement {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.liste-evenements-gauche .evenement-miniature {
  max-height: 55rem;
}
@media (max-width: 767px) {
  .liste-evenements-gauche .evenement-miniature {
    height: 19rem;
  }
}
.liste-evenements-gauche .evenement-texte {
  flex: 1;
  padding-bottom: 3rem;
}
.liste-evenements-gauche .evenement-date {
  color: #fff;
  background-color: #3c4696;
  padding: 1.5rem 2rem 1.5rem 3rem;
  line-height: 1.3;
}
.liste-evenements-gauche .evenement-titre {
  margin-bottom: 2rem;
}

.evenement-titre-extrait {
  padding: 1rem 2rem 2rem 3rem;
}

.evenement-suite {
  background-color: #3c4696;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
.evenement-suite:hover {
  background-color: #4d59b8;
  color: #fff;
}

@media (min-width: 768px) {
  .liste-evenements-droite {
    padding-left: 5rem;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .liste-evenements-droite {
    width: 100%;
  }
}
.liste-evenements-droite .evenement {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .liste-evenements-droite .evenement {
    flex: 1;
  }
}
@media (max-width: 575px) {
  .liste-evenements-droite .evenement {
    flex-direction: row;
  }
}
.liste-evenements-droite .evenement-date, .liste-evenements-droite .evenement-titre {
  line-height: 1.3;
}
.liste-evenements-droite .evenement-texte {
  padding: 1.5rem 3rem 1.5rem;
}
@media (max-width: 767px) {
  .liste-evenements-droite .evenement-texte {
    width: 100%;
  }
}
.liste-evenements-droite .evenement-miniature {
  max-height: 19rem;
}
@media (max-width: 767px) {
  .liste-evenements-droite .evenement-miniature {
    width: 100%;
  }
}
.liste-evenements-droite .evenement-miniature img {
  object-fit: cover;
}
.liste-evenements-droite .evenement-miniature i {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .liste-evenements-droite .evenement-miniature i {
    margin-bottom: 2rem;
  }
}
.liste-evenements-droite .evenement-plus:hover i {
  color: #3c4696;
}

.evenement-plus {
  color: #3bbfec;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.evenement-plus i {
  font-size: 2rem;
}

.evenement {
  position: relative;
  cursor: pointer;
}

.evenement-miniature {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evenement-miniature i {
  font-size: 10rem;
  color: #3c4696;
}
.evenement-miniature img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.evenement-texte {
  background-color: #fff;
  color: #3c4696;
}

.evenement-date {
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
}

.evenement-titre {
  font-weight: bold;
  font-size: 2rem;
}

.evenement-extrait {
  font-weight: 300;
}

.liste-actus {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .liste-actus {
    max-width: 50rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.actu {
  cursor: pointer;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}

.home-actualites {
  max-width: 1020px;
  margin: auto;
  padding: 3rem 1rem;
}
@media (max-width: 767px) {
  .home-actualites {
    padding: 2rem 1rem 5rem;
  }
}
.home-actualites .home-titre {
  color: #3c4696;
}
.home-actualites .home-link {
  color: #3c4696;
}

.actu:hover .actu-texte {
  background-color: #3c4696;
  color: #fff;
}
.actu:hover .actu-texte a {
  color: #fff;
}

.actu-miniature {
  height: 16.5rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actu-miniature i {
  font-size: 10rem;
  color: #3c4696;
}
.actu-miniature img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.actu-tag {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
.actu-tag a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  background-color: #00b2e9;
}

.actu-texte {
  color: #3c4696;
  background-color: #f8f7f7;
  font-family: "Montserrat";
  padding: 1.5rem;
  position: relative;
  flex: 1 1 auto;
}
.actu-texte > a {
  color: #3c4696;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.actu-texte > a i {
  font-size: 2.5rem;
}

.actu-date {
  font-size: 1rem;
  padding-right: 2.5rem;
}

.actu-titre {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.5rem 0;
  padding-right: 2.5rem;
}

.actu-extrait {
  font-weight: 300;
  color: #f8f7f7;
}

.actu-tag a.cat12 {
  background-color: #00b2e9;
}

.actu-tag a.cat13 {
  background-color: #3165af;
}

.actu-tag a.cat14, .actu-tag a.cat41, .actu-tag a.cat42 {
  background-color: #535a9d;
}

.actu-tag a.cat15 {
  background-color: #774e9e;
}

.actu-tag a.cat16 {
  background-color: #b14698;
}

.actu-tag a.cat17 {
  background-color: #f16539;
}

.actu-tag a.cat1 {
  background-color: #fcb63c;
}

.actu-tag a.cat18 {
  background-color: #80c461;
}

@media (max-width: 1019px) {
  .home-album-gazette {
    flex-direction: column;
  }
  .home-album-gazette > * {
    width: 100%;
  }
}

.home-album, .home-gazette {
  padding: 3rem 1rem 4rem;
}
@media (max-width: 1019px) {
  .home-album, .home-gazette {
    padding: 2rem 1rem 3.5rem;
  }
}
@media (min-width: 1020px) {
  .home-album > div, .home-gazette > div {
    width: 49rem;
  }
}
.home-album .home-titre, .home-album .home-link, .home-gazette .home-titre, .home-gazette .home-link {
  color: #fff;
}
.home-album .home-header, .home-gazette .home-header {
  margin-bottom: 6rem;
}
@media (max-width: 575px) {
  .home-album .home-header, .home-gazette .home-header {
    margin-bottom: 4rem;
  }
}

.home-album {
  background-color: #5a5957;
}
@media (min-width: 1020px) {
  .home-album {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .home-album {
    padding: 2rem 10rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .home-album {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.home-album > div {
  margin-left: auto;
}
@media (max-width: 1019px) {
  .home-album > div > li {
    max-width: 49rem;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .home-album > div > li {
    max-width: 32rem;
    margin: auto;
  }
}
.home-album .gallery {
  margin-right: -1rem;
  margin-left: -1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-album .gallery .gallery-item {
  width: calc(100% / 3 - 2rem - 0.01px);
  margin-right: 1rem;
  margin-left: 1rem;
  text-align: center;
}
@media (max-width: 575px) {
  .home-album .gallery .gallery-item {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
}

.home-gazette {
  background-color: #70982d;
  border-left: 1px solid #fff;
}
.home-gazette .textwidget {
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.home-gazette .textwidget * {
  font-family: "Montserrat";
  font-weight: 300;
}
.home-gazette .textwidget strong {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .home-gazette .textwidget strong {
    font-size: 2.4rem;
  }
}

.home-gazette-grid {
  padding-left: 8rem;
}
@media (max-width: 1019px) {
  .home-gazette-grid {
    padding-left: 0;
    max-width: 50rem;
    margin: auto !important;
  }
}
@media (max-width: 575px) {
  .home-gazette-grid {
    text-align: center;
  }
  .home-gazette-grid > li:first-of-type {
    margin-bottom: 1.5rem;
  }
}

.liste-actus .slick-dots, .liste-evenements-droite .slick-dots {
  bottom: -3rem;
}
.liste-actus .slick-dots li, .liste-evenements-droite .slick-dots li {
  background: url("../js/slick/fond-dots-slider-bleu.png");
  background-repeat: repeat-x;
  background-position: 0 center;
}
.liste-actus .slick-dots li button, .liste-evenements-droite .slick-dots li button {
  background: #FFF;
  border: 1px solid #3c4696;
}
.liste-actus .slick-dots li.slick-active button, .liste-evenements-droite .slick-dots li.slick-active button {
  background: #3c4696;
}

.categorie-header {
  background-color: #FFF;
  padding: 2rem 0;
}
@media (max-width: 1019px) {
  .categorie-header {
    padding: 0 1rem;
  }
}
.categorie-header h1 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: 5rem;
}

.categorie-title {
  margin: 0;
}

.categorie-pages {
  padding: 5rem 0;
}
.categorie-pages > article:nth-of-type(even) {
  background-color: #f8f7f7;
}

.categorie-page {
  padding: 2rem;
  position: relative;
}

.categorie-page-miniature {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16.5rem;
  position: relative;
}
@media (max-width: 575px) {
  .categorie-page-miniature {
    width: 100%;
  }
}
.categorie-page-miniature img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.categorie-page-miniature i {
  color: #FFF;
  font-size: 10rem;
}

.categorie-page-texte {
  padding: 0 2.5rem;
}
@media (max-width: 575px) {
  .categorie-page-texte {
    padding: 1rem 2.5rem 0 0;
    position: relative;
    width: 100%;
  }
}

.categorie-page--date {
  font-family: Montserrat;
  font-size: 1rem;
  color: #FFF;
}

.categorie-page--titre h2 {
  font-family: Montserrat;
  font-size: 2.5rem;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 1rem;
}

.categorie-page--suite {
  font-size: 2.5rem;
  color: #FFF;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.liste-actus-complete .categorie-page--date, .liste-actus-complete .categorie-page--titre h2, .liste-actus-complete .categorie-page--suite {
  color: #C8C8C8;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #3c4696;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #3c4696;
}

.tribe-events-read-more {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
}
.tribe-events-read-more:hover {
  background-color: #3c4696;
  color: #fff;
}

.tribe-events-cost {
  display: block;
}

.tribe-events-list-separator-month {
  color: #3c4696;
}

.tribe-events-read-more {
  background-color: #3c4696;
}
.tribe-events-read-more:hover {
  background-color: #4d59b8;
}

.tribe-event-url:hover {
  color: #3c4696;
}

.type-tribe_events {
  padding: 1rem !important;
}
.type-tribe_events:nth-of-type(even) {
  background-color: #eeeeee;
}

body#menu-item-109 .categorie-header, body#menu-item-109 .entry-header {
  background-color: #00b2e9;
}
body#menu-item-109 .categorie-page-miniature i, body#menu-item-109 .categorie-page--date, body#menu-item-109 .categorie-page--titre h2, body#menu-item-109 .categorie-page--suite {
  color: #00b2e9;
}

body#menu-item-104 .categorie-header, body#menu-item-104 .entry-header {
  background-color: #3165af;
}
body#menu-item-104 .categorie-page-miniature i, body#menu-item-104 .categorie-page--date, body#menu-item-104 .categorie-page--titre h2, body#menu-item-104 .categorie-page--suite {
  color: #3165af;
}

body#menu-item-103 .categorie-header, body#menu-item-103 .entry-header {
  background-color: #535a9d;
}
body#menu-item-103 .categorie-page-miniature i, body#menu-item-103 .categorie-page--date, body#menu-item-103 .categorie-page--titre h2, body#menu-item-103 .categorie-page--suite {
  color: #535a9d;
}

body#menu-item-105 .categorie-header, body#menu-item-105 .entry-header {
  background-color: #774e9e;
}
body#menu-item-105 .categorie-page-miniature i, body#menu-item-105 .categorie-page--date, body#menu-item-105 .categorie-page--titre h2, body#menu-item-105 .categorie-page--suite {
  color: #774e9e;
}

body#menu-item-108 .categorie-header, body#menu-item-108 .entry-header {
  background-color: #b14698;
}
body#menu-item-108 .categorie-page-miniature i, body#menu-item-108 .categorie-page--date, body#menu-item-108 .categorie-page--titre h2, body#menu-item-108 .categorie-page--suite {
  color: #b14698;
}

body#menu-item-107 .categorie-header, body#menu-item-107 .entry-header {
  background-color: #f16539;
}
body#menu-item-107 .categorie-page-miniature i, body#menu-item-107 .categorie-page--date, body#menu-item-107 .categorie-page--titre h2, body#menu-item-107 .categorie-page--suite {
  color: #f16539;
}

body#menu-item-106 .categorie-header, body#menu-item-106 .entry-header {
  background-color: #fcb63c;
}
body#menu-item-106 .categorie-page-miniature i, body#menu-item-106 .categorie-page--date, body#menu-item-106 .categorie-page--titre h2, body#menu-item-106 .categorie-page--suite {
  color: #fcb63c;
}

body#menu-item-110 .categorie-header, body#menu-item-110 .entry-header {
  background-color: #80c461;
}
body#menu-item-110 .categorie-page-miniature i, body#menu-item-110 .categorie-page--date, body#menu-item-110 .categorie-page--titre h2, body#menu-item-110 .categorie-page--suite {
  color: #80c461;
}

.gazettes {
  padding: 5rem 1rem;
}

.gazette {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .gazette {
    display: flex;
    flex-direction: row;
  }
  .gazette > * {
    width: calc(100% / 2 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.gazette-texte h3 {
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.gazette-image img {
  max-height: 20rem;
}

/*# sourceMappingURL=knacss.css.map */
