/* ----------------------------------------------------------------------------
 * Normalize
 * ------------------------------------------------------------------------- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2.44em;
  margin: 0.67em 0;
  line-height: 1.4;
}
h2 {
  font-size: 1.95em;
  line-height: 1.4;
}
h3 {
  font-size: 1.56em;
  line-height: 1.4;
}
h4 {
  font-size: 1.25em;
  line-height: 1.5;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.8em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ----------------------------------------------------------------------------
 * Animate
 * ------------------------------------------------------------------------- */
.transition {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/**
* Regles pour les éléments s'animatn à leur apparition à l'écran
* Voir https://www.newventuresoftware.com/blog/CSS-animations-triggered-when-elements-are-visible-on-screen
**********************************************/
[nvs-animation-delay="0"] {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
[nvs-animation-delay="50"] {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}
[nvs-animation-delay="100"] {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
[nvs-animation-delay="150"] {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}
[nvs-animation-delay="200"] {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
[nvs-animation-delay="250"] {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
[nvs-animation-delay="300"] {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
[nvs-animation-delay="350"] {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}
[nvs-animation-delay="400"] {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
[nvs-animation-delay="450"] {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}
[nvs-animation-delay="500"] {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
[nvs-animation-delay="550"] {
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
}
[nvs-animation-delay="600"] {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
[nvs-animation-delay="700"] {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
[nvs-animation-delay="800"] {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
[nvs-animation-delay="900"] {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
[nvs-animation-delay="1000"] {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
[nvs-animation-delay="1100"] {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
[nvs-animation-delay="1200"] {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
[nvs-animation-delay="1300"] {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}
[nvs-animation-delay="1400"] {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
[nvs-animation-delay="1500"] {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
[nvs-animation-delay="1600"] {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
[nvs-animation-delay="1700"] {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
[nvs-animation-delay="1800"] {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
[nvs-animation-delay="1900"] {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
}
[nvs-animation-delay="2000"] {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
@media (min-width: 750px) {
  [nvs-animation-type] {
    visibility: hidden;
  }
}
@media (max-width: 750px) {
  [nvs-animation-type] {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }
}
.animated {
  visibility: visible;
}
/**
* ANIMATIONS keyFrames From > To
**********************************************/
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/**
* TRANSITIONS (Retour possible en hover)
**********************************************/
.translateUp {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
}
.scale12 {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}
.scale15 {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
      transform: scale(1.5);
}
/**
* SPECIFIC RULES for this theme
**********************************************/
.transformSectionBtn {
  -webkit-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
  border-color: #f6af1b;
}
/* ----------------------------------------------------------------------------
 * WP CORE
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * WordPress Core Styles
 * ------------------------------------------------------------------------- */
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.alignwide {
  margin-left: -100px;
  margin-right: -100px;
  max-width: 1024px;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.wp-block-cover.alignfull {
  width: inherit;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* Text meant only for screen readers */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: '';
  display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  padding: 2rem;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0.5rem;
}
.textwidget img {
  margin: 1rem 0;
}
.bypostauthor {
  background: inherit;
}
/* ----------------------------------------------------------------------------
 * Recommended sizes
 * ------------------------------------------------------------------------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* ----------------------------------------------------------------------------
 * Element
 * ------------------------------------------------------------------------- */
hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
figure {
  margin: 0;
}
del {
  opacity: 0.8;
}
/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em;
  padding: 0;
}
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;
}
/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}
th {
  padding: 0.4em;
  text-align: left;
}
tr {
  border-bottom: 1px solid #eee;
}
td {
  padding: 0.4em;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* ----------------------------------------------------------------------------
 * CUSTOM COLORS / FONTS / TYPOS du Thème
 * ------------------------------------------------------------------------- */
/* ----------------------------- */
/*          Fonts                */
/* ----------------------------- */
@font-face {
  font-family: 'd-din_condensedregular';
  src: url('../fonts/d-dincondensed-webfont.woff2') format('woff2'), url('../fonts/d-dincondensed-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font: normal 16px Arial, sans-serif;
  font-family: 'd-din_condensedregular';
  font-weight: normal;
  line-height: 1.66;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  clear: both;
}
h1 {
  color: #00A274;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  font-size: 32pt;
  line-height: 1.3em;
}
section h2:first-child {
  margin-bottom: 1.6em;
}
h3 {
  padding-top: 1.5em;
}
.home-top-section h2 {
  font-size: 20pt;
}
p,
ol,
ul {
  line-height: 1.58;
  margin: 0 0 1.5em;
  padding: 0;
  font-size: 1.2em;
}
ol,
ul {
  margin-top: 0.4em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
.archive .site-header {
  margin-bottom: 3.5em;
}
/*--------------------------------------------------------------
# Colonnes
* ------------------------------------------------------------------------- */
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  float: left;
  padding-right: 50px;
}
.clear_column {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
/* =Default Template (no margin)
-------------------------------------------------------------- */
.full_width {
  width: 100%;
}
.one_half {
  width: 50%;
}
.one_third {
  width: 33.3%;
}
.two_third {
  width: 66.6%;
}
.one_fourth {
  width: 25%;
}
.three_fourth {
  width: 75%;
}
.one_fifth {
  width: 20%;
}
.two_fifth {
  width: 40%;
}
.three_fifth {
  width: 60%;
}
.four_fifth {
  width: 80%;
}
.one_sixth {
  width: 16.6%;
}
.five_sixth {
  width: 83.4%;
}
.last {
  padding-right: 0px;
}
/*--------------------------------------------------------------
# Principaux menus de navigations
* ------------------------------------------------------------------------- */
/* Navigation principale
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: black;
  position: relative;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding: 15px 35px;
  text-decoration: none;
  color: white;
  background-color: #00A274;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.5s;
  -o-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.5s;
  transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.5s;
  cursor: pointer;
}
.btn span {
  z-index: 10;
  position: relative;
}
.btn::before {
  content: '';
  background-color: black;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -100%;
  -webkit-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.5s;
  -o-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.5s;
  transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.5s;
  z-index: 1;
}
.btn:hover {
  color: white;
}
.btn:hover::before {
  left: 0;
}
.btn.verso {
  background-color: white;
  color: #00A274;
}
.btn.verso:hover {
  color: white;
}
.btn.big {
  padding: 25px 75px;
}
.btn.btn-top {
  padding: 1.2em;
  line-height: 1.2em;
  margin: 25px auto 0px;
  font-size: 12px;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-btn,
.nav-btn__svg {
  width: 56px;
  height: 30px;
}
.nav-btn {
  z-index: 10;
  position: fixed;
  top: 40px;
  right: 10px;
  display: block;
  cursor: pointer;
}
.admin-bar .nav-btn {
  top: 50px;
}
.nav-btn__svg {
  pointer-events: none;
}
.main-navigation {
  padding-top: 2em;
  position: absolute;
  right: 0%;
  text-align: right;
  width: 100%;
}
.main-navigation.isMobile {
  width: initial;
  height: 100%;
  background-color: #00A274;
  position: fixed;
  padding: 100px 5vw;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.2s;
  -o-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.2s;
  transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.2s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.main-navigation.isMobile.isActive {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.main-navigation.isMobile li {
  display: block;
  text-align: left;
  padding-top: 10px;
}
.main-navigation.isMobile a {
  color: white;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.main-navigation.isMobile a:hover {
  color: black;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
  color: black;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
}
.main-navigation a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #00A274;
  bottom: 0px;
  -webkit-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.2s;
  -o-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.2s;
  transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.2s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.main-navigation a:hover:after {
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  opacity: 1;
}
.home .main-navigation {
  width: 50%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  position: relative;
  display: inline;
  padding: 0 20px;
}
.menu-langue {
  position: absolute;
  right: 20px;
  top: -10px;
}
.menu-langue li {
  list-style: none;
  margin: 0;
  display: inline;
}
/*--------------------------------------------------------------
# Containers Layout
* ------------------------------------------------------------------------- */
/*--------------------------------------------------------------
LAYOUT
-------------------------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

0 General
1 Header
  1.1 Logo Charte
2 Regular Content
3 Sidebar
4 Posts & Pages
  4.1 Accueil
  4.2 Home Grid
  4.3 Home Charte Section
	4.4 Page Signataires
	4.5 Pages Vidéos
5 Footer
  5.1 Section contact
6 Medias
7 Error 404
----------------------------------------------------------------*/
body {
  color: #383838;
  background-color: white;
  overflow-x: hidden;
}
.wrapper,
.medium-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}
.medium-wrapper {
  max-width: 1000px;
}
header {
  position: relative;
  width: 100%;
  z-index: 100;
}
.main-header {
  z-index: 200;
}
.logo_charte {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 140px;
  z-index: 100;
}
.site-main {
  width: 100%;
  padding: 75px 0px;
}
.home .site-main {
  padding: 0;
}
.sidebar {
  float: left;
  padding-right: 50px;
  width: 33.3%;
}
.logo-slogan-container {
  height: 200px;
}
.intro-content {
  opacity: 0;
}
.intro-content h2 {
  text-align: left;
  padding: 40px 0px 0px;
}
.intro-btn {
  opacity: 0;
}
.slogan {
  opacity: 0;
  width: 300px;
}
.home .home-top-section .entry-content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  height: 90vh;
  padding: 20vh 0px;
}
.cartouche {
  position: absolute;
  top: 50px;
  left: 50px;
  background-color: #00A274;
  color: #fffefe;
  padding: 5px 15px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  height: auto;
  -webkit-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0.8) translateY(-50%) translateX(10%);
      -ms-transform: scale(0.8) translateY(-50%) translateX(10%);
          transform: scale(0.8) translateY(-50%) translateX(10%);
  z-index: 102;
}
.cartouche.isActive {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(10%);
      -ms-transform: translateY(-50%) translateX(10%);
          transform: translateY(-50%) translateX(10%);
}
.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgba(0, 162, 116, 0.9);
  -webkit-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.popup-video.isActive {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.popup-video iframe {
  position: relative;
  width: 80vh;
  height: 80vh;
  margin: auto;
}
.btn-close {
  position: absolute;
  cursor: pointer;
  left: calc(50vw + 41vh);
  top: calc(50vh - 40vh);
  width: 32px;
  height: 32px;
  background: url('../images/close.svg') no-repeat center;
}
.cartouche_p {
  margin: 0;
}
.home-top-section {
  height: 100vh;
  overflow: hidden;
}
.top-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  height: 90px;
  top: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.home-grid_container {
  width: calc(95%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-grid_container .home-grid_left,
.home-grid_container .home-grid_right {
  padding: 0 10px;
  width: 50%;
}
.home-grid_container .home-grid_right {
  margin-top: -22%;
}
.home-grid_thumbnail {
  overflow: hidden;
  border-radius: 6px;
  background-color: #e7edfa;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.home-grid_thumbnail img {
  height: auto;
  width: 100%;
}
.home-grid_thumbnail.video-on:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.video-on::after {
  content: '';
  background: url('../images/picto_play.svg') no-repeat center;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 20px;
  bottom: 20px;
  opacity: 0.8;
}
.section-mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .section-mobile {
    display: block;
  }
}
.section-video {
  max-width: 450px;
  margin: auto;
}
.charte-section {
  padding: 50px 160px 50px;
  background-color: #00A274;
  min-height: 100vh;
  overflow: hidden;
  color: white;
  scroll-behavior: smooth;
}
.charte-section h2 {
  color: white;
  text-transform: uppercase;
}
.charte-section p,
.charte-section ol {
  font-size: 1.5em;
}
.nota {
  margin-top: 50px;
  font-size: 14px;
}
.SignatairesCategory {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  text-align: center;
}
.SignatairesCategory-item {
  cursor: pointer;
  margin-bottom: 20px !important;
  display: inline-block;
  color: white;
}
.SignatairesCategory-item.isActive,
.SignatairesCategory-item:hover {
  background-color: black;
}
.SignatairesList {
  text-align: center;
  display: none;
}
.SignatairesList.isActive {
  display: block;
}
.SignatairesList-item {
  margin-bottom: 20px;
  margin: 20px 20px;
  display: inline-block;
}
.SignatairesList-item a {
  position: relative;
  -webkit-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.4s;
  -o-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.4s;
  transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.4s;
  padding: 8px;
  text-decoration: none;
}
.SignatairesList-item a:before {
  -webkit-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.3s;
  -o-transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.3s;
  transition: cubic-bezier(0.86, 0.01, 0.22, 0.99) 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00A274;
  opacity: 0.2;
  z-index: -1;
}
.SignatairesList-item a:hover:before {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.SignatairesList-item span {
  display: inline-block;
  overflow: hidden;
}
.SignatairesList-item-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.page-videos-container {
  width: 100%;
}
.page-videos-container .section-video {
  max-width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-videos-container .home-grid_thumbnail {
  margin: 2em 1.5%;
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}
.single .post-thumbnail img,
.page .post-thumbnail img {
  width: 100%;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.entry-header,
.page-header,
.entry-footer,
.site-info,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 100%;
}
.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}
.entry-footer span {
  margin-right: 1em;
}
.entry-footer {
  color: #aaa;
  font-size: 90%;
  padding-bottom: 40px;
  border-bottom: 1px solid #111;
}
@media screen and (min-width: 664px) {
  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-footer {
  overflow: hidden;
  padding: 55px 0px;
  position: relative;
}
.contact-section {
  text-align: center;
}
.contact-section p {
  font-size: 18pt;
  font-weight: 700;
}
.logo-signature {
  text-align: center;
  margin-right: 0;
}
.logo-gdlyon {
  margin-top: 8px;
  width: 220px;
}
.logo-lyon-tourisme {
  width: 300px;
}
.credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 15px;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
objec {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28571429%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11111111%;
}
.gallery-caption {
  display: block;
}
.error404 .site-main {
  text-align: center;
}
/*--------------------------------------------------------------
# Blocks Gutenberg
* ------------------------------------------------------------------------- */
.entry-content ul,
.entry-content ol {
  margin: 1.2em auto;
  list-style-position: outside;
}
.wp-block-video video {
  max-width: 100%;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}
.wp-block-cover-text p {
  padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.wp-block-table {
  display: block;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}
.entry-content li {
  margin-left: 0.8em;
  margin-bottom: 6px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto;
}
.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-quote.is-large {
  margin: 0 auto 16px;
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
/*--------------------------------------------------------------
  # Block Color Palette Colors
  --------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}
.has-strong-blue-background-color {
  background-color: #0073aa;
}
.has-lighter-blue-color {
  color: #229fd8;
}
.has-lighter-blue-background-color {
  background-color: #229fd8;
}
.has-very-light-gray-color {
  color: #eee;
}
.has-very-light-gray-background-color {
  background-color: #eee;
}
.has-very-dark-gray-color {
  color: #444;
}
.has-very-dark-gray-background-color {
  background-color: #444;
}
/*--------------------------------------------------------------
# Media queries
* ------------------------------------------------------------------------- */
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1250px) {
  .isMobile,
  .nav-btn {
    display: none;
  }
  .isDesktop {
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  .home-top-section .one_half {
    padding: 0;
  }
  .home-top-section .entry-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .logo_charte {
    width: 100px;
  }
  .isMobile,
  .nav-btn {
    display: block;
  }
  .isDesktop {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .one_half {
    float: none;
    width: 100%;
  }
  .page-videos-container .section-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-videos-container .home-grid_thumbnail {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .main-navigation {
    left: 0;
    width: 100% !important;
    text-align: center;
  }
  .home-top-section {
    text-align: center;
    height: auto;
  }
  .home-top-section h2 {
    font-size: 17pt;
  }
  .home-top-section .entry-content {
    height: auto !important;
  }
  .slogan {
    width: 240px;
  }
  .logo-slogan-container {
    height: 150px;
  }
  .top-gradient,
  .home-grid_container {
    display: none;
  }
  .charte-section {
    padding: 30px;
  }
  .logo_charte {
    width: 80px;
  }
  .site-footer {
    padding: 25px 0px 0px;
  }
  .site-footer .logo-signature {
    text-align: center;
    margin: auto;
    width: 315px;
  }
  .site-footer .credit {
    margin: 50px 0px 0px;
    width: 55%;
    position: relative;
    text-align: left;
  }
  .btn-close {
    left: 10px;
    top: 10px;
  }
}
/*# sourceMappingURL=main.css.map */