@charset "UTF-8";
/*!
Theme Name: fdv-1.0.1159566314
Theme URI: http://fondationdescroixvernier.com/
Author: Sonia Lou
Author URI: http://sonialou.com/
Description: Theme du site Fondation Descroix-Vernier
Version: 1.0.1159566314
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fdv
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ 
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #121212;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: "Roboto", sans-serif;
  font-style: inherit;
  font-weight: 300; }

h1 {
  font-size: 3.4rem;
  line-height: 1.2;
  margin: 0; }
  h1 em {
    font-size: 3rem; }
  h1::before {
    display: none; }

h2 {
  font-size: 2rem;
  margin: 0 0 2rem 0; }
  h2 em {
    font-size: 1.8rem;
    margin: 0 !important; }
  h2::before {
    content: "";
    height: 1px;
    width: 80px;
    background-color: #3DC1CD;
    display: block;
    margin-bottom: 1.5rem; }
  h2.has-text-white::before {
    background-color: #FFF; }
  h2.has-text-align-center::before {
    margin: 0 auto 1.5rem auto; }
  h2.has-text-blue::before {
    background-color: #3DC1CD; }
  h2.has-text-orange::before {
    background-color: #F05222; }
  h2.has-text-green::before {
    background-color: #68D893; }
  h2.has-text-green::before {
    background-color: #121212; }

h4 {
  font-size: 1.4rem;
  margin: 0; }
  h4 em {
    font-size: 1.2rem; }

h6 {
  display: inline-block;
  background-color: #121212;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8rem;
  padding: .5rem;
  margin: 0; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #E6E6E6;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: "Roboto Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #E6E6E6;
  cursor: help; }

mark,
ins {
  background: #E6E6E6;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

.site-main {
  position: relative;
  top: 80px;
  z-index: 990; }

.separator-margin {
  background-color: transparent;
  border: none;
  margin: 2rem 0; }

.shadow {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06); }

.width-full {
  display: block;
  width: 100%; }

figcaption {
  position: relative;
  top: -25px;
  z-index: 2;
  margin: 0 0 0 10px !important;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #121212;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8rem;
  padding: .5rem;
  margin: 0; }

.box {
  background-color: #F0F0F0;
  box-shadow: 0 10px 10px 0 rgba(18, 18, 18, 0.22);
  align-self: stretch;
  justify-content: center; }
  .box.is-background-white {
    background-color: #fff !important; }

.no-margin {
  margin: 0 !important; }

.group-cause {
  background-color: #E7EBF9;
  background-image: url(images/causes-bg.png);
  background-position: 50% 10%;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4rem 0 12rem;
  margin-bottom: -140px; }

.before-footer {
  z-index: 2;
  padding: 0 0 8rem;
  margin-bottom: -140px; }

.cause-gallery {
  width: 980px;
  margin: 0 auto; }
  .cause-gallery.has-bg-green figcaption {
    background-color: #68D893 !important; }
  .cause-gallery.has-bg-orange figcaption {
    background-color: #F05222 !important; }
  .cause-gallery .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .cause-gallery .wp-block-group__inner-container figure {
      width: 300px !important;
      display: block;
      background-color: #fff;
      height: 200px !important;
      margin: 10px !important;
      position: relative;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px; }
      .cause-gallery .wp-block-group__inner-container figure img {
        width: 100%;
        height: 200px;
        padding: 1rem;
        object-fit: contain !important; }
      .cause-gallery .wp-block-group__inner-container figure figcaption {
        display: none; }
      .cause-gallery .wp-block-group__inner-container figure:hover figcaption, .cause-gallery .wp-block-group__inner-container figure:active figcaption {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        text-transform: none;
        margin: 0 !important;
        padding: 0 !important;
        background-color: #3DC1CD;
        align-items: center;
        font-size: .8rem;
        font-family: "Roboto", sans-serif;
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06); }
        .cause-gallery .wp-block-group__inner-container figure:hover figcaption a, .cause-gallery .wp-block-group__inner-container figure:active figcaption a {
          padding: 10px;
          margin: 0;
          color: #FFF;
          font-weight: 300; }
          .cause-gallery .wp-block-group__inner-container figure:hover figcaption a:after, .cause-gallery .wp-block-group__inner-container figure:active figcaption a:after {
            content: "❤  Faire un don";
            border: solid 1px #fff;
            display: table;
            padding: .6rem 2rem;
            margin-top: 1rem;
            text-align: center;
            font-weight: 700;
            background: transparent; }
  @media screen and (min-width: 650px) and (max-width: 980px) {
    .cause-gallery {
      width: 700px;
      margin: 0 auto; } }
  @media screen and (max-width: 700px) {
    .cause-gallery {
      width: 320px;
      margin: 0 auto; } }

.content-top {
  background-color: white;
  opacity: 1;
  z-index: 99;
  position: relative;
  top: -100px;
  margin-bottom: -100px; }

.margin-2 {
  margin-bottom: 2rem; }

.margin-4 {
  margin-bottom: 4rem; }

.is-margin-top-4 {
  margin-top: 4rem; }

.is-margin-top-7 {
  margin-top: 7rem; }

.relative-top {
  position: relative;
  top: -100px;
  opacity: 1;
  z-index: 99; }

.button-action {
  text-align: center;
  margin: 0 !important; }
  .button-action.primary a:hover {
    background-color: #3DC1CD !important;
    color: white !important; }
    .button-action.primary a:hover img {
      background-image: url("images/icon/National-white.png");
      background-size: 60px;
      width: 60px;
      height: 60px;
      padding-left: 60px;
      background-repeat: no-repeat;
      box-sizing: border-box; }
  .button-action.primary.selected a {
    background-color: #3DC1CD !important;
    color: white !important; }
    .button-action.primary.selected a img {
      background-image: url("images/icon/National-white.png");
      background-size: 60px;
      width: 60px;
      height: 60px;
      padding-left: 60px;
      background-repeat: no-repeat;
      box-sizing: border-box; }
  .button-action.secondary a:hover {
    background-color: #F05222 !important;
    color: white !important; }
    .button-action.secondary a:hover img {
      background-image: url("images/icon/Inter-white.png");
      background-size: 60px;
      width: 60px;
      height: 60px;
      padding-left: 60px;
      background-repeat: no-repeat;
      box-sizing: border-box; }
  .button-action.secondary.selected a {
    background-color: #F05222 !important;
    color: white !important; }
    .button-action.secondary.selected a img {
      background-image: url("images/icon/Inter-white.png");
      background-size: 60px;
      width: 60px;
      height: 60px;
      padding-left: 60px;
      background-repeat: no-repeat;
      box-sizing: border-box; }
  .button-action.tertiary a:hover {
    background-color: #68D893 !important;
    color: white !important; }
    .button-action.tertiary a:hover img {
      background-image: url("images/icon/Environnement-white.png");
      background-size: 60px;
      width: 60px;
      height: 60px;
      padding-left: 60px;
      background-repeat: no-repeat;
      box-sizing: border-box; }
  .button-action.tertiary.selected a {
    background-color: #68D893 !important;
    color: white !important; }
    .button-action.tertiary.selected a img {
      background-image: url("images/icon/Environnement-white.png");
      background-size: 60px;
      width: 60px;
      height: 60px;
      padding-left: 60px;
      background-repeat: no-repeat;
      box-sizing: border-box; }

.is-display-none-required-wrap span {
  display: none; }

.is-display-none-required-wrap label::after {
  display: block-inline;
  padding-left: .5rem;
  content: "*";
  color: #F05222; }

.grunion-field-label span {
  display: none; }

.error-404 {
  text-align: center; }
  .error-404 h1 {
    margin: 0 auto;
    width: 500px;
    height: 400px;
    background-image: url(images/404.png); }
    .error-404 h1 span {
      display: none; }
  .error-404 p {
    font-size: 1.4rem; }
  .error-404 .is-button {
    background-color: #3DC1CD;
    color: #FFF;
    padding: 10px 30px; }
    .error-404 .is-button:hover {
      background-color: #29A8B4; }

hr {
  background-color: #E6E6E6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

.is_testimony {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 650px) and (max-width: 980px) {
    .is_testimony {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 650px) {
    .is_testimony {
      grid-template-columns: repeat(1, 1fr); } }
  .is_testimony li {
    background-color: #F0F0F0;
    padding: 2rem; }
    .is_testimony li:hover {
      box-shadow: 0 10px 10px 0 rgba(18, 18, 18, 0.22); }
    .is_testimony li a {
      display: block;
      text-align: center;
      font-family: "Roboto Condensed", sans-serif;
      padding: .5rem; }
      .is_testimony li a.title {
        font-size: 1.2rem !important;
        color: #121212; }
    .is_testimony li span {
      display: block;
      text-align: center; }
      .is_testimony li span.excerpt-dash {
        display: none; }
      .is_testimony li span a {
        display: block;
        margin: 1rem;
        padding: .5rem 1rem; }
    .is_testimony li img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      text-align: center; }
  .is_testimony .excerpt {
    text-align: center;
    background-image: url(images/icon-testimony.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 40px;
    margin-top: 1rem; }
  .is_testimony .wp-block-latest-posts__featured-image img {
    border-radius: 50%;
    width: 100px;
    height: 100px; }

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

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

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #3DC1CD;
  text-decoration: none; }
  a:visited {
    color: #3DC1CD; }
  a:hover, a:focus, a:active {
    color: #09A9B7; }
    a:hover.link-arrow img, a:focus.link-arrow img, a:active.link-arrow img {
      transform: translate(0.2rem); }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #3DC1CD !important;
  color: #FFF !important;
  line-height: 1;
  border: none;
  padding: 0.6em 1em 0.4em;
  outline: none; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #09A9B7 !important;
    border: none;
    outline: none; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background: #09A9B7 !important;
    border: none;
    outline: none; }

.buttons-press {
  display: flex;
  flex-direction: column; }
  .buttons-press a {
    display: block;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px;
    width: 100%; }

.buttons-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 99; }
  .buttons-header .wp-block-button__link {
    background-color: #FFF !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px;
    color: #121212;
    padding: 2rem;
    margin: 0 1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.4rem; }
    .buttons-header .wp-block-button__link:hover {
      box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.18);
      background-color: #F0F0F0 !important; }
    .buttons-header .wp-block-button__link em {
      font-size: 1.2rem;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-style: inherit; }
  @media screen and (max-width: 767px) {
    .buttons-header {
      flex-direction: column;
      align-items: center; }
      .buttons-header .wp-block-button {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center; }
      .buttons-header .wp-block-button__link {
        width: 95%;
        height: 90px;
        padding: 1rem .5rem;
        margin: 1rem 0 !important;
        text-align: left !important; }
      .buttons-header em, .buttons-header strong {
        position: relative;
        top: -70px;
        left: 70px; } }

.home .buttons-header {
  position: relative;
  top: -80px;
  margin-bottom: -80px; }

.is-hover-black a {
  border: solid 1px #121212; }
  .is-hover-black a:hover {
    color: #121212 !important;
    background-color: white !important; }

.is-hover-primary a {
  border: solid 1px #3DC1CD; }
  .is-hover-primary a:hover {
    color: #3DC1CD !important;
    background-color: white !important; }

.is-hover-secondary a {
  border: solid 1px #F05222; }
  .is-hover-secondary a:hover {
    color: #F05222 !important;
    background-color: white !important; }

.is-hover-tertiary a {
  border: solid 1px #68D893; }
  .is-hover-tertiary a:hover {
    color: #68D893 !important;
    background-color: white !important; }

.button-testimony {
  margin: 2rem 2rem 6rem 2rem; }
  .button-testimony a {
    padding: 2rem;
    font-size: 1rem; }
    .button-testimony a:hover {
      box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06); }
    .button-testimony a em {
      display: inline-block;
      padding: 1rem 0; }
    .button-testimony a strong {
      color: #3DC1CD; }
      .button-testimony a strong em {
        padding: 0;
        color: #121212; }
    .button-testimony a img {
      display: inline-block; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #121212;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #E6E6E6; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer"; }

.wp-block-jetpack-layout-grid {
  max-width: 1200px;
  margin: 1.5rem auto; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 80px; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      display: none; }
    .main-navigation ul li:last-child a {
      background-color: #3DC1CD;
      color: #fff;
      margin: 18px 0;
      padding: 10px 20px !important;
      border: none !important; }
      .main-navigation ul li:last-child a:hover {
        background-color: #09A9B7; }
    .main-navigation ul li {
      margin: 0 1rem; }
      .main-navigation ul li a {
        display: block;
        text-decoration: none;
        color: #121212;
        padding: 28px 0 28px 0; }
        .main-navigation ul li a:hover, .main-navigation ul li a:active {
          padding: 28px 0 24px 0;
          border-bottom: solid 4px #3DC1CD; }
      .main-navigation ul li.current_page_item > a,
      .main-navigation ul li.current-menu-item > a,
      .main-navigation ul li.current_page_ancestor > a,
      .main-navigation ul li.current-menu-ancestor > a {
        border-bottom: solid 4px #3DC1CD;
        padding: 28px 0 24px 0; }
      .main-navigation ul li.menu-item-has-children a::after {
        border: 1px solid #121212;
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        content: " ";
        display: inline-block;
        margin-left: .5rem;
        height: .625em;
        position: relative;
        top: -3px;
        pointer-events: none;
        transform: rotate(-45deg);
        transform-origin: center;
        width: .625em; }
      .main-navigation ul li.menu-item-has-children:hover a::after, .main-navigation ul li.menu-item-has-children:active a::after {
        border: 1px solid #121212;
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        content: " ";
        display: inline-block;
        margin-left: .5rem;
        height: .625em;
        position: relative;
        top: 3px;
        pointer-events: none;
        transform: rotate(135deg);
        transform-origin: center;
        width: .625em; }
      .main-navigation ul li.menu-item-has-children:hover ul, .main-navigation ul li.menu-item-has-children:active ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-color: #FFF;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px;
        position: absolute;
        width: 100%;
        left: 0;
        border-top: solid 1px #E7EBF9;
        z-index: 99999; }
        .main-navigation ul li.menu-item-has-children:hover ul li, .main-navigation ul li.menu-item-has-children:active ul li {
          padding: 20px;
          margin: 1rem;
          display: flex;
          flex-direction: row; }
          .main-navigation ul li.menu-item-has-children:hover ul li:first-child::before, .main-navigation ul li.menu-item-has-children:active ul li:first-child::before {
            display: block;
            content: " ";
            width: 40px;
            height: 40px;
            background-image: url(images/Icon/national.svg);
            background-size: cover;
            background-repeat: no-repeat;
            margin-right: 1rem; }
          .main-navigation ul li.menu-item-has-children:hover ul li:nth-child(2)::before, .main-navigation ul li.menu-item-has-children:active ul li:nth-child(2)::before {
            display: block;
            content: " ";
            width: 40px;
            height: 40px;
            background-image: url(images/Icon/Inter.svg);
            background-size: cover;
            background-repeat: no-repeat;
            margin-right: 1rem; }
          .main-navigation ul li.menu-item-has-children:hover ul li:last-child::before, .main-navigation ul li.menu-item-has-children:active ul li:last-child::before {
            content: " ";
            width: 40px;
            height: 40px;
            background-image: url(images/Icon/Environnement.svg);
            background-size: cover;
            background-repeat: no-repeat;
            margin-right: 1rem; }
          .main-navigation ul li.menu-item-has-children:hover ul li:last-child a, .main-navigation ul li.menu-item-has-children:active ul li:last-child a {
            padding: 0 !important;
            background-color: inherit !important;
            color: #121212; }
          .main-navigation ul li.menu-item-has-children:hover ul li.current_page_item, .main-navigation ul li.menu-item-has-children:hover ul li:hover, .main-navigation ul li.menu-item-has-children:hover ul li:active, .main-navigation ul li.menu-item-has-children:active ul li.current_page_item, .main-navigation ul li.menu-item-has-children:active ul li:hover, .main-navigation ul li.menu-item-has-children:active ul li:active {
            background-color: #F0F0F0; }
            .main-navigation ul li.menu-item-has-children:hover ul li.current_page_item a, .main-navigation ul li.menu-item-has-children:hover ul li:hover a, .main-navigation ul li.menu-item-has-children:hover ul li:active a, .main-navigation ul li.menu-item-has-children:active ul li.current_page_item a, .main-navigation ul li.menu-item-has-children:active ul li:hover a, .main-navigation ul li.menu-item-has-children:active ul li:active a {
              color: #121212; }
          .main-navigation ul li.menu-item-has-children:hover ul li a, .main-navigation ul li.menu-item-has-children:active ul li a {
            border: none;
            width: 200px;
            padding: 0;
            margin: 0; }
            .main-navigation ul li.menu-item-has-children:hover ul li a::after, .main-navigation ul li.menu-item-has-children:active ul li a::after {
              display: none; }

/* Small menu. */
.menu-toggle {
  height: 40px;
  padding: 0 1rem;
  margin: 20px 0;
  z-index: 999; }
  .menu-toggle div {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0; }

.main-navigation.toggled .menu-toggle {
  background-color: #121212;
  border: none; }

.main-navigation.toggled ul {
  display: block;
  position: absolute;
  right: 0;
  background-color: #fff;
  box-shadow: -5px 0 10px 0 rgba(18, 18, 18, 0.22);
  height: auto;
  width: 400px;
  z-index: 998;
  padding: 80px 0 0 0; }
  .main-navigation.toggled ul li:last-child,
  .main-navigation.toggled ul li.current_page_item:last-child,
  .main-navigation.toggled ul li.current-menu-item:last-child {
    border-bottom: none;
    width: inherit; }
    .main-navigation.toggled ul li:last-child a,
    .main-navigation.toggled ul li.current_page_item:last-child a,
    .main-navigation.toggled ul li.current-menu-item:last-child a {
      background-color: #3DC1CD;
      color: #FFF; }
      .main-navigation.toggled ul li:last-child a:hover,
      .main-navigation.toggled ul li.current_page_item:last-child a:hover,
      .main-navigation.toggled ul li.current-menu-item:last-child a:hover {
        background-color: #09A9B7;
        color: #fff; }
  .main-navigation.toggled ul li {
    padding: 0 2rem;
    margin: 0;
    border-bottom: solid 1px #E6E6E6; }
    .main-navigation.toggled ul li.current_page_item > a,
    .main-navigation.toggled ul li.current-menu-item > a,
    .main-navigation.toggled ul li.current_page_ancestor > a,
    .main-navigation.toggled ul li.current-menu-ancestor > a {
      background-color: #FFF;
      color: #121212; }
    .main-navigation.toggled ul li a {
      border: none !important;
      padding: 1rem; }
      .main-navigation.toggled ul li a::after {
        display: none !important; }
      .main-navigation.toggled ul li a:hover, .main-navigation.toggled ul li a:active {
        background-color: #FFF;
        color: #121212; }
    .main-navigation.toggled ul li ul {
      display: block !important;
      position: relative !important;
      box-shadow: none;
      padding: 0;
      margin: 0;
      width: 100% !important; }
      .main-navigation.toggled ul li ul li {
        padding: 10px !important;
        margin: 1rem 1rem 1rem 2rem !important;
        display: flex;
        flex-direction: row; }
        .main-navigation.toggled ul li ul li a {
          color: #121212;
          width: 200px;
          padding: 0;
          margin: 0; }
        .main-navigation.toggled ul li ul li:first-child::before {
          display: block;
          content: " ";
          width: 40px;
          height: 40px;
          background-image: url(images/Icon/national.svg);
          background-size: cover;
          background-repeat: no-repeat;
          margin-right: 1rem; }
        .main-navigation.toggled ul li ul li:nth-child(2)::before {
          display: block;
          content: " ";
          width: 40px;
          height: 40px;
          background-image: url(images/Icon/Inter.svg);
          background-size: cover;
          background-repeat: no-repeat;
          margin-right: 1rem; }
        .main-navigation.toggled ul li ul li:last-child::before {
          content: " ";
          width: 40px;
          height: 40px;
          background-image: url(images/Icon/Environnement.svg);
          background-size: cover;
          background-repeat: no-repeat;
          margin-right: 1rem; }
        .main-navigation.toggled ul li ul li:last-child a {
          padding: 0 !important;
          background-color: inherit !important;
          color: #121212; }

@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

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

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

/* Header
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 100%;
  height: 80px;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px, rgba(0, 0, 0, 0.2) 0px 0px 1px; }
  .site-header .wrapper {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 1em;
    grid-auto-rows: minmax(80px, auto);
    max-width: 1200px;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto; }
  @media screen and (max-width: 980px) {
    .site-header .wrapper {
      grid-template-columns: 107px 1fr; }
    .site-header .site-branding, .site-header .custom-logo-link {
      width: 107px; }
    .site-header .custom-logo {
      z-index: 999;
      position: relative;
      object-fit: cover;
      object-position: left;
      width: 107px !important;
      height: 50px; } }

.admin-bar .site-header {
  top: 32px; }

/* Footer
--------------------------------------------- */
.site-footer {
  position: relative;
  background-image: url(images/footer-bg-2.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 650px;
  margin-top: 8rem;
  z-index: 999; }
  .site-footer .site-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3fr;
    grid-row-gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    color: #fff;
    padding-top: 200px;
    justify-items: center;
    font-size: .8rem; }
    .site-footer .site-info a {
      color: #fff;
      text-decoration: none; }
      .site-footer .site-info a:hover, .site-footer .site-info a:active {
        color: #3DC1CD; }
    .site-footer .site-info .logo-footer {
      display: block; }
    .site-footer .site-info p {
      text-align: center; }
    .site-footer .site-info .list-rs {
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin: 0;
      padding: 0; }
      .site-footer .site-info .list-rs a {
        display: block;
        margin: 0 .5rem; }
        .site-footer .site-info .list-rs a:hover svg path,
        .site-footer .site-info .list-rs a:active svg path {
          fill: #3DC1CD; }

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

.post,
.page {
  margin: 0; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

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

.entry-header {
  background-color: #F0F0F0;
  text-align: center;
  padding: 2rem 0; }
  .entry-header .post-thumbnail img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background-color: #FFF;
    margin-top: 50px; }
  .entry-header h1, .entry-header h2 {
    font-size: 2rem;
    margin-top: 1rem; }

.page-header .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.header-blog h1 p {
  font-size: 4rem !important;
  color: #3DC1CD; }

.blog {
  display: grid;
  grid-template-columns: 70% auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  column-gap: 40px; }
  @media screen and (max-width: 767px) {
    .blog {
      grid-template-columns: 1fr; } }
  .blog .entry-header {
    background-color: inherit !important;
    text-align: left;
    padding: 0; }
    .blog .entry-header h2 {
      background-color: none;
      font-size: 2.5rem; }
      .blog .entry-header h2::before {
        display: none; }
      .blog .entry-header h2 a {
        color: #121212; }
        .blog .entry-header h2 a:hover, .blog .entry-header h2 a:active {
          color: #3DC1CD; }
  .blog article {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 60px;
    padding-bottom: 30px;
    font-size: 1.2rem; }
    .blog article .entry-content h2::before {
      display: none; }
    .blog article .entry-content p {
      opacity: .6; }
  .blog aside section {
    background-color: #F0F0F0;
    padding: 2rem; }
    .blog aside section h2 {
      font-size: 1.6rem; }
      .blog aside section h2::before {
        display: none; }
    .blog aside section .rpwe-ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .blog aside section .rpwe-ul li {
        border-bottom: solid 1px #E6E6E6;
        padding: 10px 0 20px 0; }
    .blog aside section .rpwe-summary {
      font-size: .8rem;
      opacity: .6; }
      .blog aside section .rpwe-summary a {
        opacity: 1 !important; }
    .blog aside section .rpwe-block h3 {
      font-size: 1rem !important;
      margin: 0 0 10px 0; }
  .blog aside .widget_nav_menu ul {
    margin: 0; }

.blog-single {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.2rem; }
  .blog-single p, .blog-single ul, .blog-single code, .blog-single ol, .blog-single h1, .blog-single h2, .blog-single h3, .blog-single h4, .blog-single h5, .blog-single h6 {
    width: 80%;
    margin: 20px auto; }
  .blog-single h2, .blog-single h3, .blog-single h4, .blog-single h5 {
    margin: 30px auto; }
  .blog-single blockquote {
    background-image: url(images/icon-testimony.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 40px;
    margin-top: 4rem;
    text-align: center;
    font-style: italic;
    font-size: 1.2rem; }
    .blog-single blockquote.is-align-left {
      background-position: top left;
      text-align: left;
      margin-top: 0; }
    .blog-single blockquote cite {
      font-size: 1rem;
      color: #3DC1CD; }
      .blog-single blockquote cite em {
        font-weight: 300;
        color: #121212; }

h1.blog-single {
  font-size: 4rem !important; }

/* Sidebar
--------------------------------------------- */
.sidebar-box {
  margin-top: 4rem;
  padding: 2rem;
  background-color: #f0f0f0; }
  .sidebar-box ul {
    margin: 0; }
  .sidebar-box h4 {
    margin-bottom: 2rem;
    padding-left: 2rem;
    border-left: solid 2px #3DC1CD; }

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

.bypostauthor {
  display: block; }

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

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #121212;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }
