/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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, .h1 {
  font-size: 1.65em;
  margin: 0.67em 0; }

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

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

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

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

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'diphylleia';
  src: url("/fonts/diphylleia-regular-webfont.woff2") format("woff2"), url("/fonts/diphylleia-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url("/fonts/montserrat/Montserrat-Medium.woff2") format("woff2"), url("/fonts/montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'averia';
  src: url("/fonts/averia/averiaseriflibre-bold-webfont.woff2") format("woff2"), url("/fonts/averia/averiaseriflibre-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

#skip-links {
  display: none; }
  #skip-links:focus {
    display: block; }

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.inf-nl-main {
  background-color: #f5f5f5;
  padding: 25px 20px;
  margin: 25px auto; }
  .inf-nl-main label {
    display: block;
    font-weight: bold;
    margin-bottom: .4em; }
  .inf-nl-main input[type=text] {
    width: 100%;
    line-height: 1.8em; }
  .inf-nl-main input[type=submit] {
    padding: 7px;
    border-radius: 0;
    border: 1px solid black; }

#galerie {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: black; }
  #galerie p {
    color: white;
    margin: 2em; }
  #galerie a {
    display: inline-block; }
  #galerie img {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    margin: 2em 0; }
  #galerie h1 {
    text-align: center;
    margin: 0 auto;
    color: white;
    margin-bottom: 80px; }
  #galerie .fermer {
    position: absolute;
    right: 0;
    top: 45px;
    margin: 20px 40px;
    border: 4px solid white;
    padding: 1em;
    background-color: black;
    border-radius: 0;
    color: white;
    font-size: 1.3em;
    overflow: hidden; }
    #galerie .fermer:before {
      content: "";
      position: absolute;
      top: 90%;
      left: 0;
      width: 100%;
      height: 100%;
      transform: translateY(100%);
      background-color: white;
      transition: .3s ease-out; }
    #galerie .fermer:hover:before, #galerie .fermer:focus:before {
      transform: translateY(0); }

/**

Breakpoints :
320px => 20em
480px => 30em
800px => 50em
1024px => 64em
1280px => 80em
1920px => 120em
/**/
:root {
  --f-titre: "averia";
  --f-labeur: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --c-jaune: #e960418f;
  --c-jaune-light: #e9604121;
  --c-rouge: #b94152;
  --c-rouge-light: #b9415222;
  --c-vert: #14580a;
  --c-vert-light: #2f963e;
  --c-vert-lighter: #e6f4e8;
  --c-rouge-light: #b9415222;
  --c-bleu: #195a80;
  --c-bleu-light: #195a8022;
  --c-pourpre: #80197e;
  --c-pourpre-light: #fceae6; }

body {
  font-family: var(--f-labeur); }
  body.no-scroll {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .SiteTitle {
  font-family: var(--f-titre);
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  border-bottom: 4px solid var(--c-vert-light);
  line-height: 140%;
  display: table; }

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

h2 {
  font-size: 1.6em; }

a {
  color: var(--c-vert); }

figure {
  margin: 1em 0;
  display: inline-block; }
  figure figcaption {
    font-style: italic;
    padding-left: 1em;
    border-left: 8px solid #00000022;
    opacity: .8; }

blockquote {
  border-left: 10px solid #00000066;
  background-color: #00000011;
  padding: 1em;
  margin: 1em 0; }

ul.navigation {
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  ul.navigation li {
    list-style-type: none;
    line-height: 2.3em; }
  ul.navigation a {
    padding: .2em .4em;
    margin: 0 .2em;
    text-decoration: none;
    color: black;
    background-color: var(--c-vert-lighter);
    border: 2px solid var(--c-vert); }
    ul.navigation a[aria-current=page] {
      background-color: var(--c-vert);
      color: white; }

.Banniere img {
  width: 100%; }

@media (min-width: 50em) {
  .Banniere {
    margin-bottom: -55px; } }

#banner {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }

#banner .masto span {
  display: none; }

@media (min-width: 30em) {
  #banner .masto svg {
    display: none; }
  #banner .masto span {
    display: block; } }

#banner a.SiteTitle {
  text-decoration: none;
  color: black;
  font-size: 1.5em;
  margin-bottom: .2em; }
  #banner a.SiteTitle span {
    font-size: .55em; }

@media (min-width: 50em) {
  #banner a.SiteTitle {
    font-size: 2.2em; }
    #banner a.SiteTitle span {
      font-size: .6em; } }

@media (min-width: 1024px) {
  #banner a.SiteTitle {
    font-size: 3em; } }

#tetiere {
  border-bottom: 3px solid var(--c-vert-light);
  background-color: var(--c-vert-lighter);
  padding-top: 1em; }

main {
  line-height: 140%; }

.wrapper {
  margin: 0 1em; }

@media (min-width: 1024px) {
  .wrapper {
    margin: 0 auto;
    max-width: 900px; } }

#content {
  margin-top: 4em; }

.section {
  margin: 4em 0; }
  .section.intro {
    background: var(--c-bleu-light);
    padding: 1em 1em 1em 2em;
    border-left: 8px solid var(--c-bleu);
    font-size: 1.2em;
    line-height: 160%; }

svg.placeholder {
  background: #ccc;
  border: 1px solid #aaa; }

ul.liste-articles {
  padding: 0;
  margin: 1em 0; }
  ul.liste-articles li {
    list-style-type: none;
    margin: 1em 0;
    padding: 1em;
    background: #eee;
    border: 1px solid #ccc;
    filter: drop-shadow(0px 0px 0px #00000022);
    transition: filter .15s; }
    ul.liste-articles li:hover {
      filter: drop-shadow(4px 4px 2px #00000033); }
    ul.liste-articles li a {
      text-decoration: none;
      color: black; }
    ul.liste-articles li:hover a, ul.liste-articles li a:focus {
      text-decoration: underline; }
    ul.liste-articles li article {
      display: flex;
      flex-direction: column; }
      ul.liste-articles li article h3 {
        font-size: 1.3em;
        line-height: 140%;
        background: none;
        border: none; }
      ul.liste-articles li article .description {
        font-size: .9em;
        order: 3; }
      ul.liste-articles li article footer {
        font-size: .7em;
        color: #444;
        order: 4; }
      ul.liste-articles li article .visuel {
        order: 2; }
        ul.liste-articles li article .visuel img, ul.liste-articles li article .visuel svg {
          border: 1px solid #aaa; }

@media (min-width: 800px) {
  ul.liste-articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.2em; }
    ul.liste-articles li {
      margin: 0; }
      ul.liste-articles li article h3 {
        min-height: 66px; } }

@media (min-width: 1024px) {
  ul.liste-articles li {
    grid-template-columns: repeat(3, 1fr); }
  ul.liste-articles.avec-mise-en-avant li:first-of-type {
    grid-column-start: 1;
    grid-column-end: 4; }
    ul.liste-articles.avec-mise-en-avant li:first-of-type article {
      display: grid;
      align-content: start;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat 4, min-content; }
      ul.liste-articles.avec-mise-en-avant li:first-of-type article .visuel {
        grid-column: 2 / 3;
        grid-row: 1 / 5; }
      ul.liste-articles.avec-mise-en-avant li:first-of-type article h3, ul.liste-articles.avec-mise-en-avant li:first-of-type article .description, ul.liste-articles.avec-mise-en-avant li:first-of-type article footer {
        grid-column: 1 / 2; } }

.postFooter {
  margin-top: 2em;
  border-top: 6px dashed #00000015;
  font-size: .9em;
  font-style: italic;
  opacity: .8; }
  .postFooter a {
    color: var(--c-vert); }

.postHeader {
  font-size: .8em;
  opacity: .8; }
  .postHeader .chapo {
    font-size: 1.7em;
    font-style: italic; }

.postData {
  font-size: .9em; }

.postTags {
  font-size: .9em;
  margin-top: -1.5em; }
  .postTags * {
    display: inline; }
  .postTags ul {
    padding: 0;
    margin: 0;
    margin-top: -1em; }
  .postTags li {
    list-style: none; }
  .postTags a {
    color: var(--c-vert); }
