@charset "UTF-8";
/*
Theme Name: Expérimentations Urbaines par l'ADEME - Site AMI
Theme URI: https://ihaveagreen.fr
Author: I Have a Green
Author URI: https://ihaveagreen.fr
Description: Thème du site Expérimentations Urbaines de l'Ademe - Site(s) secondaire(s)
Version: 1.2
*/
/* Normalize */
/*! normalize.css v8.0.0 | 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;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/*

Custom Mixins

File structure :
------------------
1 - Responsive spacing
  1.1 - spacing()
  1.2 - gutter()
  1.3 - Pixel -> Rem
------------------
2 - Font settings
  2.1 - Font()
  2.2 font-weight()
  2.3 - font-size()
------------------
3 - Link
  3.1 - Link default
  3.2 - Link underline
  3.3 - Button
------------------
4 - Icon

*/
/* 1 - Responsive spacing
--------------------------*/
/* 1.3 - Pixel -> Rem
 * Function to convert px value into rem
 * Source : https://www.choosepizzi.net/sass-mixin-for-convert-px-to-rem/
 * The default font size for html is 16px
 */
/* 2 - Font settings
--------------------------*/
/* 4 - Icon
--------------------------*/
/*
// Icon in background for interface element
@mixin icon($name) {

  @if $name = arrow-down-white {
    background-image: url("./image/angle-down-white.svg");
  }

  @if $name = arrow-down {
    background-image: url("./image/angle-down.svg");
  }

  padding-right: 1em;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 0.5em;
}
*/
/* Font Face Rules 

 Fonts used :

 01 - Roboto 
     1.1 : Roboto Regular
     1.2 : Roboto Italic
     1.3 : Roboto Bold
     1.4 : Roboto Bold Italic

02 - Roboto Condensed 
     2.1 : Roboto Condensed Bold
     2.2 : Roboto Condensed Bold Italic
*/
/* Roboto Regular */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./font/roboto-regular.woff2") format("woff2"), url("./font/roboto-regular.woff") format("woff"), url("./font/roboto-regular.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./font/roboto-italic.woff2") format("woff2"), url("./font/roboto-italic.woff") format("woff"), url("./font/roboto-italic.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./font/roboto-bold.woff2") format("woff2"), url("./font/roboto-bold.woff") format("woff"), url("./font/roboto-bold.ttf") format("ttf");
}
/*
@font-face {
     font-family: 'Roboto';
     font-style:  italic;
     font-weight: 700;
     font-display: swap;
     src: url("./font/roboto-bolditalic.woff2") format("woff2"),
          url("./font/roboto-bolditalic.woff") format("woff"),
            url("./font/roboto-bolditalic.ttf") format("ttf");
}
*/
/* Roboto Condensed */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./font/robotocondensed-bold.woff2") format("woff2"), url("./font/robotocondensed-bold.woff") format("woff"), url("./font/robotocondensed-bold.ttf") format("ttf");
}
/*
@font-face {
     font-family: 'Roboto Condensed';
     font-style:  italic;
     font-weight: 700;
     font-display: swap;
     src: url("./font/robotocondensed-bolditalic.woff2") format("woff2"),
          url("./font/robotocondensed-bolditalic.woff") format("woff"),
            url("./font/robotocondensed-bolditalic.ttf") format("ttf");
}
*/
/*

File Summary : 

01 - Accessibility
02 - Font-setting
03 - Responsive class
04 - Color class
05 - Background class
06 - Reset classes

*/
.skip-link {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 0.5em;
  top: 0.5em;
  line-height: normal;
  padding: 1em 1.5em 1em;
  text-decoration: none;
  width: unset;
  z-index: 1000; /* Above WP toolbar. */
}

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  font-weight: 400;
  font-size: 1rem;
  color: #383838;
  background: #fff;
  line-height: 1.5;
  font-family: "Roboto", "Arial", sans-serif;
}
@media screen and (min-width: 67.5rem) {
  body {
    font-size: 1rem;
  }
}

*::-moz-selection {
  color: #000;
  outline-color: #10A4B5;
  background-color: #10A4B5;
}

*::selection {
  color: #000;
  outline-color: #10A4B5;
  background-color: #10A4B5;
}

*:focus,
*:focus-visible {
  color: #000;
  outline-color: #ff9940;
  background-color: #fff;
}

.body-like {
  color: #383838;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  display: block;
  text-transform: none;
  font-family: "Roboto", "Arial", sans-serif;
}
@media screen and (min-width: 67.5rem) {
  .body-like {
    font-size: 1rem;
  }
}

.italic {
  font-weight: 400;
  font-size: 1rem;
  font-style: italic;
  display: block;
  font-family: "Roboto", "Arial", sans-serif;
}
@media screen and (min-width: 67.5rem) {
  .italic {
    font-size: 1rem;
  }
}

.text-small {
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 67.5rem) {
  .text-small {
    font-size: 0.875rem;
  }
}
.text-small:focus {
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  .text-small:focus {
    font-size: 1rem;
  }
}

.uppercase {
  text-transform: uppercase;
}

h1, .h1-like {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 67.5rem) {
  h1, .h1-like {
    font-size: 2.8125rem;
  }
}

h2, .h2-like {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 67.5rem) {
  h2, .h2-like {
    font-size: 2.25rem;
  }
}

h3, .h3-like {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 67.5rem) {
  h3, .h3-like {
    font-size: 1.5rem;
  }
}

h4, .h4-like {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 67.5rem) {
  h4, .h4-like {
    font-size: 1.25rem;
  }
}

h5, .h5-like {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 67.5rem) {
  h5, .h5-like {
    font-size: 1.125rem;
  }
}

h6, .h6-like {
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  h6, .h6-like {
    font-size: 1rem;
  }
}

b, strong, .bold {
  font-weight: 700;
}

h1, .h1-like,
h2, .h2-like,
h3, .h3-like,
h4, .h4-like,
h5, .h5-like,
h6, .h6-like {
  margin: 0 0 1em 0;
  display: block;
  padding: 0;
  line-height: 1.2;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  /*
  &.margin-b {
      margin-top: 0;
      margin-bottom: 1em;
  }
  */
}

.font-text {
  font-family: "Roboto", "Arial", sans-serif;
}

.font-title {
  font-family: "Roboto Condensed", "Arial", sans-serif;
}

.no-margin {
  margin: 0;
}

/*
.lead-paragraph {
    @include font(h6, regular);
    * {
        @include font-size(h6);
    }
}
*/
p {
  font-size: inherit;
  margin: 0 0 1rem 0;
}

.small-text {
  font-size: 0.875rem;
}

@media screen and (max-width: 25rem) {
  .tiny-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
  }
}

@media screen and (max-width: 42.5rem) {
  .mobile-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
  }
}

@media screen and (min-width: 25rem) and (max-width: 42.5rem) {
  .mobile-xl-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
  }
}

@media screen and (min-width: 42.5rem) and (max-width: 67.5rem) {
  .tablet-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
  }
}

@media screen and (min-width: 67.5rem) and (max-width: 79.9375rem) {
  .desktop-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
  }
}

@media screen and (min-width: 79.9375rem) {
  .huge-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
  }
}

.white {
  color: #fff;
}

/*
.gray-light {   color: $gray-light;}
.gray-medium {  color: $gray-medium;}
.gray-dark {    color: $gray-dark;}
.black {        color: $black;}
*/
.primary {
  color: #10A4B5;
}

.secondary {
  color: #ff9940;
}

.color1 {
  color: #10A4B5;
}

.color2 {
  color: #148E83;
}

.color3 {
  color: #06796E;
}

.color4 {
  color: #03645A;
}

.white-bg {
  background-color: #fff;
}

.gray-light-bg {
  background-color: #F8F4F4;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.inline {
  display: inline;
}

.left-for-desktop {
  text-align: center;
}
@media screen and (min-width: 67.5rem) {
  .left-for-desktop {
    text-align: left;
  }
}

button.reset-style {
  -webkit-backface-visibility: hidden;
  background: transparent;
  border: solid 1px transparent;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

@media print {
  header#masthead {
    display: none;
  }
  .screen-reader-text {
    display: none;
  }
  footer#footer {
    display: none;
  }
}
/* Form stylesheet : excluded form style-editor.scss */
/*

Style content [#content]

File structure :
------------------
1 - Wrapper settings
  1.1 : Wrapper
  1.2 : Narrow-wrapper
------------------
2 - Vertical Rythm (padding)
  2.1 : Vertical Padding Regular
  2.2 : Vertical Padding Small
------------------
3 - Link style
  3.1 - Link-default
  3.2 - Link Primary
  3.3 - Button primary
  3.4 - Button ghost
  3.5 - Button cta
  3.6 - Social Icons
------------------
4 - Entry Content
  4.1 - Entry-content global
  4.2 - No useless margin
  4.3 - Entry-content blockquote
  4.4 - Entry-content : List style (ul + ol)
  4.5 - Entry-content : List variant (ol only)
-------------------
5 - Video Container
  5.1 - Video thumbnail size
  5.2 - Video icon
  5.3 - Interactivity

*/
/* 1 - Wrapper settings
------------------ */
.wrapper {
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 25rem) {
  .wrapper {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .wrapper {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .wrapper {
    padding-left: 3.125rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .wrapper {
    padding-left: 5.625rem;
  }
}
@media screen and (min-width: 25rem) {
  .wrapper {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .wrapper {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .wrapper {
    padding-right: 3.125rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .wrapper {
    padding-right: 5.625rem;
  }
}
.wrapper > img,
.wrapper > picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper-large {
  max-width: 79.9375rem;
}

.wrapper-medium {
  max-width: 53.75rem;
}

.wrapper-small {
  max-width: 30rem;
}

.is-centered {
  margin-left: auto;
  margin-right: auto;
}

/* 2 - Horizontal padding
------------------ */
.h-padding-regular {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 25rem) {
  .h-padding-regular {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .h-padding-regular {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .h-padding-regular {
    padding-left: 3.125rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .h-padding-regular {
    padding-left: 5.625rem;
  }
}
@media screen and (min-width: 25rem) {
  .h-padding-regular {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .h-padding-regular {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .h-padding-regular {
    padding-right: 3.125rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .h-padding-regular {
    padding-right: 5.625rem;
  }
}

.h-padding-small {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 25rem) {
  .h-padding-small {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .h-padding-small {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .h-padding-small {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .h-padding-small {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 25rem) {
  .h-padding-small {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .h-padding-small {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .h-padding-small {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .h-padding-small {
    padding-right: 6rem;
  }
}

/* 3 - Vertical padding
------------------ */
.v-padding-regular {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 25rem) {
  .v-padding-regular {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .v-padding-regular {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .v-padding-regular {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 25rem) {
  .v-padding-regular {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .v-padding-regular {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .v-padding-regular {
    padding-bottom: 6rem;
  }
}

.btm-padding-regular {
  padding-bottom: 4rem;
}
@media screen and (min-width: 25rem) {
  .btm-padding-regular {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .btm-padding-regular {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .btm-padding-regular {
    padding-bottom: 6rem;
  }
}

.top-padding-regular {
  padding-top: 4rem;
}
@media screen and (min-width: 25rem) {
  .top-padding-regular {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .top-padding-regular {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .top-padding-regular {
    padding-top: 6rem;
  }
}

.v-padding-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 25rem) {
  .v-padding-small {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .v-padding-small {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .v-padding-small {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .v-padding-small {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 25rem) {
  .v-padding-small {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .v-padding-small {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .v-padding-small {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .v-padding-small {
    padding-bottom: 3rem;
  }
}

.btm-padding-small {
  padding-bottom: 2rem;
}
@media screen and (min-width: 25rem) {
  .btm-padding-small {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .btm-padding-small {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .btm-padding-small {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .btm-padding-small {
    padding-bottom: 3rem;
  }
}

.top-padding-small {
  padding-top: 2rem;
}
@media screen and (min-width: 25rem) {
  .top-padding-small {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .top-padding-small {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .top-padding-small {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  .top-padding-small {
    padding-top: 3rem;
  }
}

.v-padding-tiny {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 67.5rem) {
  .v-padding-tiny {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .v-padding-tiny {
    padding-bottom: 1.5rem;
  }
}

.btm-padding-tiny {
  padding-bottom: 1rem;
}
@media screen and (min-width: 67.5rem) {
  .btm-padding-tiny {
    padding-bottom: 1.5rem;
  }
}

.top-padding-tiny {
  padding-top: 1rem;
}
@media screen and (min-width: 67.5rem) {
  .top-padding-tiny {
    padding-top: 1.5rem;
  }
}

/* 4 - Link
------------------ */
.link-default {
  color: #10A4B5;
  transition: 0.2s all;
  cursor: pointer;
}
.link-default:link, .link-default:visited {
  color: #10A4B5;
}
.link-default:hover, .link-default:focus, .link-default:focus-within {
  color: #000;
}
.link-default:focus, .link-default:focus-within {
  outline-color: #000;
}
.link-default .img-in-link {
  transition: 0.2s opacity;
  opacity: 1;
}
.link-default:focus-visible {
  background-color: transparent;
  outline-color: #000;
}
.link-default:active {
  text-decoration: underline;
}

.link-discrete {
  color: inherit;
  text-decoration: none;
  transition: 0.2s all;
  cursor: pointer;
}
.link-discrete:link, .link-discrete:visited {
  color: inherit;
}
.link-discrete .img-in-link {
  transition: 0.2s opacity;
  opacity: 1;
}
.link-discrete:focus-visible {
  background-color: transparent;
  outline-color: #000;
}
.link-discrete:hover, .link-discrete:focus {
  color: #10A4B5;
}
.link-discrete:hover .img-in-link, .link-discrete:focus .img-in-link {
  opacity: 0.5;
}
.link-discrete:active {
  text-decoration: underline;
}

.link-color:link, .link-color:visited {
  text-decoration: none;
}
.link-color * {
  transition: all 0.2s;
}
.link-color:hover *, .link-color:focus * {
  color: #10A4B5;
}
.link-color:active {
  color: #383838;
}
.link-color:active * {
  color: #383838;
}
.link-color:hover, .link-color:focus {
  color: #10A4B5;
}
.link-color:hover .img-in-link, .link-color:focus .img-in-link {
  opacity: 0.5;
}
.link-color:active {
  text-decoration: underline;
}
.link-color:active {
  text-decoration: underline;
}

.link-black {
  color: inherit;
  text-decoration: underline;
}
.link-black:link, .link-black:visited {
  color: inherit;
}
.link-black:hover, .link-black:focus {
  color: #10A4B5;
}
.link-black:hover .img-in-link, .link-black:focus .img-in-link {
  opacity: 0.5;
}
.link-black:active {
  text-decoration: underline;
}
.link-black:active {
  text-decoration: underline;
}

.link-icon,
button.link-icon {
  display: inline-block;
  text-decoration: none;
  color: #383838;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s all;
  padding: 1em 1.5em 0.8em;
  cursor: pointer;
  padding: 0.5em;
  line-height: 0;
  background-color: transparent;
  border: 1px solid transparent;
}
.link-icon:link, .link-icon:visited,
button.link-icon:link,
button.link-icon:visited {
  color: #383838;
}
.link-icon > *,
.link-icon img,
.link-icon picture,
button.link-icon > *,
button.link-icon img,
button.link-icon picture {
  transition: inherit;
}
.link-icon > *,
button.link-icon > * {
  display: inline;
  vertical-align: middle;
  line-height: 1.5;
}
.link-icon.icon-left img,
.link-icon.icon-left picture,
button.link-icon.icon-left img,
button.link-icon.icon-left picture {
  margin-right: 0.5em;
}
.link-icon.icon-right img,
.link-icon.icon-right picture,
button.link-icon.icon-right img,
button.link-icon.icon-right picture {
  margin-left: 0.5em;
}
.link-icon:focus, .link-icon:focus-visible,
button.link-icon:focus,
button.link-icon:focus-visible {
  outline-color: #10A4B5;
}
.link-icon > *,
button.link-icon > * {
  filter: grayscale(1) brightness(0.5);
  transition: filter 0.2s;
}
.link-icon:hover, .link-icon:focus, .link-icon:focus-within,
button.link-icon:hover,
button.link-icon:focus,
button.link-icon:focus-within {
  color: #383838;
  border-color: #10A4B5;
}
.link-icon:hover > *, .link-icon:focus > *, .link-icon:focus-within > *,
button.link-icon:hover > *,
button.link-icon:focus > *,
button.link-icon:focus-within > * {
  filter: unset;
}
.link-icon:active,
button.link-icon:active {
  background: #797676;
  color: #fff;
  border-color: #797676;
  outline-color: #797676;
}
.link-icon:active img,
.link-icon:active picture,
button.link-icon:active img,
button.link-icon:active picture {
  filter: invert(1);
}
.link-icon:active > *,
button.link-icon:active > * {
  filter: grayscale(1) brightness(4);
}

.button {
  display: inline-block;
  text-decoration: none;
  color: #383838;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s all;
  padding: 1em 1.5em 0.8em;
  cursor: pointer;
  word-break: break-word;
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  background-color: #10A4B5;
  border: 2px solid transparent;
}
.button:link, .button:visited {
  color: #383838;
}
.button > *,
.button img,
.button picture {
  transition: inherit;
}
.button > * {
  display: inline;
  vertical-align: middle;
  line-height: 1.5;
}
.button.icon-left img,
.button.icon-left picture {
  margin-right: 0.5em;
}
.button.icon-right img,
.button.icon-right picture {
  margin-left: 0.5em;
}
.button:focus, .button:focus-visible {
  outline-color: #10A4B5;
}
.button:link, .button:visited {
  color: #fff;
}
.button:hover, .button:focus, .button:focus-within {
  color: #10A4B5;
  border-color: #10A4B5;
  background-color: #fff;
}
.button:active {
  background: #797676;
  color: #fff;
  border-color: #797676;
  outline-color: #797676;
}
.button:active img,
.button:active picture {
  filter: invert(1);
}

.button-brd,
button.button-brd {
  display: inline-block;
  text-decoration: none;
  color: #383838;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s all;
  padding: 1em 1.5em 0.8em;
  cursor: pointer;
  font-size: 0.875rem;
  color: #383838;
  background-color: #fff;
  border: 2px solid #383838;
}
.button-brd:link, .button-brd:visited,
button.button-brd:link,
button.button-brd:visited {
  color: #383838;
}
.button-brd > *,
.button-brd img,
.button-brd picture,
button.button-brd > *,
button.button-brd img,
button.button-brd picture {
  transition: inherit;
}
.button-brd > *,
button.button-brd > * {
  display: inline;
  vertical-align: middle;
  line-height: 1.5;
}
.button-brd.icon-left img,
.button-brd.icon-left picture,
button.button-brd.icon-left img,
button.button-brd.icon-left picture {
  margin-right: 0.5em;
}
.button-brd.icon-right img,
.button-brd.icon-right picture,
button.button-brd.icon-right img,
button.button-brd.icon-right picture {
  margin-left: 0.5em;
}
.button-brd:focus, .button-brd:focus-visible,
button.button-brd:focus,
button.button-brd:focus-visible {
  outline-color: #10A4B5;
}
@media screen and (min-width: 67.5rem) {
  .button-brd,
  button.button-brd {
    font-size: 0.875rem;
  }
}
.button-brd:hover, .button-brd:focus, .button-brd:focus-within,
button.button-brd:hover,
button.button-brd:focus,
button.button-brd:focus-within {
  background-color: #000;
  border-color: #000;
  outline-color: #000;
  color: #fff;
}
.button-brd:hover img,
.button-brd:hover picture, .button-brd:focus img,
.button-brd:focus picture, .button-brd:focus-within img,
.button-brd:focus-within picture,
button.button-brd:hover img,
button.button-brd:hover picture,
button.button-brd:focus img,
button.button-brd:focus picture,
button.button-brd:focus-within img,
button.button-brd:focus-within picture {
  filter: invert(1);
}
.button-brd:active,
button.button-brd:active {
  background: #797676;
  color: #fff;
  border-color: #797676;
  outline-color: #797676;
}
.button-brd:active img,
.button-brd:active picture,
button.button-brd:active img,
button.button-brd:active picture {
  filter: invert(1);
}

.button-like-brd {
  overflow-wrap: break-word;
  word-break: break-all;
  text-overflow: clip;
  /* Required for text-overflow to do anything */
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  color: #383838;
  background-color: #fff;
  border: 1px solid #383838;
  border-radius: 0.25em;
  padding: 0.25em 0.5em 0.125em;
}
.button-like-brd * {
  display: inline;
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  text-overflow: clip;
  /* Required for text-overflow to do anything */
  overflow: hidden;
}

/* 4 - Entry Content
----------------- */
/*

// 4.1 - Entry-content global
@mixin entry-content {
  font-size: inherit;
  color: inherit;
  line-height: $lh-standard;
  @include no-useless-margin;

  ul, ol {
  //  @include entry-content-list;
  }

  ol {
  //  @include entry-content-ol;
  }

  a {
    @include link-default ;
  }

  blockquote {
    margin: 4rem auto;
  //  @include entry-content-blockquote;
  }

  @include no-useless-margin;

}

*/
.no-useless-margin > *:first-child {
  margin-top: 0;
}
.no-useless-margin > *:last-child {
  margin-bottom: 0;
}

.has-border {
  border: 1px solid #10A4B5;
  transition: all 0.2s;
}
.has-border:hover, .has-border:focus {
  border-color: #ff9940;
}
.has-border:active {
  border-color: #000;
}

.bg-banner::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 1.8rem/2;
  left: 0;
  width: 100%;
  height: 12.5rem;
}
@media screen and (min-width: 67.5rem) {
  .bg-banner::after {
    top: 2.7rem/2;
  }
}
.bg-banner.bg-banner-h3-title::after {
  top: 1.5rem/2;
}
@media screen and (min-width: 67.5rem) {
  .bg-banner.bg-banner-h3-title::after {
    top: 1.8rem/2;
  }
}
.bg-banner.bg-banner-page-title::after {
  top: 5.3rem;
}
@media screen and (min-width: 67.5rem) {
  .bg-banner.bg-banner-page-title::after {
    top: 7.5375rem;
  }
}

.bg-pattern,
.bg-banner::after {
  background: url(./image/banner-pattern.svg) repeat;
}

.above-bg-banner,
.bg-banner {
  position: relative;
  z-index: 5;
}

/*
.bg-banner-security {
  min-height: (( map-get($fonts, h2-desktop) * $lh-small ) / 2 ) +  12.5rem ;
}
*/
.hide-child * {
  display: none;
}

/*
Style Topbar [header.php]


File structure :
------------------
1 - Topbar Style
------------------
2 - Logo Style
    2.1 Logos sizes
------------------
3 - Menu style
    3.1 Reset list Style
    3.2 Menu Primary Style
    3.3 Links style
    3.4 Sub-menu style
    3.5 Sub-menu links style
------------------
4 - Social Media Style
------------------
5 - Searchbar Style
------------------
6 - Desktop Layout for Searchbar + Social Media
------------------
7 - Menu mobile
------------------
8 - Scroll  Behaviour
------------------
9 - Content Top position

*/
#topbar {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  z-index: 300;
  text-align: right;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  transition: padding 0.4s;
}
#topbar #topbar-logo {
  float: left;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 100rem) {
  #topbar #topbar-logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#topbar #topbar-logo > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  transition: all 0.4s;
}
#topbar #topbar-logo > p {
  font-weight: 700;
  font-size: 1rem;
  max-width: 18ch;
}
@media screen and (min-width: 67.5rem) {
  #topbar #topbar-logo > p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 42.5rem) {
  #topbar #topbar-logo > p {
    max-width: 15ch;
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  #topbar #topbar-logo > p {
    max-width: 14ch;
    font-size: 11px;
  }
}
@media screen and (max-width: 330px) {
  #topbar #topbar-logo > p {
    font-size: 10px;
  }
}
#topbar #topbar-logo > img,
#topbar #topbar-logo > picture {
  max-height: 2.5rem;
  margin-right: 0.625rem;
  width: auto;
}
@media screen and (min-width: 42.5rem) {
  #topbar #topbar-logo > img,
  #topbar #topbar-logo > picture {
    max-height: 6.25rem;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 100rem) {
  #topbar #topbar-logo > img,
  #topbar #topbar-logo > picture {
    max-height: 6.25rem;
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 100rem) and (min-width: 100rem) {
  #topbar #topbar-logo > img,
  #topbar #topbar-logo > picture {
    max-height: 6.25rem;
  }
}
@media screen and (max-width: 380px) {
  #topbar #topbar-logo > img,
  #topbar #topbar-logo > picture {
    margin-right: 0.125rem;
  }
}
#topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topbar ul.menu-primary {
  font-family: "Roboto Condensed", "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 67.49rem) {
  #topbar ul.menu-primary {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 67.5rem) {
  #topbar ul.menu-primary {
    padding: 1rem 0;
  }
}
#topbar ul.menu-primary a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s all;
  cursor: pointer;
  line-height: 1.2;
}
#topbar ul.menu-primary a:link, #topbar ul.menu-primary a:visited {
  color: inherit;
}
#topbar ul.menu-primary a .img-in-link {
  transition: 0.2s opacity;
  opacity: 1;
}
#topbar ul.menu-primary a:focus-visible {
  background-color: transparent;
  outline-color: #000;
}
#topbar ul.menu-primary a:hover, #topbar ul.menu-primary a:focus {
  color: #10A4B5;
}
#topbar ul.menu-primary a:hover .img-in-link, #topbar ul.menu-primary a:focus .img-in-link {
  opacity: 0.5;
}
#topbar ul.menu-primary a:active {
  text-decoration: underline;
}
#topbar ul.menu-primary .current-menu-item > a,
#topbar ul.menu-primary .current-menu-ancestor > a {
  text-decoration: underline;
}
#topbar ul.menu-primary li {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #10A4B5;
}
@media screen and (min-width: 100rem) {
  #topbar ul.menu-primary li {
    font-size: 2rem;
  }
}
@media screen and (min-width: 100rem) and (min-width: 100rem) {
  #topbar ul.menu-primary li {
    font-size: 1rem;
    display: inline-block;
    margin-left: 1.5rem;
    margin-bottom: 0;
    color: unset;
  }
}
@media screen and (min-width: 100rem) and (min-width: 100rem) and (min-width: 79.9375rem) {
  #topbar ul.menu-primary li {
    font-size: 1.25rem;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 100rem) {
  #topbar ul.menu-primary .menu-item-has-children {
    position: relative;
    padding-right: 1.5em;
  }
  #topbar ul.menu-primary .menu-item-has-children::after {
    content: url(./image/arrow-down.svg);
    width: 1em;
    height: auto;
    font-size: inherit;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    transition: transform 0.2s;
  }
  #topbar ul.menu-primary .menu-item-has-children:focus::after, #topbar ul.menu-primary .menu-item-has-children:focus-within::after, #topbar ul.menu-primary .menu-item-has-children:active::after, #topbar ul.menu-primary .menu-item-has-children:hover::after {
    color: #10A4B5;
    transform: rotate(90deg);
  }
  #topbar ul.menu-primary .menu-item-has-children:focus .sub-menu, #topbar ul.menu-primary .menu-item-has-children:focus-within .sub-menu, #topbar ul.menu-primary .menu-item-has-children:active .sub-menu, #topbar ul.menu-primary .menu-item-has-children:hover .sub-menu {
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
#topbar ul.menu-primary .sub-menu li {
  margin: 0 0 0.5em 0;
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 99.99rem) {
  #topbar ul.menu-primary .sub-menu {
    border-left: 2px solid #10A4B5;
    padding-left: 0.5em;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 100rem) {
  #topbar ul.menu-primary .sub-menu {
    text-align: left;
    position: absolute;
    z-index: 310;
    top: 1.5em;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    overflow: hidden;
    left: 0;
    width: auto;
    padding: 0.5em;
    background: #F8F4F4;
  }
}
#topbar #header-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
#topbar #header-social > li {
  display: inline-block;
  /*
  &:not(:last-child) {
      margin-right: pixel(8);
  }
  */
}
#topbar #form-search {
  display: inline-block;
  max-width: 100%;
}
@media screen and (min-width: 42.5rem) and (max-width: 67.49rem) {
  #topbar #form-search {
    text-align: right;
  }
  #topbar #form-search > * {
    text-align: left;
  }
}
@media screen and (min-width: 67.5rem) {
  #topbar #form-search {
    width: 25rem;
    margin-right: 3.125rem;
  }
}
#topbar #form-search > * {
  display: inline;
  vertical-align: bottom;
  margin-right: 1rem;
}
#topbar #form-search > *:last-child {
  margin-right: 0;
}
#topbar #form-search label {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 67.5rem) {
  #topbar #form-search label {
    font-size: 1rem;
  }
}
#topbar #form-search #search {
  width: 11.25rem;
  max-width: 100%;
  padding: 0.5rem 0;
  color: inherit;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #10A4B5;
  transition: all 0.2s;
}
@media screen and (min-width: 67.5rem) {
  #topbar #form-search #search {
    padding: 0.25rem 0;
  }
}
#topbar #form-search #search::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
#topbar #form-search #search::placeholder {
  color: inherit;
  opacity: 0.5;
}
#topbar #form-search #search:not(:-moz-placeholder-shown) {
  opacity: 1;
  border-bottom-color: #ff9940;
}
#topbar #form-search #search:not(:placeholder-shown) {
  opacity: 1;
  border-bottom-color: #ff9940;
}
#topbar #form-search #search:focus {
  border-bottom-color: #ff9940;
}
@media screen and (min-width: 67.5rem) {
  #topbar #form-search #search:focus {
    width: 13.75rem;
  }
}
#topbar #form-search #search:focus::-moz-placeholder {
  opacity: 1;
}
#topbar #form-search #search:focus::placeholder {
  opacity: 1;
}
#topbar #form-search,
#topbar #header-social {
  width: 100%;
}
@media screen and (min-width: 67.5rem) {
  #topbar #form-search,
  #topbar #header-social {
    width: unset;
    display: inline-block;
    transition: padding 0.2s;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 67.5rem) and (min-width: 79.9375rem) {
  #topbar #form-search,
  #topbar #header-social {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (min-width: 67.5rem) {
  #topbar #header-social {
    float: right;
  }
}
#topbar #burger-menu {
  /*@media screen and (max-width: $menu_width - 0.01rem) {
      margin-top: 0.75rem;
      @media screen and (max-width: $mobile-width - 0.01rem) {
          margin-top: 0.25rem;
      }
  }*/
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media screen and (min-width: 99.99rem) {
  #topbar #burger-menu {
    display: none;
  }
}
@media screen and (min-width: 99.99rem) {
  #topbar #close-menu {
    display: none;
  }
}
@media screen and (max-width: 99.99rem) {
  #topbar #menu {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    overflow: scroll;
    transform: translate(50%, 0%);
    opacity: 0.5;
    background: #F8F4F4;
    transition: all 0.4s;
    margin: 0;
  }
  #topbar #menu.menu-open {
    opacity: 1;
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 99.99rem) and (max-width: 42.49rem) {
  #topbar #menu {
    padding: 1.5rem 1rem;
    text-align: center;
  }
  #topbar #menu > * {
    margin: 0;
    margin-bottom: 2rem;
  }
  #topbar #menu ul.menu-primary {
    text-align: left;
  }
}
@media screen and (max-width: 99.99rem) and (min-width: 42.5rem) {
  #topbar #menu {
    padding: 1.5rem 1.5rem;
    display: grid;
    text-align: left;
    grid-template-columns: 8rem 1fr;
    justify-items: start;
  }
  #topbar #menu > * {
    grid-column: 1/3;
  }
  #topbar #menu #close-menu {
    grid-column: 1;
    grid-row: 1;
  }
  #topbar #menu #form-search {
    grid-column: 2;
    grid-row: 1;
  }
  #topbar #menu ul.menu-primary {
    grid-row: 2;
  }
}

#topbar.scroll {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  /*#burger-menu {
      margin-top: 0;
  }*/
}
#topbar.scroll #topbar-logo {
  margin-top: 0;
}
#topbar.scroll #topbar-logo > img,
#topbar.scroll #topbar-logo > picture {
  max-height: 2.5rem;
}
@media screen and (min-width: 67.5rem) {
  #topbar.scroll #topbar-logo > img,
  #topbar.scroll #topbar-logo > picture {
    max-height: 3.75rem;
  }
}
@media screen and (min-width: 67.5rem) and (min-width: 79.9375rem) {
  #topbar.scroll #topbar-logo > img,
  #topbar.scroll #topbar-logo > picture {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 67.5rem) {
  #topbar.scroll #form-search,
  #topbar.scroll #header-social {
    padding-top: 0;
    padding-bottom: 0;
  }
  #topbar.scroll .menu-primary {
    padding: 0.5rem 0;
  }
}

/*#content {
    padding-top: pixel(46); // equals topbar-height;
    @media screen and (min-width: $mobile-width) {
        //padding-top: pixel(61);
        padding-top: pixel(126);
        @media screen and (min-width: $tablet-width) {
            //padding-top: pixel(138);
            @media screen and (min-width: $menu_width) {
                padding-top: pixel(130);
            }
        }
    }
}*/
/*
Style Topbar [header.php]

File structure :
------------------
1 - Topbar Style
------------------
2 - Logo Style
    2.1 Logos sizes
------------------
3 - Menu style
    3.1 Reset list Style
    3.2 Menu Primary Style
    3.3 Links style
    3.4 Sub-menu style
    3.5 Sub-menu links style
------------------
4 - Social Media Style
------------------
5 - Searchbar Style
------------------
6 - Desktop Layout for Searchbar + Social Media
------------------
7 - Menu mobile
------------------
8 - Scroll  Behaviour 
------------------
9 - Content Top position

*/
#topbar-ami {
  position: relative;
  min-height: 12.5rem;
  margin-top: 4.375rem;
  /*@media screen and (max-width: $tiny_width){
      margin-top: 7.5em;
  } */
}
@media screen and (min-width: 42.5rem) {
  #topbar-ami {
    margin-top: 8.125rem;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) {
  #topbar-ami {
    margin-top: 8.125rem;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) and (min-width: 100rem) {
  #topbar-ami {
    margin-top: 10.25rem;
  }
}
#topbar-ami #topbar-background,
#topbar-ami #topbar-img {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#topbar-ami #topbar-img {
  z-index: -10;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
#topbar-ami #ami-title {
  min-height: 10.3125rem;
  display: inline-block;
  padding: 3.75rem 1rem;
}
#topbar-ami .menu-primary_ami {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 1.25rem;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 67.5rem) {
  #topbar-ami .menu-primary_ami {
    font-size: 1.5rem;
  }
}
#topbar-ami .menu-primary_ami::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.25em;
  z-index: -1;
  width: 100%;
  background: #fff;
}
#topbar-ami .menu-primary_ami li {
  display: inline-block;
  margin: 0 -0.25em;
  color: #fff;
}
#topbar-ami .menu-primary_ami li:nth-child(n+1) > a {
  background-color: rgba(255, 255, 255, 0.1);
}
#topbar-ami .menu-primary_ami li:nth-child(n+2) > a {
  background-color: rgba(255, 255, 255, 0.2);
}
#topbar-ami .menu-primary_ami li:nth-child(n+3) > a {
  background-color: rgba(255, 255, 255, 0.25);
}
#topbar-ami .menu-primary_ami li:nth-child(n+4) > a {
  background-color: rgba(255, 255, 255, 0.3);
}
#topbar-ami .menu-primary_ami li:nth-child(n+5) > a {
  background-color: rgba(255, 255, 255, 0.35);
}
#topbar-ami .menu-primary_ami li:nth-child(n+1) > a,
#topbar-ami .menu-primary_ami li:nth-child(n+2) > a,
#topbar-ami .menu-primary_ami li:nth-child(n+3) > a,
#topbar-ami .menu-primary_ami li:nth-child(n+4) > a,
#topbar-ami .menu-primary_ami li:nth-child(n+5) > a,
#topbar-ami .menu-primary_ami a {
  display: inherit;
  padding: 0.5em 1em;
  text-decoration: none;
  border: 1px solid transparent;
}
#topbar-ami .menu-primary_ami li:nth-child(n+1) > a:link, #topbar-ami .menu-primary_ami li:nth-child(n+1) > a:visited,
#topbar-ami .menu-primary_ami li:nth-child(n+2) > a:link,
#topbar-ami .menu-primary_ami li:nth-child(n+2) > a:visited,
#topbar-ami .menu-primary_ami li:nth-child(n+3) > a:link,
#topbar-ami .menu-primary_ami li:nth-child(n+3) > a:visited,
#topbar-ami .menu-primary_ami li:nth-child(n+4) > a:link,
#topbar-ami .menu-primary_ami li:nth-child(n+4) > a:visited,
#topbar-ami .menu-primary_ami li:nth-child(n+5) > a:link,
#topbar-ami .menu-primary_ami li:nth-child(n+5) > a:visited,
#topbar-ami .menu-primary_ami a:link,
#topbar-ami .menu-primary_ami a:visited {
  color: #fff;
}
#topbar-ami .menu-primary_ami li:nth-child(n+1) > a:hover, #topbar-ami .menu-primary_ami li:nth-child(n+1) > a:focus, #topbar-ami .menu-primary_ami li:nth-child(n+1) > a:focus-within,
#topbar-ami .menu-primary_ami li:nth-child(n+2) > a:hover,
#topbar-ami .menu-primary_ami li:nth-child(n+2) > a:focus,
#topbar-ami .menu-primary_ami li:nth-child(n+2) > a:focus-within,
#topbar-ami .menu-primary_ami li:nth-child(n+3) > a:hover,
#topbar-ami .menu-primary_ami li:nth-child(n+3) > a:focus,
#topbar-ami .menu-primary_ami li:nth-child(n+3) > a:focus-within,
#topbar-ami .menu-primary_ami li:nth-child(n+4) > a:hover,
#topbar-ami .menu-primary_ami li:nth-child(n+4) > a:focus,
#topbar-ami .menu-primary_ami li:nth-child(n+4) > a:focus-within,
#topbar-ami .menu-primary_ami li:nth-child(n+5) > a:hover,
#topbar-ami .menu-primary_ami li:nth-child(n+5) > a:focus,
#topbar-ami .menu-primary_ami li:nth-child(n+5) > a:focus-within,
#topbar-ami .menu-primary_ami a:hover,
#topbar-ami .menu-primary_ami a:focus,
#topbar-ami .menu-primary_ami a:focus-within {
  color: #10A4B5;
  background: #fff;
  border-color: #10A4B5;
}
#topbar-ami .menu-primary_ami li:nth-child(n+1) > a:active,
#topbar-ami .menu-primary_ami li:nth-child(n+2) > a:active,
#topbar-ami .menu-primary_ami li:nth-child(n+3) > a:active,
#topbar-ami .menu-primary_ami li:nth-child(n+4) > a:active,
#topbar-ami .menu-primary_ami li:nth-child(n+5) > a:active,
#topbar-ami .menu-primary_ami a:active {
  color: #ff9940;
  background: #fff;
  border-color: #ff9940;
}
#topbar-ami .menu-primary_ami li.current-menu-item {
  padding: 1px;
  box-sizing: border-box;
}
#topbar-ami .menu-primary_ami li.current-menu-item > a:link, #topbar-ami .menu-primary_ami li.current-menu-item > a:visited {
  background: #fff;
  color: #000;
  border: none;
}

.logged-in #topbar-ami {
  position: relative;
  min-height: 12.5rem;
  margin-top: 7em;
}
@media screen and (max-width: 25rem) {
  .logged-in #topbar-ami {
    margin-top: 7em;
  }
}
@media screen and (min-width: 42.5rem) {
  .logged-in #topbar-ami {
    margin-top: 10.65em;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) and (min-width: 100rem) {
  .logged-in #topbar-ami {
    margin-top: 12.65em;
  }
}

/*

Style Footer [footer.php]

*/
#footer {
  width: 100%;
  border-top: 2px solid #000;
  margin-top: 8.4375rem;
}
#footer #footer_top {
  padding-top: 3.75rem;
}
@media screen and (max-width: 67.49rem) {
  #footer #footer_top {
    text-align: center;
  }
  #footer #footer_top > * {
    display: block;
    text-align: left;
    margin: 0 auto 3.75rem auto;
    max-width: 28.75rem;
  }
  #footer #footer_top > #footer-logo {
    text-align: center;
  }
}
@media screen and (min-width: 67.5rem) {
  #footer #footer_top {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
    grid-template-areas: "logo content . social";
    grid-template-columns: 4fr 5fr 1fr 2fr;
    padding-bottom: 3.75rem;
    justify-content: left;
    align-items: start;
  }
}
@media screen and (min-width: 67.5rem) and (min-width: 25rem) {
  #footer #footer_top {
    grid-column-gap: 1rem;
  }
}
@media screen and (min-width: 67.5rem) and (min-width: 67.5rem) {
  #footer #footer_top {
    grid-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 67.5rem) and (min-width: 25rem) {
  #footer #footer_top {
    grid-row-gap: 3.125rem;
  }
}
@media screen and (min-width: 67.5rem) {
  #footer #footer_top #footer-logo {
    grid-area: logo;
  }
  #footer #footer_top #footer-content {
    grid-area: content;
  }
  #footer #footer_top #footer-social {
    grid-area: social;
    align-self: end;
  }
}
#footer #footer-logo img,
#footer #footer-logo picture {
  max-height: 6.25rem;
  width: auto;
}
@media screen and (min-width: 42.5rem) {
  #footer #footer-logo img,
  #footer #footer-logo picture {
    max-height: 7.5rem;
  }
}
#footer #footer-logo img:nth-of-type(2),
#footer #footer-logo picture:nth-of-type(2) {
  margin-left: 1.25rem;
}
#footer #footer_faq {
  display: block;
  margin-bottom: 1em;
}
#footer #footer_bottom {
  padding: 1.5rem 0;
}
#footer #footer_bottom .menu-Last {
  max-width: 79.9375rem;
}
#footer #footer_bottom ul {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  text-align: center;
  justify-content: center;
}
#footer #footer_bottom ul:first-child {
  margin-bottom: 1rem;
}
#footer #footer_bottom ul a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s all;
  cursor: pointer;
}
#footer #footer_bottom ul a:link, #footer #footer_bottom ul a:visited {
  color: inherit;
}
#footer #footer_bottom ul a .img-in-link {
  transition: 0.2s opacity;
  opacity: 1;
}
#footer #footer_bottom ul a:focus-visible {
  background-color: transparent;
  outline-color: #000;
}
#footer #footer_bottom ul a:hover, #footer #footer_bottom ul a:focus {
  color: #10A4B5;
}
#footer #footer_bottom ul a:hover .img-in-link, #footer #footer_bottom ul a:focus .img-in-link {
  opacity: 0.5;
}
#footer #footer_bottom ul a:active {
  text-decoration: underline;
}
#footer #footer_bottom ul li:not(:last-child) {
  margin: 0;
  margin-right: 3rem;
  position: relative;
}
#footer #footer_bottom ul li:not(:last-child):after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 2px;
  background-color: currentColor;
  top: 50%;
  transform: translate(0, -50%);
  right: -1.5rem;
}

#login_bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #383838;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
}
#login_bar #login_bar_button {
  color: #fff;
}
#login_bar #login_bar_button:link, #login_bar #login_bar_button:visited {
  color: #fff;
}
#login_bar #login_bar_button:hover, #login_bar #login_bar_button:focus {
  color: #10A4B5;
}
#login_bar #login_bar_button:hover .img-in-link, #login_bar #login_bar_button:focus .img-in-link {
  opacity: 0.5;
}
#login_bar #login_bar_button:active {
  text-decoration: underline;
}

#login_bar + #topbar {
  top: 2.5rem;
}

#modalAnchor {
  position: relative;
  z-index: 1;
  max-width: 65rem;
}
#modalAnchor button {
  margin-top: 1.5rem;
}
@media screen and (min-width: 42.5rem) {
  #modalAnchor button {
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 1rem;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 25rem) {
  #modalAnchor button {
    right: 1rem;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 42.5rem) {
  #modalAnchor button {
    right: 1.5rem;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) {
  #modalAnchor button {
    right: 3.125rem;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 79.9375rem) {
  #modalAnchor button {
    right: 5.625rem;
  }
}
@media screen and (min-width: 42.5rem) {
  #modalAnchor h1 {
    padding-right: 8rem;
  }
}

#decorativeBanner.bg-banner {
  z-index: -1;
}

#documentModale {
  transition: all 0.4s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  overflow: scroll;
  padding-top: 6rem;
}
#documentModale.is-hidden:not(:focus) {
  height: 1px;
  width: 1px;
  transform: translate(100vw, 0);
}
#documentModale #closeForm {
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}
#documentModale form {
  overflow: scroll;
  margin-bottom: 6rem;
}

#connectForm {
  background: red;
  background: #fff;
  border: 1px solid #000;
  padding: 2rem;
}
@media screen and (min-width: 25rem) {
  #connectForm {
    padding: 2rem;
  }
}
@media screen and (min-width: 42.5rem) {
  #connectForm {
    padding: 2rem;
  }
}
@media screen and (min-width: 67.5rem) {
  #connectForm {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  #connectForm {
    padding: 3rem;
  }
}
#connectForm #loginform * {
  display: block;
  margin: 0;
  margin-bottom: 0.5rem;
}
#connectForm #loginform label,
#connectForm #loginform .login-submit {
  margin-top: 1.75rem;
}
#connectForm #loginform .login-submit {
  width: -moz-min-content;
  width: min-content;
  margin-left: auto;
  margin-right: auto;
}
#connectForm #loginform .login-remember * {
  display: inline-block;
}
#connectForm #loginform .login-remember input {
  margin-right: 0.5rem;
}
#connectForm a.link-default {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 2rem;
}

/*
Did not work
.login #login h1 a {
  background-image: url(./favicon/favicon-512px);
}
*/
/*#connectParent {
  position: relative;

  #connectModal {
    text-align: center;
    position: fixed;
    color: $white;
    left: 0;
    top: 0;
    z-index: $index-modal;
    background: rgba($black, 0.9);
    width: 100%;
    height: 100vh;
    opacity: 1;

    transition: all .6s;

    // Layout
    > * {
      margin: 1rem auto;
      &:first-child {
        margin-top: 0;
      }
      &:last-child {
        margin-bottom: 0;
      }
    }

    // Modale is hidden
    &.is-hidden {
      top: -105vh;
      opacity: 0;
    }

  }

  #loginform {
    text-align: left;
    width: 100%;
    max-width: pixel(300);
    //background: $white;
    //border: 1px solid $black;
    //padding: 1rem;

    * {
      display: block;
      width: 100%;
      margin: 0;
      margin-bottom: 0.5rem;
    }

    label,
    .login-submit {
        margin-top: 1.75rem;
    }

    .login-submit {
      margin-bottom: 0;
    } 
  }
}

*/
/* Form stylesheet
*
* Exclude from style-editor.scss : Does not interfere with Wordpress Editor
*
*/
/*

Style Form components
! This style doesn't apply to Worpess Admin (see style-editor.scss) !

File structure :
------------------
1 - Form Layout
------------------
2 - Input Style
    2.1 - Submit
    2.2 - Checkbox (RGPD)
    2.3 - Message de validation

*/
form.form {
  width: 100%;
  max-width: 37.5rem;
  padding: 1rem;
  border: 1px solid #000;
  grid-gap: 1rem;
  margin: auto;
  display: grid;
  justify-items: left;
}
@media screen and (min-width: 67.5rem) {
  form.form {
    padding: 1.5rem;
  }
}
form.form > #ResponseAnchor {
  display: block;
  text-align: center;
}
form.form > label {
  margin-top: 1.5rem;
}
form.form > i {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#content input[type=text],
#content input[type=email],
#content input[type=url],
#content input[type=password],
#content input[type=search],
#content input[type=number],
#content input[type=tel],
#content input[type=range],
#content input[type=date],
#content input[type=month],
#content input[type=week],
#content input[type=time],
#content input[type=datetime],
#content input[type=datetime-local],
#content input[type=color],
#content textarea {
  font-weight: 400;
  font-size: 1rem;
  background-color: #fff;
  outline: none;
  border: 2px solid #F8F4F4;
  box-shadow: none;
  padding: 0.5em;
  width: 100%;
  transition: all 0.2s;
}
@media screen and (min-width: 67.5rem) {
  #content input[type=text],
  #content input[type=email],
  #content input[type=url],
  #content input[type=password],
  #content input[type=search],
  #content input[type=number],
  #content input[type=tel],
  #content input[type=range],
  #content input[type=date],
  #content input[type=month],
  #content input[type=week],
  #content input[type=time],
  #content input[type=datetime],
  #content input[type=datetime-local],
  #content input[type=color],
  #content textarea {
    font-size: 1rem;
  }
}
#content input[type=text]::-moz-placeholder, #content input[type=email]::-moz-placeholder, #content input[type=url]::-moz-placeholder, #content input[type=password]::-moz-placeholder, #content input[type=search]::-moz-placeholder, #content input[type=number]::-moz-placeholder, #content input[type=tel]::-moz-placeholder, #content input[type=range]::-moz-placeholder, #content input[type=date]::-moz-placeholder, #content input[type=month]::-moz-placeholder, #content input[type=week]::-moz-placeholder, #content input[type=time]::-moz-placeholder, #content input[type=datetime]::-moz-placeholder, #content input[type=datetime-local]::-moz-placeholder, #content input[type=color]::-moz-placeholder, #content textarea::-moz-placeholder {
  color: #383838;
  opacity: 0.5;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#content input[type=text]::placeholder,
#content input[type=email]::placeholder,
#content input[type=url]::placeholder,
#content input[type=password]::placeholder,
#content input[type=search]::placeholder,
#content input[type=number]::placeholder,
#content input[type=tel]::placeholder,
#content input[type=range]::placeholder,
#content input[type=date]::placeholder,
#content input[type=month]::placeholder,
#content input[type=week]::placeholder,
#content input[type=time]::placeholder,
#content input[type=datetime]::placeholder,
#content input[type=datetime-local]::placeholder,
#content input[type=color]::placeholder,
#content textarea::placeholder {
  color: #383838;
  opacity: 0.5;
  transition: all 0.2s;
}
#content input[type=text]:not(:-moz-placeholder-shown), #content input[type=email]:not(:-moz-placeholder-shown), #content input[type=url]:not(:-moz-placeholder-shown), #content input[type=password]:not(:-moz-placeholder-shown), #content input[type=search]:not(:-moz-placeholder-shown), #content input[type=number]:not(:-moz-placeholder-shown), #content input[type=tel]:not(:-moz-placeholder-shown), #content input[type=range]:not(:-moz-placeholder-shown), #content input[type=date]:not(:-moz-placeholder-shown), #content input[type=month]:not(:-moz-placeholder-shown), #content input[type=week]:not(:-moz-placeholder-shown), #content input[type=time]:not(:-moz-placeholder-shown), #content input[type=datetime]:not(:-moz-placeholder-shown), #content input[type=datetime-local]:not(:-moz-placeholder-shown), #content input[type=color]:not(:-moz-placeholder-shown), #content textarea:not(:-moz-placeholder-shown) {
  background-color: #fff;
}
#content input[type=text]:not(:placeholder-shown),
#content input[type=email]:not(:placeholder-shown),
#content input[type=url]:not(:placeholder-shown),
#content input[type=password]:not(:placeholder-shown),
#content input[type=search]:not(:placeholder-shown),
#content input[type=number]:not(:placeholder-shown),
#content input[type=tel]:not(:placeholder-shown),
#content input[type=range]:not(:placeholder-shown),
#content input[type=date]:not(:placeholder-shown),
#content input[type=month]:not(:placeholder-shown),
#content input[type=week]:not(:placeholder-shown),
#content input[type=time]:not(:placeholder-shown),
#content input[type=datetime]:not(:placeholder-shown),
#content input[type=datetime-local]:not(:placeholder-shown),
#content input[type=color]:not(:placeholder-shown),
#content textarea:not(:placeholder-shown) {
  background-color: #fff;
}
#content input[type=text]:not(:-moz-placeholder-shown):invalid, #content input[type=email]:not(:-moz-placeholder-shown):invalid, #content input[type=url]:not(:-moz-placeholder-shown):invalid, #content input[type=password]:not(:-moz-placeholder-shown):invalid, #content input[type=search]:not(:-moz-placeholder-shown):invalid, #content input[type=number]:not(:-moz-placeholder-shown):invalid, #content input[type=tel]:not(:-moz-placeholder-shown):invalid, #content input[type=range]:not(:-moz-placeholder-shown):invalid, #content input[type=date]:not(:-moz-placeholder-shown):invalid, #content input[type=month]:not(:-moz-placeholder-shown):invalid, #content input[type=week]:not(:-moz-placeholder-shown):invalid, #content input[type=time]:not(:-moz-placeholder-shown):invalid, #content input[type=datetime]:not(:-moz-placeholder-shown):invalid, #content input[type=datetime-local]:not(:-moz-placeholder-shown):invalid, #content input[type=color]:not(:-moz-placeholder-shown):invalid, #content textarea:not(:-moz-placeholder-shown):invalid {
  color: #c80818;
  border-color: #c80818;
}
#content input[type=text]:not(:placeholder-shown):invalid,
#content input[type=email]:not(:placeholder-shown):invalid,
#content input[type=url]:not(:placeholder-shown):invalid,
#content input[type=password]:not(:placeholder-shown):invalid,
#content input[type=search]:not(:placeholder-shown):invalid,
#content input[type=number]:not(:placeholder-shown):invalid,
#content input[type=tel]:not(:placeholder-shown):invalid,
#content input[type=range]:not(:placeholder-shown):invalid,
#content input[type=date]:not(:placeholder-shown):invalid,
#content input[type=month]:not(:placeholder-shown):invalid,
#content input[type=week]:not(:placeholder-shown):invalid,
#content input[type=time]:not(:placeholder-shown):invalid,
#content input[type=datetime]:not(:placeholder-shown):invalid,
#content input[type=datetime-local]:not(:placeholder-shown):invalid,
#content input[type=color]:not(:placeholder-shown):invalid,
#content textarea:not(:placeholder-shown):invalid {
  color: #c80818;
  border-color: #c80818;
}
#content input[type=text]:hover,
#content input[type=email]:hover,
#content input[type=url]:hover,
#content input[type=password]:hover,
#content input[type=search]:hover,
#content input[type=number]:hover,
#content input[type=tel]:hover,
#content input[type=range]:hover,
#content input[type=date]:hover,
#content input[type=month]:hover,
#content input[type=week]:hover,
#content input[type=time]:hover,
#content input[type=datetime]:hover,
#content input[type=datetime-local]:hover,
#content input[type=color]:hover,
#content textarea:hover {
  border-color: #3ddcee;
}
#content input[type=text]:focus,
#content input[type=email]:focus,
#content input[type=url]:focus,
#content input[type=password]:focus,
#content input[type=search]:focus,
#content input[type=number]:focus,
#content input[type=tel]:focus,
#content input[type=range]:focus,
#content input[type=date]:focus,
#content input[type=month]:focus,
#content input[type=week]:focus,
#content input[type=time]:focus,
#content input[type=datetime]:focus,
#content input[type=datetime-local]:focus,
#content input[type=color]:focus,
#content textarea:focus {
  background-color: #fff;
  border: 2px solid #F8F4F4;
  border-color: #10A4B5;
}
#content input[type=text]:focus::-moz-placeholder, #content input[type=email]:focus::-moz-placeholder, #content input[type=url]:focus::-moz-placeholder, #content input[type=password]:focus::-moz-placeholder, #content input[type=search]:focus::-moz-placeholder, #content input[type=number]:focus::-moz-placeholder, #content input[type=tel]:focus::-moz-placeholder, #content input[type=range]:focus::-moz-placeholder, #content input[type=date]:focus::-moz-placeholder, #content input[type=month]:focus::-moz-placeholder, #content input[type=week]:focus::-moz-placeholder, #content input[type=time]:focus::-moz-placeholder, #content input[type=datetime]:focus::-moz-placeholder, #content input[type=datetime-local]:focus::-moz-placeholder, #content input[type=color]:focus::-moz-placeholder, #content textarea:focus::-moz-placeholder {
  opacity: 0.25;
}
#content input[type=text]:focus::placeholder,
#content input[type=email]:focus::placeholder,
#content input[type=url]:focus::placeholder,
#content input[type=password]:focus::placeholder,
#content input[type=search]:focus::placeholder,
#content input[type=number]:focus::placeholder,
#content input[type=tel]:focus::placeholder,
#content input[type=range]:focus::placeholder,
#content input[type=date]:focus::placeholder,
#content input[type=month]:focus::placeholder,
#content input[type=week]:focus::placeholder,
#content input[type=time]:focus::placeholder,
#content input[type=datetime]:focus::placeholder,
#content input[type=datetime-local]:focus::placeholder,
#content input[type=color]:focus::placeholder,
#content textarea:focus::placeholder {
  opacity: 0.25;
}
#content input[type=submit],
#content input[type=button] {
  display: inline-block;
  text-decoration: none;
  color: #383838;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s all;
  padding: 1em 1.5em 0.8em;
  cursor: pointer;
  word-break: break-word;
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  background-color: #10A4B5;
  border: 2px solid transparent;
}
#content input[type=submit]:link, #content input[type=submit]:visited,
#content input[type=button]:link,
#content input[type=button]:visited {
  color: #383838;
}
#content input[type=submit] > *,
#content input[type=submit] img,
#content input[type=submit] picture,
#content input[type=button] > *,
#content input[type=button] img,
#content input[type=button] picture {
  transition: inherit;
}
#content input[type=submit] > *,
#content input[type=button] > * {
  display: inline;
  vertical-align: middle;
  line-height: 1.5;
}
#content input[type=submit].icon-left img,
#content input[type=submit].icon-left picture,
#content input[type=button].icon-left img,
#content input[type=button].icon-left picture {
  margin-right: 0.5em;
}
#content input[type=submit].icon-right img,
#content input[type=submit].icon-right picture,
#content input[type=button].icon-right img,
#content input[type=button].icon-right picture {
  margin-left: 0.5em;
}
#content input[type=submit]:focus, #content input[type=submit]:focus-visible,
#content input[type=button]:focus,
#content input[type=button]:focus-visible {
  outline-color: #10A4B5;
}
#content input[type=submit]:link, #content input[type=submit]:visited,
#content input[type=button]:link,
#content input[type=button]:visited {
  color: #fff;
}
#content input[type=submit]:hover, #content input[type=submit]:focus, #content input[type=submit]:focus-within,
#content input[type=button]:hover,
#content input[type=button]:focus,
#content input[type=button]:focus-within {
  color: #10A4B5;
  border-color: #10A4B5;
  background-color: #fff;
}
#content input[type=submit]:active,
#content input[type=button]:active {
  background: #797676;
  color: #fff;
  border-color: #797676;
  outline-color: #797676;
}
#content input[type=submit]:active img,
#content input[type=submit]:active picture,
#content input[type=button]:active img,
#content input[type=button]:active picture {
  filter: invert(1);
}
#content #ResponseAnchor * {
  opacity: 1;
  transition: all 0.2s;
}
#content #ResponseAnchor #ResponseMessage {
  opacity: 0;
}
#content #ResponseAnchor.messageSent * {
  opacity: 0;
}
#content #ResponseAnchor.messageSent #ResponseMessage {
  opacity: 1;
  transition-delay: 0.5s;
}

.thumbnail-container img,
.thumbnail-container picture {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
Commun page Layout for archive templates
*/
#archive-content {
  max-width: 91.1875rem;
  box-sizing: border-box;
}
@media screen and (min-width: 42.5rem) {
  #archive-content {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 63.625rem) {
  #archive-content {
    grid-template-columns: 13.09375rem auto;
  }
}
@media screen and (max-width: 42.49rem) {
  #archive-content #archive-settings {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 25rem) {
  #archive-content #archive-settings {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 25rem) and (min-width: 42.5rem) {
  #archive-content #archive-settings {
    max-width: 13.09375rem;
  }
}
@media screen and (min-width: 25rem) and (min-width: 42.5rem) and (min-width: 67.5rem) {
  #archive-content #archive-settings {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 24.99rem) {
  #archive-content #filter-content {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #000;
  }
}

/*
Filters used on archive page
*/
#archive-filter input[type=checkbox] {
  -webkit-appearance: none;
}
#archive-filter details:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 42.5rem) {
  #filter-content {
    padding: 1rem;
    background: #fff;
    border: 1px solid #000;
    margin-top: 1rem;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
  }
  #filter-content.filter-open, #filter-content:focus, #filter-content:focus-within {
    clip: none;
    height: unset;
    width: 100%;
    overflow: visible;
    position: unset;
    white-space: unset;
  }
}

#archive-buttons.filter-open > button:first-child {
  display: none;
}

#archive-buttons:not(.filter-open) > button:last-child {
  display: none;
}

summary {
  font-size: 1rem;
  transition: 0.2s all;
  cursor: pointer;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  list-style: none;
  cursor: pointer;
}
@media screen and (min-width: 67.5rem) {
  summary {
    font-size: 1rem;
  }
}
summary .img-in-link {
  transition: 0.2s opacity;
  opacity: 1;
}
summary:focus-visible {
  background-color: transparent;
  outline-color: #000;
}
summary:hover, summary:focus {
  color: #10A4B5;
}
summary:hover .img-in-link, summary:focus .img-in-link {
  opacity: 0.5;
}
summary:active {
  text-decoration: underline;
}
summary::-webkit-details-marker, summary::marker {
  display: none;
}
summary::after {
  content: "+";
  content: url(./image/arrow-down.svg);
  float: right;
  transform: rotate(90deg);
  transition: 0.2s transform;
}
summary:focus-visible, summary:focus, summary:active {
  outline: none;
  background-color: transparent;
}

details[open] > summary::after {
  transform: rotate(0deg);
}

/* Customize the label (the container) */
.custom-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0.5em;
  padding-left: 1.5rem;
  /*
  &:focus,
  &:focus-within {
    background: $color-secondary;
  }
  */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}
@media screen and (min-width: 67.5rem) {
  .custom-checkbox {
    font-size: 1rem;
  }
}
.custom-checkbox input {
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border: 1px solid #000;
  transition: all 0.2s;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.custom-checkbox .checkmark:focus {
  background-color: #ff9940;
}
.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.25rem;
  top: 0.125rem;
  width: 0.2rem;
  height: 0.4rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #797676;
}

/* On focus, add an orange background color */
.custom-checkbox:focus input ~ .checkmark {
  border-color: #000;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #10A4B5;
  border-color: #10A4B5;
  /* Show the checkmark when checked */
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

#member-nav img,
#member-nav picture {
  border-radius: 50%;
}
#member-nav ul, #member-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: inherit;
}
#member-nav ul a, #member-nav li a {
  transition: 0.2s all;
  cursor: pointer;
  font-size: 1.25rem;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  text-transform: uppercase;
}
#member-nav ul a:link, #member-nav ul a:visited, #member-nav li a:link, #member-nav li a:visited {
  color: inherit;
}
#member-nav ul a .img-in-link, #member-nav li a .img-in-link {
  transition: 0.2s opacity;
  opacity: 1;
}
#member-nav ul a:focus-visible, #member-nav li a:focus-visible {
  background-color: transparent;
  outline-color: #000;
}
#member-nav ul a:hover, #member-nav ul a:focus, #member-nav li a:hover, #member-nav li a:focus {
  color: #10A4B5;
}
#member-nav ul a:hover .img-in-link, #member-nav ul a:focus .img-in-link, #member-nav li a:hover .img-in-link, #member-nav li a:focus .img-in-link {
  opacity: 0.5;
}
#member-nav ul a:active, #member-nav li a:active {
  text-decoration: underline;
}
@media screen and (min-width: 67.5rem) {
  #member-nav ul a, #member-nav li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 24.99rem) {
  #member-nav {
    text-align: center;
  }
  #member-nav li {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 24.99rem) and (max-width: 67.49rem) {
  #member-nav li {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 25rem) {
  #member-nav {
    display: grid;
    justify-content: start;
    align-content: center;
    grid-column-gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(6.25rem, 1fr));
    max-width: 60rem;
  }
}
@media screen and (min-width: 25rem) and (min-width: 16.875rem) {
  #member-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 25rem) and (min-width: 16.875rem) and (max-width: 67.5rem) {
  #member-nav img, #member-nav picture {
    margin-right: 0;
  }
}
@media screen and (min-width: 25rem) and (min-width: 16.875rem) and (min-width: 67.5rem) {
  #member-nav {
    grid-template-columns: 16.25rem auto;
  }
}
@media screen and (min-width: 25rem) and (min-width: 16.875rem) and (min-width: 67.5rem) and (min-width: 79.9375rem) {
  #member-nav {
    max-width: 65rem;
  }
}
@media screen and (min-width: 25rem) {
  #member-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #member-nav li {
    position: relative;
    margin-bottom: 0.75em;
    padding-left: 0.5em;
  }
  #member-nav li:last-child {
    margin-bottom: 0;
  }
  #member-nav li::after {
    content: "";
    position: absolute;
    top: 1em;
    left: -7.5rem;
    width: 7.5rem;
    height: 2px;
    color: inherit;
    background-color: currentColor;
    z-index: -1;
  }
}

/*
Commun page Layout for archive templates
*/
#forum-content {
  /*-------------------------*/
  /*
  #bbpress-forums div.bbp-forum-author,
  #bbpress-forums div.bbp-reply-author,
  #bbpress-forums div.bbp-topic-author {

      width:115px
  }
  */
  /*
  textarea#bbp_forum_content {
      height:210px
  }
  */
}
#forum-content #bbpress-forums .bbp-breadcrumb {
  padding-bottom: 2rem;
}
#forum-content a {
  color: #10A4B5;
  transition: 0.2s all;
  cursor: pointer;
}
#forum-content a:link, #forum-content a:visited {
  color: #10A4B5;
}
#forum-content a:hover, #forum-content a:focus, #forum-content a:focus-within {
  color: #000;
}
#forum-content a:focus, #forum-content a:focus-within {
  outline-color: #000;
}
#forum-content a .img-in-link {
  transition: 0.2s opacity;
  opacity: 1;
}
#forum-content a:focus-visible {
  background-color: transparent;
  outline-color: #000;
}
#forum-content a:active {
  text-decoration: underline;
}
#forum-content #bbp_search_submit {
  display: inline-block;
  text-decoration: none;
  color: #383838;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s all;
  padding: 1em 1.5em 0.8em;
  cursor: pointer;
  font-size: 0.875rem;
  color: #383838;
  background-color: #fff;
  border: 2px solid #383838;
}
#forum-content #bbp_search_submit:link, #forum-content #bbp_search_submit:visited {
  color: #383838;
}
#forum-content #bbp_search_submit > *,
#forum-content #bbp_search_submit img,
#forum-content #bbp_search_submit picture {
  transition: inherit;
}
#forum-content #bbp_search_submit > * {
  display: inline;
  vertical-align: middle;
  line-height: 1.5;
}
#forum-content #bbp_search_submit.icon-left img,
#forum-content #bbp_search_submit.icon-left picture {
  margin-right: 0.5em;
}
#forum-content #bbp_search_submit.icon-right img,
#forum-content #bbp_search_submit.icon-right picture {
  margin-left: 0.5em;
}
#forum-content #bbp_search_submit:focus, #forum-content #bbp_search_submit:focus-visible {
  outline-color: #10A4B5;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbp_search_submit {
    font-size: 0.875rem;
  }
}
#forum-content #bbp_search_submit:hover, #forum-content #bbp_search_submit:focus, #forum-content #bbp_search_submit:focus-within {
  background-color: #000;
  border-color: #000;
  outline-color: #000;
  color: #fff;
}
#forum-content #bbp_search_submit:hover img,
#forum-content #bbp_search_submit:hover picture, #forum-content #bbp_search_submit:focus img,
#forum-content #bbp_search_submit:focus picture, #forum-content #bbp_search_submit:focus-within img,
#forum-content #bbp_search_submit:focus-within picture {
  filter: invert(1);
}
#forum-content #bbp_search_submit:active {
  background: #797676;
  color: #fff;
  border-color: #797676;
  outline-color: #797676;
}
#forum-content #bbp_search_submit:active img,
#forum-content #bbp_search_submit:active picture {
  filter: invert(1);
}
#forum-content #bbp_search {
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbp_search {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums div.even,
#forum-content #bbpress-forums ul.even {
  background-color: #fff;
}
#forum-content #bbpress-forums div.odd,
#forum-content #bbpress-forums ul.odd {
  background-color: #F7F5F4;
}
#forum-content #bbpress-forums div.bbp-forum-header,
#forum-content #bbpress-forums div.bbp-reply-header,
#forum-content #bbpress-forums div.bbp-topic-header {
  background-color: #F7F5F4;
  border-bottom: 1px solid #ece8e5;
}
#forum-content #bbpress-forums .status-spam.even,
#forum-content #bbpress-forums .status-trash.even {
  background-color: rgba(200, 8, 24, 0.5);
}
#forum-content #bbpress-forums .status-spam.odd,
#forum-content #bbpress-forums .status-trash.odd {
  background-color: rgba(200, 8, 24, 0.6);
}
#forum-content #bbpress-forums .status-pending.even,
#forum-content #bbpress-forums .status-pending.odd,
#forum-content #bbpress-forums ul.status-pending a {
  background-color: rgba(238, 222, 0, 0.1);
}
#forum-content #bbpress-forums ul.status-closed,
#forum-content #bbpress-forums ul.status-closed a {
  color: #797676;
}
#forum-content #bbpress-forums ul.bbp-forums,
#forum-content #bbpress-forums ul.bbp-lead-topic,
#forum-content #bbpress-forums ul.bbp-replies,
#forum-content #bbpress-forums ul.bbp-search-results,
#forum-content #bbpress-forums ul.bbp-topics {
  font-size: 1rem;
  border: 1px solid #ece8e5;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums ul.bbp-forums,
  #forum-content #bbpress-forums ul.bbp-lead-topic,
  #forum-content #bbpress-forums ul.bbp-replies,
  #forum-content #bbpress-forums ul.bbp-search-results,
  #forum-content #bbpress-forums ul.bbp-topics {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums li.bbp-footer,
#forum-content #bbpress-forums li.bbp-header {
  background: #F7F5F4;
  border-top: 1px solid #ece8e5;
  font-weight: 400;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #383838;
  text-transform: uppercase;
  padding: 8px;
}
#forum-content #bbpress-forums li.bbp-header {
  background: #fff;
}
#forum-content #bbpress-forums .bbp-forums-list {
  border-left: 1px solid #ddd;
}
#forum-content #bbpress-forums .bbp-forums-list .bbp-forum {
  display: inline;
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums .bbp-forums-list .bbp-forum {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums li.bbp-body ul.forum,
#forum-content #bbpress-forums li.bbp-body ul.topic {
  border-top: 1px solid #ece8e5;
}
#forum-content #bbpress-forums div.bbp-forum-title h3,
#forum-content #bbpress-forums div.bbp-reply-title h3,
#forum-content #bbpress-forums div.bbp-topic-title h3 {
  background: 0 0;
  border: none;
  font-size: 1.25rem;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  line-height: 1.2;
  margin: 0.5em 0;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums div.bbp-forum-title h3,
  #forum-content #bbpress-forums div.bbp-reply-title h3,
  #forum-content #bbpress-forums div.bbp-topic-title h3 {
    font-size: 1.5rem;
  }
}
#forum-content #bbpress-forums .bbp-topic-permalink,
#forum-content #bbpress-forums a.bbp-forum-title {
  color: inherit;
  text-decoration: none;
  transition: 0.2s all;
  cursor: pointer;
  font-size: 1.25rem;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  text-transform: uppercase;
}
#forum-content #bbpress-forums .bbp-topic-permalink:link, #forum-content #bbpress-forums .bbp-topic-permalink:visited,
#forum-content #bbpress-forums a.bbp-forum-title:link,
#forum-content #bbpress-forums a.bbp-forum-title:visited {
  color: inherit;
}
#forum-content #bbpress-forums .bbp-topic-permalink .img-in-link,
#forum-content #bbpress-forums a.bbp-forum-title .img-in-link {
  transition: 0.2s opacity;
  opacity: 1;
}
#forum-content #bbpress-forums .bbp-topic-permalink:focus-visible,
#forum-content #bbpress-forums a.bbp-forum-title:focus-visible {
  background-color: transparent;
  outline-color: #000;
}
#forum-content #bbpress-forums .bbp-topic-permalink:hover, #forum-content #bbpress-forums .bbp-topic-permalink:focus,
#forum-content #bbpress-forums a.bbp-forum-title:hover,
#forum-content #bbpress-forums a.bbp-forum-title:focus {
  color: #10A4B5;
}
#forum-content #bbpress-forums .bbp-topic-permalink:hover .img-in-link, #forum-content #bbpress-forums .bbp-topic-permalink:focus .img-in-link,
#forum-content #bbpress-forums a.bbp-forum-title:hover .img-in-link,
#forum-content #bbpress-forums a.bbp-forum-title:focus .img-in-link {
  opacity: 0.5;
}
#forum-content #bbpress-forums .bbp-topic-permalink:active,
#forum-content #bbpress-forums a.bbp-forum-title:active {
  text-decoration: underline;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums .bbp-topic-permalink,
  #forum-content #bbpress-forums a.bbp-forum-title {
    font-size: 1.5rem;
  }
}
#forum-content #bbpress-forums div.bbp-forum-author .bbp-author-role,
#forum-content #bbpress-forums div.bbp-reply-author .bbp-author-role,
#forum-content #bbpress-forums div.bbp-topic-author .bbp-author-role {
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums div.bbp-forum-author .bbp-author-role,
  #forum-content #bbpress-forums div.bbp-reply-author .bbp-author-role,
  #forum-content #bbpress-forums div.bbp-topic-author .bbp-author-role {
    font-size: 1rem;
  }
}
#forum-content div.bbp-forum-header,
#forum-content div.bbp-reply-header,
#forum-content div.bbp-topic-header {
  border-top: 1px solid #F7F5F4;
}
#forum-content span.bbp-author-ip {
  font-size: 1rem;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #F7F5F4;
}
@media screen and (min-width: 67.5rem) {
  #forum-content span.bbp-author-ip {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums div.bbp-reply-content code,
#forum-content #bbpress-forums div.bbp-reply-content pre,
#forum-content #bbpress-forums div.bbp-topic-content code,
#forum-content #bbpress-forums div.bbp-topic-content pre {
  background-color: #F7F5F4;
  border: 1px solid #ddd;
}
#forum-content #bbpress-forums div.bbp-reply-content pre,
#forum-content #bbpress-forums div.bbp-topic-content pre {
  line-height: 1.5;
}
#forum-content div.bbp-breadcrumb,
#forum-content div.bbp-topic-tags {
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content div.bbp-breadcrumb,
  #forum-content div.bbp-topic-tags {
    font-size: 1rem;
  }
}
#forum-content span.bbp-admin-links {
  float: right;
  color: #ddd;
}
#forum-content span.bbp-admin-links a {
  color: #797676;
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content span.bbp-admin-links a {
    font-size: 1rem;
  }
}
#forum-content tr td span.bbp-admin-links a:hover {
  color: #ff9940;
}
#forum-content .bbp-forum-header a.bbp-forum-permalink,
#forum-content .bbp-reply-header a.bbp-reply-permalink,
#forum-content .bbp-topic-header a.bbp-topic-permalink {
  color: #797676;
}
#forum-content .bbp-row-actions #favorite-toggle a {
  color: #50D55D;
  border: 1px solid rgba(80, 213, 93, 0.2);
  background-color: rgba(80, 213, 93, 0.1);
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content .bbp-row-actions #favorite-toggle a {
    font-size: 1rem;
  }
}
#forum-content .bbp-row-actions #favorite-toggle a:hover {
  color: #50D55D;
  border-color: #50D55D;
  background-color: rgba(80, 213, 93, 0.3);
}
#forum-content .bbp-row-actions #favorite-toggle span.is-favorite a {
  color: #ff9940;
  border: 1px solid #ff9940;
  background-color: rgba(255, 153, 64, 0.1);
}
#forum-content .bbp-row-actions #favorite-toggle span.is-favorite a:hover {
  color: rgba(255, 153, 64, 0.25);
  border-color: rgba(255, 153, 64, 0.25);
  background-color: rgba(200, 8, 24, 0.6);
}
#forum-content .bbp-row-actions #subscription-toggle a {
  color: #50D55D;
  border: 1px solid rgba(80, 213, 93, 0.2);
  background-color: rgba(80, 213, 93, 0.1);
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content .bbp-row-actions #subscription-toggle a {
    font-size: 1rem;
  }
}
#forum-content .bbp-row-actions #subscription-toggle a:hover {
  color: #50D55D;
  border-color: #50D55D;
  background-color: rgba(80, 213, 93, 0.3);
}
#forum-content .bbp-row-actions #subscription-toggle span.is-subscribed a {
  color: #ff9940;
  border: 1px solid #ff9940;
  background-color: rgba(200, 8, 24, 0.5);
}
#forum-content .bbp-row-actions #subscription-toggle span.is-subscribed a:hover {
  color: rgba(255, 153, 64, 0.25);
  border-color: rgba(255, 153, 64, 0.25);
  background-color: rgba(200, 8, 24, 0.6);
}
#forum-content #bbpress-forums .bbp-forum-info .bbp-forum-content,
#forum-content #bbpress-forums p.bbp-topic-meta {
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums .bbp-forum-info .bbp-forum-content,
  #forum-content #bbpress-forums p.bbp-topic-meta {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums .bbp-pagination-links a,
#forum-content #bbpress-forums .bbp-pagination-links span.current {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums .bbp-pagination-links a,
  #forum-content #bbpress-forums .bbp-pagination-links span.current {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums .bbp-topic-pagination a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  border: 1px solid #ddd;
  text-decoration: none;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums .bbp-topic-pagination a {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums .bbp-pagination-links a:hover,
#forum-content #bbpress-forums .bbp-pagination-links span.current,
#forum-content #bbpress-forums .bbp-topic-pagination a:hover {
  background: #ece8e5;
  opacity: 0.8;
  border: 1px solid #ddd;
}
#forum-content #bbpress-forums fieldset.bbp-form {
  border: 1px solid #ece8e5;
}
#forum-content body.reply-edit .bbp-reply-form div.avatar img,
#forum-content body.single-forum .bbp-topic-form div.avatar img,
#forum-content body.single-reply .bbp-reply-form div.avatar img,
#forum-content body.topic-edit .bbp-topic-form div.avatar img {
  border: 1px solid #ddd;
}
#forum-content body.page .bbp-reply-form code,
#forum-content body.page .bbp-topic-form code,
#forum-content body.reply-edit .bbp-reply-form code,
#forum-content body.single-forum .bbp-topic-form code,
#forum-content body.single-topic .bbp-reply-form code,
#forum-content body.topic-edit .bbp-topic-form code {
  font-size: 1rem;
  background-color: #f0fff8;
  border: 1px solid #ceefe1;
}
@media screen and (min-width: 67.5rem) {
  #forum-content body.page .bbp-reply-form code,
  #forum-content body.page .bbp-topic-form code,
  #forum-content body.reply-edit .bbp-reply-form code,
  #forum-content body.single-forum .bbp-topic-form code,
  #forum-content body.single-topic .bbp-reply-form code,
  #forum-content body.topic-edit .bbp-topic-form code {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums div.bbp-the-content-wrapper input[type=button] {
  color: #555;
}
#forum-content #bbpress-forums div.bbp-the-content-wrapper input[type=button]:hover {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.5);
}
#forum-content #bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
  line-height: 1.5;
}
#forum-content #bbpress-forums #bbp-your-profile fieldset select {
  background-color: #F7F5F4;
  border: 1px solid #ddd;
}
#forum-content #bbpress-forums fieldset.bbp-form input[type=text],
#forum-content #bbpress-forums fieldset.bbp-form select {
  height: unset;
}
#forum-content #bbpress-forums #bbp-your-profile fieldset input,
#forum-content #bbpress-forums #bbp-your-profile fieldset textarea {
  background-color: #F7F5F4;
  border: 1px solid #ddd;
}
#forum-content #bbpress-forums #bbp-your-profile fieldset input:focus,
#forum-content #bbpress-forums #bbp-your-profile fieldset textarea:focus {
  border: 1px solid #10A4B5;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline-color: rgba(240, 255, 240, 0.1);
}
#forum-content #bbpress-forums #bbp-your-profile fieldset p.description {
  border: rgba(16, 164, 181, 0.25) 1px solid;
  background-color: rgba(16, 164, 181, 0.1);
}
#forum-content #bbpress-forums #password #pass-strength-result {
  background-color: #ece8e5;
  border: 1px solid #ddd;
  color: #23282d;
}
#forum-content #bbpress-forums #password #pass-strength-result.short {
  background-color: rgba(200, 8, 24, 0.1);
  border-color: #c80818;
}
#forum-content #bbpress-forums #password #pass-strength-result.bad {
  background-color: rgba(255, 153, 64, 0.1);
  border-color: #ff9940;
}
#forum-content #bbpress-forums #password #pass-strength-result.good {
  background-color: rgba(238, 222, 0, 0.1);
  border-color: #eede00;
}
#forum-content #bbpress-forums #password #pass-strength-result.strong {
  background-color: rgba(80, 213, 93, 0.1);
  border-color: #50D55D;
}
#forum-content #bbpress-forums #password #pass1-text.short,
#forum-content #bbpress-forums #password #pass1.short {
  border-color: #c80818;
}
#forum-content #bbpress-forums #password #pass1-text.bad,
#forum-content #bbpress-forums #password#pass1.bad {
  border-color: #ff9940;
}
#forum-content #bbpress-forums #password #pass1-text.good,
#forum-content #bbpress-forums #password #pass1.good {
  border-color: #eede00;
}
#forum-content #bbpress-forums #password #pass1-text.strong,
#forum-content #bbpress-forums #password #pass1.strong {
  border-color: #50D55D;
}
#forum-content div.bbp-template-notice,
#forum-content div.indicator-hint {
  background-color: rgba(238, 222, 0, 0.2);
  border-color: #eede00;
  color: #000;
}
#forum-content div.bbp-template-notice a {
  color: #555;
}
#forum-content div.bbp-template-notice a:hover {
  color: #000;
}
#forum-content div.bbp-template-notice.info {
  border: rgba(16, 164, 181, 0.25) 1px solid;
  background-color: rgba(16, 164, 181, 0.1);
}
#forum-content div.bbp-template-notice.important {
  border: #eede00 1px solid;
  background-color: rgba(238, 222, 0, 0.1);
}
#forum-content div.bbp-template-notice.error,
#forum-content div.bbp-template-notice.warning {
  background-color: rgba(200, 8, 24, 0.1);
  border-color: #c80818;
}
#forum-content div.bbp-template-notice.error a,
#forum-content div.bbp-template-notice.warning a {
  color: #c80818;
}
#forum-content div.bbp-template-notice li, #forum-content div.bbp-template-notice p {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 67.5rem) {
  #forum-content div.bbp-template-notice li, #forum-content div.bbp-template-notice p {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums div.bbp-template-notice code {
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums div.bbp-template-notice code {
    font-size: 1rem;
  }
}
#forum-content .bbp-forum-content ul.sticky,
#forum-content .bbp-topics ul.sticky,
#forum-content .bbp-topics ul.super-sticky,
#forum-content .bbp-topics-front ul.super-sticky {
  background-color: rgba(238, 222, 0, 0.2) !important;
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content .bbp-forum-content ul.sticky,
  #forum-content .bbp-topics ul.sticky,
  #forum-content .bbp-topics ul.super-sticky,
  #forum-content .bbp-topics-front ul.super-sticky {
    font-size: 1rem;
  }
}
#forum-content #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,
#forum-content #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#forum-content #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log {
  font-size: 1rem;
  color: #aaa;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,
  #forum-content #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
  #forum-content #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log {
    font-size: 1rem;
  }
}
#forum-content .bbp-logged-in h4 {
  font-weight: 400;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 1.25rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content .bbp-logged-in h4 {
    font-size: 1.25rem;
  }
}
#forum-content #bbpress-forums .widget_display_replies img.avatar,
#forum-content #bbpress-forums .widget_display_topics img.avatar,
#forum-content #bbpress-forums div.bbp-template-notice img.avatar,
#forum-content #bbpress-forums p.bbp-topic-meta img.avatar,
#forum-content #bbpress-forums ul.bbp-reply-revision-log img.avatar,
#forum-content #bbpress-forums ul.bbp-topic-revision-log img.avatar {
  border: 3px double #ddd;
}
#forum-content .activity-list li.bbp_reply_create .activity-content .activity-inner,
#forum-content .activity-list li.bbp_topic_create .activity-content .activity-inner {
  border-left: 2px solid #F7F5F4;
}
#forum-content #bbpress-forums h1 {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums h1 {
    font-size: 2.8125rem;
  }
}
#forum-content #bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 67.5rem) {
  #forum-content #bbpress-forums #bbp-user-wrapper h2.entry-title {
    font-size: 2.25rem;
  }
}
#forum-content #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #ece8e5;
}
#forum-content .bbp-alert-outer {
  background-color: rgba(0, 0, 0, 0.2);
}
#forum-content .bbp-alert-inner {
  background: #fff;
  border: 1px solid #aaa;
}
@media only screen and (max-width: 42.5rem) {
  #forum-content li.bbp-forum-info,
  #forum-content li.bbp-topic-title {
    width: 45%;
  }
  #forum-content li.bbp-forum-reply-count,
  #forum-content li.bbp-forum-topic-count,
  #forum-content li.bbp-topic-reply-count,
  #forum-content li.bbp-topic-voice-count {
    width: 15%;
  }
}
@media only screen and (max-width: 25rem) {
  #forum-content {
    /*
    #bbpress-forums li.bbp-body li.bbp-forum-freshness,
    #bbpress-forums li.bbp-body li.bbp-topic-freshness,
    #bbpress-forums li.bbp-header li.bbp-forum-freshness,
    #bbpress-forums li.bbp-header li.bbp-topic-freshness {
        clear:both;
        width:100%
    }
    */
  }
  #forum-content #bbpress-forums .bbp-topic-title,
  #forum-content #bbpress-forums .bbp-forum-info {
    text-align: center;
    font-size: 1.25rem;
  }
  #forum-content #bbpress-forums .bbp-topic-title p.bbp-topic-meta {
    border-top: 1px solid #ece8e5;
    border-bottom: 1px solid #ece8e5;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  #forum-content #bbpress-forums li.bbp-body li.bbp-forum-info,
  #forum-content #bbpress-forums li.bbp-body li.bbp-topic-title,
  #forum-content #bbpress-forums li.bbp-header li.bbp-forum-info,
  #forum-content #bbpress-forums li.bbp-header li.bbp-topic-title {
    width: 100%;
  }
  #forum-content #bbpress-forums div.wp-editor-container {
    width: 100%;
    overflow: auto;
  }
  #forum-content li.bbp-forum-reply-count,
  #forum-content li.bbp-forum-topic-count,
  #forum-content li.bbp-topic-reply-count,
  #forum-content li.bbp-topic-voice-count {
    width: 25%;
    padding-right: 0.5rem;
    text-align: left;
    font-size: 0.75rem;
  }
  #forum-content li.bbp-forum-freshness,
  #forum-content li.bbp-topic-freshness {
    width: 50%;
    text-align: right;
    font-size: 0.75rem;
  }
}

/*

Gutenberg Core blocks

File structure :
------------------
1 - #raw-content : Gutenberg Blocks Container
------------------
2 - Default Gutenberg Blocks
------------------
3 - Custom Gutenberg Blocks

*/
#raw-content {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /*
  > .wp-block {
      background: red;
  }
  */
}
#raw-content > *:not(.wp-block):first-child {
  margin-top: 2rem;
}
@media screen and (min-width: 25rem) {
  #raw-content > *:not(.wp-block):first-child {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 42.5rem) {
  #raw-content > *:not(.wp-block):first-child {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 67.5rem) {
  #raw-content > *:not(.wp-block):first-child {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  #raw-content > *:not(.wp-block):first-child {
    margin-top: 3rem;
  }
}
#raw-content > *:not(.wp-block) {
  padding: 0;
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  list-style-position: inside;
}
@media screen and (min-width: 25rem) {
  #raw-content > *:not(.wp-block) {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 42.5rem) {
  #raw-content > *:not(.wp-block) {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 67.5rem) {
  #raw-content > *:not(.wp-block) {
    padding-left: 3.125rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  #raw-content > *:not(.wp-block) {
    padding-left: 5.625rem;
  }
}
@media screen and (min-width: 25rem) {
  #raw-content > *:not(.wp-block) {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 42.5rem) {
  #raw-content > *:not(.wp-block) {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 67.5rem) {
  #raw-content > *:not(.wp-block) {
    padding-right: 3.125rem;
  }
}
@media screen and (min-width: 79.9375rem) {
  #raw-content > *:not(.wp-block) {
    padding-right: 5.625rem;
  }
}
#raw-content > *:not(.wp-block) * {
  max-width: 100%;
}

/*

Gutenberg Core blocks

File structure :
------------------
1 - #raw-content : Gutenberg Blocks Container
------------------
2 - Default Gutenberg Blocks
------------------
3 - Custom Gutenberg Blocks

*/
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content a {
  color: #10A4B5;
  transition: 0.2s all;
  cursor: pointer;
}
.entry-content a:link, .entry-content a:visited {
  color: #10A4B5;
}
.entry-content a:hover, .entry-content a:focus, .entry-content a:focus-within {
  color: #000;
}
.entry-content a:focus, .entry-content a:focus-within {
  outline-color: #000;
}
.entry-content a .img-in-link {
  transition: 0.2s opacity;
  opacity: 1;
}
.entry-content a:focus-visible {
  background-color: transparent;
  outline-color: #000;
}
.entry-content a:active {
  text-decoration: underline;
}
.entry-content blockquote {
  margin: 0;
  padding: 0;
  border-left: 2px solid #10A4B5;
  padding-left: 2rem;
  font-size: 2rem;
  color: #383838;
}
.entry-content ul, .entry-content ol {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.entry-content li {
  list-style-position: inside;
  padding: 0;
  margin-bottom: 0.5em;
}
.entry-content img,
.entry-content picture,
.entry-content figure,
.entry-content caption {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.entry-content iframe {
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blk-about > ol {
  list-style: none;
  counter-reset: ihag-counter;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 91.1875rem) {
  .blk-about > ol {
    max-width: 79.9375rem;
  }
}
.blk-about > ol > li {
  box-sizing: border-box;
  counter-increment: ihag-counter;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 6.25rem;
  margin-bottom: 1rem;
}
.blk-about > ol > li::before {
  content: counter(ihag-counter) ".";
  font-size: 6.25rem;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  color: #E5E5E5;
  line-height: 1;
  width: 1em;
  float: left;
}
.blk-about > ol > li > div {
  width: 100%;
  padding-left: 6.25rem;
  vertical-align: inherit;
}
@media screen and (max-width: 59.5316666667rem) {
  .blk-about > ol > li {
    max-width: 26.6458333333rem;
  }
}
@media screen and (min-width: 59.5416666667rem) and (max-width: 91.1775rem) {
  .blk-about > ol > li {
    max-width: 26.0208333333rem;
    margin-right: 0.625rem;
    margin-bottom: 3rem;
  }
  .blk-about > ol > li:nth-child(2n) {
    margin-right: 0;
    margin-left: 0.625rem;
  }
}
@media screen and (min-width: 91.1875rem) {
  .blk-about > ol > li {
    max-width: 25.3958333333rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .blk-about > ol > li:nth-child(3n) {
    margin-right: 0;
  }
  .blk-about > ol > li:nth-child(3n-2) {
    margin-left: 0;
  }
}

/*

Style Gutenberg Block Event [evenement.php]

File structure :
------------------
1 - Bloc layout
    1.1 - All children
    1.2 - Time
    1.3 - Button
------------------

*/
.blk-sub-menu {
  margin-bottom: 0;
}
.blk-sub-menu nav {
  margin-top: -2em;
}

.blk-submenu-item {
  display: inline-block;
  padding: 1rem;
  max-width: 100%;
  vertical-align: top;
}
.blk-submenu-item .image-container {
  display: block;
  background: #F8F4F4;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 18rem) {
  .blk-submenu-item .image-container {
    width: 15rem;
    height: 15rem;
    border-radius: 7.5rem;
  }
}
.blk-submenu-item .image-container > * {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blk-submenu-item p {
  margin-top: 2rem;
  position: relative;
  max-width: 15rem;
}
.blk-submenu-item p::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -2rem;
  height: 1.25rem;
  width: 2px;
  background-color: currentColor;
}
.blk-submenu-item a:nth-child(n+1) > p {
  opacity: 0.9;
}
.blk-submenu-item a:nth-child(n+2) > p {
  opacity: 0.85;
}
.blk-submenu-item a:nth-child(n+3) > p {
  opacity: 0.8;
}
.blk-submenu-item a:nth-child(n+4) > p {
  opacity: 0.75;
}
.blk-submenu-item a:nth-child(n+5) > p {
  opacity: 0.7;
}

/*

Style Gutenberg Block Event [evenement.php]

File structure :
------------------
1 - Bloc layout
    1.1 - All children
    1.2 - Time
    1.3 - Button
------------------

*/
.blk-download ul, .blk-download li {
  list-style: none;
  padding: 0;
  color: #689CB9;
}
.blk-download p {
  color: #383838;
}
.blk-download a {
  display: block;
  padding-top: 0.375rem;
  min-height: 2.375rem;
  box-sizing: border-box;
}
.blk-download a img,
.blk-download a picture {
  float: left;
  margin-right: 0.5rem;
  margin-top: -0.375rem;
}
.blk-download a h4 {
  display: inline;
  text-decoration: underline;
}
.blk-download .display-basic {
  display: block;
  margin-bottom: 0.75rem;
}
.blk-download .display-basic:last-child {
  margin-bottom: 0;
}
.blk-download .display-image {
  display: inline-block;
  max-width: 16.25rem;
  vertical-align: top;
  margin: 0 1rem 1rem 1rem;
}
.blk-download .display-image > a {
  margin: 1.5625rem 0;
}
.blk-download .doc-thumb {
  border: 1px solid #797676;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 19.25rem) {
  .blk-download .doc-thumb {
    width: 16.25rem;
  }
}

.blk-contact > .border {
  position: relative;
}
.blk-contact > .border::before, .blk-contact > .border::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1px;
  width: 13.75rem;
  background-color: #000;
}
.blk-contact > .border::before {
  top: 0;
}
.blk-contact > .border::after {
  bottom: 0;
}
.blk-contact input {
  margin-top: 2rem;
}

.blk-faq h2 {
  padding: 0 1rem;
}
.blk-faq details {
  border-top: 1px solid #000;
  background: #fff;
  padding: 1rem;
}
.blk-faq details summary {
  font-weight: 700;
  transition: all 0.2s;
}
.blk-faq details .entry-content {
  margin-top: 1rem;
}
.blk-faq details[open] > summary {
  color: #ff9940;
}

.listing-partner {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  align-items: start;
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  margin-bottom: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 25rem) {
  .listing-partner {
    grid-column-gap: 1rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .listing-partner {
    grid-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-partner {
    grid-row-gap: 3.125rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-partner {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .listing-partner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) {
  .listing-partner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) and (min-width: 79.9375rem) {
  .listing-partner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.listing-partner .partner-card {
  padding: 0;
  margin: 0;
}
.listing-partner .partner-card .img-container {
  width: 100%;
  background-color: #fff;
}
.listing-partner .partner-card .img-container > * {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.listing-partner .partner-card .img-container,
.listing-partner .partner-card h2 {
  margin-bottom: 1.5rem;
}
.listing-partner .partner-card > a {
  display: block;
  margin-top: 0.5em;
}

.blk-contexte-ami .layout {
  display: grid;
  grid-gap: 1rem;
  grid-auto-rows: auto;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 25rem) {
  .blk-contexte-ami .layout {
    grid-gap: 1rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .blk-contexte-ami .layout {
    grid-gap: 1.25rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .blk-contexte-ami .layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) {
  .blk-contexte-ami .layout {
    grid-template-columns: repeat(4, 1fr);
  }
}
.blk-contexte-ami .img-container {
  grid-column: 1/2;
  grid-row: 1/2;
}
.blk-contexte-ami .img-container > * {
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 67.5rem) {
  .blk-contexte-ami .img-container > * {
    width: 100%;
  }
}
.blk-contexte-ami .img-container > i {
  margin-bottom: 1em;
}
@media screen and (min-width: 42.5rem) {
  .blk-contexte-ami .img-container {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) {
  .blk-contexte-ami .img-container {
    grid-column: 1/3;
    grid-row: 1/4;
  }
}
.blk-contexte-ami .lnk-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-row-gap: 1rem;
  justify-items: end;
  align-self: center;
  padding: 1rem;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 42.5rem) {
  .blk-contexte-ami .lnk-container {
    padding: 0;
    align-self: start;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) {
  .blk-contexte-ami .lnk-container {
    grid-column: 3/5;
    grid-row: 1/2;
  }
}
.blk-contexte-ami .txt-container {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 42.5rem) {
  .blk-contexte-ami .txt-container .entry-content {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) {
  .blk-contexte-ami .txt-container {
    border: 1px solid #fff;
    padding: 1.25rem;
  }
  .blk-contexte-ami .txt-container .entry-content {
    padding: inherit;
    background-color: rgba(255, 255, 255, 0.85);
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .blk-contexte-ami .txt-container {
    align-self: start;
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) {
  .blk-contexte-ami .txt-container {
    grid-column: 2/5;
    grid-row: 3/5;
  }
}

#raw-content #bloc-video .txt-container {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 42.5rem) {
  #raw-content #bloc-video .txt-container .entry-content {
    text-align: center;
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (min-width: 42.5rem) {
  #raw-content #bloc-video .txt-container {
    align-self: start;
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 42.5rem) and (min-width: 67.5rem) {
  #raw-content #bloc-video .txt-container {
    grid-column: 1/5;
    grid-row: 2/5;
  }
}

/*

Style Gutenberg Block Event [evenement.php]

File structure :
------------------
1 - Bloc layout
    1.1 - All children
    1.2 - Time
    1.3 - Button
------------------

*/
.blk-info-project ul {
  background: #fff;
  padding: 1rem;
  list-style: none;
}
.blk-info-project li {
  padding: 0;
  margin-bottom: 1rem;
}
.blk-info-project li * {
  margin: 0;
}
@media screen and (min-width: 25rem) {
  .blk-info-project li {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 25rem) and (min-width: 25rem) {
  .blk-info-project li {
    grid-column-gap: 1rem;
  }
}
@media screen and (min-width: 25rem) and (min-width: 67.5rem) {
  .blk-info-project li {
    grid-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 25rem) and (min-width: 25rem) {
  .blk-info-project li {
    grid-row-gap: 3.125rem;
  }
}
@media screen and (min-width: 25rem) and (min-width: 42.5rem) {
  .blk-info-project li {
    grid-template-columns: 11.25rem auto;
  }
}
.blk-info-project .info-title {
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 67.5rem) {
  .blk-info-project .info-title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .blk-info-project .info-title {
    text-align: right;
  }
}

.toolbox-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
@media screen and (max-width: 800px) {
  .toolbox-wrapper {
    grid-template-columns: 1fr;
  }
}

/*

Style Archive Learn 

File structure :
-----------------

*/
.listing-post-home {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  margin-bottom: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 25rem) {
  .listing-post-home {
    grid-column-gap: 1rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .listing-post-home {
    grid-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-post-home {
    grid-row-gap: 3.125rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-post-home {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-post-home {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 25rem) and (min-width: 67.5rem) {
  .listing-post-home {
    grid-template-columns: repeat(4, 1fr);
  }
}

.listing-post,
.listing-project {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  margin-bottom: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 25rem) {
  .listing-post,
  .listing-project {
    grid-column-gap: 1rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .listing-post,
  .listing-project {
    grid-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-post,
  .listing-project {
    grid-row-gap: 3.125rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-post,
  .listing-project {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-post,
  .listing-project {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 25rem) and (min-width: 67.5rem) {
  .listing-post,
  .listing-project {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 25rem) and (min-width: 67.5rem) and (min-width: 79.9375rem) {
  .listing-post,
  .listing-project {
    grid-template-columns: repeat(3, 1fr);
  }
}

.listing-event {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  margin-bottom: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 25rem) {
  .listing-event {
    grid-column-gap: 1rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .listing-event {
    grid-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-event {
    grid-row-gap: 3.125rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-event {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 42.5rem) {
  .listing-event {
    grid-template-columns: 1fr 1fr;
  }
}

.listing-workshop,
.listing-ressource,
.listing-document {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  margin-bottom: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 25rem) {
  .listing-workshop,
  .listing-ressource,
  .listing-document {
    grid-column-gap: 1rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .listing-workshop,
  .listing-ressource,
  .listing-document {
    grid-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-workshop,
  .listing-ressource,
  .listing-document {
    grid-row-gap: 3.125rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-workshop,
  .listing-ressource,
  .listing-document {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .listing-workshop,
  .listing-ressource,
  .listing-document {
    grid-template-columns: 1fr 1fr;
  }
}

.listing-search {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  margin-bottom: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 25rem) {
  .listing-search {
    grid-column-gap: 1rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .listing-search {
    grid-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-search {
    grid-row-gap: 3.125rem;
  }
}
@media screen and (min-width: 25rem) {
  .listing-search {
    margin-bottom: 3.125rem;
  }
}

.project-card .project-thumb {
  margin-bottom: 1.5rem;
  width: 100%;
  height: auto;
}
.project-card .project-thumb img, .project-card .project-thumb picture {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-card h2, .project-card h3 {
  padding: 0 0.625rem;
}

#project-nav {
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 8.4375rem;
}
#project-nav a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 42.5rem) {
  #project-nav a {
    width: 50%;
  }
}
#project-nav a.left img,
#project-nav a.left picture {
  float: left;
}
#project-nav a.left i, #project-nav a.left p {
  padding-left: 2rem;
}
#project-nav a.right img,
#project-nav a.right picture {
  float: right;
}
#project-nav a.right i, #project-nav a.right p {
  padding-right: 2rem;
}

.workshop-card {
  width: 100%;
}
@media screen and (min-width: 25rem) {
  .workshop-card {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.workshop-card > * {
  display: inline-block;
}
@media screen and (min-width: 25rem) {
  .workshop-card .event-title,
  .workshop-card .event-date {
    margin-right: 1rem;
  }
}
.workshop-card .event-date {
  padding: 0.5em 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 25rem) {
  .workshop-card .event-date {
    max-width: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.workshop-card .event-title {
  padding: 0.5em 0;
  display: block;
}
@media screen and (min-width: 25rem) {
  .workshop-card .event-title {
    padding: 0 0 0 1rem;
    border-left: 1px solid currentColor;
    flex: 1 1 auto;
  }
}
.workshop-card .button-brd {
  align-self: center;
}

.document-card {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: left;
  max-width: 100%;
}
@media screen and (min-width: 25rem) {
  .document-card {
    flex-flow: row nowrap;
    justify-content: left;
    align-items: center;
  }
}
.document-card .img-container {
  flex: 0 0 auto;
  padding-right: 1rem;
  width: 14.375rem;
  max-width: 14.375rem;
}
@media screen and (min-width: 25rem) {
  .document-card .img-container {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .document-card .img-container {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 67.5rem) {
  .document-card .img-container {
    width: 14.375rem;
    max-width: 14.375rem;
  }
}
.document-card .img-container * {
  height: auto;
  width: auto;
  max-height: 11.25rem;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.document-card .txt-container {
  flex: 0 1 auto;
}
@media screen and (max-width: 24.99rem) {
  .document-card .txt-container {
    border-top: 1px solid #000;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 25rem) {
  .document-card .txt-container {
    padding-left: 1rem;
    border-left: 1px solid #000;
  }
}
@media screen and (min-width: 25rem) and (min-width: 25rem) {
  .document-card .txt-container {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 25rem) and (min-width: 67.5rem) {
  .document-card .txt-container {
    padding-left: 1.25rem;
  }
}
.document-card .doc-content * {
  vertical-align: middle;
}
.document-card .doc-content img,
.document-card .doc-content picture {
  margin-right: 0.5rem;
}

.post-navigation ul, .post-navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-navigation li {
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  overflow: hidden;
}
.post-navigation li * {
  display: inline-block;
  vertical-align: middle;
}
.post-navigation li:last-of-type {
  margin-right: 0;
}
.post-navigation a,
.post-navigation .current-cat {
  font-size: 1rem;
  line-height: 1;
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 67.5rem) {
  .post-navigation a,
  .post-navigation .current-cat {
    font-size: 1rem;
  }
}
.post-navigation li,
.post-navigation a {
  font-size: inherit;
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
}
.post-navigation li:visited,
.post-navigation a:visited {
  color: #000;
}
.post-navigation li:hover, .post-navigation li:focus,
.post-navigation a:hover,
.post-navigation a:focus {
  color: #000;
  background-color: #10A4B5;
}
.post-navigation li:active,
.post-navigation a:active {
  color: #000;
  background-color: #ff9940;
  color: #000;
}
.post-navigation .current-cat {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.post-navigation .first {
  border-color: #000;
}
.post-navigation .prev {
  padding-left: 0.5em;
}
.post-navigation .next {
  padding-right: 0.5em;
}
.post-navigation .last {
  border-color: #000;
}/*# sourceMappingURL=style.css.map */